aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac.h
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/gprs_rlcmac.h
parentee7a535608e2bbb510842ff34d0c7d27fde30edd (diff)
bts: Remove global state from gprs_rlcmac_add_paging
Diffstat (limited to 'src/gprs_rlcmac.h')
-rw-r--r--src/gprs_rlcmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs_rlcmac.h b/src/gprs_rlcmac.h
index 9f9f9ffa..333829fe 100644
--- a/src/gprs_rlcmac.h
+++ b/src/gprs_rlcmac.h
@@ -239,7 +239,7 @@ int gprs_rlcmac_rcv_rts_block(uint8_t trx, uint8_t ts, uint16_t arfcn,
int gprs_rlcmac_imm_ass_cnf(uint8_t *data, uint32_t fn);
-int gprs_rlcmac_add_paging(uint8_t chan_needed, uint8_t *identity_lv);
+int gprs_rlcmac_add_paging(struct gprs_rlcmac_bts *bts, uint8_t chan_needed, uint8_t *identity_lv);
struct gprs_rlcmac_paging *gprs_rlcmac_dequeue_paging(
struct gprs_rlcmac_pdch *pdch);