Commit 0aac1087 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ef139899
......@@ -8,3 +8,13 @@ if ru_link_type = "cpri":
rx_delay: int <- selected by ru model
tx_delay: int <- ? selected by ru or not ?
tx_dbm: float
Lopcomm:
mapping: hw
M2RU:
mapping: bf1
......@@ -5,7 +5,8 @@
"type": "object",
"oneOf": [
{ "$ref": "sdr/input-schema.json" },
{ "$ref": "lopcomm/input-schema.json" }
{ "$ref": "lopcomm/input-schema.json" },
{ "$ref": "sunvawe/input-schema.json" }
],
"$defs": {
......
......@@ -3,19 +3,20 @@
"title": "Sunwave M2RU",
"description": XXX,
"type": "object",
"$ref": "../input-schema.json#/$defs/ru-common",
"required": [
"ru_type"
],
"properties": {
"$ref": "../common-input-schema.json",
"ru_type": {
"const": "sunvawe",
"template": "sunvawe",
"options": { "hidden": true }
"const": "sunvawe",
"template": "sunvawe"
},
"ru_link_type": {
"const": "cpri",
"template": "cpri"
}
}
}
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