aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-04-05 17:39:39 +0200
committerpespin <pespin@sysmocom.de>2023-04-11 08:11:43 +0000
commit66543fe42263b6160ae7bbbef2c8e991c648ab72 (patch)
tree89bb8632da50ec166fe9ab678f2a208bac765c12 /include
parentc3d839be9e0b49be84d6f4700927f57bcbdc7d2c (diff)
Introduce NM FSM for GPRS NSVC object
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/nm_common_fsm.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/osmo-bts/nm_common_fsm.h b/include/osmo-bts/nm_common_fsm.h
index c599a210..85db0ded 100644
--- a/include/osmo-bts/nm_common_fsm.h
+++ b/include/osmo-bts/nm_common_fsm.h
@@ -104,6 +104,15 @@ enum nm_gprs_nse_op_fsm_states {
};
extern struct osmo_fsm nm_gprs_nse_fsm;
+/* GPRS NSVC */
+enum nm_gprs_nsvc_op_fsm_states {
+ NM_GPRS_NSVC_ST_OP_DISABLED_NOTINSTALLED,
+ NM_GPRS_NSVC_ST_OP_DISABLED_DEPENDENCY,
+ NM_GPRS_NSVC_ST_OP_DISABLED_OFFLINE,
+ NM_GPRS_NSVC_ST_OP_ENABLED,
+};
+extern struct osmo_fsm nm_gprs_nsvc_fsm;
+
/* GPRS CELL */
enum nm_gprs_cell_op_fsm_states {
NM_GPRS_CELL_ST_OP_DISABLED_NOTINSTALLED,