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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Rafael Monnerat
slapos
Commits
7d2d57c2
Commit
7d2d57c2
authored
Apr 15, 2024
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Plain Diff
software/ors-amarisoft: Workaround SlapOS Master inability to handle shared...
See merge request
nexedi/slapos!1555
parents
b6871f39
aecb7f3f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
84 additions
and
59 deletions
+84
-59
software/ors-amarisoft/instance-enb-item-input-schema.json
software/ors-amarisoft/instance-enb-item-input-schema.json
+19
-0
software/ors-amarisoft/instance-enb-item-schema.json
software/ors-amarisoft/instance-enb-item-schema.json
+19
-0
software/ors-amarisoft/instance-ue-item-input-schema.json
software/ors-amarisoft/instance-ue-item-input-schema.json
+16
-0
software/ors-amarisoft/instance-ue-item-schema.json
software/ors-amarisoft/instance-ue-item-schema.json
+16
-0
software/ors-amarisoft/software.cfg.json
software/ors-amarisoft/software.cfg.json
+14
-59
No files found.
software/ors-amarisoft/instance-enb-item-input-schema.json
0 → 100644
View file @
7d2d57c2
{
"$schema"
:
"https://json-schema.org/draft/2020-12/schema"
,
"title"
:
"Configuration of a shared instance attached to eNB/gNB"
,
"type"
:
"object"
,
"oneOf"
:
[
{
"$ref"
:
"ru/input-schema.json"
},
{
"$ref"
:
"cell/input-schema.json"
},
{
"$ref"
:
"peer/input-schema.json"
},
{
"$ref"
:
"peer/cell/input-schema.json"
}
]
}
software/ors-amarisoft/instance-enb-item-schema.json
0 → 100644
View file @
7d2d57c2
{
"$schema"
:
"https://json-schema.org/draft/2020-12/schema"
,
"title"
:
"Values returned by instantiation of a shared instance attached to eNB/gNB"
,
"type"
:
"object"
,
"oneOf"
:
[
{
"$ref"
:
"ru/schema.json"
},
{
"$ref"
:
"cell/schema.json"
},
{
"$ref"
:
"peer/schema.json"
},
{
"$ref"
:
"peer/cell/schema.json"
}
]
}
software/ors-amarisoft/instance-ue-item-input-schema.json
0 → 100644
View file @
7d2d57c2
{
"$schema"
:
"https://json-schema.org/draft/2020-12/schema"
,
"title"
:
"Configuration of a shared instance attached to UEsim"
,
"type"
:
"object"
,
"oneOf"
:
[
{
"$ref"
:
"ru/input-schema.json"
},
{
"$ref"
:
"ue/input-schema.json"
},
{
"$ref"
:
"ue/cell/input-schema.json"
}
]
}
software/ors-amarisoft/instance-ue-item-schema.json
0 → 100644
View file @
7d2d57c2
{
"$schema"
:
"https://json-schema.org/draft/2020-12/schema"
,
"title"
:
"Values returned by instantiation of a shared instance attached to UEsim"
,
"type"
:
"object"
,
"oneOf"
:
[
{
"$ref"
:
"ru/schema.json"
},
{
"$ref"
:
"ue/schema.json"
},
{
"$ref"
:
"ue/cell/schema.json"
}
]
}
software/ors-amarisoft/software.cfg.json
View file @
7d2d57c2
...
...
@@ -11,49 +11,22 @@
"response"
:
"instance-enb-schema.json"
,
"index"
:
1
},
"
ru
"
:
{
"title"
:
"→ eNB/gNB | Radio Unit"
,
"description"
:
"Configuration of
Radio Unit
attached to eNB/gNB"
,
"
enb/*
"
:
{
"title"
:
"→ eNB/gNB | Radio Unit
/ Cell / Peer / Peer Cell
"
,
"description"
:
"Configuration of
a shared instance
attached to eNB/gNB"
,
"software-type"
:
"enb"
,
"shared"
:
true
,
"request"
:
"
ru/
input-schema.json"
,
"response"
:
"
ru/
schema.json"
,
"request"
:
"
instance-enb-item-
input-schema.json"
,
"response"
:
"
instance-enb-item-
schema.json"
,
"index"
:
2
},
"cell"
:
{
"title"
:
"→ eNB/gNB | Cell"
,
"description"
:
"Configuration of Cell served by eNB/gNB"
,
"software-type"
:
"enb"
,
"shared"
:
true
,
"request"
:
"cell/input-schema.json"
,
"response"
:
"cell/schema.json"
,
"index"
:
3
},
"peer"
:
{
"title"
:
"→ eNB/gNB | Peer"
,
"description"
:
"Handover information about nearby eNB/gNB"
,
"software-type"
:
"enb"
,
"shared"
:
true
,
"request"
:
"peer/input-schema.json"
,
"response"
:
"peer/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"
:
"peer/cell/input-schema.json"
,
"response"
:
"peer/cell/schema.json"
,
"index"
:
5
},
"core-network"
:
{
"title"
:
"Core Network"
,
"software-type"
:
"core-network"
,
"description"
:
"Core Network Configuration"
,
"request"
:
"instance-core-network-input-schema.json"
,
"response"
:
"instance-core-network-schema.json"
,
"index"
:
6
"index"
:
3
},
"core-network-slave"
:
{
"title"
:
"→ Core Network | Sim Card"
,
...
...
@@ -62,7 +35,7 @@
"request"
:
"sim/input-schema.json"
,
"response"
:
"sim/schema.json"
,
"shared"
:
true
,
"index"
:
7
"index"
:
4
},
"ue"
:
{
"title"
:
"UEsim"
,
...
...
@@ -70,34 +43,16 @@
"software-type"
:
"ue"
,
"request"
:
"instance-ue-input-schema.json"
,
"response"
:
"instance-ue-schema.json"
,
"index"
:
8
},
"ue/ru"
:
{
"title"
:
"→ UEsim | Radio Unit"
,
"description"
:
"Configuration of Radio Unit attached to UEsim"
,
"software-type"
:
"ue"
,
"shared"
:
true
,
"request"
:
"ru/input-schema.json"
,
"response"
:
"ru/schema.json"
,
"index"
:
9
},
"ue/ue"
:
{
"title"
:
"→ UEsim | UE"
,
"description"
:
"Configuration of UE simulated by UEsim"
,
"software-type"
:
"ue"
,
"shared"
:
true
,
"request"
:
"ue/input-schema.json"
,
"response"
:
"ue/schema.json"
,
"index"
:
10
"index"
:
5
},
"ue/
cell
"
:
{
"title"
:
"→ UEsim | UE Cell"
,
"description"
:
"
Information about Cell to which UEsim attaches
"
,
"ue/
*
"
:
{
"title"
:
"→ UEsim |
Radio Unit / UE /
UE Cell"
,
"description"
:
"
Configuration of a shared instance attached to UEsim
"
,
"software-type"
:
"ue"
,
"shared"
:
true
,
"request"
:
"
ue/cell/
input-schema.json"
,
"response"
:
"
ue/cell/
schema.json"
,
"index"
:
11
"request"
:
"
instance-ue-item-
input-schema.json"
,
"response"
:
"
instance-ue-item-
schema.json"
,
"index"
:
6
}
}
}
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