aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.c
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-06-13 12:06:06 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-14 10:18:59 +0000
commit8ecadc66cef3ceb17f9f815ba5bd4e31406a664a (patch)
treecf8239e5605740cf9fc4cedfccff401419514b5f /src/osmo-bts-sysmo/l1_if.c
parent9302abe0547e6f6172416b1d07182916b628e480 (diff)
DTXd: store/repeat last SID
Store last SID received over RTP and repeat is if necessary (no new SID or SPEECH frames) according to codec-specific scheduling rules. Change-Id: I4d23846a27d3dbd2a6e75e481c1efcdb2a85f305 Related: OS#1563
Diffstat (limited to 'src/osmo-bts-sysmo/l1_if.c')
-rw-r--r--src/osmo-bts-sysmo/l1_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.c b/src/osmo-bts-sysmo/l1_if.c
index d6d0cdd1..84fad994 100644
--- a/src/osmo-bts-sysmo/l1_if.c
+++ b/src/osmo-bts-sysmo/l1_if.c
@@ -414,7 +414,7 @@ static int ph_tch_req(struct gsm_bts_trx *trx, struct msgb *msg,
/* no message/data, we generate an empty traffic msg */
if (!nmsg)
- nmsg = gen_empty_tch_msg(lchan);
+ nmsg = gen_empty_tch_msg(lchan, u32Fn);
/* no traffic message, we generate an empty msg */
if (!nmsg) {