Commit 46de0425 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1d9d744e
......@@ -163,7 +163,8 @@
"$defs": {
"rf_mode": {
"title": "RF mode",
"description": "Mode for TX/RX radio multiplexing: Frequency- or Time- based",
"description": "Mode for TX/RX radio multiplexing: Frequency- or Time- Domain Division",
"type": "string",
"enum": ["fdd", "tdd"]
},
"pci": {
......@@ -200,7 +201,7 @@
},
{
"title": "Shared Radio Unit of a Cell",
"description": "Use the same radio unit as referenced cell does",
"description": "Use the same radio unit as referenced cell instance does",
"type": "object",
"required": ["ru_type", "ruincell_ref"],
"properties": {
......
......@@ -25,7 +25,7 @@
"description": "Which SDR boards to use as combined RF port",
"type": "array",
"items": {
"title": "/dev/sdr #",
"title": "/dev/sdr # of SDR board",
"type": "integer"
},
"minItems": 1,
......
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