RE: [RFC PATCH v3] gprs: add function to handle activated context

2011-02-22 Thread Soum, RedouaneX
Hi, -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Soum, RedouaneX Sent: Wednesday, February 09, 2011 7:32 PM To: ofono@ofono.org Subject: [RFC PATCH v3] gprs: add function to handle activated context This RFC patch includes all the

Supported USB modems?

2011-02-22 Thread Rolf Offermanns
Hi All, I am trying to get ofono to work with several usb modems from Vodofone (ZTE and Huawei inside) and so far not a single one works. I don't have the time to fix this myself, but I can provide logs, do tests, etc. if there is somebody who is interested in fixing this. Which devices do you

[PATCH] sim: showing lock state with call meter

2011-02-22 Thread Jussi Kangas
--- Hi, On Mon, 2011-02-21 at 17:21 +0200, Denis Kenzior wrote: It seems to be showing the states correctly except in case when you make PIN2 blocked using call meter API. If PIN2 goes blocked when using callmeter nothing is shown in API. (My patch did not do that either. Plan was to fix

Re: [RFC PATCH 2/3] ssn: add code and call id to notifications

2011-02-22 Thread Sankar
Hi Denis/Andras, Is this patch applied and available in the GIT? Regards, Sankar. On Thu, Feb 10, 2011 at 2:42 PM, Andras Domokos andras.domo...@nokia.comwrote: Hi Denis, On 02/10/2011 05:08 AM, ext Denis Kenzior wrote: Hi Andras, diff --git a/include/ssn.h b/include/ssn.h index

rs.sysinit ofono problem

2011-02-22 Thread Konrad.Slowinski
http://comments.gmane.org/gmane.comp.handhelds.meego.devel/5601 it seems like it's not only small problem ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: gatchat looses UR code if received while waiting a response

2011-02-22 Thread Lasse Kunnasluoto
Hi Denis, On Mon, 2011-02-21 at 17:14 +0200, Denis Kenzior wrote: Hi Lasse, On 02/21/2011 05:01 AM, Lasse Kunnasluoto wrote: Hi Marcel, On Mon, 2011-02-21 at 12:04 +0200, Marcel Holtmann wrote: Hi Lasse, I've seen an issue in Unsolicited Result code handling in gatchat. If

[RESEND 2 PATCH 01/13] gprs: factor out common code

2011-02-22 Thread Mika Liljeberg
--- src/gprs.c | 111 +++- 1 files changed, 50 insertions(+), 61 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index 33711dc..b478f88 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -256,6 +256,49 @@ static void gprs_cid_release(struct

[RESEND 2 PATCH 00/13] IPv6 Support

2011-02-22 Thread Mika Liljeberg
*thump* *thump* Is this microphone on? Rebased to current master. Regards, MikaL [RESEND 2 PATCH 01/13] gprs: factor out common code [RESEND 2 PATCH 02/13] gprs: Update documentation for IPv6 [RESEND 2 PATCH 03/13] gprs: driver interface changes for IPv6 [RESEND 2 PATCH 04/13] gprs:

[RESEND 2 PATCH 03/13] gprs: driver interface changes for IPv6

2011-02-22 Thread Mika Liljeberg
--- include/gprs-context.h | 27 ++- 1 files changed, 22 insertions(+), 5 deletions(-) diff --git a/include/gprs-context.h b/include/gprs-context.h index c29c0dc..f2d6df4 100644 --- a/include/gprs-context.h +++ b/include/gprs-context.h @@ -37,6 +37,7 @@ struct

[RESEND 2 PATCH 02/13] gprs: Update documentation for IPv6

2011-02-22 Thread Mika Liljeberg
--- doc/connman-api.txt |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/connman-api.txt b/doc/connman-api.txt index ece5bd3..5a987d3 100644 --- a/doc/connman-api.txt +++ b/doc/connman-api.txt @@ -195,7 +195,7 @@ Properties boolean Active [readwrite]

[RESEND 2 PATCH 04/13] gprs: core support for IPv6

2011-02-22 Thread Mika Liljeberg
--- src/gprs.c | 285 +--- 1 files changed, 213 insertions(+), 72 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index b478f88..e19c5ca 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -34,6 +34,8 @@ #include net/route.h #include

[RESEND 2 PATCH 06/13] isimodem: IPv6 support

2011-02-22 Thread Mika Liljeberg
--- drivers/isimodem/gprs-context.c | 119 --- 1 files changed, 73 insertions(+), 46 deletions(-) diff --git a/drivers/isimodem/gprs-context.c b/drivers/isimodem/gprs-context.c index bbf7ca9..674d0ab 100644 --- a/drivers/isimodem/gprs-context.c +++

[RESEND 2 PATCH 07/13] atmodem: update to new gprs context interface

2011-02-22 Thread Mika Liljeberg
--- drivers/atmodem/gprs-context.c | 41 --- 1 files changed, 21 insertions(+), 20 deletions(-) diff --git a/drivers/atmodem/gprs-context.c b/drivers/atmodem/gprs-context.c index 56d65d4..2c4797b 100644 --- a/drivers/atmodem/gprs-context.c +++

[RESEND 2 PATCH 05/13] test: modify test scripts for IPv6

2011-02-22 Thread Mika Liljeberg
--- Makefile.am |3 ++- test/list-contexts|6 +++--- test/set-context-property | 38 ++ 3 files changed, 43 insertions(+), 4 deletions(-) create mode 100755 test/set-context-property diff --git a/Makefile.am b/Makefile.am index

[RESEND 2 PATCH 09/13] mbmmodem: update to new gprs context interface

2011-02-22 Thread Mika Liljeberg
--- drivers/mbmmodem/gprs-context.c | 65 --- 1 files changed, 40 insertions(+), 25 deletions(-) diff --git a/drivers/mbmmodem/gprs-context.c b/drivers/mbmmodem/gprs-context.c index 322f96d..972b35e 100644 --- a/drivers/mbmmodem/gprs-context.c +++

[RESEND 2 PATCH 08/13] huaweimodem: update to new gprs context interface

2011-02-22 Thread Mika Liljeberg
--- drivers/huaweimodem/gprs-context.c | 43 +--- 1 files changed, 25 insertions(+), 18 deletions(-) diff --git a/drivers/huaweimodem/gprs-context.c b/drivers/huaweimodem/gprs-context.c index bbc9c96..67d933e 100644 --- a/drivers/huaweimodem/gprs-context.c +++

[RESEND 2 PATCH 10/13] hsomodem: update to new gprs context interface

2011-02-22 Thread Mika Liljeberg
--- drivers/hsomodem/gprs-context.c | 48 ++- 1 files changed, 27 insertions(+), 21 deletions(-) diff --git a/drivers/hsomodem/gprs-context.c b/drivers/hsomodem/gprs-context.c index c132846..f9f1696 100644 --- a/drivers/hsomodem/gprs-context.c +++

[RESEND 2 PATCH 13/13] phonesim: add IPv6 support

2011-02-22 Thread Mika Liljeberg
--- plugins/phonesim.c | 32 +--- 1 files changed, 25 insertions(+), 7 deletions(-) diff --git a/plugins/phonesim.c b/plugins/phonesim.c index 2b36fe0..2634d23 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -83,14 +83,17 @@ struct gprs_context_data {

[RESEND 2 PATCH 11/13] ifxmodem: update to new gprs context interface

2011-02-22 Thread Mika Liljeberg
--- drivers/ifxmodem/gprs-context.c | 36 +--- 1 files changed, 21 insertions(+), 15 deletions(-) diff --git a/drivers/ifxmodem/gprs-context.c b/drivers/ifxmodem/gprs-context.c index 2c68b44..91dee8c 100644 --- a/drivers/ifxmodem/gprs-context.c +++

[RESEND 2 PATCH 12/13] stemodem: update to new gprs context interface

2011-02-22 Thread Mika Liljeberg
--- drivers/stemodem/gprs-context.c | 30 +++--- 1 files changed, 19 insertions(+), 11 deletions(-) diff --git a/drivers/stemodem/gprs-context.c b/drivers/stemodem/gprs-context.c index 48ae476..98abeec 100644 --- a/drivers/stemodem/gprs-context.c +++

[PATCH] ofono.rules - remove patch leftovers in linktop rule

2011-02-22 Thread Rolf Offermanns
Trivial fix for rules file. --- plugins/ofono.rules |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ofono.rules b/plugins/ofono.rules index 121825e..a327923 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -452,7 +452,7 @@ ATTRS{idVendor}==0421,

RE: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem

2011-02-22 Thread Vijay.Nayani
Subject: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem Tomasz Gregorek tomasz.gregorek at gmail.com Thu Feb 17 19:52:45 PST 2011 * Previous message: [PATCH 2/5] bluetooth:

Re: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem

2011-02-22 Thread Tomasz Gregorek
Hi Vijay 2011/2/22 vijay.nay...@elektrobit.com Subject: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem Tomasz Gregorek tomasz.gregorek at gmail.com Thu Feb 17 19:52:45 PST 2011

Re: [PATCH] Add CNAP to isimodem driver

2011-02-22 Thread Antoine Reversat
Has anyone have time to review this patch ? On Sat, Feb 19, 2011 at 6:58 PM, Antoine Reversat a.rever...@gmail.com wrote: This patch adds CNAP support to the isimodem driver. Sorry if it's ugly or wrong, it's my first patch to this project. I have tested it and it works though (I get the

[PATCH] gatserver: Add various ATSx handlers

2011-02-22 Thread Olivier Guiter
--- gatchat/gatserver.c | 36 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/gatchat/gatserver.c b/gatchat/gatserver.c index b092a68..cd86781 100644 --- a/gatchat/gatserver.c +++ b/gatchat/gatserver.c @@ -80,10 +80,14 @@ static const char

RE: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem

2011-02-22 Thread Vijay.Nayani
-Original Message- From: Tomasz Gregorek [mailto:tomasz.grego...@gmail.com] Sent: 22 February 2011 16:09 To: ofono@ofono.org Cc: Nayani Vijay Subject: Re: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem Hi Vijay 2011/2/22

Re: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem

2011-02-22 Thread Tomasz Gregorek
2011/2/22 vijay.nay...@elektrobit.com -Original Message- From: Tomasz Gregorek [mailto:tomasz.grego...@gmail.com] Sent: 22 February 2011 16:09 To: ofono@ofono.org Cc: Nayani Vijay Subject: Re: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem

Re: [PATCH] ofono.rules - remove patch leftovers in linktop rule

2011-02-22 Thread Denis Kenzior
Hi Rolf, On 02/22/2011 07:36 AM, Rolf Offermanns wrote: Trivial fix for rules file. --- plugins/ofono.rules |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list

[PATCH v2 0/3] bluetooth: add CIND and CIEV support in HFP AG

2011-02-22 Thread Frédéric Danis
Add indicator support in emulator atom Add CIND and CIEV support for HFP AG Frédéric Danis (3): emulator: add indicator support API emulator: add support of indicators emulator: add CIND support include/emulator.h | 11 + src/emulator.c | 124

[PATCH 2/3] emulator: add support of indicators

2011-02-22 Thread Frédéric Danis
--- src/emulator.c | 68 +++ src/network.c | 74 +++- 2 files changed, 141 insertions(+), 1 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index b4a4c57..7a46d2a 100644 ---

[PATCH 1/3] emulator: add indicator support API

2011-02-22 Thread Frédéric Danis
--- include/emulator.h | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/include/emulator.h b/include/emulator.h index 12477f0..71b7c24 100644 --- a/include/emulator.h +++ b/include/emulator.h @@ -28,6 +28,14 @@ extern C { #include ofono/types.h +#define

[PATCH 3/3] emulator: add CIND support

2011-02-22 Thread Frédéric Danis
--- src/emulator.c | 56 1 files changed, 56 insertions(+), 0 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index 7a46d2a..ece38ab 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -51,6 +51,7 @@ struct indicator {

Re: gatchat looses UR code if received while waiting a response

2011-02-22 Thread Denis Kenzior
Hi Lasse, There's nothing you can do in GAtChat at this point. Having the unsolicited response handler fire and consume lines before the pending AT command handler won't work either. If you're not convinced, try handling solicited / unsolicited CREG/CGREG and friends. Okay, good to know

Re: [PATCH] gatserver: Add various ATSx handlers

2011-02-22 Thread Denis Kenzior
Hi Olivier, On 02/22/2011 08:54 AM, Olivier Guiter wrote: --- gatchat/gatserver.c | 36 1 files changed, 36 insertions(+), 0 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing

RE: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem

2011-02-22 Thread Soum, RedouaneX
Hi guys, I agree with you , both bearers are almost similar.Minor difference i see are context managment (especially default context creation) and some eps related spill over on other existing atoms (For ex SIM would not contain some ISIM (IMPU/IMPI)related stuff).My idea is seperate atoms

Re: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem

2011-02-22 Thread Denis Kenzior
Hi, On 02/22/2011 10:08 AM, Soum, RedouaneX wrote: Hi guys, I agree with you , both bearers are almost similar.Minor difference i see are context managment (especially default context creation) and some eps related spill over on other existing atoms (For ex SIM would not contain some

Re: [RFC] doc: Add support for CMAS/EU-Alert

2011-02-22 Thread Denis Kenzior
Hi Jeeva, On 02/21/2011 11:36 PM, jeevaka.badrap...@elektrobit.com wrote: Hi Rajesh, ofono-boun...@ofono.org wrote: Hi Jeeva, Is this WarningType really required on the App side ? Irrespective of the warning type, the emergency broadcast message handling won't change on the apps side

Re: [PATCH] ste: preparation for hotswap

2011-02-22 Thread Denis Kenzior
Hi Jussi, plugins/ste.c | 117 +--- 1 files changed, 85 insertions(+), 32 deletions(-) Patch has been applied, thanks. I did have to fix some style issues in a consequent commit. Regards, -Denis

Re: [PATCH 2/3] emulator: add support of indicators

2011-02-22 Thread Denis Kenzior
Hi Frédéric, On 02/22/2011 09:40 AM, Frédéric Danis wrote: --- src/emulator.c | 68 +++ src/network.c | 74 +++- 2 files changed, 141 insertions(+), 1 deletions(-) diff --git

[PATCH v4 0/6] Add location-reporting atom

2011-02-22 Thread Lucas De Marchi
From: Lucas De Marchi lucas.de.mar...@gmail.com This is the 4th version of the location-reporting patches (previous title was Add GPS atom). I worked with Rafael Ignacio Zurita to implement this last version, making some changes in order to fit the new design as discussed on irc. Now when a

[PATCH v4 1/6] location-reporting: add public header

2011-02-22 Thread Lucas De Marchi
From: Rafael Ignacio Zurita rafael.zur...@profusion.mobi --- Makefile.am |3 +- include/location-reporting.h | 81 ++ 2 files changed, 83 insertions(+), 1 deletions(-) create mode 100644 include/location-reporting.h diff --git

[PATCH v4 3/6] mbmmodem: add location-reporting driver implementation

2011-02-22 Thread Lucas De Marchi
From: Rafael Ignacio Zurita rafael.zur...@profusion.mobi --- Makefile.am |3 +- drivers/mbmmodem/location-reporting.c | 247 + drivers/mbmmodem/mbmmodem.c |2 + drivers/mbmmodem/mbmmodem.h |3 + 4 files

[PATCH v4 4/6] mbm: add location-reporting atom

2011-02-22 Thread Lucas De Marchi
From: Rafael Ignacio Zurita rafael.zur...@profusion.mobi --- plugins/mbm.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/plugins/mbm.c b/plugins/mbm.c index 2ab80b4..105843f 100644 --- a/plugins/mbm.c +++ b/plugins/mbm.c @@ -46,6 +46,7 @@ #include

[PATCH v4 5/6] udev: add location-reporting device to mbm

2011-02-22 Thread Lucas De Marchi
From: Rafael Ignacio Zurita rafael.zur...@profusion.mobi --- plugins/udev.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/udev.c b/plugins/udev.c index 84478d7..aa5702e 100644 --- a/plugins/udev.c +++ b/plugins/udev.c @@ -105,7 +105,7 @@ static void

[PATCH v4 6/6] location-reporting: add documentation

2011-02-22 Thread Lucas De Marchi
From: Rafael Ignacio Zurita rafael.zur...@profusion.mobi --- Makefile.am|3 ++- doc/location-reporting-api.txt | 39 +++ 2 files changed, 41 insertions(+), 1 deletions(-) create mode 100644 doc/location-reporting-api.txt diff --git

Re: [PATCH 3/3] emulator: add CIND support

2011-02-22 Thread Denis Kenzior
Hi Frédéric, On 02/22/2011 09:40 AM, Frédéric Danis wrote: --- src/emulator.c | 56 1 files changed, 56 insertions(+), 0 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index 7a46d2a..ece38ab 100644 ---

[PATCH v4 2/6] location-reporting: add atom implementation

2011-02-22 Thread Lucas De Marchi
From: Rafael Ignacio Zurita rafael.zur...@profusion.mobi --- Makefile.am |2 +- src/location-reporting.c | 393 ++ src/ofono.h |2 + 3 files changed, 396 insertions(+), 1 deletions(-) create mode 100644

[PATCH] Add CNAP support (callerid name presentation) to isimodem

2011-02-22 Thread Antoine Reversat
--- drivers/isimodem/voicecall.c | 39 ++- src/voicecall.c |4 ++-- 2 files changed, 40 insertions(+), 3 deletions(-) diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c index 0a32f27..e778f23 100644 ---

Re: [PATCH] Add CNAP support (callerid name presentation) to isimodem

2011-02-22 Thread Gustavo F. Padovan
Hi Antoine, * Antoine Reversat a.rever...@gmail.com [2011-02-22 14:31:24 -0500]: --- drivers/isimodem/voicecall.c | 39 ++- src/voicecall.c |4 ++-- 2 files changed, 40 insertions(+), 3 deletions(-) diff --git

Re: [PATCH] Add CNAP support (callerid name presentation) to isimodem

2011-02-22 Thread Antoine Reversat
On Tue, Feb 22, 2011 at 4:22 PM, Gustavo F. Padovan pado...@profusion.mobi wrote: Hi Antoine, Hi +     if (!g_isi_sb_iter_get_byte(sb, pres, 2) || +                     !g_isi_sb_iter_get_byte(sb, id, 6) || +                     !g_isi_sb_iter_get_byte(sb, len, 7) || +                    

Re: [PATCH] sim: showing lock state with call meter

2011-02-22 Thread Denis Kenzior
Hi Jussi, include/sim.h|2 ++ src/call-meter.c | 27 +++ src/sim.c|8 3 files changed, 33 insertions(+), 4 deletions(-) diff --git a/include/sim.h b/include/sim.h index 412ae44..a56056e 100644 --- a/include/sim.h +++