Commit 07409c20 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a8c744ec
...@@ -463,8 +463,8 @@ ...@@ -463,8 +463,8 @@
{#- disable trx completely if all we have is only inactive sdr(s). {#- disable trx completely if all we have is only inactive sdr(s).
do not disable if there is cpri, because for cpri whether to activate do not disable if there is cpri, because for cpri whether to activate
radio or not is controlled via RU-specific config. See e.g. radio or not is natively controlled via RU-specific config.
ru/lopcomm/cu_config.jinja2.xml for details #} See e.g. ru/lopcomm/cu_config.jinja2.xml for details #}
{%- if do_sdr and (not do_cpri) and {%- if do_sdr and (not do_cpri) and
len(iru_dict|dictsort | selectattr('1._.txrx_active', '==', 'ACTIVE') | list) == 0 %} len(iru_dict|dictsort | selectattr('1._.txrx_active', '==', 'ACTIVE') | list) == 0 %}
name: "dummy", name: "dummy",
......
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