From a4fda8a378203c8f7727cb79e7b49483f4e53537 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 4 Jun 2010 12:08:21 -0700 Subject: Enable Option specific OWCTI unsolicited notifications --- drivers/atmodem/network-registration.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers') diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index d0fa039e..c3cc7380 100644 --- a/drivers/atmodem/network-registration.c +++ b/drivers/atmodem/network-registration.c @@ -856,6 +856,8 @@ 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, + NULL, NULL, NULL); g_at_chat_send(nd->chat, "AT_OCTI=1", none_prefix, NULL, NULL, NULL); g_at_chat_send(nd->chat, "AT_OSQI=1", none_prefix, -- cgit v1.2.3