aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_subscriber.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-24 14:50:24 +0100
committerHarald Welte <laforge@netfilter.org>2009-12-24 14:50:24 +0100
commit2e6d4684ffd9bb908b6e9e2d16d669f8bb91d899 (patch)
treeb393f9650fe0253516aac7edb274b5dfb9fc0570 /openbsc/include/openbsc/gsm_subscriber.h
parent844eab1df5fd6d09ec56f21ba59df910af8c8579 (diff)
add (and use) new subscr_name() function to get name or IMSI
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 d612ed566..c639f4046 100644
--- a/openbsc/include/openbsc/gsm_subscriber.h
+++ b/openbsc/include/openbsc/gsm_subscriber.h
@@ -86,6 +86,8 @@ void subscr_put_channel(struct gsm_lchan *lchan);
void subscr_get_channel(struct gsm_subscriber *subscr,
int type, gsm_cbfn *cbfn, void *param);
+char *subscr_name(struct gsm_subscriber *subscr);
+
/* internal */
struct gsm_subscriber *subscr_alloc(void);
extern struct llist_head active_subscribers;