Commit fd49c63f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4e534e86
...@@ -5,16 +5,23 @@ ...@@ -5,16 +5,23 @@
"type": "object", "type": "object",
"required": [ "required": [
"ue_cell_type", "cell_type",
"cell_kind",
"rf_mode", "rf_mode",
"ru" "ru"
], ],
"properties": { "properties": {
"ue_cell_type": { "cell_type": {
"type": "string", "type": "string",
"options": { "hidden": true } "options": { "hidden": true }
}, },
"cell_kind": {
"type": "string",
"const": "ue",
"template": "ue",
"options": { "hidden": true }
},
"rf_mode": { "$ref": "../../cell/common.json#/properties/rf_mode" }, "rf_mode": { "$ref": "../../cell/common.json#/properties/rf_mode" },
"ru": { "$ref": "../../cell/common.json#/$defs/ru-of-cell" } "ru": { "$ref": "../../cell/common.json#/$defs/ru-of-cell" }
......
...@@ -5,16 +5,22 @@ ...@@ -5,16 +5,22 @@
"type": "object", "type": "object",
"required": [ "required": [
"cell_type",
"cell_kind",
"rf_mode",
"ru",
"dl_earfcn", "dl_earfcn",
"bandwidth" "bandwidth"
], ],
"properties": { "properties": {
"ue_cell_type": { "cell_type": {
"$ref": "../../../ue/cell/common.json#/properties/ue_cell_type", "$ref": "../../../ue/cell/common.json#/properties/cell_type",
"const": "lte", "const": "lte",
"template": "lte" "template": "lte"
}, },
"cell_kind": { "$ref": "../../../ue/cell/common.json#/properties/cell_kind" },
"rf_mode": { "$ref": "../../../ue/cell/common.json#/properties/rf_mode" }, "rf_mode": { "$ref": "../../../ue/cell/common.json#/properties/rf_mode" },
"ru": { "$ref": "../../../ue/cell/common.json#/properties/ru", "ru": { "$ref": "../../../ue/cell/common.json#/properties/ru",
......
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
"type": "object", "type": "object",
"required": [ "required": [
"cell_type",
"cell_kind",
"rf_mode",
"ru",
"dl_nr_arfcn", "dl_nr_arfcn",
"bandwidth", "bandwidth",
"nr_band", "nr_band",
...@@ -12,11 +17,12 @@ ...@@ -12,11 +17,12 @@
], ],
"properties": { "properties": {
"ue_cell_type": { "cell_type": {
"$ref": "../../../ue/cell/common.json#/properties/ue_cell_type", "$ref": "../../../ue/cell/common.json#/properties/cell_type",
"const": "nr", "const": "nr",
"template": "nr" "template": "nr"
}, },
"cell_kind": { "$ref": "../../../ue/cell/common.json#/properties/cell_kind" },
"rf_mode": { "$ref": "../../../ue/cell/common.json#/properties/rf_mode" }, "rf_mode": { "$ref": "../../../ue/cell/common.json#/properties/rf_mode" },
"ru": { "$ref": "../../../ue/cell/common.json#/properties/ru", "ru": { "$ref": "../../../ue/cell/common.json#/properties/ru",
......
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