aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/nm_common_fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/nm_common_fsm.h')
-rw-r--r--include/osmo-bts/nm_common_fsm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/osmo-bts/nm_common_fsm.h b/include/osmo-bts/nm_common_fsm.h
index bd8f8c1d..93e4bde3 100644
--- a/include/osmo-bts/nm_common_fsm.h
+++ b/include/osmo-bts/nm_common_fsm.h
@@ -42,3 +42,11 @@ enum nm_bts_sm_op_fsm_states {
NM_BTS_SM_ST_OP_ENABLED,
};
extern struct osmo_fsm nm_bts_sm_fsm;
+
+/* BTS */
+enum nm_bts_op_fsm_states {
+ NM_BTS_ST_OP_DISABLED_NOTINSTALLED,
+ NM_BTS_ST_OP_DISABLED_OFFLINE,
+ NM_BTS_ST_OP_ENABLED,
+};
+extern struct osmo_fsm nm_bts_fsm;