Commit 5d7e0cc7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 35eb6cd1
......@@ -106,7 +106,7 @@
{%- endif %}
{% if do_lte %}
// LTE core network + XXX X2 peers
// LTE core network
mme_list: [
{%- for _, mme in slapparameter_dict.get('mme_list',
{'1':{'mme_addr': slap_configuration['configuration.mme_addr']}})
......@@ -119,7 +119,7 @@
{%- endif %}
{% if do_nr %}
// NR core network + XXX Xn pers
// NR core network
afm_list: [
{%- for _, afm in slapparameter_dict.get('afm_list',
{'1':{'afm_addr': slap_configuration['configuration.amf_addr']}})
......@@ -143,6 +143,7 @@
],
{% endif %}
{% if slapparameter_dict.get('mme_list', '') or slapparameter_dict.get('afm_list', '') %}
{% if slapparameter_dict.get('use_ipv4', False) %}
gtp_addr: "{{ gtp_addr_v4 }}",
......@@ -153,6 +154,7 @@
gtp_addr: "{{ slap_configuration['configuration.gtp_addr'] }}",
{% endif %}
{%- if do_lte %}
enb_id: {{ cfg('enb_id') }},
{%- endif %}
......
......@@ -24,7 +24,7 @@
com_addr: "127.0.1.2:9001",
// LTE core network + XXX X2 peers
// LTE core network
mme_list: [
{
mme_addr: "127.0.1.100",
......@@ -32,7 +32,7 @@
],
// NR core network + XXX Xn pers
// NR core network
afm_list: [
{
afm_addr: "127.0.1.100",
......
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