Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
3aa08d8b
Commit
3aa08d8b
authored
Aug 21, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
5bf1a5f8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
51 additions
and
10 deletions
+51
-10
software/ors-amarisoft/cell-input-schema.json
software/ors-amarisoft/cell-input-schema.json
+19
-6
software/ors-amarisoft/ru/lopcomm/input-schema.json
software/ors-amarisoft/ru/lopcomm/input-schema.json
+4
-4
software/ors-amarisoft/ru/sdr/input-schema.json
software/ors-amarisoft/ru/sdr/input-schema.json
+13
-0
software/ors-amarisoft/ru/sunvawe/input-schema.json
software/ors-amarisoft/ru/sunvawe/input-schema.json
+15
-0
No files found.
software/ors-amarisoft/cell-input-schema.json
View file @
3aa08d8b
...
...
@@ -171,10 +171,17 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"title"
:
"Shared Radio Unit"
,
"description"
:
XXX
,
"type"
:
"object"
,
"required"
:
[
"ru_ref"
],
"required"
:
[
"ru_
type"
,
"ru_
ref"
],
"properties"
:
{
"ru_type"
:
{
"const"
:
"ru_ref"
,
"template"
:
"ru_ref"
,
"options"
:
{
"hidden"
:
true
}
},
"ru_ref"
:
{
"title"
:
"Reference"
,
"title"
:
"R
U R
eference"
,
"description"
:
"Reference of shared radio unit instance"
,
"type"
:
"string"
}
...
...
@@ -184,16 +191,22 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"title"
:
"Shared Radio Unit inside Cell"
,
"description"
:
XXX
,
"type"
:
"object"
,
"required"
:
[
"ruincell_ref"
],
"required"
:
[
"ru
_type"
,
"ru
incell_ref"
],
"properties"
:
{
"ru_type"
:
{
"const"
:
"ruincell_ref"
,
"template"
:
"ruincell_ref"
,
"options"
:
{
"hidden"
:
true
}
},
"ruincell_ref"
:
{
"title"
:
"Reference"
,
"description"
:
"Reference of
shared radio unit instanc
e"
,
"title"
:
"
Cell
Reference"
,
"description"
:
"Reference of
cell instance whose radio unit is to shar
e"
,
"type"
:
"string"
}
}
},
}
,
{
"$ref"
:
"ru/sdr/input-schema.json"
},
{
"$ref"
:
"ru/lopcomm/input-schema.json"
},
{
"$ref"
:
"ru/sunvawe/input-schema.json"
},
...
...
software/ors-amarisoft/ru/lopcomm/input-schema.json
View file @
3aa08d8b
...
...
@@ -3,7 +3,7 @@
"description"
:
XXX
,
"type"
:
"object"
,
"required"
:
[
"r
rh
_type"
,
"r
u
_type"
,
"mac_addr"
,
"txa0cc00_active"
,
"rxa0cc00_active"
,
...
...
@@ -15,9 +15,9 @@
"rxa0cc00_bandwidth"
],
"properties"
:
{
"r
rh
_type"
:
{
"const"
:
"r
rh
_lopcomm"
,
"template"
:
"r
rh
_lopcomm"
,
"r
u
_type"
:
{
"const"
:
"r
u
_lopcomm"
,
"template"
:
"r
u
_lopcomm"
,
"options"
:
{
"hidden"
:
true
}
...
...
software/ors-amarisoft/ru/sdr/input-schema.json
View file @
3aa08d8b
{
"title"
:
"SDR board transiever"
,
"description"
:
XXX
,
"type"
:
"object"
,
"required"
:
[
"ru_type"
,
],
"properties"
:
{
"ru_type"
:
{
"const"
:
"ru_sdr"
,
"template"
:
"ru_sdr"
,
"options"
:
{
"hidden"
:
true
}
},
}
}
software/ors-amarisoft/ru/sunvawe/input-schema.json
View file @
3aa08d8b
...
...
@@ -2,4 +2,19 @@
"title"
:
"Sunwave M2RU"
,
"description"
:
XXX
,
"type"
:
"object"
,
"required"
:
[
"ru_type"
,
],
"properties"
:
{
"ru_type"
:
{
"const"
:
"ru_sunvawe"
,
"template"
:
"ru_sunvawe"
,
"options"
:
{
"hidden"
:
true
}
},
}
}
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