Commit 219961dc authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c9fb1527
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"type": "object", "type": "object",
"oneOf": [ "oneOf": [
{ "$ref": "../../cell/peer/lte/input-schema.json" }, { "$ref": "../../cell/peer/lte/input-schema.json" },
{ "$ref": "../../cell/nr/input-schema.json" } { "$ref": "../../cell/peer/nr/input-schema.json" }
], ],
"$defs": { "$defs": {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"title": "LTE Peer Cell", "title": "LTE Peer Cell",
"type": "object", "type": "object",
"$ref": "../../../cell/peer/input-schema.json#/$defs/cell-common", "$ref": "../../../cell/peer/input-schema.json#/$defs/peer-cell-common",
"required": [ "required": [
"e_cell_id", "e_cell_id",
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
"description": "28 bit E-UTRAN cell identity. Concatenation of enb_id and cell_id of the neighbour cell.", "description": "28 bit E-UTRAN cell identity. Concatenation of enb_id and cell_id of the neighbour cell.",
"type": "string" "type": "string"
}, },
"pci": { "$ref": "../../../cell/lte/input-schema.json#/$defs/pci" }, "pci": { "$ref": "../../../cell/lte/input-schema.json#/properties/pci" },
"dl_earfcn": { "$ref": "../../../cell/lte/input-schema.json#/$defs/dl_earfcn" }, "dl_earfcn": { "$ref": "../../../cell/lte/input-schema.json#/properties/dl_earfcn" },
"tac": { "$ref": "../../../cell/lte/input-schema.json#/$defs/tac" } "tac": { "$ref": "../../../cell/lte/input-schema.json#/properties/tac" }
} }
} }
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"title": "NR Peer Cell", "title": "NR Peer Cell",
"type": "object", "type": "object",
"$ref": "../../../cell/peer/input-schema.json#/$defs/cell-common", "$ref": "../../../cell/peer/input-schema.json#/$defs/peer-cell-common",
"required": [ "required": [
"nr_cell_id", "nr_cell_id",
...@@ -31,15 +31,15 @@ ...@@ -31,15 +31,15 @@
"description": "Number of bits for the gNodeB global identifier. (range 22 to 32)", "description": "Number of bits for the gNodeB global identifier. (range 22 to 32)",
"type": "integer" "type": "integer"
}, },
"dl_nr_arfcn": { "$ref": "../../../cell/nr/input-schema.json#/$defs/dl_nr_arfcn" }, "dl_nr_arfcn": { "$ref": "../../../cell/nr/input-schema.json#/properties/dl_nr_arfcn" },
"nr_band": { "$ref": "../../../cell/nr/input-schema.json#/$defs/nr_band" }, "nr_band": { "$ref": "../../../cell/nr/input-schema.json#/properties/nr_band" },
"ssb_nr_arfcn": { "$ref": "../../../cell/nr/input-schema.json#/$defs/ssb_nr_arfcn" }, "ssb_nr_arfcn": { "$ref": "../../../cell/nr/input-schema.json#/properties/ssb_nr_arfcn" },
"ul_nr_arfcn": { "ul_nr_arfcn": {
"title": "UL NR ARFCN", "title": "UL NR ARFCN",
"description": "Uplink NR Absolute Radio Frequency Channel Number of the cell", "description": "Uplink NR Absolute Radio Frequency Channel Number of the cell",
"type": "integer" "type": "integer"
}, },
"pci": { "$ref": "../../../cell/nr/input-schema.json#/$defs/pci" }, "pci": { "$ref": "../../../cell/nr/input-schema.json#/properties/pci" },
"tac": { "$ref": "../../../cell/nr/input-schema.json#/$defs/tac" } "tac": { "$ref": "../../../cell/nr/input-schema.json#/properties/tac" }
} }
} }
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