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
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lu Xu
slapos
Commits
9169f9e1
Commit
9169f9e1
authored
1 year ago
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
d503838a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
software/ors-amarisoft/config/enb.jinja2.cfg
software/ors-amarisoft/config/enb.jinja2.cfg
+5
-5
software/ors-amarisoft/config/out/enb.cfg
software/ors-amarisoft/config/out/enb.cfg
+2
-2
No files found.
software/ors-amarisoft/config/enb.jinja2.cfg
View file @
9169f9e1
...
...
@@ -120,12 +120,12 @@
{% if do_nr %}
// NR core network
a
fm
_list: [
{%- for _, a
fm in slapparameter_dict.get('afm
_list',
{'1':{'a
fm
_addr': slap_configuration['configuration.amf_addr']}})
a
mf
_list: [
{%- for _, a
mf in slapparameter_dict.get('amf
_list',
{'1':{'a
mf
_addr': slap_configuration['configuration.amf_addr']}})
| dictsort %}
{
a
fm_addr: "{{ afm['afm
_addr'] }}",
a
mf_addr: "{{ amf['amf
_addr'] }}",
},
{%- endfor %}
],
...
...
@@ -142,7 +142,7 @@
| map(attribute='1.xn_addr')
| list | tojson }},
{% if slapparameter_dict.get('mme_list', '') or slapparameter_dict.get('a
fm
_list', '') %}
{% if slapparameter_dict.get('mme_list', '') or slapparameter_dict.get('a
mf
_list', '') %}
{% if slapparameter_dict.get('use_ipv4', False) %}
gtp_addr: "{{ gtp_addr_v4 }}",
{% else %}
...
...
This diff is collapsed.
Click to expand it.
software/ors-amarisoft/config/out/enb.cfg
View file @
9169f9e1
...
...
@@ -33,9 +33,9 @@
// NR core network
a
fm
_list: [
a
mf
_list: [
{
a
fm
_addr: "127.0.1.100",
a
mf
_addr: "127.0.1.100",
},
],
x2_peers: ["44.1.1.1", "44.1.1.2"],
...
...
This diff is collapsed.
Click to expand it.
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