Commit c5f9353c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d7d738d1
......@@ -55,7 +55,7 @@
n_antenna_ul: 1,
cell_id: 0x01,
tac: 0x0001,
tac: 0x1234,
n_id_cell: 1,
dl_earfcn: 38050,
ul_earfcn: 38050,
......@@ -272,7 +272,7 @@
cell_id: 0x1A2D001, // -> CELL_a
n_id_cell: 1,
dl_earfcn: 38050,
tac: 0x0001,
tac: 0x1234,
allowed_meas_bandwidth: 25,
antenna_port_1: true,
},
......
......@@ -162,6 +162,7 @@ def iRU2_SDR_tLTE_tNR(ienb):
'dl_earfcn': 38050, # 2600 MHz
'pci': 1,
'cell_id': '0x01',
'tac': '0x1234',
'ru': { # CELL_a links to RU1 by its reference
'ru_type': 'ru_ref',
'ru_ref': 'RU1'
......@@ -177,6 +178,7 @@ def iRU2_SDR_tLTE_tNR(ienb):
'nr_band': 41,
'pci': 2,
'cell_id': '0x02',
'tac': '0x1234',
'ru': {
'ru_type': 'ru_ref',
'ru_ref': 'RU2'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment