aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/signal.h
diff options
context:
space:
mode:
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,
};