Re: Sim plug-and-play

2012-09-06 Thread Cornel Spinu
Cornel Spinu cornel.spinu@... writes: Hi Denis, Thank you for your reply. I will look into ifx.c as an example, try to implement something like that on cinterion side, and return with a response with my progress. Thanks, Cornel I've done the implemention based on that example.

sierra wireless MC8092 issues

2012-09-06 Thread Lemoine Simon
Hi, I work on Sierra wireless MC8092 card, with ofono and connman and I have three questions : 1/ I have post on this list 3 weeks ago, about Sierra Wireless MC8092 card, http://lists.ofono.org/pipermail/ofono/2012-August/013450.html . Following your advices I have used

[PATCH 2/2] netreg: Add telit version for ciev notification

2012-09-06 Thread christopher . vogl
From: Christopher Vogl christopher.v...@hale.at --- drivers/atmodem/network-registration.c | 44 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index

[PATCH 1/2] netreg: Query and select supported CMER modes

2012-09-06 Thread christopher . vogl
From: Christopher Vogl christopher.v...@hale.at --- drivers/atmodem/network-registration.c | 153 +++- 1 files changed, 151 insertions(+), 2 deletions(-) diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index

[PATCH 2/2] netreg: Add telit version for ciev notification

2012-09-06 Thread christopher . vogl
From: Christopher Vogl christopher.v...@hale.at --- drivers/atmodem/network-registration.c | 44 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index

[PATCH 2/2] netreg: Add telit version for ciev notification

2012-09-06 Thread christopher . vogl
From: Christopher Vogl christopher.v...@hale.at --- drivers/atmodem/network-registration.c | 44 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index

[PATCH 1/2] netreg: Query and select supported CMER modes

2012-09-06 Thread christopher . vogl
From: Christopher Vogl christopher.v...@hale.at --- drivers/atmodem/network-registration.c | 153 +++- 1 files changed, 151 insertions(+), 2 deletions(-) diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index

Re: context activation quickly after context deactivation fails

2012-09-06 Thread Cedric Jehasse
Hi Denis, with the patch i don't get a reply when deactivating the context. From the on it's not possible to activate the context, because the operation is still in progress. This is a log of the deactivation: Jan 1 03:13:05 ofonod[6856]:

[PATCH v4 1/2] dbus: Add Terminated error

2012-09-06 Thread Philippe Nunes
--- src/dbus.c |8 src/ofono.h |1 + 2 files changed, 9 insertions(+) diff --git a/src/dbus.c b/src/dbus.c index 3f5c12d..1f9f9ba 100644 --- a/src/dbus.c +++ b/src/dbus.c @@ -409,6 +409,14 @@ DBusMessage *__ofono_error_not_recognized(DBusMessage *msg)

[PATCH v4 2/2] ussd: Recover idle state after a transaction error

2012-09-06 Thread Philippe Nunes
The USSD terminated by network notification is handled to recover the idle state in case of USSD transaction error. --- src/ussd.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/src/ussd.c b/src/ussd.c index 74888b2..60b1f6b 100644 --- a/src/ussd.c +++ b/src/ussd.c @@ -414,6

[PATCH v2 2/2] stk: AID shall not be displayed in case of self explanatory icon

2012-09-06 Thread Philippe Nunes
--- src/stk.c | 12 1 file changed, 12 insertions(+) diff --git a/src/stk.c b/src/stk.c index 0a279bf..87b8465 100644 --- a/src/stk.c +++ b/src/stk.c @@ -539,6 +539,18 @@ static gboolean stk_alpha_id_set(struct ofono_stk *stk, if (stk-current_agent == NULL)

[PATCH v2 1/2] stk: convert to phone number format and remove DTMF string

2012-09-06 Thread Philippe Nunes
The dialing number provided by the Setup Call proactive command may contain pause and DTMF characters. --- src/stk.c | 58 +++--- 1 file changed, 43 insertions(+), 15 deletions(-) diff --git a/src/stk.c b/src/stk.c index 19cb0eb..0a279bf

[PATCH 1/3] test: Update with RequestQuickDigit API

2012-09-06 Thread Philippe Nunes
--- test/test-stk-menu | 14 ++ 1 file changed, 14 insertions(+) diff --git a/test/test-stk-menu b/test/test-stk-menu index a9f92e8..6e7f7b7 100755 --- a/test/test-stk-menu +++ b/test/test-stk-menu @@ -127,6 +127,20 @@ class StkAgent(dbus.service.Object):

[PATCH 3/3] test: iconId value is not a printable character

2012-09-06 Thread Philippe Nunes
--- test/list-calls |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/list-calls b/test/list-calls index 53124dc..2332b50 100755 --- a/test/list-calls +++ b/test/list-calls @@ -24,7 +24,8 @@ for path, properties in modems: print [ %s ] %

[PATCH 2/3] test: playtone waits for single tone playback

2012-09-06 Thread Philippe Nunes
To simulate the single tone playback (avoiding the stkagent method to return immediately), a timeout is started (5 seconds). During this time, the user can terminate the session. --- test/test-stk-menu | 18 ++ 1 file changed, 18 insertions(+) diff --git a/test/test-stk-menu

[PATCH v2] phonesim: Extend STK conformance menu with Setup Call items

2012-09-06 Thread Philippe Nunes
--- src/conformancesimapplication.cpp | 247 + src/simapplication.h |2 + 2 files changed, 249 insertions(+) diff --git a/src/conformancesimapplication.cpp b/src/conformancesimapplication.cpp index a2bd3af..fd146f4 100644 ---

Re: [PATCH v4 1/2] dbus: Add Terminated error

2012-09-06 Thread Denis Kenzior
Hi Philippe, On 09/06/2012 09:21 AM, Philippe Nunes wrote: --- src/dbus.c |8 src/ofono.h |1 + 2 files changed, 9 insertions(+) The patch has been applied with a few changes: diff --git a/src/dbus.c b/src/dbus.c index 3f5c12d..1f9f9ba 100644 --- a/src/dbus.c +++

Re: [PATCH v4 2/2] ussd: Recover idle state after a transaction error

2012-09-06 Thread Denis Kenzior
Hi Philippe, On 09/06/2012 09:21 AM, Philippe Nunes wrote: The USSD terminated by network notification is handled to recover the idle state in case of USSD transaction error. --- src/ussd.c | 10 ++ 1 file changed, 10 insertions(+) Patch has been applied, thanks. Regards,

Re: [PATCH v2] phonesim: Extend STK conformance menu with Setup Call items

2012-09-06 Thread Denis Kenzior
Hi Philippe, On 09/06/2012 09:43 AM, Philippe Nunes wrote: --- src/conformancesimapplication.cpp | 247 + src/simapplication.h |2 + 2 files changed, 249 insertions(+) Patch has been applied, but I still had to amend a spot you missed: