[MERGED] libosmocore[master]: l1sap.h: Add ber10k and lqual_cb to ph_tch_param

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Jul 1 07:28:41 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: l1sap.h: Add ber10k and lqual_cb to ph_tch_param
......................................................................


l1sap.h: Add ber10k and lqual_cb to ph_tch_param

These fields are required in osmo-bts to do low link quality checks in a
generic way.

Change-Id: If4ae20c22b881e94585dad710f17b9e37f77bf82
---
M include/osmocom/gsm/l1sap.h
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h
index 01f61ce..1bc1818 100644
--- a/include/osmocom/gsm/l1sap.h
+++ b/include/osmocom/gsm/l1sap.h
@@ -84,6 +84,8 @@
 	uint32_t fn;		/*!< GSM Frame Number */
 	int8_t rssi;		/*!< RSSI of received indication */
 	uint8_t marker;		/*!< RTP Marker bit (speech onset indicator) */
+	uint16_t ber10k;	/*!< BER in units of 0.01% */
+	int16_t lqual_cb;	/* !< Link quality in centiBel */
 };
 
 /*! for PH-CONN.ind */

-- 
To view, visit https://gerrit.osmocom.org/3092
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If4ae20c22b881e94585dad710f17b9e37f77bf82
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list