From e3372f0b0481c814b637f680c4942cc2af1fb872 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 20 Aug 2010 16:51:24 +0200 Subject: [PATCH] mbm: Remove registration and bearer specific notifications --- plugins/mbm.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/mbm.c b/plugins/mbm.c index 2aa97f2..eb7b1a4 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); -- 2.7.4