Commit a8a1849a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fb2f2d96
......@@ -452,19 +452,8 @@
{%- endfor %}
],
{%- if do_lte %}
// Carrier Aggregation: NR + LTE
nr_dc_scg_cell_list: [
{%- for cell2_ref, icell2 in icell_dict|dictsort %}
{%- set cell2 = icell2['_'] %}
{%- if cell2_ref != cell_ref and cell2.cell_type == 'lte' %}
{
cell_id: {{ cell2.cell_id }}, // + {{ cell2_ref }}
},
{%- endif %}
{%- endfor %}
],
{%- endif %}
{#- NOTE: NR + LTE Carrier Aggregation is setup via EN-DC only via en_dc_scg_cell_list.
nr_dc_scg_cell_list sets up NR+NR Dual Connectivity #}
// tune NR parameters for the cell XXX -> sdr/ors ? (see lte ^^^)
{%- if slapparameter_dict.get('rrh', 'ORS') == "ORS" %}
......
......@@ -302,12 +302,6 @@
// Carrier Aggregation: NR + NR
scell_list: [
],
// Carrier Aggregation: NR + LTE
nr_dc_scg_cell_list: [
{
cell_id: 0x01, // + CELL_a
},
],
// tune NR parameters for the cell XXX -> sdr/ors ? (see lte ^^^)
manual_ref_signal_power: true,
......
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