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

.

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