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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHello Jenkins Builder,
I'd like you to reexamine a change.  Please visit
    https://gerrit.osmocom.org/1668
to look at the new patch set (#2).
sua: Ensure that a SUA client will continuously try to reconnect
Change-Id: Ic05a2b78e29e4ede214a3395430ef54bacd84e60
---
M src/sua.c
1 file changed, 1 insertion(+), 1 deletion(-)
  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/68/1668/2
diff --git a/src/sua.c b/src/sua.c
index ad8385d..110f1e5 100644
--- a/src/sua.c
+++ b/src/sua.c
@@ -1385,7 +1385,7 @@
 	sual->data = cli;
 	osmo_stream_cli_set_data(cli, sual);
 
-	rc = osmo_stream_cli_open(cli);
+	rc = osmo_stream_cli_open2(cli, 1);
 	if (rc < 0) {
 		sua_link_destroy(sual);
 		osmo_stream_cli_destroy(cli);
-- 
To view, visit https://gerrit.osmocom.org/1668
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic05a2b78e29e4ede214a3395430ef54bacd84e60
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder