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.orglaforge has uploaded this change for review. ( 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(-)
  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/76/15976/1
diff --git a/src/xua_asp_fsm.c b/src/xua_asp_fsm.c
index b3910b2..b704f84 100644
--- a/src/xua_asp_fsm.c
+++ b/src/xua_asp_fsm.c
@@ -634,7 +634,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: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191105/9a818718/attachment.htm>