Commit 90942011 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d1024f7b
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
}, },
"nr_handover_time_to_trigger": { "nr_handover_time_to_trigger": {
"title": "Time to Trigger for NR handover", "title": "Time to Trigger for NR handover",
"description": "Time to triger after which NR handover will be triggerd if A3 offset is reached", "description": "Time to trigger after which NR handover will be triggered if A3 offset is reached",
"type": "number", "type": "number",
"enum": [ "enum": [
0, 0,
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
}, },
"mme_list": { "mme_list": {
"title": "MME list", "title": "MME list",
"description": "Optionnal. List of MME to which the gNodeB is connected", "description": "Optional. List of MME to which the gNodeB is connected",
"patternProperties": { "patternProperties": {
".*": { ".*": {
"properties": { "properties": {
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
}, },
"amf_list": { "amf_list": {
"title": "AMF list", "title": "AMF list",
"description": "Optionnal. List of AMF to which the gNodeB is connected", "description": "Optional. List of AMF to which the gNodeB is connected",
"patternProperties": { "patternProperties": {
".*": { ".*": {
"properties": { "properties": {
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
}, },
"lte_handover_time_to_trigger": { "lte_handover_time_to_trigger": {
"title": "Time to Trigger for LTE handover", "title": "Time to Trigger for LTE handover",
"description": "Time to triger after which LTE handover will be triggered if A3 offset is reached", "description": "Time to trigger after which LTE handover will be triggered if A3 offset is reached",
"type": "number", "type": "number",
"enum": [ "enum": [
0, 0,
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"request": "cell/input-schema.json" "request": "cell/input-schema.json"
}, },
"peer_cell": { "peer_cell": {
"title": "Peer Ceel", "title": "Peer Cell",
"description": "Handover information about Peer Cell served by nearby eNB/gNB", "description": "Handover information about Peer Cell served by nearby eNB/gNB",
"software-type": "enb", "software-type": "enb",
"shared": true, "shared": true,
......
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