aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/signal.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-05 19:36:20 +0100
committerHarald Welte <laforge@gnumonks.org>2010-07-22 21:54:19 +0200
commit549faada213f3a446e6cf7d008c0e36cf8bf1c53 (patch)
tree20a40ffbb5cf11bb22b1e9b9330c7cb2bd202a45 /openbsc/include/openbsc/signal.h
parentf21e453dc9fbd51aed7b452916c4b3d59f64afe5 (diff)
move ip.access netowrk listen (NWL) to network_listen.c
Also, we now re-start the network listen test after it has finished, so if you run a test from ipaccess-find, the test will get re-started and re-started all the time.
Diffstat (limited to 'openbsc/include/openbsc/signal.h')
-rw-r--r--openbsc/include/openbsc/signal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/signal.h b/openbsc/include/openbsc/signal.h
index e614ee50d..49ae37402 100644
--- a/openbsc/include/openbsc/signal.h
+++ b/openbsc/include/openbsc/signal.h
@@ -43,6 +43,7 @@ enum signal_subsystems {
SS_GLOBAL,
SS_CHALLOC,
SS_NS,
+ SS_IPAC_NWL,
};
/* SS_PAGING signals */
@@ -114,6 +115,11 @@ enum signal_scall {
S_SCALL_DETACHED,
};
+/* SS_IPAC_NWL signals */
+enum signal_ipaccess {
+ S_IPAC_NWL_COMPLETE,
+};
+
enum signal_global {
S_GLOBAL_SHUTDOWN,
};