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

.

parent 2b72661e
......@@ -168,8 +168,31 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"title": "Radio Unit",
"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/lopcomm/input-schema.json" },
......
{
"title": "Loopcom ORAN",
"description": XXX,
"type": "object",
"required": [
"rrh_type",
......
{
"title": "SDR builtin transiever",
"title": "SDR board transiever",
"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