Commit e7927904 authored by Rafael Monnerat's avatar Rafael Monnerat

ors-amarisoft: cell_type

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