aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/bts.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-12-06 18:45:28 +0100
committerlaforge <laforge@osmocom.org>2020-12-09 21:39:52 +0000
commit675618b4f82ab2b47e84779fb167ac37faa9629c (patch)
tree66d931a21ba65900799cd8603de8cb387cf2f548 /include/osmo-bts/bts.h
parent2b416d6d2b7b86fc04a8478f7a1a205d05349d24 (diff)
power_control: make raise/lower step limitation configurable
Diffstat (limited to 'include/osmo-bts/bts.h')
-rw-r--r--include/osmo-bts/bts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmo-bts/bts.h b/include/osmo-bts/bts.h
index 48f404c9..2edc20ef 100644
--- a/include/osmo-bts/bts.h
+++ b/include/osmo-bts/bts.h
@@ -107,6 +107,10 @@ struct bts_power_ctrl_params {
int target_dbm;
/* Tolerated deviation from target */
int hysteresis_db;
+ /* How many dB do we raise power at maximum */
+ int raise_step_max_db;
+ /* How many dB do we lower power at maximum */
+ int lower_step_max_db;
/* RxLev filtering algorithm */
enum bts_pf_algo pf_algo;
/* (Optional) filtering parameters */