Change in libosmocore[master]: protocol/gsm_08_58.h: add Osmocom specific EWMA AVG algo

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Dec 15 09:52:43 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/21727 )

Change subject: protocol/gsm_08_58.h: add Osmocom specific EWMA AVG algo
......................................................................

protocol/gsm_08_58.h: add Osmocom specific EWMA AVG algo

Change-Id: Ib436fd8b81afdb06c6d936f6839f847a705d00e2
Related: SYS#4918
---
M include/osmocom/gsm/protocol/gsm_08_58.h
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h
index aeaa6ff..0f7af92 100644
--- a/include/osmocom/gsm/protocol/gsm_08_58.h
+++ b/include/osmocom/gsm/protocol/gsm_08_58.h
@@ -406,7 +406,9 @@
 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 */

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/21727
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ib436fd8b81afdb06c6d936f6839f847a705d00e2
Gerrit-Change-Number: 21727
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201215/1a4d91c1/attachment.htm>


More information about the gerrit-log mailing list