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
a9045d6b
Commit
a9045d6b
authored
Aug 25, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
31a2fb19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
software/ors-amarisoft/ru/input-schema.json
software/ors-amarisoft/ru/input-schema.json
+44
-0
No files found.
software/ors-amarisoft/ru/input-schema.json
View file @
a9045d6b
...
...
@@ -37,7 +37,51 @@
"title"
:
"Number of UL antennas"
,
"type"
:
"integer"
}
},
"if"
:
{
"properties"
:
{
"ru_link_type"
:
{
"const"
:
"cpri"
}
}
},
"then"
:
{
"required"
:
[
"cpri_link"
],
"properties"
:
{
"cpri_link"
:
{
"title"
:
"CPRI link settings"
,
"type"
:
"object"
,
"required"
:
[
"sdr_dev"
,
"sfp_port"
,
"mult"
,
"mapping"
,
"rx_delay"
,
"tx_delay"
,
"tx_dbm"
],
"properties"
:
{
"sdr_dev"
:
{
"title"
:
"SDR/CPRI board #"
,
"type"
:
"integer"
},
"sfp_port"
:
{
"title"
:
"SFP port # on the SDR/CPRI board"
,
"type"
:
"integer"
},
"mult"
:
{
"title"
:
"CPRI line bit rate multipler"
,
"description"
:
"Select the CPRI line bit rate in terms of multiple of option 1 (614.4 Mbps). E.g set 4 for option 3, 8 for option 5 and 16 for option 7"
,
"type"
:
"integer"
,
"enum"
:
[
4
,
5
,
8
,
16
],
"default"
:
16
}
}
}
}
}
}
}
}
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