---
plugins/phonesim.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/plugins/phonesim.c b/plugins/phonesim.c
index d3caa20..7aa59ff 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;
}
--
1.7.0.4