Skip to content
Success

Changes

Summary

  1. trxcon/l1sched: fix decoding of DL FACCH/H for TCH/H4.8 and TCH/H2.4 (details)
Commit 60bebe94507759c56698abffe7c09bb87c09f2b4 by Vadim Yanitskiy
trxcon/l1sched: fix decoding of DL FACCH/H for TCH/H4.8 and TCH/H2.4

The mapping sched_tchh_dl_csd_map[] is valid for DL TCH/H4.8 and
TCH/H2.4, but not for DL FACCH/H.  We need to use a separate
lookup table sched_tchh_dl_facch_map[] for DL FACCH/H.

Change-Id: I17df806185dc620999c4c2b9ed83a18cc8b2e0bf
Fixes: a93785bf4 ("trxcon/l1sched: implement CSD scheduling support")
Related: OS#4396, OS#6618
The file was modifiedsrc/host/trxcon/src/sched_lchan_tchh.c