aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_subscriber.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-29 13:45:49 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-06 14:52:52 +0100
commit451eb29e37b3d901ac89b684b0eb259f838df6d4 (patch)
treeca0b990080862591070711b424232b7f2a78ca14 /openbsc/src/gsm_subscriber.c
parent763b42a92a7c60f931a9c7a3130f85c7080bee07 (diff)
subscr: Add a vty option to kick the queue.
Diffstat (limited to 'openbsc/src/gsm_subscriber.c')
-rw-r--r--openbsc/src/gsm_subscriber.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsc/src/gsm_subscriber.c b/openbsc/src/gsm_subscriber.c
index 2f6cc3ca9..db61f25aa 100644
--- a/openbsc/src/gsm_subscriber.c
+++ b/openbsc/src/gsm_subscriber.c
@@ -402,3 +402,9 @@ int subscr_pending_dump(struct gsm_subscriber *sub, struct vty *vty)
return 0;
}
+
+int subscr_pending_kick(struct gsm_subscriber *sub)
+{
+ subscr_put_channel(sub);
+ return 0;
+}