trxcon/l1sched: do not check TDMA Fn of PTCCH/U prims

The PTCCH/U primitives are basically Access Bursts.  The TDMA Fn in
such primitives is always 0, because there's currently no way to
indicate TDMA Fn in L1CTL_RACH_REQ (only the offset).

Change-Id: I54ba9b5d9c3eba4aeabf9ed6fcf1e8d09f21cce1
Fixes: BTS_Tests.TC_pcu_ptcch (UL part)
Related: OS#5500, OS#5955
This commit is contained in:
Vadim Yanitskiy 2023-05-31 02:59:35 +07:00 committed by fixeria
parent 21541a748e
commit a49696bc98
1 changed files with 0 additions and 1 deletions

View File

@ -365,7 +365,6 @@ struct msgb *l1sched_lchan_prim_dequeue(struct l1sched_lchan_state *lchan, uint3
/* PDCH is timing critical, we need to check TDMA Fn */
case L1SCHED_PDTCH:
case L1SCHED_PTCCH:
{
struct msgb *msg = msgb_dequeue(&lchan->tx_prims);
const struct l1sched_prim *prim;