Commit 1ea63394 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d46644cd
...@@ -251,8 +251,9 @@ ...@@ -251,8 +251,9 @@
{#- CA in between all LTE cells #} {#- CA in between all LTE cells #}
scell_list: [ scell_list: [
{%- for cell2_ref, cell2 in cell_dict|dictsort %} {%- for cell2_ref, icell2 in cell_dict|dictsort %}
{%- if cell2_ref != cell_ref and cell2['type'] == 'lte' %} {%- set cell2 = icell2['_'] %}
{%- if cell2_ref != cell_ref and cell2['cell_type'] == 'lte' %}
{ {
cell_id: {{ cell2['cell_id'] }}, cell_id: {{ cell2['cell_id'] }},
cross_carrier_scheduling: false, cross_carrier_scheduling: false,
......
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