ste: Add AT Channel configurations

This commit is contained in:
Sjur Brændeland 2010-08-17 14:22:29 +02:00 committed by Marcel Holtmann
parent 266a3893a3
commit 9cbbf1d3ab
1 changed files with 2 additions and 1 deletions

View 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;