Commit 5bdb0130 authored by Kirill Smelkov's avatar Kirill Smelkov

X enb/ors: Reuse peer/cell schemas in ncell_list

parent 48a955be
...@@ -121,24 +121,16 @@ ...@@ -121,24 +121,16 @@
".*": { ".*": {
"properties": { "properties": {
"dl_earfcn": { "dl_earfcn": {
"title": "DL EARFCN", "$ref": "peer/cell/lte/input-schema.json#/properties/dl_earfcn"
"description": "Downlink E-UTRA Absolute Radio Frequency Channel Number of the neighbour cell",
"type": "number"
}, },
"pci": { "pci": {
"title": "Physical Cell ID", "$ref": "peer/cell/lte/input-schema.json#/properties/pci"
"description": "Physical Cell ID of the neighbour cell",
"type": "number"
}, },
"cell_id": { "cell_id": {
"title": "Cell ID", "$ref": "peer/cell/lte/input-schema.json#/properties/e_cell_id"
"description": "Concatenation of enb_id and cell_id of the neighbour cell",
"type": "string"
}, },
"tac": { "tac": {
"title": "Tracking Area Code", "$ref": "peer/cell/lte/input-schema.json#/properties/tac",
"description": "Integer (range 0 to 16777215)",
"type": "number",
"default": "0x0001" "default": "0x0001"
} }
}, },
......
...@@ -101,39 +101,25 @@ ...@@ -101,39 +101,25 @@
".*": { ".*": {
"properties": { "properties": {
"dl_nr_arfcn": { "dl_nr_arfcn": {
"title": "DL NR ARFCN", "$ref": "peer/cell/nr/input-schema.json#/properties/dl_nr_arfcn"
"description": "Downlink NR Absolute Radio Frequency Channel Number of the neighbour cell",
"type": "number"
}, },
"ssb_nr_arfcn": { "ssb_nr_arfcn": {
"title": "SSB NR ARFCN", "$ref": "peer/cell/nr/input-schema.json#/properties/ssb_nr_arfcn"
"description": "SSB NR Absolute Radio Frequency Channel Number of the neighbour cell",
"type": "number"
}, },
"pci": { "pci": {
"title": "Physical Cell ID", "$ref": "peer/cell/nr/input-schema.json#/properties/pci"
"description": "Physical Cell ID of the neighbour cell",
"type": "number"
}, },
"nr_cell_id": { "nr_cell_id": {
"title": "NR Cell ID", "$ref": "peer/cell/nr/input-schema.json#/properties/nr_cell_id"
"description": "Concatenation of gnb_id and cell_id of the neighbour cell",
"type": "string"
}, },
"gnb_id_bits": { "gnb_id_bits": {
"title": "gNB ID bits", "$ref": "peer/cell/nr/input-schema.json#/properties/gnb_id_bits"
"description": "Number of bits for the gNodeB global identifier. (range 22 to 32)",
"type": "number"
}, },
"nr_band": { "nr_band": {
"title": "NR band", "$ref": "peer/cell/nr/input-schema.json#/properties/nr_band"
"description": "NR band number",
"type": "number"
}, },
"tac": { "tac": {
"title": "Tracking Area Code", "$ref": "peer/cell/nr/input-schema.json#/properties/tac",
"description": "Integer (range 0 to 16777215)",
"type": "number",
"default": "0x0001" "default": "0x0001"
} }
}, },
......
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