RE: [PATCH 0/1] isimodem: fix network registration for older modems

2011-03-29 Thread Mika.Liljeberg
Hi Claudio, I have tested the path of isi modem on nokia n95 and nokia 6760, and I report the result of my test 1) Using nokia N95 and ofono * I have attached the phone to my computer * I have used the ./online-modem * I have set apn/username/password and activate the context It

[PATCH 1/3] core: notify watches of already registered atoms

2011-03-29 Thread Mika Liljeberg
--- src/modem.c | 16 +++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/src/modem.c b/src/modem.c index 655994b..d22c718 100644 --- a/src/modem.c +++ b/src/modem.c @@ -271,6 +271,9 @@ unsigned int __ofono_modem_add_atom_watch(struct ofono_modem *modem,

[PATCH 0/3] atom watch cleanup

2011-03-29 Thread Mika Liljeberg
Hi, This patch set simplifies atom watch registration and removes redundant code. This approach also correctly handles the case when there are multiple atoms of the same type (e.g. parallel probing of alternate drivers or GPRS context drivers). Br, MikaL [PATCH 1/3] core: notify

[PATCH 2/3] core: remove redundant code

2011-03-29 Thread Mika Liljeberg
--- src/call-barring.c|7 --- src/call-forwarding.c |7 --- src/call-settings.c |7 --- src/cbs.c |7 --- src/gprs.c|7 --- src/sms.c | 11 --- src/voicecall.c |6 -- 7 files changed, 0

[PATCH 3/3] atmodem: remove redundant code

2011-03-29 Thread Mika Liljeberg
--- drivers/atmodem/sim-poll.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/atmodem/sim-poll.c b/drivers/atmodem/sim-poll.c index daef24a..da00ddd 100644 --- a/drivers/atmodem/sim-poll.c +++ b/drivers/atmodem/sim-poll.c @@ -239,14 +239,9 @@ static

RE: [PATCH 0/1] isimodem: fix network registration for older modems

2011-03-29 Thread claudio Degioanni
Hi Mika, On Tue, 2011-03-29 at 07:07 +, mika.liljeb...@nokia.com wrote: Hi Claudio, I have tested the path of isi modem on nokia n95 and nokia 6760, and I report the result of my test 1) Using nokia N95 and ofono * I have attached the phone to my computer * I have used the

[no subject]

2011-03-29 Thread Mika Liljeberg
Hi, Subject says it all. MikaL [PATCH 1/1] isimodem: fix operator name reading with old ISI modems ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

[PATCH 1/1] isimodem: fix operator name reading with old ISI modems

2011-03-29 Thread Mika Liljeberg
--- drivers/isimodem/debug.c|2 ++ drivers/isimodem/network-registration.c |8 ++-- drivers/isimodem/network.h |2 ++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/isimodem/debug.c b/drivers/isimodem/debug.c index

[PATCH] gnss: fix build broken

2011-03-29 Thread Olivier Guiter
--- drivers/atmodem/gnss.c |1 - plugins/phonesim.c |1 + 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/atmodem/gnss.c b/drivers/atmodem/gnss.c index 4954bb8..e102815 100644 --- a/drivers/atmodem/gnss.c +++ b/drivers/atmodem/gnss.c @@ -153,7 +153,6 @@ static

Re: [PATCH 00/12] Basic E911 support

2011-03-29 Thread Jarko Poutiainen
Hi Denis, On Tue, 2011-03-29 at 01:56 +0300, Denis Kenzior wrote: Hi Jarko, On 03/24/2011 08:46 AM, Jarko Poutiainen wrote: Hi, This is third attempt to provide implementation for basic E911 support. Br, Jarko I applied (most) of this patch series, however see my comments

[PATCH] atmodem: gnss aggregate xml

2011-03-29 Thread Jarko Poutiainen
--- Hi, this patch provides logic to re-construct XML-formatted string prefixed with +CPOSR as defined in 27.007. Br, Jarko drivers/atmodem/gnss.c | 134 ++-- 1 files changed, 118 insertions(+), 16 deletions(-) diff --git a/drivers/atmodem/gnss.c

[PATCH] TODO:remove me from E911 support

2011-03-29 Thread Jarko Poutiainen
--- Hi, unfortunately I don't have time to continue with this but thanks for support. Br, Jarko TODO |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/TODO b/TODO index f8926a3..05a7ee9 100644 --- a/TODO +++ b/TODO @@ -440,7 +440,6 @@ Miscellaneous Priority: Medium

