Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
105
Merge Requests
105
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
b127c288
Commit
b127c288
authored
Jan 11, 2024
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "."
This reverts commit
5a45624b
.
parent
5a45624b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
83 additions
and
35 deletions
+83
-35
software/ors-amarisoft/XXX-instance-gnb-input-schema.json
software/ors-amarisoft/XXX-instance-gnb-input-schema.json
+30
-0
software/ors-amarisoft/instance-enb-input-schema.json
software/ors-amarisoft/instance-enb-input-schema.json
+1
-31
software/ors-amarisoft/instance-ors-enb-input-schema.json
software/ors-amarisoft/instance-ors-enb-input-schema.json
+26
-2
software/ors-amarisoft/instance-ors-gnb-input-schema.json
software/ors-amarisoft/instance-ors-gnb-input-schema.json
+26
-2
No files found.
software/ors-amarisoft/XXX-instance-gnb-input-schema.json
View file @
b127c288
...
...
@@ -63,6 +63,36 @@
},
"type"
:
"object"
,
"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
}
}
}
software/ors-amarisoft/instance-enb-input-schema.json
View file @
b127c288
...
...
@@ -94,7 +94,7 @@
},
"lte_handover_a3_offset"
:
{
"title"
:
"A3 offset for LTE handover"
,
"description"
:
"RSRP gain offset between
e
NBs which will trigger handover"
,
"description"
:
"RSRP gain offset between
g
NBs which will trigger handover"
,
"type"
:
"number"
,
"default"
:
6
},
...
...
@@ -122,36 +122,6 @@
],
"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"
:
{
"title"
:
"Websocket password"
,
"description"
:
"Activates websocket for remote control and sets password"
,
...
...
software/ors-amarisoft/instance-ors-enb-input-schema.json
View file @
b127c288
...
...
@@ -80,10 +80,34 @@
"$ref"
:
"instance-enb-input-schema.json#/properties/plmn_list"
},
"lte_handover_a3_offset"
:
{
"$ref"
:
"instance-enb-input-schema.json#/properties/lte_handover_a3_offset"
"title"
:
"A3 offset for LTE handover"
,
"description"
:
"RSRP gain offset between gNBs which will trigger handover"
,
"type"
:
"number"
,
"default"
:
6
},
"lte_handover_time_to_trigger"
:
{
"$ref"
:
"instance-enb-input-schema.json#/properties/lte_handover_time_to_trigger"
"title"
:
"Time to Trigger for LTE handover"
,
"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"
:
{
"title"
:
"Neighbour Cell Info"
,
...
...
software/ors-amarisoft/instance-ors-gnb-input-schema.json
View file @
b127c288
...
...
@@ -115,10 +115,34 @@
"default"
:
{}
},
"nr_handover_a3_offset"
:
{
"$ref"
:
"instance-enb-input-schema.json#/properties/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"
:
{
"$ref"
:
"instance-enb-input-schema.json#/properties/nr_handover_time_to_trigger"
"title"
:
"Time to Trigger for NR handover"
,
"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"
:
{
"title"
:
"Neighbour Cell Info"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment