Change in osmo-bsc[master]: OM2K: Permit transition from WAIT_CONF_RES -> WAIT_ENABLE_ACCEPT

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Dec 22 06:39:59 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/21813 )

Change subject: OM2K: Permit transition from WAIT_CONF_RES -> WAIT_ENABLE_ACCEPT
......................................................................

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
---
M src/osmo-bsc/abis_om2000.c
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  tnt: Looks good to me, but someone else must approve



diff --git a/src/osmo-bsc/abis_om2000.c b/src/osmo-bsc/abis_om2000.c
index a1b8e53..c74c0eb 100644
--- a/src/osmo-bsc/abis_om2000.c
+++ b/src/osmo-bsc/abis_om2000.c
@@ -1922,7 +1922,8 @@
 		.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] = {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/21813
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I9df44f840a2818ebc877453c74bde127dce9b3e9
Gerrit-Change-Number: 21813
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: tnt <tnt at 246tNt.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201222/3d1f4e09/attachment.htm>


More information about the gerrit-log mailing list