aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Francois Dionne <jf.dionne@nutaq.com>2016-10-17 16:24:02 -0400
committerJean-Francois Dionne <jf.dionne@nutaq.com>2016-10-17 16:24:02 -0400
commitd5c8b4ac215f34609710c098bcd3147daf36bef2 (patch)
tree8e86b9a86fde544d640c357fb8f5b44d01ff1d61
parent97216239222533d8e170a5c36b0af679a0d6137d (diff)
Fixes broken voice in GSM FR.
-rw-r--r--src/common/l1sap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index 299d4092..36b78cb0 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -708,7 +708,7 @@ static int l1sap_tch_rts_ind(struct gsm_bts_trx *trx,
resp_msg);
resp_l1sap->u.tch.chan_nr = chan_nr;
resp_l1sap->u.tch.fn = fn;
- resp_l1sap->u.tch.marker = marker;
+ resp_l1sap->u.tch.marker = 0;
DEBUGP(DL1P, "Tx TCH.req %02u/%02u/%02u chan_nr=%d\n",
g_time.t1, g_time.t2, g_time.t3, chan_nr);