Commit 90396570 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2b88e953
...@@ -448,7 +448,7 @@ ...@@ -448,7 +448,7 @@
{%- do rx_gainv.extend([ru.rx_gain]*ru.n_antenna_ul) %} {%- do rx_gainv.extend([ru.rx_gain]*ru.n_antenna_ul) %}
{%- endfor %} {%- endfor %}
{#- emit big warning if both cpri and sdr are present {#- emit big warning if both sdr and cpri are present
to protect users from unclear eNB failures in such unsupported combination #} to protect users from unclear eNB failures in such unsupported combination #}
{%- set do_sdr = len(ru_sdr_dict) > 0 %} {%- set do_sdr = len(ru_sdr_dict) > 0 %}
{%- set do_cpri = len(ru_cpri_dict) > 0 %} {%- set do_cpri = len(ru_cpri_dict) > 0 %}
...@@ -466,7 +466,7 @@ ...@@ -466,7 +466,7 @@
{%- endif %} {%- endif %}
{#- emit cpri_* options if a cpri ru is present #} {#- emit cpri_* options if a cpri ru is present #}
{#- NOTE values for non-cpri links come as empty XXX recheck this is ok #} {#- NOTE values for non-cpri links come as empty #}
{%- if len(ru_cpri_dict) > 0 %} {%- if len(ru_cpri_dict) > 0 %}
{%- set vcpri = [None]*len(dev_argv) %} {%- set vcpri = [None]*len(dev_argv) %}
{%- for dev, ru in ru_cpri_dict|dictsort %} {%- for dev, ru in ru_cpri_dict|dictsort %}
......
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