Commit 2b72661e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6b3cc1f2
NOTE: lte_cell -> forces enb_id to be defined NOTE: lte_cell -> forces enb_id to be defined
NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
XXX link to rrh
"tx_gain" -> per rrh (docs says it is "per channel") "tx_gain" -> per rrh (docs says it is "per channel")
"rx_gain" -> per rrh ----//---- "rx_gain" -> per rrh ----//----
...@@ -23,7 +21,7 @@ XXX link to rrh ...@@ -23,7 +21,7 @@ XXX link to rrh
"pci", "pci",
"cell_id", "cell_id",
"tac", "tac",
"rrh" "ru"
], ],
"properties": { "properties": {
"cell_type": { "cell_type": {
...@@ -77,7 +75,7 @@ XXX link to rrh ...@@ -77,7 +75,7 @@ XXX link to rrh
"type": "string" "type": "string"
}, },
"rrh": { "$ref": "#/$defs/rrh" } "ru": { "$ref": "#/$defs/ru" }
} }
}, },
...@@ -92,7 +90,7 @@ XXX link to rrh ...@@ -92,7 +90,7 @@ XXX link to rrh
"dl_nr_arfcn", "dl_nr_arfcn",
"pci", "pci",
"cell_id", "cell_id",
"rrh" "ru"
], ],
"properties": { "properties": {
"cell_type": { "cell_type": {
...@@ -144,7 +142,7 @@ XXX link to rrh ...@@ -144,7 +142,7 @@ XXX link to rrh
}, },
"cell_id": { "$ref": "#/$defs/cell_id" }, "cell_id": { "$ref": "#/$defs/cell_id" },
"rrh": { "$ref": "#/$defs/rrh" } "ru": { "$ref": "#/$defs/ru" }
} }
} }
], ],
...@@ -166,12 +164,16 @@ XXX link to rrh ...@@ -166,12 +164,16 @@ XXX link to rrh
"type": "string", "type": "string",
"default": "0x01" "default": "0x01"
}, },
"rrh": { "ru": {
"title": "Radio Unit", "title": "Radio Unit",
"anyOf": [ "anyOf": [
{ "$ref": "ru/sdr/ru-input-schema.json" }, {
{ "$ref": "ru/lopcomm/rrh-input-schema.json" }, "title": "",
{ "$ref": "ru/sunvawe/rrh-input-schema.json" },
},
{ "$ref": "ru/sdr/input-schema.json" },
{ "$ref": "ru/lopcomm/input-schema.json" },
{ "$ref": "ru/sunvawe/input-schema.json" },
... ...
] ]
} }
......
{ {
"title": "Loopcom ORAN Radio Unit", "title": "Loopcom ORAN",
"type": "object", "type": "object",
"required": [ "required": [
"rrh_type", "rrh_type",
......
{
"title": "SDR builtin transiever",
}
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