Commit 714ecfdb authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 395988fb
...@@ -17,10 +17,6 @@ ...@@ -17,10 +17,6 @@
}, },
"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",
"propertyOrder": 9999
}
} }
} }
...@@ -17,7 +17,9 @@ ...@@ -17,7 +17,9 @@
}, },
"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",
"propertyOrder": 9999"
},
"dl_earfcn": { "$ref": "../../../cell/lte/input-schema.json#/properties/dl_earfcn" }, "dl_earfcn": { "$ref": "../../../cell/lte/input-schema.json#/properties/dl_earfcn" },
"ul_earfcn": { "$ref": "../../../cell/lte/input-schema.json#/properties/ul_earfcn" }, "ul_earfcn": { "$ref": "../../../cell/lte/input-schema.json#/properties/ul_earfcn" },
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
"title": "NR Cell", "title": "NR Cell",
"type": "object", "type": "object",
"$ref": "../../../ue/cell/input-schema.json#/$defs/ue-cell-common",
"required": [ "required": [
"dl_nr_arfcn", "dl_nr_arfcn",
...@@ -14,10 +13,16 @@ ...@@ -14,10 +13,16 @@
"properties": { "properties": {
"ue_cell_type": { "ue_cell_type": {
"$ref": "../../../ue/cell/common.json#/properties/ue_cell_type",
"const": "nr", "const": "nr",
"template": "nr" "template": "nr"
}, },
"rf_mode": { "$ref": "../../../ue/cell/common.json#/properties/rf_mode" },
"ru": { "$ref": "../../../ue/cell/common.json#/properties/ru",
"propertyOrder": 9999"
},
"dl_nr_arfcn": { "$ref": "../../../cell/nr/input-schema.json#/properties/dl_nr_arfcn" }, "dl_nr_arfcn": { "$ref": "../../../cell/nr/input-schema.json#/properties/dl_nr_arfcn" },
"bandwidth": { "$ref": "../../../cell/nr/input-schema.json#/properties/bandwidth" }, "bandwidth": { "$ref": "../../../cell/nr/input-schema.json#/properties/bandwidth" },
"nr_band": { "$ref": "../../../cell/nr/input-schema.json#/properties/nr_band" }, "nr_band": { "$ref": "../../../cell/nr/input-schema.json#/properties/nr_band" },
......
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