diff options
-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); |