fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmocom-bb/+/33101 )
Change subject: trxcon/l1sched: do not check TDMA Fn of PTCCH/U prims
......................................................................
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
---
M src/host/trxcon/src/sched_prim.c
1 file changed, 15 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/01/33101/1
diff --git a/src/host/trxcon/src/sched_prim.c b/src/host/trxcon/src/sched_prim.c
index 380d5a8..44cfd37 100644
--- a/src/host/trxcon/src/sched_prim.c
+++ b/src/host/trxcon/src/sched_prim.c
@@ -365,7 +365,6 @@
/* 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;
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/33101
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I54ba9b5d9c3eba4aeabf9ed6fcf1e8d09f21cce1
Gerrit-Change-Number: 33101
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange