phonesim: Add missing ATE0 when in multiplexer mode

This commit is contained in:
Marcel Holtmann 2010-10-19 20:42:29 +02:00
parent b75a5574f5
commit 93f7bca25f
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ static void mux_setup(GAtMux *mux, gpointer user_data)
if (data->calypso)
g_at_chat_set_wakeup_command(data->chat, "AT\r", 500, 5000);
g_at_chat_send(data->chat, "ATE0", NULL, NULL, NULL, NULL);
g_at_chat_send(data->chat, "AT+CFUN=1", none_prefix,
cfun_set_on_cb, modem, NULL);
}