Commit 5bf1a5f8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2b72661e
...@@ -168,8 +168,31 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits ...@@ -168,8 +168,31 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"title": "Radio Unit", "title": "Radio Unit",
"anyOf": [ "anyOf": [
{ {
"title": "", "title": "Shared Radio Unit",
"description": XXX,
"type": "object",
"required": ["ru_ref"],
"properties": {
"ru_ref": {
"title": "Reference",
"description": "Reference of shared radio unit instance",
"type": "string"
}
}
},
{
"title": "Shared Radio Unit inside Cell",
"description": XXX,
"type": "object",
"required": ["ruincell_ref"],
"properties": {
"ruincell_ref": {
"title": "Reference",
"description": "Reference of shared radio unit instance",
"type": "string"
}
}
},
}, },
{ "$ref": "ru/sdr/input-schema.json" }, { "$ref": "ru/sdr/input-schema.json" },
{ "$ref": "ru/lopcomm/input-schema.json" }, { "$ref": "ru/lopcomm/input-schema.json" },
......
{ {
"title": "Loopcom ORAN", "title": "Loopcom ORAN",
"description": XXX,
"type": "object", "type": "object",
"required": [ "required": [
"rrh_type", "rrh_type",
......
{ {
"title": "SDR builtin transiever", "title": "SDR board transiever",
"description": XXX,
} }
{ {
"title": "Sunwave M2RU", "title": "Sunwave M2RU",
"description": XXX,
} }
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