aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-09-16 18:07:55 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-09-20 16:25:47 +0200
commit92186c672d762ae38fc0041e1b6638c1cbe282f5 (patch)
tree9ba384af0e3dccb28201428a436a49065d78382f /include
parentc56d120b298ca30e0c47f6cf2c677b035e67eda1 (diff)
nm_*_fsm: Move to state Disabled NotInstalled Locked when shtudown proc ends
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/nm_common_fsm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/nm_common_fsm.h b/include/osmo-bts/nm_common_fsm.h
index 4dab0ea5..13d7e0cc 100644
--- a/include/osmo-bts/nm_common_fsm.h
+++ b/include/osmo-bts/nm_common_fsm.h
@@ -32,6 +32,7 @@ enum nm_fsm_events {
NM_EV_OPSTART_ACK,
NM_EV_OPSTART_NACK,
NM_EV_SHUTDOWN_START,
+ NM_EV_SHUTDOWN_FINISH,
NM_EV_RSL_UP, /* RadioCarrier and BaseBand Transceiver only */
NM_EV_RSL_DOWN, /* RadioCarrier and BaseBand Transceiver only */
NM_EV_PHYLINK_UP, /* RadioCarrier and BaseBand Transceiver only */