From 1f5432abd63f011d99421f237ecc5eea1b8d5694 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 4 Jun 2010 12:13:27 -0700 Subject: [PATCH] Use AT_OUWCTI instead of AT_OWCTI as expected The Option firmware is so funny. It has a typo in the AT command :) --- drivers/atmodem/network-registration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index c3cc738..1fbc9fb 100644 --- a/drivers/atmodem/network-registration.c +++ b/drivers/atmodem/network-registration.c @@ -856,7 +856,7 @@ static void at_creg_set_cb(gboolean ok, GAtResult *result, gpointer user_data) case OFONO_VENDOR_OPTION_HSO: g_at_chat_send(nd->chat, "AT_OSSYS=1", none_prefix, NULL, NULL, NULL); - g_at_chat_send(nd->chat, "AT_OWCTI=1", none_prefix, + g_at_chat_send(nd->chat, "AT_OUWCTI=1", none_prefix, NULL, NULL, NULL); g_at_chat_send(nd->chat, "AT_OCTI=1", none_prefix, NULL, NULL, NULL); -- 2.7.4