Commit 59f93c8d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent f9e21a5b
...@@ -66,8 +66,8 @@ ...@@ -66,8 +66,8 @@
tac: {{ ncell.tac }}, tac: {{ ncell.tac }},
{#- TODO: consider extending peer/cell/lte with {#- TODO: consider extending peer/cell/lte with
.allowed_meas_bandwidth and .antenna_port_1 #} .allowed_meas_bandwidth and .antenna_port_1 #}
allowed_meas_bandwidth: {{ jlte_n_rb_dl(1.4) }}, // XXX minimum possible bw allowed_meas_bandwidth: {{ jlte_n_rb_dl(1.4) }}, // (minimum possible bw)
antenna_port_1: false, // XXX conservative stub antenna_port_1: false, // (conservative stub)
{%- elif ncell.cell_type == 'nr' %} {%- elif ncell.cell_type == 'nr' %}
rat: "nr", rat: "nr",
nr_cell_id: {{ ncell.nr_cell_id }}, // -> {{ B(peercell_ref) }} nr_cell_id: {{ ncell.nr_cell_id }}, // -> {{ B(peercell_ref) }}
......
...@@ -74,8 +74,8 @@ ...@@ -74,8 +74,8 @@
n_id_cell: 35, n_id_cell: 35,
dl_earfcn: 700, dl_earfcn: 700,
tac: 123, tac: 123,
allowed_meas_bandwidth: 6, // XXX minimum possible bw allowed_meas_bandwidth: 6, // (minimum possible bw)
antenna_port_1: false, // XXX conservative stub antenna_port_1: false, // (conservative stub)
}, },
{ {
rat: "nr", rat: "nr",
...@@ -285,8 +285,8 @@ ...@@ -285,8 +285,8 @@
n_id_cell: 35, n_id_cell: 35,
dl_earfcn: 700, dl_earfcn: 700,
tac: 123, tac: 123,
allowed_meas_bandwidth: 6, // XXX minimum possible bw allowed_meas_bandwidth: 6, // (minimum possible bw)
antenna_port_1: false, // XXX conservative stub antenna_port_1: false, // (conservative 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