From 93f7bca25f0e57fbdff9871946dc8673a6838fc5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 19 Oct 2010 20:42:29 +0200 Subject: phonesim: Add missing ATE0 when in multiplexer mode --- plugins/phonesim.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') diff --git a/plugins/phonesim.c b/plugins/phonesim.c index 2c028c0f..2a4561b1 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -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); } -- cgit v1.2.3