Commit 9b3045d3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2aca898d
...@@ -9,13 +9,12 @@ ...@@ -9,13 +9,12 @@
}, },
"n_antenna_dl": { "n_antenna_dl": {
"$ref": "ru/input-schema.json#/$defs/ru-common/properties/n_antenna_dl", "$ref": "ru/input-schema.json#/$defs/ru-common/properties/n_antenna_dl",
"enum": [2, 1], "enum": [1, 2],
"default": 2 "default": 2
}, },
"n_antenna_ul": { "n_antenna_ul": {
"title": "Number of UL antennas", "$ref": "ru/input-schema.json#/$defs/ru-common/properties/n_antenna_ul",
"description": "1 or 2. Number of UL antennas.", "enum": [1, 2],
"type": "number",
"default": 2 "default": 2
}, },
"rf_mode": { "rf_mode": {
......
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