Commit 8c5706b8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6eedd7ff
...@@ -1835,7 +1835,6 @@ ...@@ -1835,7 +1835,6 @@
}, },
] ]
}, },
], ],
cell_default: { cell_default: {
...@@ -1937,6 +1936,7 @@ ...@@ -1937,6 +1936,7 @@
// NR cells (TODO) // NR cells (TODO)
nr_cell_list: [ nr_cell_list: [
// CELL2_b // CELL2_b
{ {
rf_port: 2, rf_port: 2,
......
...@@ -307,11 +307,12 @@ ...@@ -307,11 +307,12 @@
// LTE cells // LTE cells
cell_list: [ cell_list: [
{%- for i, (cell_ref, icell) in enumerate(icell_dict|dictsort) %} {%- for i, (cell_ref, icell) in enumerate(icell_dict|dictsort) %}
{% set cell = icell['_'] %} {%- set cell = icell['_'] %}
{%- if cell['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['_'] %}
// {{ J(jref_of_shared(icell)) }} // {{ J(jref_of_shared(icell)) }}
{ {
rf_port: {{ ru['.rf_port'] }}, rf_port: {{ ru['.rf_port'] }},
...@@ -572,6 +573,7 @@ ...@@ -572,6 +573,7 @@
{%- 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['_'] %}
// {{ J(jref_of_shared(icell)) }} // {{ J(jref_of_shared(icell)) }}
{ {
rf_port: {{ ru['.rf_port'] }}, rf_port: {{ ru['.rf_port'] }},
......
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