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

.

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