Re: [PATCH] atmodem: gnss aggregate xml

2011-03-29 Thread Marcel Holtmann
Hi Jarko, this patch provides logic to re-construct XML-formatted string prefixed with +CPOSR as defined in 27.007. Br, Jarko drivers/atmodem/gnss.c | 134 ++-- 1 files changed, 118 insertions(+), 16 deletions(-) diff --git

Re: [PATCH] gnss: fix build broken

2011-03-29 Thread Denis Kenzior
Hi Olivier, On 03/29/2011 03:53 AM, Olivier Guiter wrote: --- drivers/atmodem/gnss.c |1 - plugins/phonesim.c |1 + 2 files changed, 1 insertions(+), 1 deletions(-) Thanks for that, guess I shouldn't do last minute pushes :) I applied the patch but split it into two.

[PATCH 1/2] phonesim: add CSSU/CSSI UI

2011-03-29 Thread Nicolas Bertrand
--- src/controlbase.ui | 65 +++ 1 files changed, 54 insertions(+), 11 deletions(-) diff --git a/src/controlbase.ui b/src/controlbase.ui index 11943ed..cfadfe8 100644 --- a/src/controlbase.ui +++ b/src/controlbase.ui @@ -195,17 +195,60 @@

[PATCH 2/2] phonesim: Add CSSU/CSSI notification support

2011-03-29 Thread Nicolas Bertrand
--- src/control.cpp | 30 +- src/control.h |2 ++ 2 files changed, 31 insertions(+), 1 deletions(-) diff --git a/src/control.cpp b/src/control.cpp index 279bade..645219c 100644 --- a/src/control.cpp +++ b/src/control.cpp @@ -87,6 +87,7 @@

[PATCH 0/2] Phonesim: add support for CSSU/CSSI notification

2011-03-29 Thread Nicolas Bertrand
Add UI to be able to send CSSU and CSSI notification with phonesim Nicolas Bertrand (2): phonesim: add CSSU/CSSI UI phonesim: Add CSSU/CSSI notification support src/control.cpp| 30 +++- src/control.h |2 + src/controlbase.ui | 65

[PATCH] Update overview.txt: add a Modem Emulator paragraph in work in progress section.

2011-03-29 Thread Bertrand Aygon
--- doc/overview.txt |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/doc/overview.txt b/doc/overview.txt index c93d1ec..8cee617 100644 --- a/doc/overview.txt +++ b/doc/overview.txt @@ -156,8 +156,15 @@ Current implemented features: Work in progress features:

[PATCH] TODO: set owner of Emergency Calls task

2011-03-29 Thread Jeevaka Badrappan
--- TODO |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index f8926a3..5189111 100644 --- a/TODO +++ b/TODO @@ -389,6 +389,7 @@ Emergency Calls Priority: High Complexity: C2 + Owner: Jeevaka Badrappan jeevaka.badrap...@elektrobit.com - Country /

Re: [PATCH] TODO:remove me from E911 support

2011-03-29 Thread Denis Kenzior
Hi Jarko, On 03/29/2011 06:16 AM, Jarko Poutiainen wrote: --- Hi, unfortunately I don't have time to continue with this but thanks for support. Br, Jarko TODO |1 - 1 files changed, 0 insertions(+), 1 deletions(-) That's too bad, you were pretty close. Applied, thanks.

Re: [PATCH] TODO: set owner of Emergency Calls task

2011-03-29 Thread Denis Kenzior
Hi Jeevaka, On 03/29/2011 12:33 PM, Jeevaka Badrappan wrote: --- TODO |1 + 1 files changed, 1 insertions(+), 0 deletions(-) Thanks for taking up this task. Patch has been applied. Regards, -Denis ___ ofono mailing list ofono@ofono.org

Re: [PATCH] Update overview.txt: add a Modem Emulator paragraph in work in progress section.

2011-03-29 Thread Denis Kenzior
Hi Bertrand, On 03/29/2011 11:33 AM, Bertrand Aygon wrote: --- doc/overview.txt |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org

Re: [PATCH] gatserver: add tone and pulse dialing AT commands

2011-03-29 Thread Denis Kenzior
Hi Olivier, On 03/28/2011 05:23 AM, Olivier Guiter wrote: --- gatchat/gatserver.c | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing

Re: [PATCH v3] netreg: add +COPS support for HFP emulator

