[PATCH] 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:02:05 UTC 2017


Review at  https://gerrit.osmocom.org/2317

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(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/17/2317/1

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: newchange
Gerrit-Change-Id: I21269a7d610a4bf52555ffcef4f8acc55824515e
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list