Commit ad7f3b34 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6dfade5e
...@@ -135,21 +135,41 @@ ...@@ -135,21 +135,41 @@
"type": "number", "type": "number",
"default": 10000 "default": 10000
}, },
"log_phy_debug": { "$ref": "instance-enb-input-schema.json#/properties/log_phy_debug" }, "log_phy_debug": {
"gps_sync": { "$ref": "instance-enb-input-schema.json#/properties/gps_sync" }, "$ref": "instance-enb-input-schema.json#/properties/log_phy_debug"
},
"gps_sync": {
"$ref": "instance-enb-input-schema.json#/properties/gps_sync"
},
"disable_sdr": { "disable_sdr": {
"default": false, "default": false,
"title": "Disable SDR", "title": "Disable SDR",
"description": "Disables radio", "description": "Disables radio",
"type": "boolean" "type": "boolean"
}, },
"use_ipv4": { "$ref": "instance-enb-input-schema.json#/properties/use_ipv4" }, "use_ipv4": {
"enb_stats_fetch_period": { "$ref": "instance-enb-input-schema.json#/properties/enb_stats_fetch_period" }, "$ref": "instance-enb-input-schema.json#/properties/use_ipv4"
"enb_drb_stats_enabled": { "$ref": "instance-enb-input-schema.json#/properties/enb_drb_stats_enabled" }, },
"max_rx_sample_db": { "$ref": "instance-enb-input-schema.json#/properties/max_rx_sample_db" }, "enb_stats_fetch_period": {
"min_rxtx_delay": { "$ref": "instance-enb-input-schema.json#/properties/min_rxtx_delay" }, "$ref": "instance-enb-input-schema.json#/properties/enb_stats_fetch_period"
"xlog_fluentbit_forward_host": { "$ref": "instance-enb-input-schema.json#/properties/xlog_fluentbit_forward_host" }, },
"xlog_fluentbit_forward_port": { "$ref": "instance-enb-input-schema.json#/properties/xlog_fluentbit_forward_port" }, "enb_drb_stats_enabled": {
"xlog_fluentbit_forward_shared_key": { "$ref": "instance-enb-input-schema.json#/properties/xlog_fluentbit_forward_shared_key" } "$ref": "instance-enb-input-schema.json#/properties/enb_drb_stats_enabled"
},
"max_rx_sample_db": {
"$ref": "instance-enb-input-schema.json#/properties/max_rx_sample_db"
},
"min_rxtx_delay": {
"$ref": "instance-enb-input-schema.json#/properties/min_rxtx_delay"
},
"xlog_fluentbit_forward_host": {
"$ref": "instance-enb-input-schema.json#/properties/xlog_fluentbit_forward_host"
},
"xlog_fluentbit_forward_port": {
"$ref": "instance-enb-input-schema.json#/properties/xlog_fluentbit_forward_port"
},
"xlog_fluentbit_forward_shared_key": {
"$ref": "instance-enb-input-schema.json#/properties/xlog_fluentbit_forward_shared_key"
}
} }
} }
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