aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-cscn/cscn_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/osmo-cscn/cscn_main.c b/openbsc/src/osmo-cscn/cscn_main.c
index 279df0f50..30b8fc82c 100644
--- a/openbsc/src/osmo-cscn/cscn_main.c
+++ b/openbsc/src/osmo-cscn/cscn_main.c
@@ -374,9 +374,9 @@ int main(int argc, char **argv)
/* start telnet after reading config for vty_get_bind_addr() */
LOGP(DGPRS, LOGL_NOTICE, "VTY at %s %d\n",
- vty_get_bind_addr(), OSMO_VTY_PORT_SGSN);
+ vty_get_bind_addr(), OSMO_VTY_PORT_CSCN);
rc = telnet_init_dynif(tall_cscn_ctx, &cscn_network,
- vty_get_bind_addr(), OSMO_VTY_PORT_SGSN);
+ vty_get_bind_addr(), OSMO_VTY_PORT_CSCN);
if (rc < 0)
return 2;