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
7760cec5
Commit
7760cec5
authored
Sep 27, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
c7dd1b51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
42 deletions
+44
-42
software/ors-amarisoft/cell/input-schema.json
software/ors-amarisoft/cell/input-schema.json
+44
-42
No files found.
software/ors-amarisoft/cell/input-schema.json
View file @
7760cec5
...
...
@@ -49,51 +49,53 @@
"default"
:
204
},
"ru"
:
{
"title"
:
"Radio Unit"
,
"oneOf"
:
[
{
"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 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"
}
}
},
{
"$ref"
:
"../ru/sdr/input-schema.json"
},
{
"$ref"
:
"../ru/lopcomm/input-schema.json"
},
{
"$ref"
:
"../ru/sunvawe/input-schema.json"
}
],
"$ref"
:
"#/$defs/ru-in-cell"
,
"propertyOrder"
:
9999
}
}
},
"ru-in-cell"
:
{
"title"
:
"Radio Unit"
,
"oneOf"
:
[
{
"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 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"
}
}
},
{
"$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