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
a51dd943
Commit
a51dd943
authored
Aug 23, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
d2d4847e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
software/ors-amarisoft/config/enb.cfg
software/ors-amarisoft/config/enb.cfg
+0
-2
software/ors-amarisoft/config/enb.jinja2.cfg
software/ors-amarisoft/config/enb.jinja2.cfg
+5
-5
No files found.
software/ors-amarisoft/config/enb.cfg
View file @
a51dd943
...
...
@@ -8,8 +8,6 @@
{
log_options: "all.level=error,all.max_size=0,nas.level=debug,nas.max_size=1,s1ap.level=debug,s1ap.max_size=1,x2ap.level=debug,x2ap.max_size=1,rrc.level=debug,rrc.max_size=1,phy.level=info,file.rotate=1G,file.path=/dev/null",
...
...
software/ors-amarisoft/config/enb.jinja2.cfg
View file @
a51dd943
...
...
@@ -17,20 +17,20 @@
{%- set ref = J(jref_of_shared(slave)) %}
{%- set _ = J(slave['_']) %}
{%- if 'ru_type' in _ %}
{%
do ru_dict.update({ref: slave}) %}
{%
-
do ru_dict.update({ref: slave}) %}
{%- elif 'cell_type' in _ %}
{%- do cell_dict.update({ref: slave}) %}
{%- set ru = cell['ru'] %}
{%- if ru['ru_type'] not in ('ru_ref', 'ruincell_ref') %}
{#
embedded ru definition -> expose it as `_<cell_ref>_ru` #}
{#
-
embedded ru definition -> expose it as `_<cell_ref>_ru` #}
{%- do ru_dict.update({'_%s_ru' % ref: ru}) %}
{%- endif %}
{%
else %}
{%
do error(slave, "unknown shared instance type") %}
{%
-
else %}
{%
-
do error(slave, "unknown shared instance type") %}
{%- endif %}
{%- endfor %}
{# verify that there is no dangling cell->ru references #}
{#
-
verify that there is no dangling cell->ru references #}
{%- for _, cell in cell_dict|dictsort %}
{%- set ru_ref = J(jcell_ru_ref(cell)) %}
{%- if ru_ref not in ru_dict %}
...
...
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