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

.

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