From 9c476f1f0a818c6990e75d9b83c53c539396f710 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 27 Oct 2010 14:55:13 +0200 Subject: mbmmodem: Print IP details after GPRS context setup --- drivers/mbmmodem/gprs-context.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/mbmmodem') diff --git a/drivers/mbmmodem/gprs-context.c b/drivers/mbmmodem/gprs-context.c index 35a58983..553b7fd1 100644 --- a/drivers/mbmmodem/gprs-context.c +++ b/drivers/mbmmodem/gprs-context.c @@ -138,6 +138,9 @@ out: modem = ofono_gprs_context_get_modem(gc); interface = ofono_modem_get_string(modem, "NetworkInterface"); + ofono_info("IP: %s Gateway: %s", ip, gateway); + ofono_info("DNS: %s, %s", dns[0], dns[1]); + CALLBACK_WITH_SUCCESS(gcd->up_cb, interface, success, ip, STATIC_IP_NETMASK, gateway, success ? dns : NULL, gcd->cb_data); -- cgit v1.2.3