Commit 253de8f4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 751b240a
...@@ -4,7 +4,17 @@ ...@@ -4,7 +4,17 @@
"title": "Loopcom ORAN", "title": "Loopcom ORAN",
"type": "object", "type": "object",
"required": ["mac_addr"], "required": [
"ru_type",
"ru_link_type",
"n_antenna_dl",
"n_antenna_ul",
"tx_gain",
"rx_gain",
"mac_addr"
],
"properties": { "properties": {
"$ref": "../../ru/common.json#/properties", "$ref": "../../ru/common.json#/properties",
......
...@@ -6,6 +6,13 @@ ...@@ -6,6 +6,13 @@
"type": "object", "type": "object",
"required": [ "required": [
"ru_type",
"ru_link_type",
"n_antenna_dl",
"n_antenna_ul",
"tx_gain",
"rx_gain",
"sdr_dev_list" "sdr_dev_list"
], ],
......
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
"type": "object", "type": "object",
"required": [ "required": [
"ru_type",
"ru_link_type",
"n_antenna_dl",
"n_antenna_ul",
"tx_gain",
"rx_gain"
], ],
"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