aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdch.h')
-rw-r--r--src/pdch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdch.h b/src/pdch.h
index d55f58e1..821fb901 100644
--- a/src/pdch.h
+++ b/src/pdch.h
@@ -48,7 +48,7 @@ struct gprs_rlcmac_pdch {
struct gprs_rlcmac_paging *dequeue_paging();
struct msgb *packet_paging_request();
- bool add_paging(uint8_t chan_needed, uint8_t *identity_lv);
+ bool add_paging(uint8_t chan_needed, const uint8_t *mi, uint8_t mi_len);
void free_resources();