[PATCH] atmodem: Enable network time for AT modem

2011-03-08 Thread Antti Paila
--- drivers/atmodem/network-registration.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index 4913611..2d589f0 100644 --- a/drivers/atmodem/network-registration.c +++

RE: [PATCH] atmodem: Enable network time for AT modem

2011-03-08 Thread Jeevaka.Badrappan
Hi Antti, ofono-boun...@ofono.org wrote: --- drivers/atmodem/network-registration.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index 4913611..2d589f0 100644 ---

RE: [PATCH] atmodem: Enable network time for AT modem

2011-03-08 Thread Antti Paila
Hi Jeevaka, On Tue, 2011-03-08 at 10:59 +0200, ext jeevaka.badrap...@elektrobit.com wrote: Hi Antti, ofono-boun...@ofono.org wrote: --- drivers/atmodem/network-registration.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

RE: [PATCH] atmodem: Enable network time for AT modem

2011-03-08 Thread Jeevaka.Badrappan
Hi Antti, ofono-boun...@ofono.org wrote: Hi Jeevaka, On Tue, 2011-03-08 at 10:59 +0200, ext jeevaka.badrap...@elektrobit.com wrote: Hi Antti, ofono-boun...@ofono.org wrote: --- drivers/atmodem/network-registration.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff

[PATCH 1/9] dbus: add gnss interface definition

