Commit 67708344 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 47bf5306
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"title": "LTE Cell", "title": "LTE Cell",
"type": "object", "type": "object",
"$ref": "../../../ue/cell/input-schema.json#/$defs/cell-common", "$ref": "../../../ue/cell/input-schema.json#/$defs/ue-cell-common",
"required": [ "required": [
"dl_earfcn", "dl_earfcn",
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"template": "lte" "template": "lte"
}, },
"dl_earfcn": { "$ref": "../../cell/lte/input-schema.json#/$defs/dl_earfcn" }, "dl_earfcn": { "$ref": "../../cell/lte/input-schema.json#/properties/dl_earfcn" },
"bandwidth": { "$ref": "../../cell/lte/input-schema.json#/$defs/bandwidth" } "bandwidth": { "$ref": "../../cell/lte/input-schema.json#/properties/bandwidth" }
} }
} }
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"title": "NR Cell", "title": "NR Cell",
"type": "object", "type": "object",
"$ref": "../../../ue/cell/input-schema.json#/$defs/cell-common", "$ref": "../../../ue/cell/input-schema.json#/$defs/ue-cell-common",
"required": [ "required": [
"dl_nr_arfcn", "dl_nr_arfcn",
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
"template": "nr" "template": "nr"
}, },
"dl_nr_arfcn": { "$ref": "../../cell/nr/input-schema.json#/$defs/dl_earfcn" }, "dl_nr_arfcn": { "$ref": "../../cell/nr/input-schema.json#/properties/dl_earfcn" },
"bandwidth": { "$ref": "../../cell/nr/input-schema.json#/$defs/bandwidth" }, "bandwidth": { "$ref": "../../cell/nr/input-schema.json#/properties/bandwidth" },
"nr_band": { "$ref": "../../cell/nr/input-schema.json#/$defs/nr_band" }, "nr_band": { "$ref": "../../cell/nr/input-schema.json#/properties/nr_band" },
"ssb_nr_arfcn": { "$ref": "../../cell/nr/input-schema.json#/$defs/ssb_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