Commit fc1e302d authored by Joanne Hugé's avatar Joanne Hugé

wip

parent 7eb0f6d1
......@@ -20,7 +20,7 @@ md5sum = 1bd4ed3240f81ce5ff5a55e79366a3f4
[template-ors]
filename = instance-ors.cfg
md5sum = 6acccd3753c73e460d8b7991b52fb83b
md5sum = 13d378450f8b8a57639336e72dcd3411
[slaplte.jinja2]
_update_hash_filename_ = slaplte.jinja2
......
......@@ -202,7 +202,7 @@ init =
return (2 * (x - c)) / (math.sqrt(b**2 - 4 * a * (c - x)) + b)
default_rx_gain = DEFAULTS['*']['rx_gain'] + 20
tx_power_dbm = options['configuration'].get('tx_dbm_power' , DEFAULTS['*']['tx_power_dbm'])
tx_power_dbm = options['configuration'].get('tx_power_dbm' , DEFAULTS['*']['tx_power_dbm'])
tx_gain = dbm_to_gain(DEFAULTS[band]['tx_interpolation_coefficients'][ors_version], tx_power_dbm)
def print_dbm(tx_power_dbm):
......
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