aboutsummaryrefslogtreecommitdiffstats
path: root/src/sccp_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sccp_user.c')
-rw-r--r--src/sccp_user.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sccp_user.c b/src/sccp_user.c
index 57c0038..01a0638 100644
--- a/src/sccp_user.c
+++ b/src/sccp_user.c
@@ -258,6 +258,8 @@ osmo_sccp_simple_client(void *ctx, const char *name, uint32_t pc,
if (!as)
goto out_strings;
+ as->cfg.routing_key.pc = pc;
+
/* install default route */
rt = osmo_ss7_route_create(ss7->rtable_system, 0, 0, as_name);
if (!rt)