Commit 0cc1464b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c144e79f
...@@ -410,11 +410,11 @@ ...@@ -410,11 +410,11 @@
// NR cells // NR cells
nr_cell_list: [ nr_cell_list: [
{%- for i, (cell_ref, icell) in enumerate(icell_dict|dictsort) %} {%- for i, (cell_ref, icell) in enumerate(icell_dict|dictsort) %}
{%- set cell = icell['_'] %} {%- set cell = icell['_'] %}
{%- if cell.cell_type == 'nr' %} {%- if cell.cell_type == 'nr' %}
{%- set ru_ref = J(jcell_ru_ref(icell, icell_dict)) %} {%- set ru_ref = J(jcell_ru_ref(icell, icell_dict)) %}
{%- set iru = iru_dict[ru_ref] %} {%- set iru = iru_dict[ru_ref] %}
{%- set ru = iru['_'] %} {%- set ru = iru['_'] %}
// {{ cell_ref }} ({{ ru_ref }}) // {{ cell_ref }} ({{ ru_ref }})
{ {
...@@ -433,8 +433,9 @@ ...@@ -433,8 +433,9 @@
ssb_nr_arfcn: {{ cell.ssb_nr_arfcn }}, ssb_nr_arfcn: {{ cell.ssb_nr_arfcn }},
ssb_pos_bitmap: {{ cell.ssb_pos_bitmap }}, ssb_pos_bitmap: {{ cell.ssb_pos_bitmap }},
root_sequence_index: 1, // XXX adjust from cfg('root_sequence_index') XXX place root_sequence_index: {{ cell.get('root_sequence_index',
slapparameter_dict.get('root_sequence_index',
1 + i)) }},
// Handover // Handover
{{- handover_config(cell_ref) }} {{- handover_config(cell_ref) }}
......
...@@ -261,8 +261,7 @@ ...@@ -261,8 +261,7 @@
ssb_nr_arfcn: 537170, ssb_nr_arfcn: 537170,
ssb_pos_bitmap: 10000000, ssb_pos_bitmap: 10000000,
root_sequence_index: 1, // XXX adjust from cfg('root_sequence_index') XXX place root_sequence_index: 2,
// Handover // Handover
ncell_list: [ ncell_list: [
......
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