aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_dl.cpp
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-21 18:02:40 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-21 18:02:57 +0100
commitdb5e339da4a34568d0ae65657616bf0fb4c91951 (patch)
tree6e137404caa3a3d09d18588705fecad14a54929e /src/tbf_dl.cpp
parent2e6b60df455ad35c296460e0ad38e2dbe8ae511e (diff)
Get rid of singleton gprs_bssgp_pcu_current_bctx()
Access it from existing pointers instead. Change-Id: I77455da5221090ebea142ecd49d5dba0065bfc5c
Diffstat (limited to 'src/tbf_dl.cpp')
-rw-r--r--src/tbf_dl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tbf_dl.cpp b/src/tbf_dl.cpp
index 87c897f5..de433492 100644
--- a/src/tbf_dl.cpp
+++ b/src/tbf_dl.cpp
@@ -641,7 +641,7 @@ void gprs_rlcmac_dl_tbf::schedule_next_frame()
return;
/* dequeue next LLC frame, if any */
- msg = llc_dequeue(gprs_bssgp_pcu_current_bctx());
+ msg = llc_dequeue(bts->pcu->bssgp.bctx);
if (!msg)
return;