Commit 9169f9e1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d503838a
...@@ -120,12 +120,12 @@ ...@@ -120,12 +120,12 @@
{% if do_nr %} {% if do_nr %}
// NR core network // NR core network
afm_list: [ amf_list: [
{%- for _, afm in slapparameter_dict.get('afm_list', {%- for _, amf in slapparameter_dict.get('amf_list',
{'1':{'afm_addr': slap_configuration['configuration.amf_addr']}}) {'1':{'amf_addr': slap_configuration['configuration.amf_addr']}})
| dictsort %} | dictsort %}
{ {
afm_addr: "{{ afm['afm_addr'] }}", amf_addr: "{{ amf['amf_addr'] }}",
}, },
{%- endfor %} {%- endfor %}
], ],
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
| map(attribute='1.xn_addr') | map(attribute='1.xn_addr')
| list | tojson }}, | list | tojson }},
{% if slapparameter_dict.get('mme_list', '') or slapparameter_dict.get('afm_list', '') %} {% if slapparameter_dict.get('mme_list', '') or slapparameter_dict.get('amf_list', '') %}
{% if slapparameter_dict.get('use_ipv4', False) %} {% if slapparameter_dict.get('use_ipv4', False) %}
gtp_addr: "{{ gtp_addr_v4 }}", gtp_addr: "{{ gtp_addr_v4 }}",
{% else %} {% else %}
......
...@@ -33,9 +33,9 @@ ...@@ -33,9 +33,9 @@
// NR core network // NR core network
afm_list: [ amf_list: [
{ {
afm_addr: "127.0.1.100", amf_addr: "127.0.1.100",
}, },
], ],
x2_peers: ["44.1.1.1", "44.1.1.2"], x2_peers: ["44.1.1.1", "44.1.1.2"],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment