aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/l1_if.c
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-06-13 12:11:03 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-14 10:18:59 +0000
commit60970056c87180c88539fcc6e3b0ba72e0f3d674 (patch)
tree37d51c840cc2dde635693214b378099bab9c3949 /src/osmo-bts-litecell15/l1_if.c
parent8ecadc66cef3ceb17f9f815ba5bd4e31406a664a (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. Related: OS#1563 Copy-paster from I4d23846a27d3dbd2a6e75e481c1efcdb2a85f305 for LC15. Change-Id: I29acea6e8bbf426330ce52554a48afb5d2ef1679
Diffstat (limited to 'src/osmo-bts-litecell15/l1_if.c')
-rw-r--r--src/osmo-bts-litecell15/l1_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-litecell15/l1_if.c b/src/osmo-bts-litecell15/l1_if.c
index 1054abab..54fd2d38 100644
--- a/src/osmo-bts-litecell15/l1_if.c
+++ b/src/osmo-bts-litecell15/l1_if.c
@@ -420,7 +420,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) {