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
Léo-Paul Géneau
slapos
Commits
525c02f6
Commit
525c02f6
authored
Sep 27, 2023
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/ors-amarisoft: update slapos-render-config.py parameters
parent
6df76e7c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
30 deletions
+12
-30
software/ors-amarisoft/slapos-render-config.py
software/ors-amarisoft/slapos-render-config.py
+12
-30
No files found.
software/ors-amarisoft/slapos-render-config.py
View file @
525c02f6
config
=
"
e
nb"
config
=
"
g
nb"
json_params_empty
=
"""{
json_params_empty
=
"""{
"rf_mode": 'fdd',
"rf_mode": 'fdd',
"slap_configuration": {
"slap_configuration": {
...
@@ -9,11 +9,17 @@ json_params_empty = """{
...
@@ -9,11 +9,17 @@ json_params_empty = """{
}
}
}"""
}"""
json_params
=
"""{
json_params
=
"""{
"earfcn": 126357,
"rf_mode": "tdd",
"tx_gain": 50,
"trx": "sdr",
"rx_gain": 50,
"bbu": "ors",
"ru": "ors",
"one_watt": "True",
"earfcn": 646666,
"nr_arfcn": 646666,
"nr_band": 43,
"tx_gain": 62,
"rx_gain": 43,
"sib23_file": "sib",
"sib23_file": "sib",
"rf_mode": "fdd",
"slap_configuration": {
"slap_configuration": {
"tap-name": "slaptap9",
"tap-name": "slaptap9",
"configuration.default_lte_bandwidth": "10 MHz",
"configuration.default_lte_bandwidth": "10 MHz",
...
@@ -34,31 +40,7 @@ json_params = """{
...
@@ -34,31 +40,7 @@ json_params = """{
"var": "var"
"var": "var"
},
},
"slapparameter_dict": {
"slapparameter_dict": {
"rrh": "Lopcomm ORAN",
"tdd_ul_dl_config": "5ms 8UL 1DL 2/10 (maximum uplink)"
"sdr_number": 3,
"cpri_mult": 8,
"cell_list": {
"RRH2": {
"cpri_rx_delay": 10,
"cpri_tx_delay": 10,
"cpri_tx_dbm": 50,
"dl_earfcn": 100000,
"pci": 4,
"cell_id": "0x04",
"cpri_port_number": 0
},
"RRH1": {
"cpri_rx_delay": 15.4,
"cpri_tx_delay": 15.1,
"cpri_tx_dbm": 20,
"dl_earfcn": 546115,
"pci": 3,
"cell_id": "0x03",
"cpri_port_number": 1
},
"RRH3": {
}
}
}
}
}"""
}"""
import
os
import
os
...
...
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