diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-08-20 16:24:12 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-08-20 16:24:12 +0200 |
commit | 9cdc3035744e62b481420400bfbb2c7eff99372c (patch) | |
tree | 6367da6e8e3d0824fd90bb1cfd632d4b8c9714da | |
parent | b6488dec417f18ff0185ee1b25a408114a97c635 (diff) | |
download | ofono-9cdc3035744e62b481420400bfbb2c7eff99372c.tar.bz2 |
mbm: Enable notifications for packet switched bearer changes
-rw-r--r-- | plugins/mbm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mbm.c b/plugins/mbm.c index 93246b31..2aa97f22 100644 --- a/plugins/mbm.c +++ b/plugins/mbm.c @@ -290,6 +290,8 @@ static int mbm_enable(struct ofono_modem *modem) NULL, NULL, NULL); g_at_chat_send(data->modem_port, "AT*EREG=2", none_prefix, NULL, NULL, NULL); + g_at_chat_send(data->modem_port, "AT*EPSB=1", none_prefix, + NULL, NULL, NULL); g_at_chat_send(data->modem_port, "AT*EMRDY?", none_prefix, emrdy_query, modem, NULL); |