aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_l1_if.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-17 13:46:19 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:20:45 +0100
commitb0250ebeac1d1a20c0448a81f3609ddf3ec7517d (patch)
tree32f1b54d01fd735febb49904145ca63ff845db0e /src/pcu_l1_if.cpp
parent698b6121883f2f50ba95d72f900894366bc7c082 (diff)
bts: Remove global state from gprs_rlcmac_rcv_rach
Diffstat (limited to 'src/pcu_l1_if.cpp')
-rw-r--r--src/pcu_l1_if.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pcu_l1_if.cpp b/src/pcu_l1_if.cpp
index d4058e76..add1f4fa 100644
--- a/src/pcu_l1_if.cpp
+++ b/src/pcu_l1_if.cpp
@@ -292,7 +292,8 @@ static int pcu_rx_rach_ind(struct gsm_pcu_if_rach_ind *rach_ind)
switch (rach_ind->sapi) {
case PCU_IF_SAPI_RACH:
- rc = gprs_rlcmac_rcv_rach(rach_ind->ra, rach_ind->fn,
+ rc = gprs_rlcmac_rcv_rach(gprs_rlcmac_bts,
+ rach_ind->ra, rach_ind->fn,
rach_ind->qta);
break;
default: