aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/paging.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-04-26 15:52:34 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-05-02 19:19:15 +0200
commit66e14cdda6c3ef57d0d9e1964cd9f3b81a764bc4 (patch)
tree4296652e162f4b4fb06703bc36aa690bf4bcfa3c /openbsc/include/openbsc/paging.h
parent5a081bbb1d4b8974c160a2ddaf544a691c78e187 (diff)
paging: Provide the number of pending requests
Address the FIXME and take code from the on-waves/bsc-master branch. This will count the number of requests.
Diffstat (limited to 'openbsc/include/openbsc/paging.h')
-rw-r--r--openbsc/include/openbsc/paging.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/paging.h b/openbsc/include/openbsc/paging.h
index f4a7aab5b..991c4ec7c 100644
--- a/openbsc/include/openbsc/paging.h
+++ b/openbsc/include/openbsc/paging.h
@@ -65,4 +65,7 @@ void paging_request_stop(struct gsm_bts *bts, struct gsm_subscriber *subscr,
/* update paging load */
void paging_update_buffer_space(struct gsm_bts *bts, uint16_t);
+/* pending paging requests */
+unsigned int paging_pending_requests_nr(struct gsm_bts *bts);
+
#endif