Commit ef139899 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent af3f0274
...@@ -20,12 +20,10 @@ ...@@ -20,12 +20,10 @@
"properties": { "properties": {
"ru_type": { "ru_type": {
"type": "string", "type": "string",
"enum": ["sdr", "lopcomm", "sunwave"],
"options": { "hidden": true } "options": { "hidden": true }
}, },
"ru_link_type": { "ru_link_type": {
"type": "string", "type": "string",
"enum": ["sdr", "cpri"],
"options": { "hidden": true } "options": { "hidden": true }
}, },
......
...@@ -21,6 +21,10 @@ ...@@ -21,6 +21,10 @@
"const": "lopcomm", "const": "lopcomm",
"template": "lopcomm" "template": "lopcomm"
}, },
"ru_link_type": {
"const": "cpri",
"template": "cpri"
},
"n_antenna_dl": { "default": 2 }, "n_antenna_dl": { "default": 2 },
"n_antenna_ul": { "default": 2 }, "n_antenna_ul": { "default": 2 },
......
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