Commit a9ce8e8f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent acaf32df
...@@ -469,9 +469,9 @@ ...@@ -469,9 +469,9 @@
nr_dc_scg_cell_list sets up NR+NR Dual Connectivity #} nr_dc_scg_cell_list sets up NR+NR Dual Connectivity #}
// 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 ors %}
manual_ref_signal_power: true, manual_ref_signal_power: true,
{%- if 'XXX_one_watt' == "True" %} {%- if ors['one-watt'] %}
ss_pbch_block_power: {{ ru.tx_gain - 54 }}, ss_pbch_block_power: {{ ru.tx_gain - 54 }},
{%- else %} {%- else %}
ss_pbch_block_power: {{ ru.tx_gain - 35 }}, ss_pbch_block_power: {{ ru.tx_gain - 35 }},
......
/* SIB2/SIB3 for {{ cell.cell_type | upper }} cell {{ cell_ref }} @ {{ ru_ref }}. */ /* SIB2/SIB3 for {{ cell.cell_type | upper }} cell {{ cell_ref }} @ {{ ru_ref }}. */
{%- set bbu = "zzz" %}{# XXX temp hack #}
{ {
message c1: systemInformation: { message c1: systemInformation: {
criticalExtensions systemInformation-r8: { criticalExtensions systemInformation-r8: {
...@@ -38,8 +37,8 @@ ...@@ -38,8 +37,8 @@
} }
}, },
pdsch-ConfigCommon { pdsch-ConfigCommon {
{% if bbu == "ors" %} {% if ors %}
{%- if one_watt == "True" %} {%- if ors['one-watt'] %}
referenceSignalPower {{ (ru.tx_gain | int) - 54 }}, /* patched by eNB */ referenceSignalPower {{ (ru.tx_gain | int) - 54 }}, /* patched by eNB */
{%- else %} {%- else %}
referenceSignalPower {{ (ru.tx_gain | int) - 35 }}, /* patched by eNB */ referenceSignalPower {{ (ru.tx_gain | int) - 35 }}, /* patched by eNB */
......
...@@ -4,6 +4,7 @@ extends = ...@@ -4,6 +4,7 @@ extends =
# XXX config-base += # XXX config-base +=
# XXX reenable/rethink # XXX reenable/rethink
# XXX ors = ors_version |tojson
{# raw one_watt {{ ors_version['one-watt'] }} #} {# raw one_watt {{ ors_version['one-watt'] }} #}
{# raw tx_gain {{ ors_version['current-tx-gain'] }} #} {# raw tx_gain {{ ors_version['current-tx-gain'] }} #}
{# raw rx_gain {{ ors_version['current-rx-gain'] }} #} {# raw rx_gain {{ ors_version['current-rx-gain'] }} #}
......
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