pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/42572?usp=email )
Change subject: cosmetic: xua_asp_fsm: Fix wrong indentation ......................................................................
cosmetic: xua_asp_fsm: Fix wrong indentation
Change-Id: I21c13ff7bc67c060e739eae38088ac00700680de --- M src/xua_asp_fsm.c 1 file changed, 6 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/72/42572/1
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);