Commit 50b8fac6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e8d8d7b3
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
enb_id: {{ slapparameter_dict.get('enb_id', '0x1A2D0') }}, enb_id: {{ slapparameter_dict.get('enb_id', '0x1A2D0') }},
# LTE cells // LTE cells
cell_list: [ cell_list: [
{%- for cell_ref, icell in icell_dict|dictsort %} {%- for cell_ref, icell in icell_dict|dictsort %}
{% set cell = icell['_'] %} {% set cell = icell['_'] %}
...@@ -433,7 +433,7 @@ ...@@ -433,7 +433,7 @@
cipher_algo_pref: [], cipher_algo_pref: [],
integ_algo_pref: [2, 1], integ_algo_pref: [2, 1],
# XXX -> cell ? // XXX -> cell ?
inactivity_timer: {{ slapparameter_dict.get('inactivity_timer', slap_configuration['configuration.default_lte_inactivity_timer']) }}, inactivity_timer: {{ slapparameter_dict.get('inactivity_timer', slap_configuration['configuration.default_lte_inactivity_timer']) }},
srb_config: [ srb_config: [
...@@ -452,7 +452,7 @@ ...@@ -452,7 +452,7 @@
], ],
}, },
# NR cells (TODO) // NR cells (TODO)
{#- XXX + nr_cell_list #} {#- XXX + nr_cell_list #}
{#- XXX + nr_cell_default #} {#- XXX + nr_cell_default #}
} }
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