aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/signal.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-13 12:39:18 +0100
committerHarald Welte <laforge@netfilter.org>2009-12-13 12:39:18 +0100
commit7659de1bcbd22f48c41f76ea9e41dc71c9ed1cee (patch)
tree69542550de7c31ff506a690dde3e8f5fab5d6293 /openbsc/include/openbsc/signal.h
parenteab84a112c3ef8c35835a2ba23fa978fff4d218b (diff)
introduce new signal every time we get a mobile identity
Diffstat (limited to 'openbsc/include/openbsc/signal.h')
-rw-r--r--openbsc/include/openbsc/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/signal.h b/openbsc/include/openbsc/signal.h
index d59bb9726..10fcddda3 100644
--- a/openbsc/include/openbsc/signal.h
+++ b/openbsc/include/openbsc/signal.h
@@ -91,6 +91,7 @@ enum signal_lchan {
enum signal_subscr {
S_SUBSCR_ATTACHED,
S_SUBSCR_DETACHED,
+ S_SUBSCR_IDENTITY, /* we've received some identity information */
};
/* SS_SCALL signals */