aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/signal.h
diff options
context:
space:
mode:
authorHarald Welte (local) <laflocal@hanuman.gnumonks.org>2009-08-13 13:49:51 +0200
committerHarald Welte (local) <laflocal@hanuman.gnumonks.org>2009-08-13 13:49:51 +0200
commitaa9dc19ca7e64f63863f7622150fd8ea625baf9f (patch)
tree30ee6632438bb5c4d80409216d3981f3ae8171b6 /openbsc/include/openbsc/signal.h
parent3feef255d256f689fa9227ca12f0be0b17cabe89 (diff)
remove FIRST_CONTACT signal, the subscriber flag is sufficient
Diffstat (limited to 'openbsc/include/openbsc/signal.h')
-rw-r--r--openbsc/include/openbsc/signal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/signal.h b/openbsc/include/openbsc/signal.h
index 0dc1772dc..1af849684 100644
--- a/openbsc/include/openbsc/signal.h
+++ b/openbsc/include/openbsc/signal.h
@@ -83,7 +83,6 @@ enum signal_lchan {
enum signal_subscr {
S_SUBSCR_ATTACHED,
S_SUBSCR_DETACHED,
- S_SUBSCR_FIRST_CONTACT,
};
typedef int signal_cbfn(unsigned int subsys, unsigned int signal,