The STK driver tries to interpret the codes.
---
plugins/calypso.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/plugins/calypso.c b/plugins/calypso.c
index 7798e10..5367684 100644
--- a/plugins/calypso.c
+++ b/plugins/calypso.c
@@ -178,6 +178,8 @@ static void setup_modem(struct ofono_modem *modem)
g_at_chat_send(data->dlcs[i], "ATE0", NULL, NULL, NULL, NULL);
g_at_chat_send(data->dlcs[i], "AT%CUNS=0",
NULL, NULL, NULL, NULL);
+ g_at_chat_send(data->dlcs[i], "AT+CMEE=1",
+ NULL, NULL, NULL, NULL);
}
/* CSTAT tells us when SMS & Phonebook are ready to be used */
--
1.7.1.86.g0e460.dirty