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
9a871e04
Commit
9a871e04
authored
Aug 25, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
346d80ed
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
9 deletions
+31
-9
software/ors-amarisoft/ru/common-schema.txt
software/ors-amarisoft/ru/common-schema.txt
+0
-1
software/ors-amarisoft/ru/input-schema.json
software/ors-amarisoft/ru/input-schema.json
+8
-7
software/ors-amarisoft/ru/lopcomm/input-schema.json
software/ors-amarisoft/ru/lopcomm/input-schema.json
+11
-0
software/ors-amarisoft/ru/sunvawe/input-schema.json
software/ors-amarisoft/ru/sunvawe/input-schema.json
+12
-1
No files found.
software/ors-amarisoft/ru/common-schema.txt
View file @
9a871e04
...
...
@@ -17,4 +17,3 @@ Lopcomm:
M2RU:
mapping: bf1
software/ors-amarisoft/ru/input-schema.json
View file @
9a871e04
...
...
@@ -55,21 +55,22 @@
"required"
:
[
"sdr_dev"
,
"sfp_port"
,
"mult"
,
"mapping"
,
"rx_delay"
,
"tx_delay"
,
"tx_dbm"
"mapping"
],
"properties"
:
{
"sdr_dev"
:
{
"title"
:
"
SDR/CPRI board #
"
,
"title"
:
"
/dev/sdr # of CPRI board
"
,
"type"
:
"integer"
},
"sfp_port"
:
{
"title"
:
"SFP port # on the
SDR/
CPRI board"
,
"title"
:
"SFP port # on the CPRI board"
,
"type"
:
"integer"
},
"mapping"
:
{
"title"
:
"Mapping method of AxCs on the CPRI"
,
"type"
:
"string"
,
"enum"
:
[
"standard"
,
"hw"
,
"spread"
,
"bf1"
]
},
"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"
,
...
...
software/ors-amarisoft/ru/lopcomm/input-schema.json
View file @
9a871e04
...
...
@@ -29,6 +29,17 @@
"n_antenna_dl"
:
{
"default"
:
2
},
"n_antenna_ul"
:
{
"default"
:
2
},
"cpri_link"
:
{
"type"
:
"object"
,
"properties"
:
{
"mapping"
:
{
"const"
:
"hw"
,
"template"
:
"hw"
,
"options"
:
{
"hidden"
:
true
}
}
}
},
"mac_addr"
:
{
"title"
:
"RU MAC address"
,
"description"
:
"RU MAC address used for DNSMASQ"
,
...
...
software/ors-amarisoft/ru/sunvawe/input-schema.json
View file @
9a871e04
...
...
@@ -19,6 +19,17 @@
},
"n_antenna_dl"
:
{
"default"
:
4
},
"n_antenna_ul"
:
{
"default"
:
4
}
"n_antenna_ul"
:
{
"default"
:
4
},
"cpri_link"
:
{
"type"
:
"object"
,
"properties"
:
{
"mapping"
:
{
"const"
:
"bf1"
,
"template"
:
"bf1"
,
"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