Commit 61cb2714 authored by Rafael Monnerat's avatar Rafael Monnerat

wip

parent 7d4821c3
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
"cell_id", "cell_id",
"bandwidth", "bandwidth",
"ru", "ru",
"dl_earfcn", "dl_earfcn",
"tac" "tac"
], ],
......
...@@ -32,10 +32,10 @@ ...@@ -32,10 +32,10 @@
"propertyOrder": 9999 "propertyOrder": 9999
}, },
"dl_earfcn": { "dl_earfcn": {
"$ref": "../../../cell/lte/input-schema.json#/properties/dl_earfcn" "$ref": "../../../cell/lte/input-schema.json#/properties/lte/properties/enb/properties/dl_earfcn"
}, },
"ul_earfcn": { "ul_earfcn": {
"$ref": "../../../cell/lte/input-schema.json#/properties/ul_earfcn" "$ref": "../../../cell/lte/input-schema.json#/properties/lte/properties/enb/properties/ul_earfcn"
}, },
"bandwidth": { "bandwidth": {
"$ref": "../../../cell/common.json#/properties/bandwidth", "$ref": "../../../cell/common.json#/properties/bandwidth",
......
...@@ -33,19 +33,19 @@ ...@@ -33,19 +33,19 @@
"propertyOrder": 9999 "propertyOrder": 9999
}, },
"dl_nr_arfcn": { "dl_nr_arfcn": {
"$ref": "../../../cell/nr/input-schema.json#/properties/dl_nr_arfcn" "$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/enb/properties/dl_nr_arfcn"
}, },
"bandwidth": { "bandwidth": {
"$ref": "../../../cell/common.json#/properties/bandwidth" "$ref": "../../../cell/common.json#/properties/bandwidth"
}, },
"nr_band": { "nr_band": {
"$ref": "../../../cell/nr/input-schema.json#/properties/nr_band" "$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/enb/properties/nr_band"
}, },
"ul_nr_arfcn": { "ul_nr_arfcn": {
"$ref": "../../../cell/nr/input-schema.json#/properties/ul_nr_arfcn" "$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/enb/properties/ul_nr_arfcn"
}, },
"ssb_nr_arfcn": { "ssb_nr_arfcn": {
"$ref": "../../../cell/nr/input-schema.json#/properties/ssb_nr_arfcn" "$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/enb/properties/ssb_nr_arfcn"
} }
} }
} }
......
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