Change in libosmo-sccp[master]: ASP FSM: Permit DOWN -> DOWN "transition"

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 17 14:12:43 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/15976 )

Change subject: ASP FSM: Permit DOWN -> DOWN "transition"
......................................................................

ASP FSM: Permit DOWN -> DOWN "transition"

let's avoid messages like
DLSS7 <000c> xua_asp_fsm.c:600 XUA_ASP(asp-client0){ASP_DOWN}: transition to state ASP_DOWN not permitted!

Change-Id: Iabbcf92e3022a4c3f165ce19be929915f92b455c
---
M src/xua_asp_fsm.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



diff --git a/src/xua_asp_fsm.c b/src/xua_asp_fsm.c
index 9f30559..2fe2c8a 100644
--- a/src/xua_asp_fsm.c
+++ b/src/xua_asp_fsm.c
@@ -705,7 +705,8 @@
 				 S(XUA_ASP_E_ASPSM_ASPUP_ACK) |
 				 S(XUA_ASP_E_ASPSM_ASPDN) |
 				 S(XUA_ASP_E_SCTP_EST_IND),
-		.out_state_mask = S(XUA_ASP_S_INACTIVE),
+		.out_state_mask = S(XUA_ASP_S_INACTIVE) |
+		                  S(XUA_ASP_S_DOWN),
 		.name = "ASP_DOWN",
 		.action = xua_asp_fsm_down,
 		.onenter = xua_asp_fsm_down_onenter,

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/15976
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Iabbcf92e3022a4c3f165ce19be929915f92b455c
Gerrit-Change-Number: 15976
Gerrit-PatchSet: 6
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-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191217/3e57e0ff/attachment.htm>


More information about the gerrit-log mailing list