aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-05-18 16:42:16 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-12 15:43:50 +0000
commitec744655b4a1d6864c2d346801ed3c50468d0615 (patch)
tree7b02ad9d1d8139d55b64b72e15bf6f599a1d5df4 /openbsc
parentf5fe31d5138379e997149e2bdd4a8de9e25d85bb (diff)
Add talkspurt indicator for gsm_lchan
Add bit which can be set on BTS side to indicate that next RTP frame should be marked as a beginning of speech. Change-Id: I355a5ae275a2743b29071924c916c4f68c3b3e80 Related: OS#1562
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index a8bcd5d6a..8ed11b60c 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -316,7 +316,8 @@ struct gsm_lchan {
int s;
/* Kind of the release/activation. E.g. RSL or PCU */
int rel_act_kind;
-
+ /* RTP header Marker bit to indicate beginning of speech after pause */
+ bool rtp_tx_marker;
/* power handling */
struct {
uint8_t current;