aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-06 12:52:14 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-06 12:52:14 +0000
commit763da00e97035f8ff4addebb4d30e756d6f39077 (patch)
treeff58a7436ccfdfd1c789fd84a9a99047da7b741a /include
parent91b5b0d41d5361e7340f674a9e9a1ebac7c8c5b4 (diff)
add new routine to stop paging
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/paging.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openbsc/paging.h b/include/openbsc/paging.h
index a04a906a8..884d16396 100644
--- a/include/openbsc/paging.h
+++ b/include/openbsc/paging.h
@@ -66,4 +66,7 @@ struct paging_bts* page_allocate(struct gsm_bts *bts);
/* schedule paging request */
void page_request(struct gsm_bts *bts, struct gsm_subscriber *subscr, int type);
+/* stop paging requests */
+void page_request_stop(struct gsm_bts *bts, struct gsm_subscriber *subscr);
+
#endif