Commit 92387168 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d96eecb8
# XXX doc
[buildout]
extends =
${template:output}
......@@ -31,21 +32,7 @@ filename = instance-enb.cfg
extensions = jinja2.ext.do
extra-context =
raw dynamic_template_enb_base_output $${dynamic-template-enb:output}
# raw monitor_template ${monitor2-template:output}
section ors_version ors-version
# section comp_id comp-id
# key lte_version amarisoft:lte-version
# key lte_expiration amarisoft:lte-expiration
# key enb amarisoft:enb
# key sdr amarisoft:sdr
# raw gnb_template X{gnb.jinja2.cfg:target}
# raw amarisoft_stats_template ${amarisoft-stats.jinja2.py:target}
# raw amarisoft_rf_info_template ${amarisoft-rf-info.jinja2.py:target}
# raw openssl_location ${openssl:location}
# raw default_nr_inactivity_timer ${default-params:default-nr-inactivity-timer}
# raw python_path ${python3:location}
# raw fluent_bit_location ${fluent-bit:location}
[ors-version]
recipe = slapos.recipe.build
......@@ -184,4 +171,3 @@ init =
power_estimate_s = "{:0.2f} mW".format(power_estimate_mw)
power_estimate = "{:0.2f} dBm ({})".format(power_estimate_dbm, power_estimate_s)
options['power-estimate'] = power_estimate
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