aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-19 16:20:28 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-19 16:20:28 +0800
commit7cb6867ea3fa61d738c7878b329c84e73949be3f (patch)
tree04a8285fc723e6c56aad5703997a279086457114 /openbsc/include/openbsc
parentd8138c43a1a8fc85f2783b442df7374f18a4ea36 (diff)
[vty] Count pending paging requests for the vty
Implement a method to count the number of pending paging requests per bts and print it on the VTY. This helps to see how big the backlog of requests is for a given BTS.
Diffstat (limited to 'openbsc/include/openbsc')
-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 6cbdca902..eae8b4a78 100644
--- a/openbsc/include/openbsc/paging.h
+++ b/openbsc/include/openbsc/paging.h
@@ -43,4 +43,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, u_int16_t);
+/* pending paging requests */
+unsigned int paging_pending_requests_nr(struct gsm_bts *bts);
+
#endif