aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/signal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmo-bts/signal.h b/include/osmo-bts/signal.h
index c27ad7b4..c8168a26 100644
--- a/include/osmo-bts/signal.h
+++ b/include/osmo-bts/signal.h
@@ -9,6 +9,10 @@ enum sig_subsys {
enum signals_global {
S_NEW_SYSINFO,
+ S_NEW_OP_STATE,
+ S_NEW_NSE_ATTR,
+ S_NEW_CELL_ATTR,
+ S_NEW_NSVC_ATTR,
};
#endif