Re: [PATCH_v1 0/4] Manage Dormant property notification for CDMA modems

2011-12-08 Thread Denis Kenzior
Hi Guillaume, On 12/08/2011 05:00 AM, Guillaume Zajac wrote: > Hi, > > Change log from v0: > - Only notify the dormant state to the cdma-connman atom > - A new set of patches will be sent to control dormancy > mode. > > Kind regards, > Guillaume > > Guillaume Zajac (4): >

Re: [PATCH_v2 1/3] TODO: Mark network initiated disconnection task as done

2011-12-08 Thread Denis Kenzior
Hi Guillaume, On 12/08/2011 03:58 AM, Guillaume Zajac wrote: > --- > TODO |6 -- > doc/features.txt |6 ++ > 2 files changed, 6 insertions(+), 6 deletions(-) > All three patches have been applied, thanks. Regards, -Denis _

Re: [PATCH v2 06/12] gatchat: Add possibility to associate a diagnostic monitor to the AT-capable port

2011-12-08 Thread Philippe Nunes
Hi Marcel, On 12/08/2011 04:17 PM, Marcel Holtmann wrote: Hi Philippe, gatchat/gatchat.c | 26 ++ gatchat/gatchat.h |4 2 files changed, 30 insertions(+), 0 deletions(-) diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c index 7a0ef35..00e5fa8 100644

Re: [PATCH v2 06/12] gatchat: Add possibility to associate a diagnostic monitor to the AT-capable port

2011-12-08 Thread Marcel Holtmann
Hi Philippe, > >> gatchat/gatchat.c | 26 ++ > >> gatchat/gatchat.h |4 > >> 2 files changed, 30 insertions(+), 0 deletions(-) > >> > >> diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c > >> index 7a0ef35..00e5fa8 100644 > >> --- a/gatchat/gatchat.c > >> ++

Re: [PATCH v2 06/12] gatchat: Add possibility to associate a diagnostic monitor to the AT-capable port

2011-12-08 Thread Philippe Nunes
Hi Marcel, On 12/08/2011 03:13 PM, Marcel Holtmann wrote: Hi Philippe, gatchat/gatchat.c | 26 ++ gatchat/gatchat.h |4 2 files changed, 30 insertions(+), 0 deletions(-) diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c index 7a0ef35..00e5fa8 100644 ---

Re: [PATCH_v0 1/6] doc: Add DormantInterval property

2011-12-08 Thread Denis Kenzior
Hi Guillaume, > Right, the user can't manage this value, however Dormant property is > ReadOnly. > So should we have a specific DBus API to disable/enable the dormancy mode? > No, just turn it off in the modem. If the network forces us into Dormant mode, so be it. The API is modeled correctly

Re: [PATCH v2 06/12] gatchat: Add possibility to associate a diagnostic monitor to the AT-capable port

2011-12-08 Thread Marcel Holtmann
Hi Philippe, > gatchat/gatchat.c | 26 ++ > gatchat/gatchat.h |4 > 2 files changed, 30 insertions(+), 0 deletions(-) > > diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c > index 7a0ef35..00e5fa8 100644 > --- a/gatchat/gatchat.c > +++ b/gatchat/gatchat.c > @@

[PATCH v2 12/12] huaweicdmamodem: Fix sysinfo parsing

2011-12-08 Thread Philippe Nunes
In practice, the service domain is set to 255 (cdma not supported) with an EV-DO capable hardware. --- drivers/huaweicdmamodem/network-registration.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/huaweicdmamodem/network-registration.c b/drivers/huaweicdmamodem/

[PATCH v2 11/12] udevng: Add a default assignment for Huawei QCDM port

