Vadim Yanitskiy has uploaded this change for review. ( 
https://gerrit.osmocom.org/11849


Change subject: mobile/app_mobile.c: drop redundant printf() call
......................................................................

mobile/app_mobile.c: drop redundant printf() call

The VTY requisites are always being printed by libosmovty,
there is no need to duplicate this information.

Change-Id: I688f66175ea67d4c6a46819bee7d300ad9ce7cc7
---
M src/host/layer23/src/mobile/app_mobile.c
1 file changed, 0 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/49/11849/1

diff --git a/src/host/layer23/src/mobile/app_mobile.c 
b/src/host/layer23/src/mobile/app_mobile.c
index f53445a..af627c6 100644
--- a/src/host/layer23/src/mobile/app_mobile.c
+++ b/src/host/layer23/src/mobile/app_mobile.c
@@ -469,7 +469,6 @@
                        vty_ip, vty_port, strerror(errno));
                return rc;
        }
-       printf("VTY available on %s %u\n", vty_ip, vty_port);

        osmo_signal_register_handler(SS_GLOBAL, &global_signal_cb, NULL);
        osmo_signal_register_handler(SS_L1CTL, &mobile_signal_cb, NULL);

--
To view, visit https://gerrit.osmocom.org/11849
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I688f66175ea67d4c6a46819bee7d300ad9ce7cc7
Gerrit-Change-Number: 11849
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilira...@gmail.com>

Reply via email to