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
This commit is contained in:
Max 2016-08-12 16:18:56 +02:00 committed by Harald Welte
parent 6320934e6a
commit c69de3e25c
2 changed files with 3 additions and 1 deletions

View File

@ -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
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

View File

@ -81,6 +81,7 @@ struct ph_tch_param {
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 */