2011-03-29 Thread Denis Kenzior
Hi Frédéric, On 03/22/2011 05:50 AM, Frédéric Danis wrote: --- src/network.c | 79 + 1 files changed, 68 insertions(+), 11 deletions(-) Patch has been applied, thanks. Regards, -Denis

Re: [PATCH v2 1/4] include: Add ofono_voicecall_en_list_notify api

2011-03-29 Thread Denis Kenzior
Hi Jeevaka, On 03/28/2011 08:58 AM, Jeevaka Badrappan wrote: --- include/voicecall.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/voicecall.h b/include/voicecall.h index 5e6da02..477b226 100644 --- a/include/voicecall.h +++ b/include/voicecall.h @@

Re: [PATCH v2 2/4] voicecall: refactor emergency number list handling

2011-03-29 Thread Denis Kenzior
Hi Jeevaka, On 03/28/2011 08:58 AM, Jeevaka Badrappan wrote: --- src/voicecall.c | 32 1 files changed, 24 insertions(+), 8 deletions(-) diff --git a/src/voicecall.c b/src/voicecall.c index b1d5586..826e10c 100644 --- a/src/voicecall.c +++

Re: [PATCH v2 4/4] ifxmodem: emergency number list support

2011-03-29 Thread Denis Kenzior
Hi Jeevaka, On 03/28/2011 08:58 AM, Jeevaka Badrappan wrote: --- drivers/ifxmodem/voicecall.c | 98 ++ 1 files changed, 98 insertions(+), 0 deletions(-) diff --git a/drivers/ifxmodem/voicecall.c b/drivers/ifxmodem/voicecall.c index

Re: [PATCH 1/4] stk-api.txt: Introduce a new API to display abortable information

2011-03-29 Thread Denis Kenzior
Hi Philippe, On 03/28/2011 11:32 AM, Philippe Nunes wrote: --- doc/stk-api.txt | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/doc/stk-api.txt b/doc/stk-api.txt index f8a115e..fc69bb9 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -252,6 +252,7

Re: [PATCH 2/4] stk: Handle user termination for Send DTMF.

2011-03-29 Thread Denis Kenzior
Hi Philippe, On 03/28/2011 11:32 AM, Philippe Nunes wrote: --- src/stk.c | 30 -- 1 files changed, 24 insertions(+), 6 deletions(-) diff --git a/src/stk.c b/src/stk.c index 94ad396..907d6b5 100644 --- a/src/stk.c +++ b/src/stk.c @@ -473,6 +473,16 @@ static

Re: [PATCH 1/1] isimodem: fix operator name reading with old ISI modems

2011-03-29 Thread Denis Kenzior
Hi Mika, @@ -466,7 +466,8 @@ static void name_get_resp_cb(const GIsiMessage *msg, void *data) memset(op, 0, sizeof(struct ofono_network_operator)); - if (!check_response_status(msg, NET_OPER_NAME_READ_RESP)) + if (!check_response_status(msg, NET_OPER_NAME_READ_RESP) +

Re: [PATCH] TODO: set owner of HSP task

2011-03-29 Thread Denis Kenzior
Hi Frédéric, On 03/14/2011 09:53 AM, Frédéric Dalleau wrote: --- TODO |1 + 1 files changed, 1 insertions(+), 0 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org

Re: [PATCH 1/2] qsimcommand: Add properties and TLV builders to support BIP commands

2011-03-29 Thread Denis Kenzior
Hi Philippe, On 03/22/2011 08:10 AM, Philippe Nunes wrote: --- src/qsimcommand.cpp | 201 +-- src/qsimcommand.h | 34 + 2 files changed, 228 insertions(+), 7 deletions(-) diff --git a/src/qsimcommand.cpp b/src/qsimcommand.cpp

Re: [PATCH 0/2] Phonesim: add support for CSSU/CSSI notification

2011-03-29 Thread Denis Kenzior
Hi Nicolas, On 03/29/2011 10:16 AM, Nicolas Bertrand wrote: Add UI to be able to send CSSU and CSSI notification with phonesim Nicolas Bertrand (2): phonesim: add CSSU/CSSI UI phonesim: Add CSSU/CSSI notification support src/control.cpp| 30 +++-

Re: [PATCH] emulator: add AT hook_control_cb() CB and register it

2011-03-29 Thread Denis Kenzior
Hi Guillaume, On 03/24/2011 05:25 AM, Guillaume Zajac wrote: --- src/emulator.c | 44 +--- 1 files changed, 41 insertions(+), 3 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index c84f0a9..586c7ec 100644 --- a/src/emulator.c +++