pespin submitted this change.

View Change



1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
cosmetic: xua_asp_fsm: Fix wrong indentation

Change-Id: I21c13ff7bc67c060e739eae38088ac00700680de
---
M src/xua_asp_fsm.c
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/xua_asp_fsm.c b/src/xua_asp_fsm.c
index bb163a0..39d121f 100644
--- a/src/xua_asp_fsm.c
+++ b/src/xua_asp_fsm.c
@@ -918,12 +918,12 @@
}
if (asp->cfg.role == OSMO_SS7_ASP_ROLE_SG) {
/* RFC4666 4.3.4.4: Transmit unsolicited ASPIA ACK no tnotify peer.
- * "If the ASP receives an ASP Inactive Ack without having sent an
- * ASP Inactive message, the ASP should now consider itself to be
- * in the ASP-INACTIVE state. If the ASP was previously in the
- * ASP-ACTIVE state, the ASP should then initiate procedures to
- * return itself to its previous state."
- */
+ * "If the ASP receives an ASP Inactive Ack without having sent an
+ * ASP Inactive message, the ASP should now consider itself to be
+ * in the ASP-INACTIVE state. If the ASP was previously in the
+ * ASP-ACTIVE state, the ASP should then initiate procedures to
+ * return itself to its previous state."
+ */
xua_asp_tx_unsolicited_aspia_ack(asp);
/* transition state and inform layer manager */
osmo_fsm_inst_state_chg(fi, XUA_ASP_S_INACTIVE, 0, 0);

To view, visit change 42572. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I21c13ff7bc67c060e739eae38088ac00700680de
Gerrit-Change-Number: 42572
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>