aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-04-12 05:37:52 +0000
committerHolger Freyther <zecke@selfish.org>2009-04-12 05:37:52 +0000
commita1f92f0a439525d32dff1db181fbea5b3d86eaae (patch)
tree694046e4c52da47ed335d88b820cae858afe1df7 /include/openbsc
parent4a49e77ff43ae0ec152a351603fbe91ec30efe8c (diff)
[subscriber] Introduce subscr_put_channel
Introduce subscr_put_channel to release a channel and to allow gsm_subscriber.c to hand this channel to any suitable pending requests.
Diffstat (limited to 'include/openbsc')
-rw-r--r--include/openbsc/gsm_subscriber.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/gsm_subscriber.h b/include/openbsc/gsm_subscriber.h
index 170e5236f..7da896e8b 100644
--- a/include/openbsc/gsm_subscriber.h
+++ b/include/openbsc/gsm_subscriber.h
@@ -43,6 +43,7 @@ struct gsm_subscriber *subscr_get_by_tmsi(const char *tmsi);
struct gsm_subscriber *subscr_get_by_imsi(const char *imsi);
struct gsm_subscriber *subscr_get_by_extension(const char *ext);
int subscr_update(struct gsm_subscriber *s, struct gsm_bts *bts, int reason);
+void subscr_put_channel(struct gsm_lchan *lchan);
/* internal */
struct gsm_subscriber *subscr_alloc(void);