Commit b56eb0cb authored by Rafael Monnerat's avatar Rafael Monnerat

wip

parent 36c6e6a9
...@@ -29,22 +29,22 @@ ...@@ -29,22 +29,22 @@
"type": "integer" "type": "integer"
}, },
"dl_nr_arfcn": { "dl_nr_arfcn": {
"$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/nr/properties/dl_nr_arfcn" "$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/enb/properties/dl_nr_arfcn"
}, },
"nr_band": { "nr_band": {
"$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/nr/properties/nr_band" "$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/enb/properties/nr_band"
}, },
"ssb_nr_arfcn": { "ssb_nr_arfcn": {
"$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/nr/properties/ssb_nr_arfcn" "$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/enb/properties/ssb_nr_arfcn"
}, },
"ul_nr_arfcn": { "ul_nr_arfcn": {
"$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/nr/properties/ul_nr_arfcn" "$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/enb/properties/ul_nr_arfcn"
}, },
"pci": { "pci": {
"$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/nr/properties/pci" "$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/enb/properties/pci"
}, },
"tac": { "tac": {
"$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/nr/$defs/tac" "$ref": "../../../cell/nr/input-schema.json#/properties/nr/properties/enb/$defs/tac"
} }
} }
} }
......
{ {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Peer eNB", "title": "Peer eNB",
"type": "object", "type": "object",
"required": [ "required": [
"peer_type", "peer_type",
......
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