[PATCH] default.xml: accept SMS with SMSC num 123

2012-08-30 Thread Nicolas Bertrand
Reply to the SMS pdu with CMGS:0 when SMSC is set to 123. This is used by Send SMS in Demo sim app --- src/default.xml |7 +++ 1 file changed, 7 insertions(+) diff --git a/src/default.xml b/src/default.xml index 568259b..78fc9ae 100644 --- a/src/default.xml +++ b/src/default.xml @@

Re: [PATCH] telit: enable extended sim status notification

2012-08-30 Thread Denis Kenzior
Hi Christopher, On 08/29/2012 10:01 AM, Christopher Vogl wrote: Use AT#QSS=2 instead of AT#QSS=1 to get an URC when the SIM is not only inserted but also when PIN is unlocked and when SMS + phonebook are ready to be used. Disable sim state notification in telit_enable() so that we sure get a

[PATCH] stk: Check if an agent is registered when UI is required

2012-08-30 Thread Philippe Nunes
In case of unsolicited proactive command, we could have a crash when no agent was registered. --- src/stk.c |9 + 1 file changed, 9 insertions(+) diff --git a/src/stk.c b/src/stk.c index 18a8eaf..4c24abb 100644 --- a/src/stk.c +++ b/src/stk.c @@ -515,6 +515,9 @@ static gboolean

[PATCH] sms: Fix to find SMS entry posted by STK

2012-08-30 Thread Philippe Nunes
SMS initiated by proactive command are not exposed on D-BUS. Therefore, there is no message associated with the entry created from STK. --- src/sms.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/sms.c b/src/sms.c index acfc39b..743f725 100644 ---

Re: [PATCH] default.xml: accept SMS with SMSC num 123

2012-08-30 Thread Denis Kenzior
Hi Nicolas, On 08/30/2012 09:18 AM, Nicolas Bertrand wrote: Reply to the SMS pdu with CMGS:0 when SMSC is set to 123. This is used by Send SMS in Demo sim app --- src/default.xml |7 +++ 1 file changed, 7 insertions(+) diff --git a/src/default.xml b/src/default.xml index

Re: [PATCH] stk: Display action information while sending USSD.

2012-08-30 Thread Denis Kenzior
Hi Philippe, On 08/28/2012 08:33 AM, Philippe Nunes wrote: --- src/stk.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org

Re: [PATCH] stk: Check if an agent is registered when UI is required

2012-08-30 Thread Denis Kenzior
Hi Philippe, On 08/30/2012 11:20 AM, Philippe Nunes wrote: In case of unsolicited proactive command, we could have a crash when no agent was registered. --- src/stk.c |9 + 1 file changed, 9 insertions(+) Patch has been applied, thanks. Regards, -Denis

Re: [PATCH v2 1/4] doc: Add new STK Agent API to get digit response on single key press

2012-08-30 Thread Denis Kenzior
Hi Philippe, On 08/28/2012 08:21 AM, Philippe Nunes wrote: --- doc/stk-api.txt |9 + 1 file changed, 9 insertions(+) I applied this patch, after having to manually fix trailing whitespace errors. Regards, -Denis ___ ofono mailing

Re: [PATCH v2 2/4] stkagent: Add new API to get digit response on single key press

2012-08-30 Thread Denis Kenzior
Hi Philippe, On 08/28/2012 08:21 AM, Philippe Nunes wrote: --- src/stkagent.c | 32 src/stkagent.h |5 + 2 files changed, 37 insertions(+) Patch has been applied, however... diff --git a/src/stkagent.c b/src/stkagent.c index 7c3f697..63b82f3

Re: [PATCH v2 3/4] stk: Ask for immediate digit response if specified by command qualifier

2012-08-30 Thread Denis Kenzior
Hi Philippe, On 08/28/2012 08:21 AM, Philippe Nunes wrote: --- src/stk.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org

Re: [PATCH v2 4/4] test: Update with RequestQuickDigit API

2012-08-30 Thread Denis Kenzior
Hi Philippe, On 08/28/2012 08:21 AM, Philippe Nunes wrote: --- test/test-stk-menu | 37 + 1 file changed, 37 insertions(+) Applying: test: Update with RequestQuickDigit API /home/denkenz/ofono-master/.git/rebase-apply/patch:45: trailing whitespace.

Re: [RFC v1] gatchat: Print error message if opening tun failes

2012-08-30 Thread Denis Kenzior
Hi Daniel, On 08/24/2012 07:16 AM, Daniel Wagner wrote: From: Daniel Wagnerdaniel.wag...@bmw-carit.de This is a very common misstake. Let's help the users to configure their system correctly. --- Hi, I was not able to find out why the check in at_grps_context_prope() does not hit when the tun