Commit 05f9c3e4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fd49c63f
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
cells: [ cells: [
{%- for cell_ref, icell in icell_dict|dictsort %} {%- for cell_ref, icell in icell_dict|dictsort %}
{%- set cell = icell['_'] %} {%- set cell = icell['_'] %}
{%- if cell.ue_cell_type == 'lte' %} {%- if cell.cell_type == 'lte' %}
{%- set ru_ref = J(jcell_ru_ref(icell)) %} {%- set ru_ref = J(jcell_ru_ref(icell)) %}
{%- set iru = iru_dict[ru_ref] %} {%- set iru = iru_dict[ru_ref] %}
{%- set ru = iru['_'] %} {%- set ru = iru['_'] %}
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
cells: [ cells: [
{%- for cell_ref, icell in icell_dict|dictsort %} {%- for cell_ref, icell in icell_dict|dictsort %}
{%- set cell = icell['_'] %} {%- set cell = icell['_'] %}
{%- if cell.ue_cell_type == 'nr' %} {%- if cell.cell_type == 'nr' %}
{%- set ru_ref = J(jcell_ru_ref(icell)) %} {%- set ru_ref = J(jcell_ru_ref(icell)) %}
{%- set iru = iru_dict[ru_ref] %} {%- set iru = iru_dict[ru_ref] %}
{%- set ru = iru['_'] %} {%- set ru = iru['_'] %}
......
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