Commit edc86641 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 539af4fd
...@@ -199,9 +199,7 @@ ...@@ -199,9 +199,7 @@
n_id_cell: {{ cell.pci }}, n_id_cell: {{ cell.pci }},
dl_earfcn: {{ cell.dl_earfcn }}, dl_earfcn: {{ cell.dl_earfcn }},
ul_earfcn: {{ cell.ul_earfcn }}, ul_earfcn: {{ cell.ul_earfcn }},
root_sequence_index: {{ cell.get('root_sequence_index', root_sequence_index: {{ cell.get('root_sequence_index', 204 + i) }},
slapparameter_dict.get('root_sequence_index',
204 + i)) }},
inactivity_timer: {{ cell.inactivity_timer }}, inactivity_timer: {{ cell.inactivity_timer }},
...@@ -444,9 +442,7 @@ ...@@ -444,9 +442,7 @@
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: {{ cell.get('root_sequence_index', root_sequence_index: {{ cell.get('root_sequence_index', 1 + i) }},
slapparameter_dict.get('root_sequence_index',
1 + i)) }},
inactivity_timer: {{ cell.inactivity_timer }}, inactivity_timer: {{ cell.inactivity_timer }},
// Handover // Handover
......
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