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
Labels
Merge Requests
106
Merge Requests
106
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
844b327e
Commit
844b327e
authored
Dec 22, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
301c7155
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
software/ors-amarisoft/config/out/enb.cfg
software/ors-amarisoft/config/out/enb.cfg
+4
-8
software/ors-amarisoft/slapos-render-config.py
software/ors-amarisoft/slapos-render-config.py
+2
-0
No files found.
software/ors-amarisoft/config/out/enb.cfg
View file @
844b327e
...
...
@@ -60,6 +60,8 @@
dl_earfcn: 38050,
ul_earfcn: 38050,
root_sequence_index: 204,
inactivity_timer: 10000,
// Handover
ncell_list: [
...
...
@@ -139,7 +141,6 @@
srs_period: 40,
srs_hopping_bandwidth: 0,
},
manual_ref_signal_power: true,
drb_config: "CELL_a-drb.cfg",
...
...
@@ -207,9 +208,6 @@
cipher_algo_pref: [],
integ_algo_pref: [2, 1],
// XXX -> cell ?
inactivity_timer: 10000,
srb_config: [
{
id: 1,
...
...
@@ -264,6 +262,7 @@
ssb_pos_bitmap: "10000000",
root_sequence_index: 2,
inactivity_timer: 10000,
// Handover
ncell_list: [
...
...
@@ -309,9 +308,7 @@
scell_list: [
],
// tune NR parameters for the cell XXX -> sdr/ors ? (see lte ^^^)
manual_ref_signal_power: true,
ss_pbch_block_power: 16,
// tune NR parameters for the cell
tdd_ul_dl_config: {
...
...
@@ -648,7 +645,6 @@
},
cipher_algo_pref: [],
integ_algo_pref: [2, 1],
inactivity_timer: 10000,
meas_config_desc: {
a1_report_type: "rsrp",
...
...
software/ors-amarisoft/slapos-render-config.py
View file @
844b327e
...
...
@@ -14,6 +14,8 @@ def j2render(src, out, jcfg):
ctx
=
json
.
loads
(
jcfg
)
assert
'_standalone'
not
in
ctx
ctx
[
'_standalone'
]
=
True
assert
'ors'
not
in
ctx
ctx
[
'ors'
]
=
False
textctx
=
''
for
k
,
v
in
ctx
.
items
():
textctx
+=
'json %s %s
\
n
'
%
(
k
,
json
.
dumps
(
v
))
...
...
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