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

.

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