Konfigurasi gNB: srsRAN

From OnnoWiki
Revision as of 11:54, 2 November 2022 by Yopi Sopiyana (talk | contribs)
Jump to navigation Jump to search
cd /usr/local/src/srsRAN
nano srsgnb/gnb.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 srsgnb/rr.conf

Konfigurasi untuk Band n7

nr_cell_list =
(
  {
    rf_port = 0;
    cell_id = 1;
    root_seq_idx = 1;
    tac = 7;
    pci = 500;
    dl_arfcn = 525000;
    coreset0_idx = 6;
    band = 7;
  }
);