Commit 5a45624b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 897c4a29
...@@ -63,36 +63,6 @@ ...@@ -63,36 +63,6 @@
}, },
"type": "object", "type": "object",
"default": {} "default": {}
},
"nr_handover_a3_offset": {
"title": "A3 offset for NR handover",
"description": "RSRP gain offset between gNBs which will trigger handover",
"type": "number",
"default": 6
},
"nr_handover_time_to_trigger": {
"title": "Time to Trigger for NR handover",
"description": "Time to trigger after which NR handover will be triggered if A3 offset is reached",
"type": "number",
"enum": [
0,
40,
64,
80,
100,
128,
160,
256,
320,
480,
512,
640,
1024,
1280,
2560,
5120
],
"default": 100
} }
} }
} }
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
}, },
"lte_handover_a3_offset": { "lte_handover_a3_offset": {
"title": "A3 offset for LTE handover", "title": "A3 offset for LTE handover",
"description": "RSRP gain offset between gNBs which will trigger handover", "description": "RSRP gain offset between eNBs which will trigger handover",
"type": "number", "type": "number",
"default": 6 "default": 6
}, },
...@@ -122,6 +122,36 @@ ...@@ -122,6 +122,36 @@
], ],
"default": 480 "default": 480
}, },
"nr_handover_a3_offset": {
"title": "A3 offset for NR handover",
"description": "RSRP gain offset between gNBs which will trigger handover",
"type": "number",
"default": 6
},
"nr_handover_time_to_trigger": {
"title": "Time to Trigger for NR handover",
"description": "Time to trigger after which NR handover will be triggered if A3 offset is reached",
"type": "number",
"enum": [
0,
40,
64,
80,
100,
128,
160,
256,
320,
480,
512,
640,
1024,
1280,
2560,
5120
],
"default": 100
},
"websocket_password": { "websocket_password": {
"title": "Websocket password", "title": "Websocket password",
"description": "Activates websocket for remote control and sets password", "description": "Activates websocket for remote control and sets password",
......
...@@ -80,34 +80,10 @@ ...@@ -80,34 +80,10 @@
"$ref": "instance-enb-input-schema.json#/properties/plmn_list" "$ref": "instance-enb-input-schema.json#/properties/plmn_list"
}, },
"lte_handover_a3_offset": { "lte_handover_a3_offset": {
"title": "A3 offset for LTE handover", "$ref": "instance-enb-input-schema.json#/properties/lte_handover_a3_offset"
"description": "RSRP gain offset between gNBs which will trigger handover",
"type": "number",
"default": 6
}, },
"lte_handover_time_to_trigger": { "lte_handover_time_to_trigger": {
"title": "Time to Trigger for LTE handover", "$ref": "instance-enb-input-schema.json#/properties/lte_handover_time_to_trigger"
"description": "Time to triger after which LTE handover will be triggered if A3 offset is reached",
"type": "number",
"enum": [
0,
40,
64,
80,
100,
128,
160,
256,
320,
480,
512,
640,
1024,
1280,
2560,
5120
],
"default": 480
}, },
"ncell_list": { "ncell_list": {
"title": "Neighbour Cell Info", "title": "Neighbour Cell Info",
......
...@@ -115,34 +115,10 @@ ...@@ -115,34 +115,10 @@
"default": {} "default": {}
}, },
"nr_handover_a3_offset": { "nr_handover_a3_offset": {
"title": "A3 offset for NR handover", "$ref": "instance-enb-input-schema.json#/properties/nr_handover_a3_offset"
"description": "RSRP gain offset between gNBs which will trigger handover",
"type": "number",
"default": 6
}, },
"nr_handover_time_to_trigger": { "nr_handover_time_to_trigger": {
"title": "Time to Trigger for NR handover", "$ref": "instance-enb-input-schema.json#/properties/nr_handover_time_to_trigger"
"description": "Time to triger after which NR handover will be triggerd if A3 offset is reached",
"type": "number",
"enum": [
0,
40,
64,
80,
100,
128,
160,
256,
320,
480,
512,
640,
1024,
1280,
2560,
5120
],
"default": 100
}, },
"ncell_list": { "ncell_list": {
"title": "Neighbour Cell Info", "title": "Neighbour Cell Info",
......
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