aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/gprs')
-rw-r--r--openbsc/src/gprs/gb_proxy_main.c2
-rw-r--r--openbsc/src/gprs/gtphub_main.c2
-rw-r--r--openbsc/src/gprs/sgsn_main.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/openbsc/src/gprs/gb_proxy_main.c b/openbsc/src/gprs/gb_proxy_main.c
index 0c3cfbec4..2ddfca7c5 100644
--- a/openbsc/src/gprs/gb_proxy_main.c
+++ b/openbsc/src/gprs/gb_proxy_main.c
@@ -271,8 +271,6 @@ 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_GBPROXY);
rc = telnet_init_dynif(tall_bsc_ctx, &dummy_network,
vty_get_bind_addr(), OSMO_VTY_PORT_GBPROXY);
if (rc < 0)
diff --git a/openbsc/src/gprs/gtphub_main.c b/openbsc/src/gprs/gtphub_main.c
index 89582b1d5..1e20a6342 100644
--- a/openbsc/src/gprs/gtphub_main.c
+++ b/openbsc/src/gprs/gtphub_main.c
@@ -325,8 +325,6 @@ int main(int argc, char **argv)
}
/* start telnet after reading config for vty_get_bind_addr() */
- LOGP(DGTPHUB, LOGL_NOTICE, "VTY at %s %d\n",
- vty_get_bind_addr(), OSMO_VTY_PORT_GTPHUB);
rc = telnet_init_dynif(osmo_gtphub_ctx, 0, vty_get_bind_addr(),
OSMO_VTY_PORT_GTPHUB);
if (rc < 0)
diff --git a/openbsc/src/gprs/sgsn_main.c b/openbsc/src/gprs/sgsn_main.c
index fb5b6d585..93848f5e2 100644
--- a/openbsc/src/gprs/sgsn_main.c
+++ b/openbsc/src/gprs/sgsn_main.c
@@ -382,8 +382,6 @@ 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);
rc = telnet_init_dynif(tall_bsc_ctx, &dummy_network,
vty_get_bind_addr(), OSMO_VTY_PORT_SGSN);
if (rc < 0)