Fix: Register for E2NAP notifications

This commit is contained in:
Denis Kenzior 2009-10-24 12:19:38 -05:00 committed by Denis Kenzior
parent 1a80f85994
commit 1af138d6ec
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,8 @@ static int mbm_gprs_context_probe(struct ofono_gprs_context *gc,
g_at_chat_register(chat, "*E2NAP:", e2nap_notifier, FALSE, gc, NULL);
g_at_chat_send(chat, "AT*E2NAP=1", NULL, NULL, NULL, NULL);
ofono_gprs_context_set_data(gc, gcd);
return 0;