From 1af73f6c81719c5db76d64619019500709b679d1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 17 Oct 2013 15:51:39 +0200 Subject: bts: Remove global state from gprs_rlcmac_add_paging --- src/gprs_rlcmac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gprs_rlcmac.h') 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); -- cgit v1.2.3