[PATCH] libosmocore[master]: Add Marker 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/.

Max gerrit-no-reply at lists.osmocom.org
Fri Aug 12 14:20:44 UTC 2016


Review at  https://gerrit.osmocom.org/690

Add Marker to ph_tch_param

Extend struct ph_tch_param with Marker bit from RTP header to indicate
speech onset in case of DTX.

Change-Id: Ic664902630b9d335ff9abc7a9ca7249eaf80e05f
Related: OS#1750
---
M TODO-RELEASE
M include/osmocom/gsm/l1sap.h
2 files changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/90/690/1

diff --git a/TODO-RELEASE b/TODO-RELEASE
index 472b328..648b6a6 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -2,4 +2,5 @@
 libosmogsm	internal API update	Internal API for GPRS cipher implementors updated to accommodate for arbitrary key lengths
 libosmocore	change major	external talloc dependency / internal talloc removal
 libosmocore	change major	size of ph_data_param struct changed / Extend L1SAP PH-DATA with presence information
-libosmocore	change major	size of ph_data_param struct changed / Extend L1SAP PH-DATA with measurement information
\ No newline at end of file
+libosmocore	change major	size of ph_data_param struct changed / Extend L1SAP PH-DATA with measurement information
+libosmocore	change major	size of ph_tch_param struct changed / Extend with RTP Marker
diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h
index f0e9f6c..e199efe 100644
--- a/include/osmocom/gsm/l1sap.h
+++ b/include/osmocom/gsm/l1sap.h
@@ -81,6 +81,7 @@
 	uint8_t chan_nr;	/*!< \brief Channel Number (Like RSL) */
 	uint32_t fn;		/*!< \brief GSM Frame Number */
 	int8_t rssi;		/*!< \brief RSSI of received indication */
+	uint8_t marker;		/*!< \brief RTP Marker bit (speech onset indicator) */
 };
 
 /*! \brief for PH-CONN.ind */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic664902630b9d335ff9abc7a9ca7249eaf80e05f
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list