Commit 341ae2a2 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e405b3f0
......@@ -20,6 +20,10 @@
{%- do slaplte.check_loaded_everything() %}
{%- endif %}
{# do we have LTE cells and/or NR cells ? #}
{%- set do_lte = len(list(icell_dict|dictsort | selectattr('1._.cell_type', '==', 'lte'))) > 0 %}
{%- set do_nr = len(list(icell_dict|dictsort | selectattr('1._.cell_type', '==', 'nr'))) > 0 %}
{#- start of the config -#}
{
......@@ -44,10 +48,6 @@
com_addr: "{{ slap_configuration['configuration.com_addr'] }}:{{ slap_configuration['configuration.com_ws_port'] }}",
{%- endif %}
{# do we have LTE cells and/or NR cells ? #}
{%- set do_lte = len(list(icell_dict|dictsort | selectattr('1._.cell_type', '==', 'lte'))) > 0 %}
{%- set do_nr = len(list(icell_dict|dictsort | selectattr('1._.cell_type', '==', 'nr'))) > 0 %}
{% if do_lte %}
// LTE core network + XXX X2 peers
mme_list: [
......
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