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
940bb476
Commit
940bb476
authored
Apr 11, 2024
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip
parent
b56eb0cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
24 deletions
+33
-24
software/ors-amarisoft/cell/common.json
software/ors-amarisoft/cell/common.json
+33
-24
No files found.
software/ors-amarisoft/cell/common.json
View file @
940bb476
{
"$schema"
:
"https://json-schema.org/draft/2020-12/schema"
,
"title"
:
"Cell. Common properties"
,
"type"
:
"object"
,
"required"
:
[
"rf_mode"
,
"pci"
,
...
...
@@ -11,13 +9,15 @@
"bandwidth"
,
"ru"
],
"properties"
:
{
"rf_mode"
:
{
"title"
:
"RF mode"
,
"description"
:
"Mode for TX/RX radio multiplexing: Frequency- or Time- Domain Division"
,
"type"
:
"string"
,
"enum"
:
[
"fdd"
,
"tdd"
],
"enum"
:
[
"fdd"
,
"tdd"
],
"propertyOrder"
:
101
},
"pci"
:
{
...
...
@@ -50,7 +50,6 @@
"propertyOrder"
:
9999
}
},
"$defs"
:
{
"ru-of-cell"
:
{
"title"
:
"Radio Unit"
,
...
...
@@ -59,17 +58,21 @@
"title"
:
"Shared Radio Unit"
,
"description"
:
"Use radio unit defined in separate shared instance"
,
"type"
:
"object"
,
"required"
:
[
"ru_type"
,
"ru_ref"
],
"properties"
:
{
"ru_type"
:
{
"const"
:
"ru_ref"
,
"template"
:
"ru_ref"
,
"options"
:
{
"hidden"
:
true
}
},
"ru_ref"
:
{
"title"
:
"RU Reference"
,
"description"
:
"Reference of shared radio unit instance"
,
"type"
:
"string"
"title"
:
"Shared Radio Unit"
,
"description"
:
"Use radio unit defined in separate shared instance"
,
"type"
:
"object"
,
"required"
:
[
"ru_ref"
],
"properties"
:
{
"ru_ref"
:
{
"title"
:
"RU Reference"
,
"description"
:
"Reference of shared radio unit instance"
,
"type"
:
"string"
}
}
}
}
},
...
...
@@ -77,21 +80,27 @@
"title"
:
"Shared Radio Unit of a Cell"
,
"description"
:
"Use the same radio unit as referenced cell instance does"
,
"type"
:
"object"
,
"required"
:
[
"ru_type"
,
"ruincell_ref"
],
"properties"
:
{
"ru_type"
:
{
"const"
:
"ruincell_ref"
,
"template"
:
"ruincell_ref"
,
"options"
:
{
"hidden"
:
true
}
},
"ruincell_ref"
:
{
"title"
:
"Cell Reference"
,
"description"
:
"Reference of cell instance whose radio unit to share"
,
"type"
:
"string"
"title"
:
"Shared Radio Unit of a Cell"
,
"description"
:
"Use the same radio unit as referenced cell instance does"
,
"type"
:
"object"
,
"required"
:
[
"ruincell_ref"
],
"properties"
:
{
"ruincell_ref"
:
{
"title"
:
"Cell Reference"
,
"description"
:
"Reference of cell instance whose radio unit to share"
,
"type"
:
"string"
}
}
}
}
},
{
"$ref"
:
"../ru/input-schema.json"
}
{
"$ref"
:
"../ru/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