Commit aa3732f5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 348d9bc1
......@@ -3,3 +3,10 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"tx_gain" -> per rrh (docs says it is "per channel")
"rx_gain" -> per rrh ----//----
JSONEditor:
use_default_values: false, // important
no_additional_properties: true, // important
keep_oneof_values: false // important
......@@ -3,7 +3,7 @@
"title": "LTE Cell",
"type": "object",
"$ref": "../input-schema.json#/$defs/cell-common",
"$ref": "../../cell/input-schema.json#/$defs/cell-common",
"required": [
"bandwidth",
......
......@@ -3,7 +3,7 @@
"title": "NR Cell",
"type": "object",
"$ref": "../input-schema.json#/$defs/cell-common",
"$ref": "../../cell/input-schema.json#/$defs/cell-common",
"required": [
"bandwidth",
......
......@@ -3,7 +3,7 @@
"title": "Loopcom ORAN",
"type": "object",
"$ref": "../input-schema.json#/$defs/ru-common",
"$ref": "../../ru/input-schema.json#/$defs/ru-common",
"required": [
"mac_addr",
......
......@@ -4,7 +4,7 @@
"title": "SDR transiever",
"description": "Radio Unit constituted of several SDR boards",
"type": "object",
"$ref": "../input-schema.json#/$defs/ru-common",
"$ref": "../../ru/input-schema.json#/$defs/ru-common",
"required": [
"sdr_dev_list"
......
......@@ -3,7 +3,7 @@
"title": "Sunwave M2RU",
"type": "object",
"$ref": "../input-schema.json#/$defs/ru-common",
"$ref": "../../ru/input-schema.json#/$defs/ru-common",
"required": [
],
......
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