Difference between revisions of "5G: srsEPC eNB MCC 510 MNC 33"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 21: | Line 21: | ||
  [rf]  |   [rf]  | ||
| + |  dl_earfcn = 1600  | ||
  tx_gain = 80  |   tx_gain = 80  | ||
  rx_gain = 40  |   rx_gain = 40  | ||
| Line 27: | Line 28: | ||
  # Kalau tidak pakai GPSDO  |   # Kalau tidak pakai GPSDO  | ||
  device_args = fail_on_disconnect=true,tx_port=tcp://*:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6  |   device_args = fail_on_disconnect=true,tx_port=tcp://*:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6  | ||
| − | |||
===edit rr.conf===  | ===edit rr.conf===  | ||
Revision as of 10:03, 16 September 2022
Config EPC
cd ~/srsLTE/srsepc vi epc.conf
tac = 0x0002 mcc = 510 mnc = 33
Config eNB
cd ~/srsLTE/srsenb
edit enb.conf
vi enb.conf
mcc = 510 mnc = 33 [rf] dl_earfcn = 1600 tx_gain = 80 rx_gain = 40 device_name = auto # Kalau tidak pakai GPSDO device_args = fail_on_disconnect=true,tx_port=tcp://*:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6
edit rr.conf
vi rr.conf
cell_list =
(
  {
    ...
    tac = 0x0002;
    ...
    dl_earfcn = 1600;
    ...
  }
)