summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-08-20 15:44:45 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-08-20 15:44:45 +0200
commit208f2ea9c474bb6db72cfd9d371e079461f1a88f (patch)
tree0718b5ca5e43132dad27dffc7598dfae1aa82a3c /drivers
parent5ffd12ff9f46b8a28977c1fc575c86eac2fdec59 (diff)
downloadofono-208f2ea9c474bb6db72cfd9d371e079461f1a88f.tar.bz2
mbmmodem: Enable PDP context setup debug notifications
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mbmmodem/gprs-context.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mbmmodem/gprs-context.c b/drivers/mbmmodem/gprs-context.c
index a58ff3d9..de8abb94 100644
--- a/drivers/mbmmodem/gprs-context.c
+++ b/drivers/mbmmodem/gprs-context.c
@@ -445,6 +445,9 @@ static int mbm_gprs_context_probe(struct ofono_gprs_context *gc,
ofono_gprs_context_set_data(gc, gcd);
+ g_at_chat_send(gcd->chat, "AT*ENAPDBG=1", none_prefix,
+ NULL, NULL, NULL);
+
g_at_chat_send(gcd->chat, "AT*E2NAP=1", none_prefix,
mbm_e2nap_cb, gc, NULL);
g_at_chat_send(gcd->chat, "AT*E2IPCFG=?", e2ipcfg_prefix,