Commit 42dbe57e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d05c019c
...@@ -213,22 +213,13 @@ ...@@ -213,22 +213,13 @@
"$ref": "instance-ors-enb-input-schema.json#/properties/websocket_password" "$ref": "instance-ors-enb-input-schema.json#/properties/websocket_password"
}, },
"inactivity_timer": { "inactivity_timer": {
"title": "Inactivity Timer", "$ref": "instance-ors-enb-input-schema.json#/properties/inactivity_timer"
"description": "Send RRC connection release after this time (in ms) of network inactivity.",
"type": "number",
"default": 10000
}, },
"log_phy_debug": { "log_phy_debug": {
"title": "Physical layer log debug", "$ref": "instance-ors-enb-input-schema.json#/properties/log_phy_debug"
"description": "Enable debug mode for physical layer logs",
"type": "boolean",
"default": false
}, },
"gps_sync": { "gps_sync": {
"default": false, "$ref": "instance-ors-enb-input-schema.json#/properties/gps_sync"
"title": "GPS synchronisation",
"description": "True if GPS should be used for synchronisation",
"type": "boolean"
}, },
"disable_sdr": { "disable_sdr": {
"default": false, "default": false,
......
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