Commit c3af9759 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1c36dfe5
......@@ -59,15 +59,15 @@
root_sequence_index: 204,
scell_list: [
{
cell_id: 0x02,
cell_id: 0x02, // CELL1_b
cross_carrier_scheduling: false,
},
{
cell_id: 0x21,
cell_id: 0x21, // CELL2_a
cross_carrier_scheduling: false,
},
{
cell_id: 0x22,
cell_id: 0x22, // CELL2_b
cross_carrier_scheduling: false,
},
],
......@@ -613,15 +613,15 @@
root_sequence_index: 204,
scell_list: [
{
cell_id: 0x01,
cell_id: 0x01, // CELL1_a
cross_carrier_scheduling: false,
},
{
cell_id: 0x21,
cell_id: 0x21, // CELL2_a
cross_carrier_scheduling: false,
},
{
cell_id: 0x22,
cell_id: 0x22, // CELL2_b
cross_carrier_scheduling: false,
},
],
......@@ -1167,15 +1167,15 @@
root_sequence_index: 204,
scell_list: [
{
cell_id: 0x01,
cell_id: 0x01, // CELL1_a
cross_carrier_scheduling: false,
},
{
cell_id: 0x02,
cell_id: 0x02, // CELL1_b
cross_carrier_scheduling: false,
},
{
cell_id: 0x22,
cell_id: 0x22, // CELL2_b
cross_carrier_scheduling: false,
},
],
......@@ -1721,15 +1721,15 @@
root_sequence_index: 204,
scell_list: [
{
cell_id: 0x01,
cell_id: 0x01, // CELL1_a
cross_carrier_scheduling: false,
},
{
cell_id: 0x02,
cell_id: 0x02, // CELL1_b
cross_carrier_scheduling: false,
},
{
cell_id: 0x21,
cell_id: 0x21, // CELL2_a
cross_carrier_scheduling: false,
},
],
......
......@@ -252,7 +252,7 @@
{%- set cell2 = icell2['_'] %}
{%- if cell2_ref != cell_ref and cell2['cell_type'] == 'lte' %}
{
cell_id: {{ cell2['cell_id'] }},
cell_id: {{ cell2['cell_id'] }}, // {{ J(jref_of_shared(icell2)) }}
cross_carrier_scheduling: false,
},
{%- endif %}
......
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