Commit e9fc1f4f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e317697f
......@@ -12,7 +12,7 @@
"ul_nr_arfcn",
"pci",
"tac",
"band"
"nr_band"
],
"properties": {
......
......@@ -11,12 +11,21 @@
"$defs": {
"ue-cell-common": {
"required": [
"ue_cell_type",
"ru"
],
"properties": {
"ue_cell_type": {
"type": "string",
"options": { "hidden": true }
},
"ru": {
"$ref": "../../cell/input-schema.json#/$defs/ru-in-cell",
"propertyOrder": 9999
}
}
}
}
......@@ -5,11 +5,18 @@
"type": "object",
"$ref": "../../../ue/cell/input-schema.json#/$defs/cell-common",
"required": [
"dl_earfcn",
"bandwidth"
],
"properties": {
"ue_cell_type": {
"const": "lte",
"template": "lte"
},
"dl_earfcn": { "$ref": "../../cell/lte/input-schema.json#/$defs/dl_earfcn" },
"bandwidth": { "$ref": "../../cell/lte/input-schema.json#/$defs/bandwidth" }
}
}
......@@ -5,11 +5,22 @@
"type": "object",
"$ref": "../../../ue/cell/input-schema.json#/$defs/cell-common",
"required": [
"dl_nr_arfcn",
"bandwidth",
"nr_band",
"ssb_nr_arfcn"
],
"properties": {
"ue_cell_type": {
"const": "nr",
"template": "nr"
},
"dl_nr_arfcn": { "$ref": "../../cell/nr/input-schema.json#/$defs/dl_earfcn" },
"bandwidth": { "$ref": "../../cell/nr/input-schema.json#/$defs/bandwidth" },
"nr_band": { "$ref": "../../cell/nr/input-schema.json#/$defs/nr_band" },
"ssb_nr_arfcn": { "$ref": "../../cell/nr/input-schema.json#/$defs/ssb_nr_arfcn" }
}
}
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