[PATCH] isimodem/sms: do not try to save SCA to SIM

2010-10-13 Thread Pekka . Pessi
From: Pekka Pessi pekka.pe...@nokia.com It does not make sense to overwrite the SCA on SIM card, especially with random bytes from the stack. AT command +CSCA does not write to SIM either, rather it saves the SCA address to be used with further text mode SMSs. --- drivers/isimodem/sms.c | 87

Re: [PATCH 2/3] Fix COLR typo

2010-10-13 Thread Alexander Kanavin
On 07.10.2010 14:11, ext Marcel Holtmann wrote: src/call-settings.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) patch has been applied. Thanks. Why hasn't the third patch been applied? I'll resend it now - there's been a small tweak. Regards, Alex

[PATCH] Document the SS control string API

2010-10-13 Thread Alexander Kanavin
--- doc/supplementaryservices-api.txt | 95 +++- 1 files changed, 92 insertions(+), 3 deletions(-) diff --git a/doc/supplementaryservices-api.txt b/doc/supplementaryservices-api.txt index 5ef123e..d80770a 100644 --- a/doc/supplementaryservices-api.txt +++

Re: huawei e1550

2010-10-13 Thread Alexander A Khryukin
В Птн, 08/10/2010 в 21:25 +0300, Kalle Valo пишет: Hi Alexander, Alexander A Khryukin alexan...@mezon.ru writes: В Птн, 08/10/2010 в 16:20 +0400, Alexander A Khryukin пишет: Hi all. I have a huawei 1550 GSM-modem. When i plug it to usb [...] Hm, now network visible but

Re: huawei e1550

2010-10-13 Thread Kalle Valo
Alexander A Khryukin alexan...@mezon.ru writes: Sorry, I wasn't able to immeadiately say from the logs what went wrong. Can you get a log which includes AT commands? It would help a lot. Just run this command to get the logs: OFONO_AT_DEBUG=1 /usr/sbin/ofonod -n What's the exact

Re: huawei e1550

2010-10-13 Thread Alexander A Khryukin
В Срд, 13/10/2010 в 15:14 +0300, Kalle Valo пишет: Alexander A Khryukin alexan...@mezon.ru writes: Sorry, I wasn't able to immeadiately say from the logs what went wrong. Can you get a log which includes AT commands? It would help a lot. Just run this command to get the logs:

Re: [PATCH 3/4] simfs: fix incorrect math when calculating length to copy

2010-10-13 Thread Denis Kenzior
Hi Kristen, On 10/04/2010 05:33 PM, Kristen Carlson Accardi wrote: --- src/simfs.c | 21 - 1 files changed, 12 insertions(+), 9 deletions(-) I fixed this slightly differently, can you check that my fix is correct? Regards, -Denis

Re: [PATCH] Add Ericsson c3607w and HP f3607gw/f3307 devices to udev rules file

2010-10-13 Thread Denis Kenzior
Hi Torgny, On 10/12/2010 07:41 AM, Torgny Johansson wrote: --- plugins/ofono.rules | 16 1 files changed, 16 insertions(+), 0 deletions(-) Patch has been applied with a slightly modified commit header. Regards, -Denis ___

Re: huawei e1550

2010-10-13 Thread Alexander A Khryukin
В Срд, 13/10/2010 в 15:51 +0300, Kalle Valo пишет: Alexander A Khryukin alexan...@mezon.ru writes: # patch -p1 ofono.patch patching file plugins/huawei.c Hunk #1 FAILED at 624. 1 out of 1 hunk FAILED -- saving rejects to file plugins/huawei.c.rej im using

Re: [PATCH 1/2] stk: Expose icon IDs on D-Bus.

2010-10-13 Thread Denis Kenzior
Hi Andrew, On 10/07/2010 09:20 AM, Andrzej Zaborowski wrote: Update the docs to match the properties in stk.c. --- doc/stk-api.txt | 16 ++- src/stk.c | 112 ++- src/stkagent.c | 41 src/stkagent.h

Re: [PATCH v2 0/3] Patch Description

2010-10-13 Thread Denis Kenzior
Hi Yang, On 09/30/2010 12:52 PM, Yang Gu wrote: This series of patches fix the compilation problem, as well as some memory leak. But the main focus is to enable Qt script so that phonesim GUI can be controlled using JavaScript. In the meantime, D-Bus support is added for the sake of test

[PATCH 02/13] stk: Handle the Send DTMF proactive command.

2010-10-13 Thread Andrzej Zaborowski
In this version 'p' is used as the pause character in DTMF strings as it seems in more widespread use than comma. ISImodem already understands 'p'. atmodem support comes in the next patch. --- src/stk.c | 177 +--- 1 files changed, 168

[PATCH 03/13] atmodem: Handle pauses in DTMF string

2010-10-13 Thread Andrzej Zaborowski
--- drivers/atmodem/voicecall.c | 163 +++ 1 files changed, 135 insertions(+), 28 deletions(-) diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c index b3c658f..54cbe4f 100644 --- a/drivers/atmodem/voicecall.c +++

[PATCH 04/13] doc: Update property name to match code.

2010-10-13 Thread Andrzej Zaborowski
--- doc/stk-api.txt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/stk-api.txt b/doc/stk-api.txt index f5b9ebc..e4993c1 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -55,10 +55,10 @@ Signals PropertyChanged(string property, variant value)

[PATCH 05/13] doc: Add STK properties relevant for icons.

2010-10-13 Thread Andrzej Zaborowski
--- doc/stk-api.txt | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/doc/stk-api.txt b/doc/stk-api.txt index e4993c1..c29872a 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -61,17 +61,27 @@ Properties string IdleModeText idle.

[PATCH 08/13] stk: IdleModeIcon and MainMenuIcon properties.

2010-10-13 Thread Andrzej Zaborowski
--- src/stk.c | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/src/stk.c b/src/stk.c index 3635579..863a6dd 100644 --- a/src/stk.c +++ b/src/stk.c @@ -72,6 +72,7 @@ struct ofono_stk { guint remove_agent_source; struct extern_req

[PATCH 10/13] stk: Apply STK text attributes as html.

2010-10-13 Thread Andrzej Zaborowski
--- src/stk.c | 146 +++-- 1 files changed, 122 insertions(+), 24 deletions(-) diff --git a/src/stk.c b/src/stk.c index 01f4e0b..c06bf99 100644 --- a/src/stk.c +++ b/src/stk.c @@ -256,6 +256,22 @@ void __ofono_cbs_sim_download(struct

[PATCH 12/13] stk: Handle the Play Tone proactive command.

2010-10-13 Thread Andrzej Zaborowski
A memory leak in error path has been fixed since the previous version. --- src/stk.c | 139 + 1 files changed, 139 insertions(+), 0 deletions(-) diff --git a/src/stk.c b/src/stk.c index c06bf99..b3d2b40 100644 --- a/src/stk.c +++

Re: [PATCH 04/13] doc: Update property name to match code.

2010-10-13 Thread Denis Kenzior
Hi Andrew, On 10/13/2010 08:54 AM, Andrzej Zaborowski wrote: --- doc/stk-api.txt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org

Re: [RFC PATCH 8/8] doc: update sim-api

2010-10-13 Thread Marcel Holtmann
Hi Petteri, --- doc/sim-api.txt |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/doc/sim-api.txt b/doc/sim-api.txt index d5bf279..c502772 100644 --- a/doc/sim-api.txt +++ b/doc/sim-api.txt @@ -125,3 +125,7 @@ Propertiesboolean Present [readonly]