Konfigurasi eNB: srsRAN: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 16: Line 16:
  nano srsenb/rr.conf
  nano srsenb/rr.conf


Band 7
cell_list =
(
  {
    // rf_port = 0;
    cell_id = 0x01;
    tac = 0x0001;
    pci = 1;
    // root_seq_idx = 204;
    dl_earfcn = 3350;
  }
)
Band 3
  cell_list =
  cell_list =
  (
  (
Line 25: Line 39:
     // root_seq_idx = 204;
     // root_seq_idx = 204;
     dl_earfcn = 1600;
     dl_earfcn = 1600;
  }
)

Revision as of 04:33, 2 November 2022

cd /usr/local/src/srsRAN
nano srsenb/enb.conf
[enb]
enb_id = 0x17B
mcc = 510
mnc = 33
mme_addr = 192.168.100.236
gtp_bind_addr = 192.168.100.238
s1c_bind_addr = 192.168.100.238
[rf]
device_name = auto
device_args = fail_on_disconnect=true,tx_port=tcp://*:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6
nano srsenb/rr.conf

Band 7

cell_list =
(
  {
    // rf_port = 0;
    cell_id = 0x01;
    tac = 0x0001;
    pci = 1;
    // root_seq_idx = 204;
    dl_earfcn = 3350;
  }
)

Band 3

cell_list =
(
  {
    // rf_port = 0;
    cell_id = 0x01;
    tac = 0x0001;
    pci = 1;
    // root_seq_idx = 204;
    dl_earfcn = 1600;
  }
)