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
112
Merge Requests
112
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
b4727053
Commit
b4727053
authored
1 year ago
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
346744c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
14 deletions
+23
-14
software/ors-amarisoft/software.cfg.json
software/ors-amarisoft/software.cfg.json
+23
-14
No files found.
software/ors-amarisoft/software.cfg.json
View file @
b4727053
...
@@ -12,25 +12,28 @@
...
@@ -12,25 +12,28 @@
"index"
:
0
"index"
:
0
},
},
"ru"
:
{
"ru"
:
{
"title"
:
"
_ Radio Unit (eNB/gNB, UEsim)
"
,
"title"
:
"
→ Radio Unit
"
,
"description"
:
"Configuration of Radio Unit attached to eNB/gNB or UEsim"
,
"description"
:
"Configuration of Radio Unit attached to eNB/gNB or UEsim"
,
"software-type"
:
"enb"
,
"software-type"
:
"enb"
,
"shared"
:
true
,
"shared"
:
true
,
"request"
:
"ru/input-schema.json"
"request"
:
"ru/input-schema.json"
,
"index"
:
1
},
},
"cell"
:
{
"cell"
:
{
"title"
:
"
_ Cell (eNB/gNB)
"
,
"title"
:
"
→ Cell
"
,
"description"
:
"Configuration of Cell served by eNB/gNB"
,
"description"
:
"Configuration of Cell served by eNB/gNB"
,
"software-type"
:
"enb"
,
"software-type"
:
"enb"
,
"shared"
:
true
,
"shared"
:
true
,
"request"
:
"cell/input-schema.json"
"request"
:
"cell/input-schema.json"
,
"index"
:
2
},
},
"cell/peer"
:
{
"cell/peer"
:
{
"title"
:
"
_ Peer Cell (eNB/gNB)
"
,
"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
,
"request"
:
"cell/peer/input-schema.json"
"request"
:
"cell/peer/input-schema.json"
,
"index"
:
3
},
},
"core-network"
:
{
"core-network"
:
{
"title"
:
"Core Network"
,
"title"
:
"Core Network"
,
...
@@ -38,16 +41,16 @@
...
@@ -38,16 +41,16 @@
"description"
:
"Core Network Configuration"
,
"description"
:
"Core Network Configuration"
,
"request"
:
"instance-core-network-input-schema.json"
,
"request"
:
"instance-core-network-input-schema.json"
,
"response"
:
"instance-core-network-schema.json"
,
"response"
:
"instance-core-network-schema.json"
,
"index"
:
2
"index"
:
4
},
},
"core-network-slave"
:
{
"core-network-slave"
:
{
"title"
:
"
_ Sim Card (Core Network)
"
,
"title"
:
"
→ Sim Card
"
,
"description"
:
"Core Network Sim Card Configuration"
,
"description"
:
"Core Network Sim Card Configuration"
,
"software-type"
:
"core-network"
,
"software-type"
:
"core-network"
,
"request"
:
"sim/input-schema.json"
,
"request"
:
"sim/input-schema.json"
,
"response"
:
"instance-core-network-slave-schema.json"
,
"response"
:
"instance-core-network-slave-schema.json"
,
"shared"
:
true
,
"shared"
:
true
,
"index"
:
3
"index"
:
5
},
},
"uesim"
:
{
"uesim"
:
{
"title"
:
"UEsim"
,
"title"
:
"UEsim"
,
...
@@ -55,21 +58,27 @@
...
@@ -55,21 +58,27 @@
"software-type"
:
"ue"
,
"software-type"
:
"ue"
,
"request"
:
"instance-ue-input-schema.json"
,
"request"
:
"instance-ue-input-schema.json"
,
"response"
:
"instance-ue-schema.json"
,
"response"
:
"instance-ue-schema.json"
,
"index"
:
4
"index"
:
6
},
"ue/ru"
:
{
"$ref"
:
"#/software-type/ru"
,
"index"
:
7
},
},
"ue"
:
{
"ue"
:
{
"title"
:
"
_ UE (UEsim)
"
,
"title"
:
"
→ UE
"
,
"description"
:
"Configuration of UE simulated by UEsim"
,
"description"
:
"Configuration of UE simulated by UEsim"
,
"software-type"
:
"ue"
,
"software-type"
:
"ue"
,
"shared"
:
true
,
"shared"
:
true
,
"request"
:
"ue/input-schema.json"
"request"
:
"ue/input-schema.json"
,
"index"
:
8
},
},
"ue/cell"
:
{
"ue/cell"
:
{
"title"
:
"
_ UE Cell (UEsim)
"
,
"title"
:
"
→ UE Cell
"
,
"description"
:
"Information about Cell to which UEsim attaches"
,
"description"
:
"Information about Cell to which UEsim attaches"
,
"software-type"
:
"ue"
,
"software-type"
:
"ue"
,
"shared"
:
true
,
"shared"
:
true
,
"request"
:
"ue/cell/input-schema.json"
"request"
:
"ue/cell/input-schema.json"
,
"index"
:
9
}
}
}
}
}
}
This diff is collapsed.
Click to expand it.
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