2011-03-08 Thread Jarko Poutiainen
--- include/dbus.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/dbus.h b/include/dbus.h index 19a138a..bf3e8a4 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -56,6 +56,8 @@ extern C { #define OFONO_STK_INTERFACE OFONO_SERVICE .SimToolkit #define

[PATCH 0/9] Basic E911 support

2011-03-08 Thread Jarko Poutiainen
Hi, This set of patches provides implementation proposal for basic E911 support. Br, Jarko Jarko Poutiainen (9): dbus: add gnss interface definition include: add gnss.h file src: add atom type for gnss src: add gnss atom and agent implementation atmodem: add gnss driver gatchat: fix

[PATCH 4/9] src: add gnss atom and agent implementation

2011-03-08 Thread Jarko Poutiainen
--- Makefile.am |3 +- src/gnss.c | 357 +++ src/gnssagent.c | 152 +++ src/gnssagent.h | 40 ++ 4 files changed, 551 insertions(+), 1 deletions(-) create mode 100644 src/gnss.c create mode 100644

[PATCH 3/9] src: add atom type for gnss

2011-03-08 Thread Jarko Poutiainen
--- src/ofono.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/ofono.h b/src/ofono.h index 995a1a5..2c6899e 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -131,6 +131,7 @@ enum ofono_atom_type { OFONO_ATOM_TYPE_EMULATOR_DUN,

[PATCH 2/9] include: add gnss.h file

2011-03-08 Thread Jarko Poutiainen
--- Makefile.am|2 +- include/gnss.h | 76 2 files changed, 77 insertions(+), 1 deletions(-) create mode 100644 include/gnss.h diff --git a/Makefile.am b/Makefile.am index 3f20717..7d6acce 100644 --- a/Makefile.am +++

[PATCH 5/9] atmodem: add gnss driver

2011-03-08 Thread Jarko Poutiainen
--- Makefile.am |3 +- drivers/atmodem/atmodem.c |2 + drivers/atmodem/atmodem.h |3 + drivers/atmodem/gnss.c| 278 + 4 files changed, 285 insertions(+), 1 deletions(-) create mode 100644 drivers/atmodem/gnss.c diff

[PATCH 6/9] gatchat: fix gatsyntax to support +CPOS

2011-03-08 Thread Jarko Poutiainen
--- gatchat/gatsyntax.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gatchat/gatsyntax.c b/gatchat/gatsyntax.c index 2fc70b8..a85bc66 100644 --- a/gatchat/gatsyntax.c +++ b/gatchat/gatsyntax.c @@ -90,7 +90,11 @@ static GAtSyntaxResult gsmv1_feed(GAtSyntax

[PATCH 8/9] ofono.conf: add positioning agent interface

2011-03-08 Thread Jarko Poutiainen
--- src/ofono.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/ofono.conf b/src/ofono.conf index 0dfa038..8a83cd0 100644 --- a/src/ofono.conf +++ b/src/ofono.conf @@ -13,6 +13,7 @@ allow send_interface=org.ofono.SimToolkitAgent/ allow

[PATCH 7/9] ste: add support for gnss

2011-03-08 Thread Jarko Poutiainen
--- plugins/ste.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/ste.c b/plugins/ste.c index efae573..749f673 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -58,6 +58,7 @@ #include ofono/gprs-context.h #include ofono/radio-settings.h #include

[PATCH 9/9] test: add test-gnss

2011-03-08 Thread Jarko Poutiainen
--- Makefile.am|3 +- test/test-gnss | 91 2 files changed, 93 insertions(+), 1 deletions(-) create mode 100755 test/test-gnss diff --git a/Makefile.am b/Makefile.am index 3dae7f4..daa5dd0 100644 --- a/Makefile.am +++

RE: [PATCH] atmodem: Enable network time for AT modem

2011-03-08 Thread Aki Niemi
Hi Jeevaka, On Tue, 2011-03-08 at 12:35 +0200, ext jeevaka.badrap...@elektrobit.com wrote: This log is taken some time back. Possible that Network Daylight Saving Time is received as part of the MM information message whereas it may not be in your case. If my memory serves, DST is optional in

[PATCH] Doc: typo

2011-03-08 Thread Bertrand Aygon
--- doc/radio-settings-api.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/radio-settings-api.txt b/doc/radio-settings-api.txt index d2dd319..06c35a9 100644 --- a/doc/radio-settings-api.txt +++ b/doc/radio-settings-api.txt @@ -43,7 +43,7 @@ Propertiesstring

[PATCH] Doc: typo

2011-03-08 Thread Bertrand Aygon
--- doc/radio-settings-api.txt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/radio-settings-api.txt b/doc/radio-settings-api.txt index 06c35a9..9f9256f 100644 --- a/doc/radio-settings-api.txt +++ b/doc/radio-settings-api.txt @@ -49,7 +49,7 @@ Propertiesstring

RE: [PATCH] atmodem: Enable network time for AT modem

2011-03-08 Thread Jeevaka.Badrappan
Hi Aki, ofono-boun...@ofono.org wrote: Hi Jeevaka, On Tue, 2011-03-08 at 12:35 +0200, ext jeevaka.badrap...@elektrobit.com wrote: This log is taken some time back. Possible that Network Daylight Saving Time is received as part of the MM information message whereas it may not be in your

[PATCH] phonesim: add support for +CPOSR unsolicited code

2011-03-08 Thread Paavo Leinonen
Enables positioning XML sending from PhoneSIM --- This patch is related to Jarko's GNSS patch. Patch will enable GNSS testing with PhoneSIM. src/control.cpp| 32 src/control.h |2 + src/controlbase.ui | 68

[PATCH] test/test-modem: display more properties (Name, Online, Lockdown...)

2011-03-08 Thread Bertrand Aygon
--- test/test-modem | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/test/test-modem b/test/test-modem index 5859ae3..c1eeedf 100755 --- a/test/test-modem +++ b/test/test-modem @@ -24,6 +24,9 @@ if __name__ == __main__: properties =

[PATCH] PPP: Optimize write buffer management

2011-03-08 Thread Patrick Porlan
Extend the write buffer handling in gathdlc.c to minimize stalling and process switching during large PPP transfers. The single write buffer is replaced by a queue of buffers, allowing for much larger emission windows without hugely impacting memory consumption. This reduces the time required to

Re: [PATCH] PPP: Optimize write buffer management

2011-03-08 Thread Patrick Porlan
Hi Denis, On Wed, 2011-03-02 at 09:28 -0600, Denis Kenzior wrote: Is there a particular reason why you chose to use a ring buffer of ring buffers? A simple GQueue might be much easier to understand. If you are worried about 'infinite queuing' then a simple counter might help to

[PATCH] test/test-message-waiting: Add a new test file to validate org.ofono.MessageWaiting

2011-03-08 Thread Bertrand Aygon
--- test/test-message-waiting | 36 1 files changed, 36 insertions(+), 0 deletions(-) create mode 100755 test/test-message-waiting diff --git a/test/test-message-waiting b/test/test-message-waiting new file mode 100755 index 000..79fe810 --- /dev/null

Re: [PATCH] atmodem: Enable network time for AT modem

2011-03-08 Thread Marcel Holtmann
Hi Antti, drivers/atmodem/network-registration.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index 4913611..2d589f0 100644 --- a/drivers/atmodem/network-registration.c +++

RE: [PATCH] atmodem: Enable network time for AT modem

2011-03-08 Thread Jeevaka.Badrappan
Hi Marcel, ofono-boun...@ofono.org wrote: Hi Antti, drivers/atmodem/network-registration.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index 4913611..2d589f0 100644 ---

Re: [PATCH] Add the possibility to specify the modem in test/test-call-settings

2011-03-08 Thread Denis Kenzior
Hi Bertrand, On 03/04/2011 04:22 AM, Bertrand Aygon wrote: --- test/test-call-settings | 19 +-- 1 files changed, 13 insertions(+), 6 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list

Re: [PATCH] Fix usage of test/test-call-settings: add missing properties

2011-03-08 Thread Denis Kenzior
Hi Bertrand, On 03/04/2011 04:25 AM, Bertrand Aygon wrote: --- test/test-call-settings |5 - 1 files changed, 4 insertions(+), 1 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org

Re: [PATCH] Allow test/test-call-settings to exit if new value is equal to actual value

2011-03-08 Thread Denis Kenzior
Hi Bertrand, On 03/04/2011 03:53 AM, Bertrand Aygon wrote: --- test/test-call-settings |4 1 files changed, 4 insertions(+), 0 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org

Re: [PATCH] Doc: typo

2011-03-08 Thread Denis Kenzior
Hi Bertrand, On 03/08/2011 07:10 AM, Bertrand Aygon wrote: --- doc/radio-settings-api.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Patch has been applied with a slightly modified commit message. Regards, -Denis ___ ofono

Re: [PATCH] Doc: typo

2011-03-08 Thread Denis Kenzior
Hi Bertrand, On 03/08/2011 07:18 AM, Bertrand Aygon wrote: --- doc/radio-settings-api.txt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Patch has been applied with a slightly modified commit message. Regards, -Denis ___ ofono

Re: [PATCH] test/test-modem: display more properties (Name, Online, Lockdown...)

2011-03-08 Thread Denis Kenzior
Hi Bertrand, On 03/08/2011 09:08 AM, Bertrand Aygon wrote: --- test/test-modem | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) When I applied this patch I received this: Applying: test/test-modem: display more properties (Name, Online, Lockdown...)

Re: [PATCH] test/test-message-waiting: Add a new test file to validate org.ofono.MessageWaiting

2011-03-08 Thread Denis Kenzior
Hi Bertrand, On 03/08/2011 10:27 AM, Bertrand Aygon wrote: --- test/test-message-waiting | 36 1 files changed, 36 insertions(+), 0 deletions(-) create mode 100755 test/test-message-waiting Please also add this to Makefile.am diff --git

Re: [PATCH 2/2] stkutil: fix issue with null data object

2011-03-08 Thread Andrzej Zaborowski
Hi Jeevaka, On 7 March 2011 16:35, Jeevaka Badrappan jeevaka.badrap...@elektrobit.com wrote: ---  src/stkutil.c |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index abd1c99..66b2924 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@

RE: [PATCH 2/2] stkutil: fix issue with null data object

2011-03-08 Thread Jeevaka.Badrappan
Hi Andrew, ofono-boun...@ofono.org wrote: Hi Jeevaka, On 7 March 2011 16:35, Jeevaka Badrappan jeevaka.badrap...@elektrobit.com wrote: ---  src/stkutil.c |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index abd1c99..66b2924

[PATCH] Fix huawei_disconnect function issue

2011-03-08 Thread martin . xu
From: Martin Xu martin...@intel.com huawei_disconnect is used to recovery the io and gprs context when io error happends, see commit 39382730d7758b093ca6271f4e9dea875fa04b3a However, io error not only happends at PPP disconnect, in theory it can happends at any situation. I also observed that it

[PATCH] gatchat: fix to number parsing when number is omitted

2011-03-08 Thread Paavo Leinonen
Line position index must be updated the number field is empty. Otherwise we will read same field again in subsequent calls. --- Hi, While testing SIM Phonebook we noticed that Email addresses stored to SIM PB were not properly parsed by oFono. Root cause for this was