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

.

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