2011-12-08 Thread Philippe Nunes
--- plugins/udevng.c | 30 +- 1 files changed, 21 insertions(+), 9 deletions(-) diff --git a/plugins/udevng.c b/plugins/udevng.c index be87320..67660e3 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -235,6 +235,7 @@ static gboolean setup_sierra(struct modem_

[PATCH v2 10/12] huaweicdmamodem: Add 'serving_system' entry point to get SID

2011-12-08 Thread Philippe Nunes
--- drivers/huaweicdmamodem/network-registration.c | 141 1 files changed, 141 insertions(+), 0 deletions(-) diff --git a/drivers/huaweicdmamodem/network-registration.c b/drivers/huaweicdmamodem/network-registration.c index 2432bf1..8b6378c 100644 --- a/drivers/huaweicd

[PATCH v2 09/12] huaweicdmamodem: Probe the QCDM port with the version info request

2011-12-08 Thread Philippe Nunes
--- drivers/huaweicdmamodem/network-registration.c | 104 +--- 1 files changed, 94 insertions(+), 10 deletions(-) diff --git a/drivers/huaweicdmamodem/network-registration.c b/drivers/huaweicdmamodem/network-registration.c index fc054d5..2432bf1 100644 --- a/drivers/huaweicd

[PATCH v2 08/12] huaweicdma: Open qcdm port to be used for signal quality or network status

2011-12-08 Thread Philippe Nunes
--- plugins/huaweicdma.c | 44 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/plugins/huaweicdma.c b/plugins/huaweicdma.c index 9151ba8..0036b20 100644 --- a/plugins/huaweicdma.c +++ b/plugins/huaweicdma.c @@ -41,6 +41,7 @@ struct hu

[PATCH v2 06/12] gatchat: Add possibility to associate a diagnostic monitor to the AT-capable port

2011-12-08 Thread Philippe Nunes
--- gatchat/gatchat.c | 26 ++ gatchat/gatchat.h |4 2 files changed, 30 insertions(+), 0 deletions(-) diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c index 7a0ef35..00e5fa8 100644 --- a/gatchat/gatchat.c +++ b/gatchat/gatchat.c @@ -35,6 +35,7 @@ #include "r

[PATCH v2 07/12] huaweicdma: Use pcui port for cdma_netreg

2011-12-08 Thread Philippe Nunes
--- plugins/huaweicdma.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/huaweicdma.c b/plugins/huaweicdma.c index 4c83114..9151ba8 100644 --- a/plugins/huaweicdma.c +++ b/plugins/huaweicdma.c @@ -211,7 +211,7 @@ static void huaweicdma_post_online(struct ofono_mod

[PATCH v2 04/12] providers: Add cdma provider name plugin

2011-12-08 Thread Philippe Nunes
--- plugins/providers.c | 79 +++ 1 files changed, 79 insertions(+), 0 deletions(-) create mode 100644 plugins/providers.c diff --git a/plugins/providers.c b/plugins/providers.c new file mode 100644 index 000..f267db9 --- /dev/null +++ b/plug

[PATCH v2 05/12] cdma-netreg: Add provider name and SID support

2011-12-08 Thread Philippe Nunes
--- src/cdma-netreg.c | 40 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/src/cdma-netreg.c b/src/cdma-netreg.c index 222c3b7..eaa4524 100644 --- a/src/cdma-netreg.c +++ b/src/cdma-netreg.c @@ -24,6 +24,7 @@ #endif #include +#includ

[PATCH v2 02/12] ofono.h: add cdma-providers

2011-12-08 Thread Philippe Nunes
--- src/ofono.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/ofono.h b/src/ofono.h index bfb534d..a26c06d 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -487,6 +487,10 @@ void __ofono_gprs_provision_free_settings( #include #include #include + +#include +ofo

[PATCH v2 01/12] cdma-providers: add driver APIs header

2011-12-08 Thread Philippe Nunes
--- include/cdma-providers.h | 44 1 files changed, 44 insertions(+), 0 deletions(-) create mode 100644 include/cdma-providers.h diff --git a/include/cdma-providers.h b/include/cdma-providers.h new file mode 100644 index 000..6878087 --- /dev/nu

[PATCH v2 03/12] cdma-providers: add driver APIs implementation

2011-12-08 Thread Philippe Nunes
--- Makefile.am |4 +- src/cdma-providers.c | 80 ++ 2 files changed, 82 insertions(+), 2 deletions(-) create mode 100644 src/cdma-providers.c diff --git a/Makefile.am b/Makefile.am index 337aeb7..dca9984 100644 --- a/Makefile.am +++

[PATCH v2 00/12] Provider name and SID

2011-12-08 Thread Philippe Nunes
Hi, change log from previous version: - Fix the copyrigths. - Add Qualcomm Diagnostic Monitor port support to get the SID with the command 'station status'. This diagnostic port is especially needed in case of EV-DO capable hardware for which the AT command AT+CSS? may not return a valid answer.

[PATCH_v1 4/4] cdmamodem: Register dormant state callback for huawei modems

2011-12-08 Thread Guillaume Zajac
--- drivers/cdmamodem/connman.c | 42 ++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/drivers/cdmamodem/connman.c b/drivers/cdmamodem/connman.c index ec17e96..f27161b 100644 --- a/drivers/cdmamodem/connman.c +++ b/drivers/cdmamodem/connm

[PATCH_v1 3/4] huaweicdma: Tweak plugin to notify dormant state

2011-12-08 Thread Guillaume Zajac
Specify vendor in creating cdma-connman atom. Set PCUI interface as slave of MODEM interface to receive dormant state notification during data call. --- plugins/huaweicdma.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/plugins/huaweicdma.c b/plugins/huaweicdma.c i

[PATCH_v1 2/4] cdma-connman: Add dormant state notification API definition

2011-12-08 Thread Guillaume Zajac
--- src/cdma-connman.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/cdma-connman.c b/src/cdma-connman.c index 87cefd6..d796d9e 100644 --- a/src/cdma-connman.c +++ b/src/cdma-connman.c @@ -572,6 +572,23 @@ void ofono_cdma_connman_deactivated(struct

[PATCH_v1 1/4] cdma-connman: Add dormant state notification API

2011-12-08 Thread Guillaume Zajac
--- include/cdma-connman.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/cdma-connman.h b/include/cdma-connman.h index 7a115bf..d2ffa0f 100644 --- a/include/cdma-connman.h +++ b/include/cdma-connman.h @@ -66,6 +66,9 @@ void ofono_cdma_connman_driver_unregister(

[PATCH_v1 0/4] Manage Dormant property notification for CDMA modems

2011-12-08 Thread Guillaume Zajac
Hi, Change log from v0: - Only notify the dormant state to the cdma-connman atom - A new set of patches will be sent to control dormancy mode. Kind regards, Guillaume Guillaume Zajac (4): cdma-connman: Add dormant state notification API cdma-connman: Add dormant sta

[PATCH_v2 3/3] TODO: Mark RSSI measurement task as done

2011-12-08 Thread Guillaume Zajac
--- TODO |6 -- doc/features.txt |6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index 0b25806..df3b422 100644 --- a/TODO +++ b/TODO @@ -507,12 +507,6 @@ CDMA CMAS CDMA Network Acquisition -- Support reporti

[PATCH_v2 2/3] TODO: Split in 2 tasks RSSI and Ec/Io measurement

2011-12-08 Thread Guillaume Zajac
--- TODO |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/TODO b/TODO index 63d28ab..0b25806 100644 --- a/TODO +++ b/TODO @@ -508,7 +508,12 @@ CDMA Network Acquisition - Support reporting of the received signal strength indicator (RSSI) -

[PATCH_v2 1/3] TODO: Mark network initiated disconnection task as done

2011-12-08 Thread Guillaume Zajac
--- TODO |6 -- doc/features.txt |6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index 159b325..63d28ab 100644 --- a/TODO +++ b/TODO @@ -570,9 +570,3 @@ CDMA Connection Manager Priority: Medium Complexity: C4 - -- Support Networ

Re: [PATCH_v0 1/6] doc: Add DormantInterval property

2011-12-08 Thread Guillaume Zajac
Hi Denis, On 07/12/2011 13:34, Denis Kenzior wrote: Hi Guillaume, On 12/07/2011 10:05 AM, Guillaume Zajac wrote: --- doc/cdma-connman-api.txt |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/cdma-connman-api.txt b/doc/cdma-connman-api.txt index 48699a3..a6d1e