Commit a115d688 authored by Kirill Smelkov's avatar Kirill Smelkov

X workaround bug in ref-parser for resolving ue/cell/X/bandwidth -> cell/X/bandwidth

parent 505a12ef
......@@ -40,7 +40,7 @@
},
"bandwidth": {
"$ref": "../../cell/common.json#/properties/bandwidth",
"$ref": "#/properties/bandwidth",
"enum": [
1.4,
3,
......
......@@ -41,7 +41,7 @@
},
"bandwidth": {
"$ref": "../../cell/common.json#/properties/bandwidth"
"$ref": "#/properties/bandwidth"
},
"dl_nr_arfcn": {
......
......@@ -29,6 +29,16 @@
"dl_earfcn": { "$ref": "../../../cell/lte/input-schema.json#/properties/dl_earfcn" },
"ul_earfcn": { "$ref": "../../../cell/lte/input-schema.json#/properties/ul_earfcn" },
"bandwidth": { "$ref": "../../../cell/lte/input-schema.json#/properties/bandwidth" }
"bandwidth": {
"$ref": "../../../cell/common.json#/properties/bandwidth",
"enum": [
1.4,
3,
5,
10,
15,
20
]
}
}
}
......@@ -29,7 +29,7 @@
},
"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/common.json#/properties/bandwidth" },
"nr_band": { "$ref": "../../../cell/nr/input-schema.json#/properties/nr_band" },
"ul_nr_arfcn": { "$ref": "../../../cell/nr/input-schema.json#/properties/ul_nr_arfcn" },
"ssb_nr_arfcn": { "$ref": "../../../cell/nr/input-schema.json#/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