Commit 466eec58 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 412d8f2e
......@@ -85,7 +85,7 @@
{{ print('\n>>> ru_dict:') }} {{ pprint(ru_dict) }}
{{ print('\n>>> cell_dict:') }} {{ pprint(cell_dict) }}
{{ print('\n----\n') }}
{{ print('\n1111\n') }}
{#- verify that there is no dangling cell->ru references #}
{#- XXX also verify that there is no dangling cell -> cell refs in ruincell_ref #}
......@@ -100,6 +100,7 @@
{#- start of the config -#}
{{ print('\n2222\n') }}
{
{% if slapparameter_dict.get('log_phy_debug', False) %}
......@@ -123,6 +124,7 @@
{%- set dev_argv = [] %}
{%- set ru_cpri_dict = {} %} {# dev -> ru for ru with link_kind = cpri #}
{%- for rf_port, (ru_ref, ru) in enumerate(ru_dict|dictsort) %}
{%- set ru = ru['_'] %}
{%- do ru.update({'.rf_port': rf_port}) %}
{%- if ru['ru_type'] == 'sdr' %}
XXX move to ru/sdr ?
......
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