aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sccp_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sccp_user.c b/src/sccp_user.c
index 63eba2a..ff5eb08 100644
--- a/src/sccp_user.c
+++ b/src/sccp_user.c
@@ -635,7 +635,7 @@ osmo_sccp_simple_client(void *ctx, const char *name, uint32_t default_pc,
* the only difference is that the ID of the CS7 instance will be
* set to 1 statically */
- return osmo_sccp_simple_client_on_ss7_id(ctx, 1, name, default_pc, prot,
+ return osmo_sccp_simple_client_on_ss7_id(ctx, 0, name, default_pc, prot,
default_local_port,
default_local_ip,
default_remote_port,