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

.

parent c144e79f
...@@ -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