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
a9384ba5
Commit
a9384ba5
authored
Dec 25, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
63f2d2cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
software/ors-amarisoft/instance-ors-enb.jinja2.cfg
software/ors-amarisoft/instance-ors-enb.jinja2.cfg
+4
-0
software/ors-amarisoft/instance-ors.cfg
software/ors-amarisoft/instance-ors.cfg
+2
-1
No files found.
software/ors-amarisoft/instance-ors-enb.jinja2.cfg
View file @
a9384ba5
{#- instance-ors-enb translates ORS enb/gnb into generic enb with 1 RU and 1 CELL #}
{#- TODO automatically load ORS/enb and ORS/gnb defaults from JSON schema #}
{#- TODO automatically load ORS/enb and ORS/gnb defaults from JSON schema #}
{%- set ors_enb_defaults = {
{%- set ors_enb_defaults = {
"bandwidth": "20 MHz",
"bandwidth": "20 MHz",
...
@@ -107,6 +109,8 @@
...
@@ -107,6 +109,8 @@
})
})
%}
%}
# code of generic enb
{%- include 'instance-enb-base.jinja2.cfg' %}
{%- include 'instance-enb-base.jinja2.cfg' %}
...
...
software/ors-amarisoft/instance-ors.cfg
View file @
a9384ba5
...
@@ -22,7 +22,8 @@ extra-context =
...
@@ -22,7 +22,8 @@ extra-context =
key slave_instance_list slap-configuration:slave-instance-list
key slave_instance_list slap-configuration:slave-instance-list
# ORS-specific enb and gnb
# ORS-specific enb and gnb
# they translate ORS schema to generic enb with only one RU and CELL
# both are served by instance-ors-enb, which translates
# ORS enb/gnb schemas to generic enb with only one RU and one LTE or NR CELL
[dynamic-template-ors-enb]
[dynamic-template-ors-enb]
< = dynamic-template-enb
< = dynamic-template-enb
url = ${template-ors-enb:target}
url = ${template-ors-enb:target}
...
...
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