[MERGED] libosmo-sccp[master]: sccp_test_server: Don't use '0' as local reference

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.org
Thu Apr 13 16:05:45 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: sccp_test_server: Don't use '0' as local reference
......................................................................


sccp_test_server: Don't use '0' as local reference

the '0' confuses the Ericsson SCCP code for Eclipse Titan, even though
the spec considers it permitted.

Change-Id: I21269a7d610a4bf52555ffcef4f8acc55824515e
---
M examples/sccp_test_server.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/examples/sccp_test_server.c b/examples/sccp_test_server.c
index 71bed96..6249e45 100644
--- a/examples/sccp_test_server.c
+++ b/examples/sccp_test_server.c
@@ -12,7 +12,7 @@
 
 #include "internal.h"
 
-unsigned int conn_id;
+unsigned int conn_id =1;
 
 /* a simple SCCP User which refuses all connections and discards all
  * unitdata */

-- 
To view, visit https://gerrit.osmocom.org/2317
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I21269a7d610a4bf52555ffcef4f8acc55824515e
Gerrit-PatchSet: 1
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



More information about the gerrit-log mailing list