From 0d809cd636ee64a7b846d43d5d897f1fd7db8672 Mon Sep 17 00:00:00 2001 From: Jeevaka Badrappan Date: Wed, 15 Sep 2010 11:55:32 -0700 Subject: phonesim: set character set to GSM --- plugins/phonesim.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/phonesim.c') 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; } -- cgit v1.2.3