aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/paging.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-12-01 21:41:35 +0100
committerSylvain Munaut <tnt@246tNt.com>2010-12-01 22:39:40 +0100
commitc7ff2572a723e6ace3006e6d7c77c0b19c0e0401 (patch)
tree3196b6c8f48814827d68e91df6271f22bb7f81f9 /openbsc/include/openbsc/paging.h
parent1e24550d3dabd4da1bd9611222494a023ad054c4 (diff)
paging: Give the msgb that caused paging_stop up to the paging callback
The handler might need to know some info of the paging response Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'openbsc/include/openbsc/paging.h')
-rw-r--r--openbsc/include/openbsc/paging.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/paging.h b/openbsc/include/openbsc/paging.h
index 9a7930dbc..68d8a6a95 100644
--- a/openbsc/include/openbsc/paging.h
+++ b/openbsc/include/openbsc/paging.h
@@ -60,7 +60,8 @@ int paging_request(struct gsm_network *network, struct gsm_subscriber *subscr,
/* stop paging requests */
void paging_request_stop(struct gsm_bts *bts, struct gsm_subscriber *subscr,
- struct gsm_subscriber_connection *conn);
+ struct gsm_subscriber_connection *conn,
+ struct msgb *msg);
/* update paging load */
void paging_update_buffer_space(struct gsm_bts *bts, u_int16_t);