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 submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/16898 )
Change subject: examples/sccp_test_server.c: Fix typo in log message
......................................................................
examples/sccp_test_server.c: Fix typo in log message
Change-Id: I8456893b77624402645728ce9403847065a662eb
---
M examples/sccp_test_server.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/examples/sccp_test_server.c b/examples/sccp_test_server.c
index 6249e45..a66cb21 100644
--- a/examples/sccp_test_server.c
+++ b/examples/sccp_test_server.c
@@ -87,7 +87,7 @@
switch (OSMO_PRIM_HDR(&scu_prim->oph)) {
case OSMO_PRIM(OSMO_SCU_PRIM_N_UNITDATA, PRIM_OP_INDICATION):
- printf("%s: N-UNITDATA.ind: Connectiong back to sender\n", __func__);
+ printf("%s: N-UNITDATA.ind: Connecting back to sender\n", __func__);
osmo_sccp_tx_conn_req(scu, conn_id++,
&scu_prim->u.unitdata.called_addr,
&scu_prim->u.unitdata.calling_addr,
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/16898
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I8456893b77624402645728ce9403847065a662eb
Gerrit-Change-Number: 16898
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200117/3358ade5/attachment.htm>