Commit 1fbcbde1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7b968199
...@@ -144,6 +144,8 @@ ...@@ -144,6 +144,8 @@
tac: {{ cell2.tac }}, tac: {{ cell2.tac }},
{%- elif cell2.cell_type == 'nr' %} {%- elif cell2.cell_type == 'nr' %}
rat: "nr", rat: "nr",
cell_id: {{ cell2.cell_id }}, // -> {{ cell2_ref }}
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: {{ cfg('gnb_id_bits') }}, gnb_id_bits: {{ cfg('gnb_id_bits') }},
......
...@@ -70,6 +70,8 @@ ...@@ -70,6 +70,8 @@
// Intra-ENB HO // Intra-ENB HO
{ {
rat: "nr", rat: "nr",
cell_id: 0x22, // -> CELL2_b
nr_cell_id: 0x1234522, // -> CELL2_b nr_cell_id: 0x1234522, // -> CELL2_b
n_id_cell: 22, n_id_cell: 22,
gnb_id_bits: 28, gnb_id_bits: 28,
......
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