From 549faada213f3a446e6cf7d008c0e36cf8bf1c53 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 5 Mar 2010 19:36:20 +0100 Subject: 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. --- openbsc/include/openbsc/signal.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openbsc/include/openbsc/signal.h') 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, }; -- cgit v1.2.3