diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-08-20 16:51:24 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-08-20 16:51:24 +0200 |
commit | e3372f0b0481c814b637f680c4942cc2af1fb872 (patch) | |
tree | a719c30133967f598854f3d9bc86261761577f54 | |
parent | cda0fd9eff24872409cd6443b86ded79a9a7ed16 (diff) | |
download | ofono-e3372f0b0481c814b637f680c4942cc2af1fb872.tar.bz2 |
mbm: Remove registration and bearer specific notifications
-rw-r--r-- | plugins/mbm.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/mbm.c b/plugins/mbm.c index 2aa97f22..eb7b1a49 100644 --- a/plugins/mbm.c +++ b/plugins/mbm.c @@ -286,12 +286,6 @@ static int mbm_enable(struct ofono_modem *modem) NULL, NULL, NULL); g_at_chat_send(data->modem_port, "AT*E2CFUN=1", none_prefix, NULL, NULL, NULL); - g_at_chat_send(data->modem_port, "AT*E2REG=1", none_prefix, - 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); |