* [PATCH] set phonesim character set to GSM
@ 2010-09-15 18:55 Jeevaka Badrappan
2010-09-15 18:57 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Jeevaka Badrappan @ 2010-09-15 18:55 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 452 bytes --]
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] set phonesim character set to GSM
2010-09-15 18:55 [PATCH] set phonesim character set to GSM Jeevaka Badrappan
@ 2010-09-15 18:57 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-09-15 18:57 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 213 bytes --]
Hi Jeevaka,
On 09/15/2010 01:55 PM, Jeevaka Badrappan wrote:
> ---
> plugins/phonesim.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
Patch has been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-15 18:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-15 18:55 [PATCH] set phonesim character set to GSM Jeevaka Badrappan
2010-09-15 18:57 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.