Commit c9628e43 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 49757da9
...@@ -64,8 +64,6 @@ ...@@ -64,8 +64,6 @@
n_id_cell: {{ ncell.pci }}, n_id_cell: {{ ncell.pci }},
dl_earfcn: {{ ncell.dl_earfcn }}, dl_earfcn: {{ ncell.dl_earfcn }},
tac: {{ ncell.tac }}, tac: {{ ncell.tac }},
allowed_meas_bandwidth: {{ jlte_n_rb_dl(ncell.bandwidth) }},
antenna_port_1: false, // XXX XXX XXX stub
{%- elif ncell.cell_type == 'nr' %} {%- elif ncell.cell_type == 'nr' %}
rat: "nr", rat: "nr",
nr_cell_id: {{ ncell.nr_cell_id }}, // -> {{ peercell_ref }} nr_cell_id: {{ ncell.nr_cell_id }}, // -> {{ peercell_ref }}
......
...@@ -11,8 +11,7 @@ ...@@ -11,8 +11,7 @@
"tac", "tac",
"e_cell_id", "e_cell_id",
"dl_earfcn", "dl_earfcn"
"bandwidth"
], ],
"properties": { "properties": {
...@@ -29,7 +28,6 @@ ...@@ -29,7 +28,6 @@
}, },
"pci": { "$ref": "../../../cell/lte/input-schema.json#/properties/pci" }, "pci": { "$ref": "../../../cell/lte/input-schema.json#/properties/pci" },
"dl_earfcn": { "$ref": "../../../cell/lte/input-schema.json#/properties/dl_earfcn" }, "dl_earfcn": { "$ref": "../../../cell/lte/input-schema.json#/properties/dl_earfcn" },
"bandwidth": { "$ref": "../../../cell/lte/input-schema.json#/properties/bandwidth" },
"tac": { "$ref": "../../../cell/lte/input-schema.json#/properties/tac" } "tac": { "$ref": "../../../cell/lte/input-schema.json#/properties/tac" }
} }
} }
...@@ -106,7 +106,7 @@ PEER4 = { ...@@ -106,7 +106,7 @@ PEER4 = {
'xn_addr': '55.1.1.1', 'xn_addr': '55.1.1.1',
} }
PEERCELL4 = LTE(700, 10) | LTE_PEER(0x12345, 35, 0x123) PEERCELL4 = LTE(700, XXXbandwidth) | LTE_PEER(0x12345, 35, 0x123)
PEERCELL5 = NR(520000,38, XXXbandwidth) | NR_PEER(0x77712, 75, 0x321) PEERCELL5 = NR(520000,38, XXXbandwidth) | NR_PEER(0x77712, 75, 0x321)
PEERCELL5 = { PEERCELL5 = {
......
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