Commit c9628e43 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 49757da9
......@@ -64,8 +64,6 @@
n_id_cell: {{ ncell.pci }},
dl_earfcn: {{ ncell.dl_earfcn }},
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' %}
rat: "nr",
nr_cell_id: {{ ncell.nr_cell_id }}, // -> {{ peercell_ref }}
......
......@@ -11,8 +11,7 @@
"tac",
"e_cell_id",
"dl_earfcn",
"bandwidth"
"dl_earfcn"
],
"properties": {
......@@ -29,7 +28,6 @@
},
"pci": { "$ref": "../../../cell/lte/input-schema.json#/properties/pci" },
"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" }
}
}
......@@ -106,7 +106,7 @@ PEER4 = {
'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 = {
......
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