Commit 8b589790 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9421be1f
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
rat: "eutra", rat: "eutra",
cell_id: 0x1A2D023, // -> CELL3 cell_id: 0x1A2D023, // -> CELL3
n_id_cell: 23, n_id_cell: 23,
dl_earfcn: 2750, dl_earfcn: 2850,
tac: 0x0001, tac: 0x0001,
}, },
...@@ -651,7 +651,7 @@ ...@@ -651,7 +651,7 @@
rat: "eutra", rat: "eutra",
cell_id: 0x1A2D023, // -> CELL3 cell_id: 0x1A2D023, // -> CELL3
n_id_cell: 23, n_id_cell: 23,
dl_earfcn: 2750, dl_earfcn: 2850,
tac: 0x0001, tac: 0x0001,
}, },
...@@ -1209,7 +1209,7 @@ ...@@ -1209,7 +1209,7 @@
cell_id: 0x23, cell_id: 0x23,
tac: 0x0001, tac: 0x0001,
n_id_cell: 23, n_id_cell: 23,
dl_earfcn: 2750, dl_earfcn: 2850,
root_sequence_index: 206, root_sequence_index: 206,
// Handover XXX same code for both LTE and NR // Handover XXX same code for both LTE and NR
......
...@@ -276,7 +276,7 @@ def iRU2_LOPCOMM_fLTE3(ienb): ...@@ -276,7 +276,7 @@ def iRU2_LOPCOMM_fLTE3(ienb):
ienb.ishared('Cell 3', '_CELL3', { ienb.ishared('Cell 3', '_CELL3', {
'cell_type': 'lte', 'cell_type': 'lte',
'rf_mode': 'fdd', 'rf_mode': 'fdd',
'dl_earfcn': 2750, # 2620 MHz @ B7 'dl_earfcn': 2850, # 2630 MHz @ B7
'bandwidth': '20 MHz', 'bandwidth': '20 MHz',
'pci': 23, 'pci': 23,
'cell_id': '0x23', 'cell_id': '0x23',
......
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