ste: Add AT Channel configurations
authorSjur Brændeland <sjur.brandeland@stericsson.com>
Tue, 17 Aug 2010 12:22:29 +0000 (14:22 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 17 Aug 2010 12:39:46 +0000 (14:39 +0200)
plugins/ste.c

index ef375ea..b3f2459 100644 (file)
@@ -168,7 +168,8 @@ static int ste_enable(struct ofono_modem *modem)
        if (getenv("OFONO_AT_DEBUG"))
                g_at_chat_set_debug(data->chat, ste_debug, NULL);
 
-       g_at_chat_send(data->chat, "ATE0 +CMEE=1", NULL, NULL, NULL, NULL);
+       g_at_chat_send(data->chat, "AT&F E0 V1 X4 &C1 +CMEE=1",
+                       NULL, NULL, NULL, NULL);
        g_at_chat_send(data->chat, "AT+CFUN=1", NULL, cfun_enable, modem, NULL);
 
        return -EINPROGRESS;