aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/gsm_data.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-01-08 02:30:43 +0100
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-01-08 02:30:46 +0100
commite920902e25b0495889bc71f92fe9b8b8d53ce0f3 (patch)
tree53e01abaeb18e1ce4e69dea8a8b6f22192344bc2 /include/osmo-bts/gsm_data.h
parent834ba05cd218e0f08685adf259e18a96368285ef (diff)
power_control: properly track the first initial state
Diffstat (limited to 'include/osmo-bts/gsm_data.h')
-rw-r--r--include/osmo-bts/gsm_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h
index 253b115d..8071a28f 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -215,6 +215,8 @@ extern const struct gsm_power_ctrl_params power_ctrl_params_def;
/* Measurement pre-processing state */
struct gsm_power_ctrl_meas_proc_state {
+ /* Number of measurements processed */
+ unsigned int meas_num;
/* Algorithm specific data */
union {
struct {