Difference between revisions of "5G: srsEPC eNB MCC 510 MNC 33"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| Line 12: | Line 12: | ||
cd ~/srsLTE/srsenb | cd ~/srsLTE/srsenb | ||
| + | |||
| + | ===edit enb.conf=== | ||
vi enb.conf | vi enb.conf | ||
| Line 25: | Line 27: | ||
# 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=== | ||
| + | |||
| + | |||
| + | vi rr.conf | ||
| + | |||
| + | cell_list = | ||
| + | ( | ||
| + | { | ||
| + | ... | ||
| + | tac = 0x0002; | ||
| + | ... | ||
| + | } | ||
| + | ) | ||
Revision as of 10:00, 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] 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;
...
}
)