Commit d1856eaa authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 468fd03b
...@@ -587,7 +587,6 @@ ...@@ -587,7 +587,6 @@
subcarrier_spacing: 30, subcarrier_spacing: 30,
ssb_pos_bitmap: {{ cell['ssb_pos_bitmap'] }}, ssb_pos_bitmap: {{ cell['ssb_pos_bitmap'] }},
},
// XXX peers for HO // XXX peers for HO
...@@ -603,6 +602,9 @@ ...@@ -603,6 +602,9 @@
{%- endif -%} {%- endif -%}
{%- endif %} {%- endif %}
{%- set tdd = (cell['rf_mode'] == 'tdd') %}
{%- set tdd_config = lte.nr_cell_tdd_config(cell) }}, // XXX None if fdd
{% if tdd_config == 1 %} {% if tdd_config == 1 %}
tdd_ul_dl_config: { tdd_ul_dl_config: {
pattern1: { pattern1: {
...@@ -635,6 +637,7 @@ ...@@ -635,6 +637,7 @@
}, },
{% endif %} {% endif %}
},
{%- endif %} {%- endif %}
{%- endfor %} {%- endfor %}
......
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