Commit fc46fff8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6276e03d
...@@ -17,16 +17,17 @@ ...@@ -17,16 +17,17 @@
"template": "cpri" "template": "cpri"
}, },
"n_antenna_dl": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/n_antenna_dl" }, "n_antenna_dl": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/n_antenna_dl",
"n_antenna_ul": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/n_antenna_ul" }, "default": 2
},
"n_antenna_ul": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/n_antenna_ul",
"default": 2
},
"tx_gain": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/tx_gain" }, "tx_gain": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/tx_gain" },
"rx_gain": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/rx_gain" }, "rx_gain": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/rx_gain" },
"txrx_active": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/txrx_active" }, "txrx_active": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/txrx_active" },
"cpri_link": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/cpri_link" }, "cpri_link": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/cpri_link" },
"n_antenna_dl": { "default": 2 },
"n_antenna_ul": { "default": 2 },
"cpri_link": { "cpri_link": {
"type": "object", "type": "object",
"properties": { "properties": {
......
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