From 6b2623d94469f2d92117af581f12ffa270d5748d Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 10 Mar 2016 22:58:21 +0100 Subject: cscn: fix VTY port: don't use SGSN's port number --- openbsc/src/osmo-cscn/cscn_main.c | 4 ++-- 1 file 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; -- cgit v1.2.3