aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/signal.h')
-rw-r--r--include/osmo-bts/signal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osmo-bts/signal.h b/include/osmo-bts/signal.h
index c8168a26..8359f021 100644
--- a/include/osmo-bts/signal.h
+++ b/include/osmo-bts/signal.h
@@ -15,4 +15,10 @@ enum signals_global {
S_NEW_NSVC_ATTR,
};
+struct nm_statechg_signal_data {
+ struct gsm_abis_mo *mo;
+ uint8_t old_state;
+ uint8_t new_state;
+};
+
#endif