Commit 254a523b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b55e745d
...@@ -431,7 +431,7 @@ ...@@ -431,7 +431,7 @@
subcarrier_spacing: {{ 30 if cell.rf_mode == 'tdd' else 15 }}, subcarrier_spacing: {{ 30 if cell.rf_mode == 'tdd' else 15 }},
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',
slapparameter_dict.get('root_sequence_index', slapparameter_dict.get('root_sequence_index',
......
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
subcarrier_spacing: 15, subcarrier_spacing: 15,
ssb_nr_arfcn: 537170, ssb_nr_arfcn: 537170,
ssb_pos_bitmap: 10000000, ssb_pos_bitmap: "10000000",
root_sequence_index: 2, root_sequence_index: 2,
......
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