Commit 6f54c593 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 33e5078d
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
rat: "nr", rat: "nr",
nr_cell_id: {{ cfg('gnb_id') }}{{ cell2.cell_id.removeprefix('0x') }}, // -> {{ cell2_ref }} nr_cell_id: {{ cfg('gnb_id') }}{{ cell2.cell_id.removeprefix('0x') }}, // -> {{ cell2_ref }}
n_id_cell: {{ cell2.pci }}, n_id_cell: {{ cell2.pci }},
gnb_id_bits gnb_id_bits: {{ cfg('gnb_id_bits') }},
dl_nr_arfcn: {{ cell2.dl_nr_arfcn }}, dl_nr_arfcn: {{ cell2.dl_nr_arfcn }},
ssb_nr_arfcn: {{ cell2.ssb_nr_arfcn }}, ssb_nr_arfcn: {{ cell2.ssb_nr_arfcn }},
ul_nr_arfcn ul_nr_arfcn
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
rat: "nr", rat: "nr",
nr_cell_id: 0x1234522, // -> CELL2_b nr_cell_id: 0x1234522, // -> CELL2_b
n_id_cell: 22, n_id_cell: 22,
gnb_id_bits gnb_id_bits: 28,
dl_nr_arfcn: 537200, dl_nr_arfcn: 537200,
ssb_nr_arfcn: 537170, ssb_nr_arfcn: 537170,
ul_nr_arfcn ul_nr_arfcn
......
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