Commit 6eedd7ff authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b4cf768f
......@@ -1937,10 +1937,6 @@
// NR cells (TODO)
nr_cell_list: [
// CELL2_b
{
rf_port: 2,
......
......@@ -567,7 +567,7 @@
// NR cells (TODO)
nr_cell_list: [
{%- for i, (cell_ref, icell) in enumerate(icell_dict|dictsort) %}
{% set cell = icell['_'] %}
{%- set cell = icell['_'] %}
{%- if cell['cell_type'] == 'nr' %}
{%- set ru_ref = J(jcell_ru_ref(icell)) %}
{%- set iru = iru_dict[ru_ref] %}
......
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