Commit ef56f706 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c9cbd7f3
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
[template] [template]
filename = instance.cfg filename = instance.cfg
md5sum = 8932bd346bc2e25d84af1834976a4b54 md5sum = f5ee9dcf510ade641eae97902cd6436b
[template-ors] [template-ors]
filename = instance-ors.cfg filename = instance-ors.cfg
...@@ -24,7 +24,7 @@ md5sum = 3d823aa93bb8e8999d63f54d5f5541d1 ...@@ -24,7 +24,7 @@ md5sum = 3d823aa93bb8e8999d63f54d5f5541d1
[slaplte.jinja2] [slaplte.jinja2]
_update_hash_filename_ = slaplte.jinja2 _update_hash_filename_ = slaplte.jinja2
md5sum = 257600bc3a92b1424df7a5d538d7b93e md5sum = 1a89f00de7c46c8158f13954c95338e3
[ru_libinstance.jinja2.cfg] [ru_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/libinstance.jinja2.cfg _update_hash_filename_ = ru/libinstance.jinja2.cfg
...@@ -88,7 +88,7 @@ md5sum = e71b1d10676e5ffa5dc96db88d6f5bae ...@@ -88,7 +88,7 @@ md5sum = e71b1d10676e5ffa5dc96db88d6f5bae
[template-ors-enb] [template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg _update_hash_filename_ = instance-ors-enb.jinja2.cfg
md5sum = 0b72942cae324da8dc813f9eae8b9625 md5sum = ff6193ebedb761f2a7802e33be2933b0
[template-ors-gnb] [template-ors-gnb]
_update_hash_filename_ = instance-ors-gnb.jinja2.cfg _update_hash_filename_ = instance-ors-gnb.jinja2.cfg
......
...@@ -445,6 +445,7 @@ ...@@ -445,6 +445,7 @@
root_sequence_index: {{ cell.get('root_sequence_index', root_sequence_index: {{ cell.get('root_sequence_index',
slapparameter_dict.get('root_sequence_index', slapparameter_dict.get('root_sequence_index',
1 + i)) }}, 1 + i)) }},
inactivity_timer: {{ cell.inactivity_timer }},
// Handover // Handover
{{- handover_config(cell_ref) }} {{- handover_config(cell_ref) }}
...@@ -957,7 +958,6 @@ ...@@ -957,7 +958,6 @@
}, },
cipher_algo_pref: [], cipher_algo_pref: [],
integ_algo_pref: [2, 1], integ_algo_pref: [2, 1],
inactivity_timer: {{ slapparameter_dict.get('inactivity_timer', defaults.nr_inactivity_timer) }},
meas_config_desc: { meas_config_desc: {
a1_report_type: "rsrp", a1_report_type: "rsrp",
......
...@@ -72,11 +72,12 @@ ...@@ -72,11 +72,12 @@
{%- include 'instance-enb-base.jinja2.cfg' %} {%- include 'instance-enb-base.jinja2.cfg' %}
[enb-config]
extra-context +=
json ors {{ ors_version | tojson }}
# XXX config-base += # XXX config-base +=
# XXX reenable/rethink # XXX reenable/rethink
# XXX ors = ors_version |tojson
{# raw one_watt {{ ors_version['one-watt'] }} #}
{# raw earfcn {{ ors_version['current-earfcn'] }} #}
# raw nr_arfcn {{ ors_version['current-nr-arfcn'] }} # raw nr_arfcn {{ ors_version['current-nr-arfcn'] }}
# raw nr_band {{ ors_version['current-nr-band'] }} # raw nr_band {{ ors_version['current-nr-band'] }}
......
...@@ -362,8 +362,6 @@ def do_enb(): ...@@ -362,8 +362,6 @@ def do_enb():
"slap_configuration": { "slap_configuration": {
"tap-name": "slaptap9", "tap-name": "slaptap9",
"slap-computer-partition-id": "slappart9", "slap-computer-partition-id": "slappart9",
"configuration.default_lte_inactivity_timer": 10000,
"configuration.default_nr_inactivity_timer": 10000,
"configuration.com_ws_port": 9001, "configuration.com_ws_port": 9001,
"configuration.com_addr": "127.0.1.2", "configuration.com_addr": "127.0.1.2",
"configuration.mme_addr": "127.0.1.100", "configuration.mme_addr": "127.0.1.100",
......
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