summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/src/sched_lchan_tchh.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-03-08 02:30:48 +0700
committerfixeria <vyanitskiy@sysmocom.de>2023-03-08 09:03:11 +0000
commit616949a0bec09f566abdff62610aa85c1e32de02 (patch)
tree40404426a9e88ccb247ced445451b16f0d60222d /src/host/trxcon/src/sched_lchan_tchh.c
parentede61f5dede7dbacbc3b9ef132360a1c606cda7b (diff)
trxcon: use 3GPP TS 45.002 definitions from libosmogsm
Diffstat (limited to 'src/host/trxcon/src/sched_lchan_tchh.c')
-rw-r--r--src/host/trxcon/src/sched_lchan_tchh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/trxcon/src/sched_lchan_tchh.c b/src/host/trxcon/src/sched_lchan_tchh.c
index 963b2d40..bebd6e33 100644
--- a/src/host/trxcon/src/sched_lchan_tchh.c
+++ b/src/host/trxcon/src/sched_lchan_tchh.c
@@ -570,7 +570,7 @@ send_burst:
memcpy(br->burst + 61, tsc, 26); /* TSC */
memcpy(br->burst + 87, offset + 58, 58); /* Payload 2/2 */
memset(br->burst + 145, 0, 3); /* TB */
- br->burst_len = GSM_BURST_LEN;
+ br->burst_len = GSM_NBITS_NB_GMSK_BURST;
LOGP_LCHAND(lchan, LOGL_DEBUG, "Scheduled fn=%u burst=%u\n", br->fn, br->bid);