aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-09-16 17:27:00 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-09-20 12:22:53 +0200
commit43a4a1d5e76c93cf771d75de573b8de6f3c5c43b (patch)
treec523bdcf2ee23789dac37b2ac2d3ff8c011ed289 /include
parentea53ad454e91a4ea41671788d12e2f94eeb00ffc (diff)
nm_*_fsm: Set adminsitrative state 'shutting down' when shutdown procedure starts
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 4679b235..4dab0ea5 100644
--- a/include/osmo-bts/nm_common_fsm.h
+++ b/include/osmo-bts/nm_common_fsm.h
@@ -31,6 +31,7 @@ enum nm_fsm_events {
NM_EV_SW_ACT,
NM_EV_OPSTART_ACK,
NM_EV_OPSTART_NACK,
+ NM_EV_SHUTDOWN_START,
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 */