fixeria has uploaded this change for review.
virt_phy: l1ctl_rx_rach_req(): remove TDMA Fn hack
This looks like a debugging leftover.
Change-Id: Id794c76aea48a171f0c5f4604892a82c1a2d3ed4
---
M src/host/virt_phy/src/virt_prim_rach.c
1 file changed, 11 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/74/32674/1
diff --git a/src/host/virt_phy/src/virt_prim_rach.c b/src/host/virt_phy/src/virt_prim_rach.c
index f6cb496..547e8f1 100644
--- a/src/host/virt_phy/src/virt_prim_rach.c
+++ b/src/host/virt_phy/src/virt_prim_rach.c
@@ -80,9 +80,6 @@
LOGPMS(DL1C, LOGL_INFO, ms, "Rx L1CTL_RACH_REQ (ra=0x%02x, offset=%d combined=%d)\n",
rach_req->ra, offset, rach_req->combined);
- if (rach_req->ra == 0x03)
- fn_sched = 42;
-
/* set ra data to msg (8bits, the 11bit option is not used for GSM) */
msg->l2h = msgb_put(msg, sizeof(uint8_t));
*msg->l2h = rach_req->ra;
To view, visit change 32674. To unsubscribe, or for help writing mail filters, visit settings.