Commit ebe4f612 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b8ffa4c9
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
{#- defaults for global eNB/gNB parameters. {#- defaults for global eNB/gNB parameters.
TODO automatically enb defaults from JSON schema #} TODO automatically enb defaults from JSON schema #}
{%- set enb_defaults = { {%- set enb_defaults = {
"com_ws_port": 9001, 'com_ws_port': 9001,
"com_addr": '127.0.1.2', 'com_addr': '127.0.1.2',
"use_ipv4": False, 'use_ipv4': False,
"nssai": {'1': {'sst': 1}} 'nssai': {'1': {'sst': 1}}
} %} } %}
{%- for k,v in enb_defaults|dictsort %} {%- for k,v in enb_defaults|dictsort %}
{%- do slapparameter_dict.setdefault(k, v) %} {%- do slapparameter_dict.setdefault(k, v) %}
......
...@@ -420,7 +420,7 @@ ...@@ -420,7 +420,7 @@
{%- else %} {%- else %}
name: "sdr", name: "sdr",
{%- endif %} {%- endif %}
{%- if slapparameter_dict.get('gps_sync', False) %} {%- if slapparameter_dict.gps_sync %}
sync: "gps", sync: "gps",
{%- endif %} {%- endif %}
......
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