Commit f1cfcc44 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 403d4174
...@@ -228,8 +228,8 @@ ...@@ -228,8 +228,8 @@
enb_id: {{ slapparameter_dict.enb_id }}, enb_id: {{ slapparameter_dict.enb_id }},
{%- endif %} {%- endif %}
{%- if do_nr %} {%- if do_nr %}
gnb_id_bits: {{ slapparameter_dict.gnb_id_bits }},
gnb_id: {{ slapparameter_dict.gnb_id }}, gnb_id: {{ slapparameter_dict.gnb_id }},
gnb_id_bits: {{ slapparameter_dict.get('gnb_id_bits', 28) }},
en_dc_support: true, en_dc_support: true,
{%- endif %} {%- endif %}
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
'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,
'gnb_id_bits': 28,
'nssai': {'1': {'sst': 1}} 'nssai': {'1': {'sst': 1}}
} %} } %}
{%- set gtp_addr_lo = '127.0.1.1' %} {%- set gtp_addr_lo = '127.0.1.1' %}
......
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