aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_l1_if.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-17 15:51:39 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:20:45 +0100
commit1af73f6c81719c5db76d64619019500709b679d1 (patch)
tree26c5a09489cd355241598d651a0ef260d935ad52 /src/pcu_l1_if.cpp
parentee7a535608e2bbb510842ff34d0c7d27fde30edd (diff)
bts: Remove global state from gprs_rlcmac_add_paging
Diffstat (limited to 'src/pcu_l1_if.cpp')
-rw-r--r--src/pcu_l1_if.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcu_l1_if.cpp b/src/pcu_l1_if.cpp
index add1f4fa..29b2e936 100644
--- a/src/pcu_l1_if.cpp
+++ b/src/pcu_l1_if.cpp
@@ -551,7 +551,7 @@ static int pcu_rx_pag_req(struct gsm_pcu_if_pag_req *pag_req)
LOGP(DL1IF, LOGL_DEBUG, "Paging request received: chan_needed=%d "
"length=%d\n", pag_req->chan_needed, pag_req->identity_lv[0]);
- return gprs_rlcmac_add_paging(pag_req->chan_needed,
+ return gprs_rlcmac_add_paging(gprs_rlcmac_bts, pag_req->chan_needed,
pag_req->identity_lv);
}