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

.

parent d503838a
......@@ -120,12 +120,12 @@
{% if do_nr %}
// NR core network
afm_list: [
{%- for _, afm in slapparameter_dict.get('afm_list',
{'1':{'afm_addr': slap_configuration['configuration.amf_addr']}})
amf_list: [
{%- for _, amf in slapparameter_dict.get('amf_list',
{'1':{'amf_addr': slap_configuration['configuration.amf_addr']}})
| dictsort %}
{
afm_addr: "{{ afm['afm_addr'] }}",
amf_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('afm_list', '') %}
{% if slapparameter_dict.get('mme_list', '') or slapparameter_dict.get('amf_list', '') %}
{% if slapparameter_dict.get('use_ipv4', False) %}
gtp_addr: "{{ gtp_addr_v4 }}",
{% else %}
......
......@@ -33,9 +33,9 @@
// 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"],
......
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