aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-21 00:10:05 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-21 16:50:18 +0100
commit65c02aeb1d7fe1ac894a61f7141494453432ff6f (patch)
tree1102aed5647cf7e3bbf3ae571ee55589a0a5e5a7 /src
parent3731302e902dce2ec7997b28f3b3b67458a4b391 (diff)
OM2K: Permit transition from WAIT_CONF_RES -> WAIT_ENABLE_ACCEPT
This is how the DP MO FSM is doing, so let's permit it. Change-Id: I9df44f840a2818ebc877453c74bde127dce9b3e9
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bsc/abis_om2000.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/osmo-bsc/abis_om2000.c b/src/osmo-bsc/abis_om2000.c
index a1b8e53ee..c74c0eb21 100644
--- a/src/osmo-bsc/abis_om2000.c
+++ b/src/osmo-bsc/abis_om2000.c
@@ -1922,7 +1922,8 @@ static const struct osmo_fsm_state om2k_is_states[] = {
.out_state_mask = S(OM2K_ST_DONE) |
S(OM2K_ST_ERROR) |
S(OM2K_ST_WAIT_CFG_ACCEPT) |
- S(OM2K_ST_WAIT_OPINFO_ACCEPT),
+ S(OM2K_ST_WAIT_OPINFO_ACCEPT) |
+ S(OM2K_ST_WAIT_ENABLE_ACCEPT),
.action = om2k_mo_st_wait_start_res,
},
[OM2K_ST_WAIT_CFG_ACCEPT] = {