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
106
Merge Requests
106
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
34deea8c
Commit
34deea8c
authored
Dec 26, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
a5ebea25
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
9 deletions
+23
-9
software/ors-amarisoft/cell/common.json
software/ors-amarisoft/cell/common.json
+6
-0
software/ors-amarisoft/software.cfg.json
software/ors-amarisoft/software.cfg.json
+17
-9
No files found.
software/ors-amarisoft/cell/common.json
View file @
34deea8c
...
...
@@ -17,6 +17,12 @@
"type"
:
"string"
,
"options"
:
{
"hidden"
:
true
}
},
"cell_kind"
:
{
"type"
:
"string"
,
"const"
:
"enb"
,
"template"
:
"enb"
,
"options"
:
{
"hidden"
:
true
}
},
"rf_mode"
:
{
"title"
:
"RF mode"
,
...
...
software/ors-amarisoft/software.cfg.json
View file @
34deea8c
...
...
@@ -27,13 +27,21 @@
"request"
:
"cell/input-schema.json"
,
"index"
:
3
},
"cell/peer"
:
{
"peer"
:
{
"title"
:
"→ eNB/gNB | Peer"
,
"description"
:
"Handover information about nearby eNB/gNB"
,
"software-type"
:
"enb"
,
"shared"
:
true
,
"request"
:
"peer/input-schema.json"
,
"index"
:
4
},
"peer/cell"
:
{
"title"
:
"→ eNB/gNB | Peer Cell"
,
"description"
:
"Handover information about Peer Cell served by nearby eNB/gNB"
,
"software-type"
:
"enb"
,
"shared"
:
true
,
"request"
:
"
cell/peer
/input-schema.json"
,
"index"
:
4
"request"
:
"
peer/cell
/input-schema.json"
,
"index"
:
5
},
"core-network"
:
{
"title"
:
"Core Network"
,
...
...
@@ -41,7 +49,7 @@
"description"
:
"Core Network Configuration"
,
"request"
:
"instance-core-network-input-schema.json"
,
"response"
:
"instance-core-network-schema.json"
,
"index"
:
5
"index"
:
6
},
"core-network-slave"
:
{
"title"
:
"→ Core Network | Sim Card"
,
...
...
@@ -50,7 +58,7 @@
"request"
:
"sim/input-schema.json"
,
"response"
:
"instance-core-network-slave-schema.json"
,
"shared"
:
true
,
"index"
:
6
"index"
:
7
},
"uesim"
:
{
"title"
:
"UEsim"
,
...
...
@@ -58,7 +66,7 @@
"software-type"
:
"ue"
,
"request"
:
"instance-ue-input-schema.json"
,
"response"
:
"instance-ue-schema.json"
,
"index"
:
7
"index"
:
8
},
"ue/ru"
:
{
"title"
:
"→ UEsim | Radio Unit"
,
...
...
@@ -66,7 +74,7 @@
"software-type"
:
"ue"
,
"shared"
:
true
,
"request"
:
"ru/input-schema.json"
,
"index"
:
8
"index"
:
9
},
"ue"
:
{
"title"
:
"→ UEsim | UE"
,
...
...
@@ -74,7 +82,7 @@
"software-type"
:
"ue"
,
"shared"
:
true
,
"request"
:
"ue/input-schema.json"
,
"index"
:
9
"index"
:
10
},
"ue/cell"
:
{
"title"
:
"→ UEsim | UE Cell"
,
...
...
@@ -82,7 +90,7 @@
"software-type"
:
"ue"
,
"shared"
:
true
,
"request"
:
"ue/cell/input-schema.json"
,
"index"
:
1
0
"index"
:
1
1
}
}
}
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