aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/gsm_data.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-09-02 14:37:30 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-09-03 19:03:48 +0200
commit085a4cb91e3fbf572455228c447adef6881cab15 (patch)
treea5d530d065e32536842915e858a03dc31bf1faef /include/osmo-bts/gsm_data.h
parent0617afdb5f4c0e38e9576c82092517197fbe478a (diff)
MS Power Control Loop: Support EWMA algorithm for C/I measurements
Diffstat (limited to 'include/osmo-bts/gsm_data.h')
-rw-r--r--include/osmo-bts/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h
index 979e6d96..256cf21d 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -242,6 +242,7 @@ struct lchan_power_ctrl_state {
const struct gsm_power_ctrl_params *dpc_params;
/* Measurement pre-processing state (for dynamic mode) */
struct gsm_power_ctrl_meas_proc_state rxlev_meas_proc;
+ struct gsm_power_ctrl_meas_proc_state ci_meas_proc;
/* Number of SACCH blocks to skip (for dynamic mode) */
int skip_block_num;