Commit cc743143 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent cad16cc8
...@@ -466,7 +466,7 @@ ...@@ -466,7 +466,7 @@
], ],
{%- endif %} {%- endif %}
// tune NR parameters for the cell XXX -> sdr/ors ? (see lte ^^^) // tune NR parameters for the cell XXX -> sdr/ors ? (see lte ^^^)
{%- if slapparameter_dict.get('rrh', 'ORS') == "ORS" %} {%- if slapparameter_dict.get('rrh', 'ORS') == "ORS" %}
manual_ref_signal_power: true, manual_ref_signal_power: true,
{%- if 'XXX_one_watt' == "True" %} {%- if 'XXX_one_watt' == "True" %}
...@@ -482,7 +482,7 @@ ...@@ -482,7 +482,7 @@
'2.5ms 1UL 3DL 2/10': 2, '2.5ms 1UL 3DL 2/10': 2,
'5ms 8UL 1DL 2/10 (maximum uplink)': 3} '5ms 8UL 1DL 2/10 (maximum uplink)': 3}
[cell.tdd_ul_dl_config] [cell.tdd_ul_dl_config]
if tdd else None %} if tdd else None %}
{% if tdd_config == 1 %} {% if tdd_config == 1 %}
tdd_ul_dl_config: { tdd_ul_dl_config: {
...@@ -515,7 +515,6 @@ ...@@ -515,7 +515,6 @@
}, },
}, },
{% endif %} {% endif %}
}, },
{%- endif %} {%- endif %}
......
...@@ -309,12 +309,11 @@ ...@@ -309,12 +309,11 @@
}, },
], ],
// tune NR parameters for the cell XXX -> sdr/ors ? (see lte ^^^) // tune NR parameters for the cell XXX -> sdr/ors ? (see lte ^^^)
manual_ref_signal_power: true, manual_ref_signal_power: true,
ss_pbch_block_power: -46, ss_pbch_block_power: -46,
}, },
], ],
......
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