Hi Pekka,
---
plugins/nokia.c | 32 +++++++++++++++++++++++++++++---
1 files changed, 29 insertions(+), 3 deletions(-)
diff --git a/plugins/nokia.c b/plugins/nokia.c
index b7db2cc..f185d00 100644
--- a/plugins/nokia.c
+++ b/plugins/nokia.c
@@ -45,6 +45,7 @@
#include <ofono/log.h>
#include <drivers/atmodem/vendor.h>
+#include <drivers/atmodem/atutil.h>
static const char *none_prefix[] = { NULL };
@@ -181,7 +182,7 @@ static int nokia_enable(struct ofono_modem *modem)
g_at_chat_send(data->control, "ATE0 +CMEE=1", none_prefix,
NULL, NULL, NULL);
- g_at_chat_send(data->control, "AT+CFUN=1", none_prefix,
+ g_at_chat_send(data->control, "AT+CFUN=4", none_prefix,
cfun_enable, modem, NULL);
I have to test this one. This modem is so crappy it is not funny
anymore. It most likely contains the most buggy Qualcomm firmware I have
seen so far :(
Regards
Marcel