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
38410da2
Commit
38410da2
authored
Mar 12, 2024
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ors-amarisoft: Unify shared schemas
parent
8360f221
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
52 deletions
+30
-52
software/ors-amarisoft/enb-shared-input-schema.json
software/ors-amarisoft/enb-shared-input-schema.json
+12
-0
software/ors-amarisoft/software.cfg.json
software/ors-amarisoft/software.cfg.json
+7
-52
software/ors-amarisoft/ue-shared-input-schema.json
software/ors-amarisoft/ue-shared-input-schema.json
+11
-0
No files found.
software/ors-amarisoft/enb-shared-input-schema.json
0 → 100644
View file @
38410da2
{
"$schema"
:
"https://json-schema.org/draft/2020-12/schema"
,
"title"
:
"enb/gnb configuration"
,
"type"
:
"object"
,
"oneOf"
:
[
{
"$ref"
:
"ru/input-schema.json"
},
{
"$ref"
:
"peer/input-schema.json"
},
{
"$ref"
:
"cell/input-schema.json"
},
{
"$ref"
:
"peer/cell/input-schema.json"
}
]
}
software/ors-amarisoft/software.cfg.json
View file @
38410da2
...
...
@@ -11,42 +11,15 @@
"response"
:
"instance-enb-schema.json"
,
"index"
:
1
},
"
ru
"
:
{
"title"
:
"→ eNB/gNB | Radio Uni
t
"
,
"description"
:
"Configuration of Radio Unit attached to eNB/gNB"
,
"
enb-shared
"
:
{
"title"
:
"→ eNB/gNB | Radio Uni
- Cell -Peer - Peer Cell
"
,
"description"
:
"Configuration of Radio Unit attached
, Cell serverd or Hangover information
to eNB/gNB"
,
"software-type"
:
"enb"
,
"shared"
:
true
,
"request"
:
"
ru/
input-schema.json"
,
"request"
:
"
enb-shared-
input-schema.json"
,
"response"
:
"ru/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"
,
...
...
@@ -72,32 +45,14 @@
"response"
:
"instance-ue-schema.json"
,
"index"
:
8
},
"ue
/ru
"
:
{
"title"
:
"→ UEsim | Radio Unit"
,
"ue
-shared
"
:
{
"title"
:
"→ UEsim | Radio Unit
i - UE - UE cell
"
,
"description"
:
"Configuration of Radio Unit attached to UEsim"
,
"software-type"
:
"ue"
,
"shared"
:
true
,
"request"
:
"
ru/
input-schema.json"
,
"request"
:
"
ue-shared-
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
},
"ue/cell"
:
{
"title"
:
"→ UEsim | UE Cell"
,
"description"
:
"Information about Cell to which UEsim attaches"
,
"software-type"
:
"ue"
,
"shared"
:
true
,
"request"
:
"ue/cell/input-schema.json"
,
"response"
:
"ue/cell/schema.json"
,
"index"
:
11
}
}
}
software/ors-amarisoft/ue-shared-input-schema.json
0 → 100644
View file @
38410da2
{
"$schema"
:
"https://json-schema.org/draft/2020-12/schema"
,
"title"
:
"enb/gnb configuration"
,
"type"
:
"object"
,
"oneOf"
:
[
{
"$ref"
:
"ru/input-schema.json"
},
{
"$ref"
:
"ue/input-schema.json"
},
{
"$ref"
:
"ue/cell/input-schema.json"
}
]
}
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