Commit 4ebacafb authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 330dcc10
......@@ -20,15 +20,15 @@ md5sum = 739cd223f6959fde38d658127cab51ed
[amari_lte.jinja2]
_update_hash_filename_ = amari/lte.jinja2
md5sum = efd6195979e0a5f6b9d0999bbaa284e6
md5sum = 904fc5dc33babbf2f2be49b459302f94
[amari_slap.jinja2]
_update_hash_filename_ = amari/slap.jinja2
md5sum = 18f1a205d55c3026cf221ef22d247695
md5sum = 8b24f6cf584eb096a61750e39e376ad0
[ru_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/libinstance.jinja2.cfg
md5sum = 6ad719c1c9be7c7c9d70c122bbae88af
md5sum = 6fdd7200dc5d7539f0363c9a677df6ab
[amarisoft-stats.jinja2.py]
_update_hash_filename_ = amarisoft-stats.jinja2.py
......@@ -60,7 +60,7 @@ md5sum = e22257ef526b0acc10a8203daa41028b
[template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
md5sum = 7065f74b78477169ca47ab2278a69dc7
md5sum = 90a95ba0ca9c9f7e8835f7d6ea0b8b41
[template-gnb]
_update_hash_filename_ = instance-gnb.jinja2.cfg
......
......@@ -63,16 +63,16 @@ config-stats-period = {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
{%- else %}
{%- do bug('unreachable') %}
{%- endif %}
{%- endfor %}
{{ promise('%s-check-rx-saturated.py' % ru_ref) }}
promise = check_rx_saturated
config-rf-rx-idx-list = {{ range(ru._rf_idx_rx, ru._rf_idx_rx + ru.n_antenna_ul) }}
config-rf-rx-chan-list = {{ list(range(ru._rf_chan_rx, ru._rf_chan_rx + ru.n_antenna_ul)) }}
config-amarisoft-stats-log = ${amarisoft-stats-template:log-output}
config-stats-period = {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
config-max-rx-sample-db = {{ slapparameter_dict.get("max_rx_sample_db", 0) }}
{%- endfor %}
[buildout]
parts +=
{%- for part in parts_list %}
......
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