Commit e83afa5a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1d6a2d8d
......@@ -112,6 +112,15 @@
# XXX also translate peers to ishared ?
{#- replace enb_config_link with gnb_config_link if ORS is running in gnb mode #}
{%- if enb_mode == 'gnb' %}
{%- slapparameter_dict.update({
'enb_config_link': slapparameter_dict.get("gnb_config_link"),
'enb_config_version': slapparameter_dict.get("gnb_config_version"),
}) %}
{%- endif %}
# code of generic enb
{%- include 'instance-enb-base.jinja2.cfg' %}
......
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