From aab54b44e4e9a6089f5df50deb01dbfcb3a2e2c6 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 2 Dec 2020 18:19:49 +0100 Subject: Introduce NM GPRS CELL FSM Related: OS#4870 Change-Id: I074f4496aa153b5f84e6ce85f413754efe64d831 --- include/osmocom/bsc/nm_common_fsm.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') diff --git a/include/osmocom/bsc/nm_common_fsm.h b/include/osmocom/bsc/nm_common_fsm.h index b8b821f80..a18da3ab5 100644 --- a/include/osmocom/bsc/nm_common_fsm.h +++ b/include/osmocom/bsc/nm_common_fsm.h @@ -91,3 +91,12 @@ enum nm_gprs_op_nse_states { NM_GPRS_NSE_ST_OP_ENABLED, }; extern struct osmo_fsm nm_gprs_nse_fsm; + +/* GPRS Cell */ +enum nm_gprs_op_cell_states { + NM_GPRS_CELL_ST_OP_DISABLED_NOTINSTALLED, + NM_GPRS_CELL_ST_OP_DISABLED_DEPENDENCY, + NM_GPRS_CELL_ST_OP_DISABLED_OFFLINE, + NM_GPRS_CELL_ST_OP_ENABLED, +}; +extern struct osmo_fsm nm_gprs_cell_fsm; -- cgit v1.2.3