aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-12-15 08:04:30 +0100
committerlaforge <laforge@osmocom.org>2020-12-15 09:52:42 +0000
commitc8158ecfc40e29a2b6b9f328aafb2dad0007def2 (patch)
tree6c2229e730cbe25a9407666dcd7268fa05e8f303 /include
parenta346c45cebf318a846f5549d22edeee95f55e03e (diff)
protocol/gsm_08_58.h: add Osmocom specific EWMA AVG algo
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gsm/protocol/gsm_08_58.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h
index aeaa6fff..0f7af925 100644
--- a/include/osmocom/gsm/protocol/gsm_08_58.h
+++ b/include/osmocom/gsm/protocol/gsm_08_58.h
@@ -406,7 +406,9 @@ enum abis_rsl_ie {
enum {
IPAC_UNWEIGHTED_AVE = 0,
IPAC_WEIGHTED_AVE,
- IPAC_MEDIAN_AVE
+ IPAC_MEDIAN_AVE,
+ /* EWMA is an Osmocom specific extension */
+ IPAC_OSMO_EWMA_AVE,
};
/* IPAC MEAS_PREPROC AVERAGING PARAMID */