Commit 354d5ba0 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 22c5846e
...@@ -450,6 +450,7 @@ ...@@ -450,6 +450,7 @@
cell_id: {{ cell2.cell_id }}, // + {{ cell2_ref }} cell_id: {{ cell2.cell_id }}, // + {{ cell2_ref }}
}, },
{%- endif %} {%- endif %}
{%- endfor %}
], ],
{%- endif %} {%- endif %}
......
...@@ -99,9 +99,16 @@ ...@@ -99,9 +99,16 @@
], ],
// Carrier Aggregation // XXX + CA LTE-NR // Carrier Aggregation: LTE + LTE
scell_list: [ scell_list: [
], ],
// Carrier Aggregation: LTE + NR
en_dc_scg_cell_list: [
{
cell_id: 0x22, // + CELL2_b
},
],
// XXX nr_p_max_eutra = ? (needed ?)
// tune LTE parameters for the cell // tune LTE parameters for the cell
...@@ -259,9 +266,17 @@ ...@@ -259,9 +266,17 @@
root_sequence_index: 1, // XXX adjust from cfg('root_sequence_index') XXX place root_sequence_index: 1, // XXX adjust from cfg('root_sequence_index') XXX place
// XXX peers for HO // XXX peers for HO
// XXX CA // Carrier Aggregation: NR + NR
scell_list: [
],
// Carrier Aggregation: NR + LTE
nr_dc_scg_cell_list: [
{
cell_id: 0x21, // + CELL2_a
},
],
// tune NR parameters for the cell // tune NR parameters for the cell
manual_ref_signal_power: true, 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