Commit e7927904 authored by Rafael Monnerat's avatar Rafael Monnerat

ors-amarisoft: cell_type

parent 786a07f2
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
"type": "object", "type": "object",
"required": [ "required": [
"cell_type",
"rf_mode", "rf_mode",
"pci", "pci",
"cell_id", "cell_id",
......
{ {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "NR Cell", "title": "NR Cell",
"type": "object", "type": "object",
"properties": {
"nr": {
"title": "NR Cell",
"type": "object",
"properties" : {
"enb": {
"type": "object",
"required": [ "required": [
"cell_type",
"rf_mode", "rf_mode",
"pci", "pci",
"cell_id", "cell_id",
"bandwidth", "bandwidth",
"ru", "ru",
"dl_nr_arfcn", "dl_nr_arfcn",
"nr_band" "nr_band"
], ],
"properties": { "properties": {
"$ref": "../../cell/common.json#/properties", "$ref": "../../cell/common.json#/properties",
"cell_type": {
"$ref": "#/properties/cell_type",
"const": "nr",
"template": "nr"
},
"tdd_ul_dl_config": { "tdd_ul_dl_config": {
"title": "TDD Configuration", "title": "TDD Configuration",
"type": "string", "type": "string",
...@@ -39,11 +35,9 @@ ...@@ -39,11 +35,9 @@
} }
} }
}, },
"bandwidth": { "bandwidth": {
"$ref": "#/properties/bandwidth" "$ref": "#/properties/bandwidth"
}, },
"dl_nr_arfcn": { "dl_nr_arfcn": {
"title": "DL NR ARFCN", "title": "DL NR ARFCN",
"description": "Downlink NR Absolute Radio Frequency Channel Number of the cell", "description": "Downlink NR Absolute Radio Frequency Channel Number of the cell",
...@@ -76,7 +70,6 @@ ...@@ -76,7 +70,6 @@
"default": 1 "default": 1
} }
}, },
"$defs": { "$defs": {
"tac": { "tac": {
"title": "Tracking Area Code", "title": "Tracking Area Code",
...@@ -84,4 +77,9 @@ ...@@ -84,4 +77,9 @@
"type": "number" "type": "number"
} }
} }
}
}
}
}
}
} }
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