aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_subscriber.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-28 22:12:30 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-06 14:52:52 +0100
commitebdd3cbd89c4dd1c2e724834e28107cb69473d8e (patch)
treecb0e60feb027a194e818df2248c537b4e97edde2 /openbsc/include/openbsc/gsm_subscriber.h
parentffccb77df0b60574fb4c348793cb4ecdda5ebc94 (diff)
subscr: Show the number of pending requests on this subscriber.
Diffstat (limited to 'openbsc/include/openbsc/gsm_subscriber.h')
-rw-r--r--openbsc/include/openbsc/gsm_subscriber.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_subscriber.h b/openbsc/include/openbsc/gsm_subscriber.h
index 1318ae8fc..0f44a101e 100644
--- a/openbsc/include/openbsc/gsm_subscriber.h
+++ b/openbsc/include/openbsc/gsm_subscriber.h
@@ -88,6 +88,8 @@ struct gsm_subscriber *subscr_active_by_tmsi(struct gsm_network *net,
struct gsm_subscriber *subscr_active_by_imsi(struct gsm_network *net,
const char *imsi);
+int subscr_pending_requests(struct gsm_subscriber *subscr);
+
char *subscr_name(struct gsm_subscriber *subscr);
int subscr_purge_inactive(struct gsm_network *net);