Commit 446e0b6b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3c760a23
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
dl_earfcn: {{ ncell.dl_earfcn }}, dl_earfcn: {{ ncell.dl_earfcn }},
tac: {{ ncell.tac }}, tac: {{ ncell.tac }},
allowed_meas_bandwidth: {{ jlte_n_rb_dl(ncell.bandwidth) }}, allowed_meas_bandwidth: {{ jlte_n_rb_dl(ncell.bandwidth) }},
antenna_port_1: false, // XXX XXX XXX stub
{%- elif ncell.peer_cell_type == 'nr' %} {%- elif ncell.peer_cell_type == 'nr' %}
rat: "nr", rat: "nr",
nr_cell_id: {{ ncell.nr_cell_id }}, // -> {{ peercell_ref }} nr_cell_id: {{ ncell.nr_cell_id }}, // -> {{ peercell_ref }}
......
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
dl_earfcn: 700, dl_earfcn: 700,
tac: 123, tac: 123,
allowed_meas_bandwidth: 50, allowed_meas_bandwidth: 50,
antenna_port_1: false, // XXX XXX XXX stub
}, },
{ {
rat: "nr", rat: "nr",
...@@ -285,6 +286,7 @@ ...@@ -285,6 +286,7 @@
dl_earfcn: 700, dl_earfcn: 700,
tac: 123, tac: 123,
allowed_meas_bandwidth: 50, allowed_meas_bandwidth: 50,
antenna_port_1: false, // XXX XXX XXX stub
}, },
{ {
rat: "nr", rat: "nr",
......
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