Commit 42d50e2b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3aa08d8b
...@@ -169,16 +169,14 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits ...@@ -169,16 +169,14 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"anyOf": [ "anyOf": [
{ {
"title": "Shared Radio Unit", "title": "Shared Radio Unit",
"description": XXX, "description": "Use radio unit defined in separate shared instance",
"type": "object", "type": "object",
"required": ["ru_type", "ru_ref"], "required": ["ru_type", "ru_ref"],
"properties": { "properties": {
"ru_type": { "ru_type": {
"const": "ru_ref", "const": "ru_ref",
"template": "ru_ref", "template": "ru_ref",
"options": { "options": { "hidden": true }
"hidden": true
}
}, },
"ru_ref": { "ru_ref": {
"title": "RU Reference", "title": "RU Reference",
...@@ -188,17 +186,15 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits ...@@ -188,17 +186,15 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
} }
}, },
{ {
"title": "Shared Radio Unit inside Cell", "title": "Shared Radio Unit of a Cell",
"description": XXX, "description": "Use the same radio unit as referenced cell does",
"type": "object", "type": "object",
"required": ["ru_type", "ruincell_ref"], "required": ["ru_type", "ruincell_ref"],
"properties": { "properties": {
"ru_type": { "ru_type": {
"const": "ruincell_ref", "const": "ruincell_ref",
"template": "ruincell_ref", "template": "ruincell_ref",
"options": { "options": { "hidden": true }
"hidden": true
}
}, },
"ruincell_ref": { "ruincell_ref": {
"title": "Cell Reference", "title": "Cell Reference",
......
...@@ -16,11 +16,9 @@ ...@@ -16,11 +16,9 @@
], ],
"properties": { "properties": {
"ru_type": { "ru_type": {
"const": "ru_lopcomm", "const": "ru_lopcomm",
"template": "ru_lopcomm", "template": "ru_lopcomm",
"options": { "options": { "hidden": true }
"hidden": true
}
}, },
"mac_addr": { "mac_addr": {
"title": "RRH MAC address", "title": "RRH MAC address",
......
...@@ -8,11 +8,9 @@ ...@@ -8,11 +8,9 @@
"properties": { "properties": {
"ru_type": { "ru_type": {
"const": "ru_sdr", "const": "ru_sdr",
"template": "ru_sdr", "template": "ru_sdr",
"options": { "options": { "hidden": true }
"hidden": true
}
}, },
} }
} }
...@@ -9,11 +9,9 @@ ...@@ -9,11 +9,9 @@
"properties": { "properties": {
"ru_type": { "ru_type": {
"const": "ru_sunvawe", "const": "ru_sunvawe",
"template": "ru_sunvawe", "template": "ru_sunvawe",
"options": { "options": { "hidden": true }
"hidden": true
}
}, },
} }
......
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