fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-sccp/+/36007?usp=email )
Change subject: cosmetic: xua_cli_connect_cb(): fix typo in a comment
......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/07/36007/1
diff --git a/src/osmo_ss7_asp.c b/src/osmo_ss7_asp.c
index 85d60f0..f211872 100644
--- a/src/osmo_ss7_asp.c
+++ b/src/osmo_ss7_asp.c
@@ -990,7 +990,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
https://gerrit.osmocom.org/c/libosmo-sccp/+/36007?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I8fb57dc60c34ed3db2ea5394c3c452604217de91
Gerrit-Change-Number: 36007
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange