aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-17 15:23:49 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:20:45 +0100
commit8d7a632eefa33b84bf25de95c99bebd47860f3e9 (patch)
treef93d4671f03b36af72e9b27b7f57f4cc18a0b913 /src/gprs_rlcmac.cpp
parent4ffc260869c5557949d44b5d13286ce205b31b66 (diff)
bts: Remove global state frm gprs_rlcmac_rcv_control_block
Diffstat (limited to 'src/gprs_rlcmac.cpp')
-rw-r--r--src/gprs_rlcmac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs_rlcmac.cpp b/src/gprs_rlcmac.cpp
index 885ef2e0..419470b6 100644
--- a/src/gprs_rlcmac.cpp
+++ b/src/gprs_rlcmac.cpp
@@ -263,7 +263,7 @@ int gprs_rlcmac_rcv_block(struct gprs_rlcmac_bts *bts,
if (!block)
return -ENOMEM;
bitvec_unpack(block, data);
- rc = gprs_rlcmac_rcv_control_block(block, trx, ts, fn);
+ rc = gprs_rlcmac_rcv_control_block(bts, block, trx, ts, fn);
bitvec_free(block);
break;
case GPRS_RLCMAC_CONTROL_BLOCK_OPT: