Use AT_OUWCTI instead of AT_OWCTI as expected

The Option firmware is so funny. It has a typo in the AT command :)
This commit is contained in:
Marcel Holtmann 2010-06-04 12:13:27 -07:00
parent a4fda8a378
commit 1f5432abd6
1 changed files with 1 additions and 1 deletions

View File

@ -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);