diff --git a/plugins/phonesim.c b/plugins/phonesim.c index d3caa20a..7aa59ffd 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -253,6 +253,8 @@ static int phonesim_enable(struct ofono_modem *modem) data->chat = NULL; } + g_at_chat_send(data->chat, "AT+CSCS=\"GSM\"", none_prefix, NULL, NULL, NULL); + return 0; }