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
91ee4c2a
Commit
91ee4c2a
authored
Sep 13, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
8c5706b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
software/ors-amarisoft/config/enb.cfg
software/ors-amarisoft/config/enb.cfg
+4
-0
software/ors-amarisoft/config/enb.jinja2.cfg
software/ors-amarisoft/config/enb.jinja2.cfg
+9
-5
No files found.
software/ors-amarisoft/config/enb.cfg
View file @
91ee4c2a
...
@@ -1952,5 +1952,9 @@
...
@@ -1952,5 +1952,9 @@
subcarrier_spacing: 30,
subcarrier_spacing: 30,
ssb_pos_bitmap: 10000000,
ssb_pos_bitmap: 10000000,
},
},
// XXX peers
// XXX CA
],
],
}
}
\ No newline at end of file
software/ors-amarisoft/config/enb.jinja2.cfg
View file @
91ee4c2a
...
@@ -278,8 +278,8 @@
...
@@ -278,8 +278,8 @@
{%- endfor %}
{%- endfor %}
],
],
{#- X2/Xn TODO: add info about
neighbours as shared instances - one instance per neigh
*ENB*.
{#- X2/Xn TODO: add info about
peers as shared instances - one instance per peer
*ENB*.
then query SlapOS Master about cells configured on that
neigh
ENB and
then query SlapOS Master about cells configured on that
peer
ENB and
depending on whether LTE and/or NR cells are there add X2 and/or Xn peers #}
depending on whether LTE and/or NR cells are there add X2 and/or Xn peers #}
{% if slapparameter_dict.get('xn_peers', '') %}
{% if slapparameter_dict.get('xn_peers', '') %}
xn_peers: [
xn_peers: [
...
@@ -362,9 +362,9 @@
...
@@ -362,9 +362,9 @@
{%- endfor %}
{%- endfor %}
// Inter-ENB HO
// Inter-ENB HO
{#- TODO: add info about
neighbours as shared instances - one instance per neigh
*ENB*.
{#- TODO: add info about
peers as shared instances - one instance per peer
*ENB*.
then query SlapOS Master about cells configured on that
neigh
ENB and
then query SlapOS Master about cells configured on that
peer
ENB and
put them as
neighbou
rs here #}
put them as
pee
rs here #}
],
],
...
@@ -589,6 +589,10 @@
...
@@ -589,6 +589,10 @@
subcarrier_spacing: 30,
subcarrier_spacing: 30,
ssb_pos_bitmap: {{ cell['ssb_pos_bitmap'] }},
ssb_pos_bitmap: {{ cell['ssb_pos_bitmap'] }},
},
},
// XXX peers
// XXX CA
{%- endif %}
{%- endif %}
{%- endfor %}
{%- endfor %}
],
],
...
...
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