fixeria submitted this change.
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
cosmetic: xua_cli_connect_cb(): fix typo in a comment
Change-Id: I8fb57dc60c34ed3db2ea5394c3c452604217de91
---
M src/osmo_ss7_asp.c
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/osmo_ss7_asp.c b/src/osmo_ss7_asp.c
index f867ce5..a36d385 100644
--- a/src/osmo_ss7_asp.c
+++ b/src/osmo_ss7_asp.c
@@ -868,7 +868,7 @@
* established */
xua_asp_send_xlm_prim_simple(asp, OSMO_XLM_PRIM_M_SCTP_ESTABLISH, PRIM_OP_INDICATION);
} else {
- /* directly as the ASP FSM to start by sending an ASP-UP ... */
+ /* directly ask the ASP FSM to start by sending an ASP-UP ... */
osmo_fsm_inst_dispatch(asp->fi, XUA_ASP_E_M_ASP_UP_REQ, NULL);
}
To view, visit change 36007. To unsubscribe, or for help writing mail filters, visit settings.