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
aa3732f5
Commit
aa3732f5
authored
Aug 29, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
348d9bc1
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
5 deletions
+12
-5
software/ors-amarisoft/NOTES.txt
software/ors-amarisoft/NOTES.txt
+7
-0
software/ors-amarisoft/cell/lte/input-schema.json
software/ors-amarisoft/cell/lte/input-schema.json
+1
-1
software/ors-amarisoft/cell/nr/input-schema.json
software/ors-amarisoft/cell/nr/input-schema.json
+1
-1
software/ors-amarisoft/ru/lopcomm/input-schema.json
software/ors-amarisoft/ru/lopcomm/input-schema.json
+1
-1
software/ors-amarisoft/ru/sdr/input-schema.json
software/ors-amarisoft/ru/sdr/input-schema.json
+1
-1
software/ors-amarisoft/ru/sunvawe/input-schema.json
software/ors-amarisoft/ru/sunvawe/input-schema.json
+1
-1
No files found.
software/ors-amarisoft/NOTES.txt
View file @
aa3732f5
...
...
@@ -3,3 +3,10 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"tx_gain" -> per rrh (docs says it is "per channel")
"rx_gain" -> per rrh ----//----
JSONEditor:
use_default_values: false, // important
no_additional_properties: true, // important
keep_oneof_values: false // important
software/ors-amarisoft/cell/lte/input-schema.json
View file @
aa3732f5
...
...
@@ -3,7 +3,7 @@
"title"
:
"LTE Cell"
,
"type"
:
"object"
,
"$ref"
:
"../input-schema.json#/$defs/cell-common"
,
"$ref"
:
"../
../cell/
input-schema.json#/$defs/cell-common"
,
"required"
:
[
"bandwidth"
,
...
...
software/ors-amarisoft/cell/nr/input-schema.json
View file @
aa3732f5
...
...
@@ -3,7 +3,7 @@
"title"
:
"NR Cell"
,
"type"
:
"object"
,
"$ref"
:
"../input-schema.json#/$defs/cell-common"
,
"$ref"
:
"../
../cell/
input-schema.json#/$defs/cell-common"
,
"required"
:
[
"bandwidth"
,
...
...
software/ors-amarisoft/ru/lopcomm/input-schema.json
View file @
aa3732f5
...
...
@@ -3,7 +3,7 @@
"title"
:
"Loopcom ORAN"
,
"type"
:
"object"
,
"$ref"
:
"../input-schema.json#/$defs/ru-common"
,
"$ref"
:
"../
../ru/
input-schema.json#/$defs/ru-common"
,
"required"
:
[
"mac_addr"
,
...
...
software/ors-amarisoft/ru/sdr/input-schema.json
View file @
aa3732f5
...
...
@@ -4,7 +4,7 @@
"title"
:
"SDR transiever"
,
"description"
:
"Radio Unit constituted of several SDR boards"
,
"type"
:
"object"
,
"$ref"
:
"../input-schema.json#/$defs/ru-common"
,
"$ref"
:
"../
../ru/
input-schema.json#/$defs/ru-common"
,
"required"
:
[
"sdr_dev_list"
...
...
software/ors-amarisoft/ru/sunvawe/input-schema.json
View file @
aa3732f5
...
...
@@ -3,7 +3,7 @@
"title"
:
"Sunwave M2RU"
,
"type"
:
"object"
,
"$ref"
:
"../input-schema.json#/$defs/ru-common"
,
"$ref"
:
"../
../ru/
input-schema.json#/$defs/ru-common"
,
"required"
:
[
],
...
...
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