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
d9e9c31d
Commit
d9e9c31d
authored
Aug 23, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
10b9faef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 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
+2
-2
software/ors-amarisoft/config/lte.jinja2
software/ors-amarisoft/config/lte.jinja2
+3
-3
No files found.
software/ors-amarisoft/config/enb.cfg
View file @
d9e9c31d
...
...
@@ -16,8 +16,6 @@
{
...
...
software/ors-amarisoft/config/enb.jinja2.cfg
View file @
d9e9c31d
{#
XXX ORS -> provide defaults for: cell_list
#}
{#
- XXX ORS -> provide defaults for: slave_instance_list -
#}
{%- import 'lte.jinja2' as lte %}
{%- import 'lte.jinja2' as lte
-
%}
{# return value is json-encoded to workaround jinja2 macro-ret limitation. #}
{# XXX macro return json -> start from j #}
...
...
software/ors-amarisoft/config/lte.jinja2
View file @
d9e9c31d
{#
Package lte provides helpers for configuring LTE cells.
#}
{#
- Package lte provides helpers for configuring LTE cells. -
#}
{#
cell_tdd_config returns tdd_config for an LTE cell.
#}
{%- macro cell_tdd_config(cell) %}
{#
- cell_tdd_config returns tdd_config for an LTE cell. -
#}
{%- macro cell_tdd_config(cell)
-
%}
{%- set _ = {'[Configuration 2] 5ms 2UL 6DL (default)': 2,
'[Configuration 6] 5ms 5UL 3DL (maximum uplink)': 6} %}
{{ _[cell.get('tdd_ul_dl_config', '[Configuration 2] 5ms 2UL 6DL (default)')] }}
...
...
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