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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lu Xu
slapos
Commits
eaba8ff8
Commit
eaba8ff8
authored
1 year ago
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
05d6ad47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
25 deletions
+29
-25
software/ors-amarisoft/ru/common-input-schema.json
software/ors-amarisoft/ru/common-input-schema.json
+28
-24
software/ors-amarisoft/ru/sdr/input-schema.json
software/ors-amarisoft/ru/sdr/input-schema.json
+1
-1
No files found.
software/ors-amarisoft/ru/common-input-schema.json
View file @
eaba8ff8
{
"$schema"
:
"https://json-schema.org/draft/2020-12/schema"
,
"required"
:
[
"ru_type"
,
"ru_link_type"
,
"n_antenna_dl"
,
"n_antenna_ul"
],
"$defs"
:
{
"ru-common"
:
{
"required"
:
[
"ru_type"
,
"ru_link_type"
,
"n_antenna_dl"
,
"n_antenna_ul"
],
"properties"
:
{
"ru_type"
:
{
"type"
:
"string"
,
"enum"
:
[
"sdr"
,
"lopcomm"
,
"sunwave"
],
"options"
:
{
"hidden"
:
true
}
},
"ru_link_type"
:
{
"type"
:
"string"
,
"enum"
:
[
"sdr"
,
"cpri"
],
"options"
:
{
"hidden"
:
true
}
},
"properties"
:
{
"ru_type"
:
{
"type"
:
"string"
,
"enum"
:
[
"sdr"
,
"lopcomm"
,
"sunwave"
],
"options"
:
{
"hidden"
:
true
}
},
"ru_link_type"
:
{
"type"
:
"string"
,
"enum"
:
[
"sdr"
,
"cpri"
],
"options"
:
{
"hidden"
:
true
}
},
"n_antenna_dl"
:
{
"title"
:
"Number of DL antennas"
,
"type"
:
"integer"
},
"n_antenna_dl"
:
{
"title"
:
"Number of DL antennas"
,
"type"
:
"integer"
},
"n_antenna_ul"
:
{
"title"
:
"Number of UL antennas"
,
"type"
:
"integer"
"n_antenna_ul"
:
{
"title"
:
"Number of UL antennas"
,
"type"
:
"integer"
}
}
}
}
}
This diff is collapsed.
Click to expand it.
software/ors-amarisoft/ru/sdr/input-schema.json
View file @
eaba8ff8
...
...
@@ -4,7 +4,7 @@
"title"
:
"SDR transiever"
,
"description"
:
"Radio Unit constituted of several SDR boards"
,
"type"
:
"object"
,
"$ref"
:
"../common-input-schema.json"
,
"$ref"
:
"../common-input-schema.json
#/$defs/ru-common
"
,
"required"
:
[
"sdr_dev_list"
...
...
This diff is collapsed.
Click to expand it.
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