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

.

parent 7e11afeb
......@@ -3,7 +3,9 @@
"required": [
"ru_type",
"ru_link_type"
"ru_link_type",
"n_antenna_dl",
"n_antenna_ul"
],
"properties": {
......@@ -12,6 +14,16 @@
},
"ru_link_type": {
"type": "string"
},
"n_antenna_dl": {
"title": "Number of DL antennas",
"type": "integer"
},
"n_antenna_ul": {
"title": "Number of UL antennas",
"type": "integer"
}
}
}
ru_type: string hidden
ru_link_type: string sdr|cpri hidden
n_antenna_dl int
n_antenna_ul int
if ru_link_type = "cpri":
cpri_link:
sdr_dev number # e.g. sdrX@Y
......
......@@ -4,9 +4,7 @@
"title": "SDR transiever",
"description": "Radio Unit constituted of several SDR boards",
"type": "object",
"allOf": {
"$ref": "../common-input-schema.json"
},
"$ref": "../common-input-schema.json",
"required": [
"sdr_dev_list"
......
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