Re: [PATCH 2/2] hfp_hf: retrieve AG version

2011-08-05 Thread Denis Kenzior
Hi Frédéric, On 08/04/2011 07:55 AM, Frédéric Danis wrote: > --- > plugins/hfp_hf.c |7 --- > 1 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/plugins/hfp_hf.c b/plugins/hfp_hf.c > index 5625141..cf2bb42 100644 > --- a/plugins/hfp_hf.c > +++ b/plugins/hfp_hf.c > @@ -163,

Re: [PATCH 1/2] hfpmodem: fix hf features

2011-08-05 Thread Denis Kenzior
Hi Frédéric, On 08/04/2011 07:55 AM, Frédéric Danis wrote: > check audio gateway version and only set right features > --- > drivers/hfpmodem/slc.c |5 + > drivers/hfpmodem/slc.h |1 + > 2 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/drivers/hfpmodem/slc.c b/driver

Re: [PATCH] hfpmodem: Fix g_at_chat leak

2011-08-05 Thread Denis Kenzior
Hi Frédéric, On 08/04/2011 07:48 AM, Frédéric Dalleau wrote: > --- > drivers/hfpmodem/call-volume.c |1 + > drivers/hfpmodem/network-registration.c |1 + > drivers/hfpmodem/voicecall.c|1 + > 3 files changed, 3 insertions(+), 0 deletions(-) > Patch has been appl

Re: [PATCH_v6 07/14] huaweicdma: create a dedicated netreg atom.

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 08:21 AM, Bertrand Aygon wrote: > --- > Makefile.am|3 +- > drivers/huaweicdmamodem/huaweicdmamodem.c |3 + > drivers/huaweicdmamodem/huaweicdmamodem.h |2 + > drivers/huaweicdmamodem/network-registration.c | 17

Re: [PATCH_v6 14/14] test: update list-modem to display CDMA DataStrength info.

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 08:21 AM, Bertrand Aygon wrote: > --- > test/list-modems |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org http://lists.o

Re: [PATCH_v6 13/14] cdmamodem: add data strength to CDMA netreg atom.

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 08:21 AM, Bertrand Aygon wrote: > --- > src/cdma-netreg.c | 39 +++ > 1 files changed, 39 insertions(+), 0 deletions(-) > > diff --git a/src/cdma-netreg.c b/src/cdma-netreg.c > index 12ddd23..e57856e 100644 > --- a/src/cdma-netreg.

Re: [PATCH_v6 12/14] cdmamodem: add data strength to CDMA netreg atom.

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 08:21 AM, Bertrand Aygon wrote: > --- > include/cdma-netreg.h |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org http://lis

Re: [PATCH_v6 10/14] cdmamodem: add strength to CDMA netreg atom.

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 08:21 AM, Bertrand Aygon wrote: > --- > src/cdma-netreg.c | 39 +++ > 1 files changed, 39 insertions(+), 0 deletions(-) > Patch has been applied, thanks. Regards, -Denis ___ ofono maili

Re: [PATCH_v6 09/14] cdmamodem: add strength to CDMA netreg atom

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 08:21 AM, Bertrand Aygon wrote: > --- > include/cdma-netreg.h |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > Patch has been applied with a modified commit message. Regards, -Denis ___ ofono mailing list ofo

Re: [PATCH_v6 06/14] huaweicdmamodem: create a huawei cdma driver.

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 08:21 AM, Bertrand Aygon wrote: > --- > Makefile.am |5 +++ > drivers/huaweicdmamodem/huaweicdmamodem.c | 42 > + > drivers/huaweicdmamodem/huaweicdmamodem.h | 21 ++ > 3 files changed, 68 in

Re: [PATCH_v6 05/14] cdmamodem: implement cdma network status.

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 08:21 AM, Bertrand Aygon wrote: > --- > src/cdma-netreg.c | 47 +++ > 1 files changed, 47 insertions(+), 0 deletions(-) > Patch has been applied with a modified commit message. Regards, -Denis

Re: [PATCH_v6 04/14] cdmamodem: define cdma network status.

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 08:21 AM, Bertrand Aygon wrote: > --- > include/cdma-netreg.h |9 + > 1 files changed, 9 insertions(+), 0 deletions(-) > Patch has been applied with a modified commit message. Regards, -Denis ___ ofono mailing l

Re: [PATCH_v6 03/14] cdmamodem: create the interface for CDMA netreg.

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 08:21 AM, Bertrand Aygon wrote: > --- > Makefile.am |2 +- > src/cdma-netreg.c | 190 > + > 2 files changed, 191 insertions(+), 1 deletions(-) > create mode 100644 src/cdma-netreg.c > Patch has been appl

Re: [PATCH_v6 02/14] cdmamodem: create include file for CDMA netreg.

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 08:21 AM, Bertrand Aygon wrote: > --- > Makefile.am |2 +- > include/cdma-netreg.h | 63 > + > src/ofono.h |1 + > 3 files changed, 65 insertions(+), 1 deletions(-) > create mode 100644 incl

Re: [PATCH_v6 01/14] cdmamodem: define CDMA netreg atom.

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 08:21 AM, Bertrand Aygon wrote: > --- > src/ofono.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) I applied this patch, but it was re-organized into commit a8bf6e96 Regards, -Denis ___ ofono mailing list ofono

RE: [PATCH 1/2] gatppp: save dumpfile into ppp info to start recording during open phase.

2011-08-05 Thread Aygon, Bertrand
Hi, > > @@ -541,6 +542,8 @@ gboolean g_at_ppp_open(GAtPPP *ppp, GAtIO > *io) > > if (ppp->hdlc == NULL) > > return FALSE; > > > > + g_at_hdlc_set_recording(ppp->hdlc, ppp->dumpfile); > > + > >>> > >>> I force the start of the recording in the p

Re: [PATCH 1/2] gatppp: save dumpfile into ppp info to start recording during open phase.

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 10:36 AM, Aygon, Bertrand wrote: > Hi Denis, > > @@ -541,6 +542,8 @@ gboolean g_at_ppp_open(GAtPPP *ppp, GAtIO *io) > if (ppp->hdlc == NULL) > return FALSE; > > + g_at_hdlc_set_recording(ppp->hdlc, ppp->dumpfile); > + >>> >>> I force

RE: [PATCH 1/2] gatppp: save dumpfile into ppp info to start recording during open phase.

2011-08-05 Thread Aygon, Bertrand
Hi Denis, > >>> @@ -541,6 +542,8 @@ gboolean g_at_ppp_open(GAtPPP *ppp, GAtIO *io) > >>> if (ppp->hdlc == NULL) > >>> return FALSE; > >>> > >>> + g_at_hdlc_set_recording(ppp->hdlc, ppp->dumpfile); > >>> + > > > > I force the start of the recording in the ppp_open. > > > > Without this

Re: [PATCH 1/2] gatppp: save dumpfile into ppp info to start recording during open phase.

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 10:06 AM, Aygon, Bertrand wrote: > Hi Denis, > >>> @@ -541,6 +542,8 @@ gboolean g_at_ppp_open(GAtPPP *ppp, GAtIO *io) >>> if (ppp->hdlc == NULL) >>> return FALSE; >>> >>> + g_at_hdlc_set_recording(ppp->hdlc, ppp->dumpfile); >>> + > > I force the start

RE: [PATCH 1/2] gatppp: save dumpfile into ppp info to start recording during open phase.

2011-08-05 Thread Aygon, Bertrand
Hi Denis, > > @@ -541,6 +542,8 @@ gboolean g_at_ppp_open(GAtPPP *ppp, GAtIO *io) > > if (ppp->hdlc == NULL) > > return FALSE; > > > > + g_at_hdlc_set_recording(ppp->hdlc, ppp->dumpfile); > > + I force the start of the recording in the ppp_open. Without this change, if we call g

Re: [PATCH 1/2] gatppp: save dumpfile into ppp info to start recording during open phase.

2011-08-05 Thread Denis Kenzior
Hi Bertrand, On 08/05/2011 03:34 AM, Bertrand Aygon wrote: > --- > gatchat/gatppp.c | 11 ++- > 1 files changed, 10 insertions(+), 1 deletions(-) > > diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c > index 2ff6c86..47a4949 100644 > --- a/gatchat/gatppp.c > +++ b/gatchat/gatppp.c > @@

Re: [PATCH] doc: fix Forwarded signal name in VoiceCallManager

2011-08-05 Thread Denis Kenzior
Hi Alexander, On 08/05/2011 06:53 AM, Alexander Kanavin wrote: > --- > doc/voicecallmanager-api.txt |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org

[PATCH_v6 13/14] cdmamodem: add data strength to CDMA netreg atom.

2011-08-05 Thread Bertrand Aygon
--- src/cdma-netreg.c | 39 +++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/src/cdma-netreg.c b/src/cdma-netreg.c index 12ddd23..e57856e 100644 --- a/src/cdma-netreg.c +++ b/src/cdma-netreg.c @@ -34,6 +34,7 @@ static GSList *g_drivers; str

[PATCH_v6 14/14] test: update list-modem to display CDMA DataStrength info.

2011-08-05 Thread Bertrand Aygon
--- test/list-modems |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/test/list-modems b/test/list-modems index 662a3c7..09949b7 100755 --- a/test/list-modems +++ b/test/list-modems @@ -52,7 +52,8 @@ for path, properties in modems:

[PATCH_v6 12/14] cdmamodem: add data strength to CDMA netreg atom.

2011-08-05 Thread Bertrand Aygon
--- include/cdma-netreg.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/cdma-netreg.h b/include/cdma-netreg.h index 80b0047..5687a24 100644 --- a/include/cdma-netreg.h +++ b/include/cdma-netreg.h @@ -48,6 +48,8 @@ void ofono_cdma_netreg_status_notify(struct ofon

[PATCH_v6 10/14] cdmamodem: add strength to CDMA netreg atom.

2011-08-05 Thread Bertrand Aygon
--- src/cdma-netreg.c | 39 +++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/src/cdma-netreg.c b/src/cdma-netreg.c index ec6b315..12ddd23 100644 --- a/src/cdma-netreg.c +++ b/src/cdma-netreg.c @@ -33,6 +33,7 @@ static GSList *g_drivers; s

[PATCH_v6 11/14] huaweicdma: register to ^RSSILVL to update signal strength.

2011-08-05 Thread Bertrand Aygon
--- drivers/huaweicdmamodem/network-registration.c | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/drivers/huaweicdmamodem/network-registration.c b/drivers/huaweicdmamodem/network-registration.c index db91882..b82919a 100644 --- a/drivers/huaweicdma

[PATCH_v6 09/14] cdmamodem: add strength to CDMA netreg atom

2011-08-05 Thread Bertrand Aygon
--- include/cdma-netreg.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/cdma-netreg.h b/include/cdma-netreg.h index 126a5a5..80b0047 100644 --- a/include/cdma-netreg.h +++ b/include/cdma-netreg.h @@ -46,6 +46,8 @@ struct ofono_cdma_netreg_driver { void ofono_

[PATCH_v6 08/14] huaweicdma: register to CDMA netreg atom.

2011-08-05 Thread Bertrand Aygon
--- plugins/huaweicdma.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/plugins/huaweicdma.c b/plugins/huaweicdma.c index 75aacb2..4c83114 100644 --- a/plugins/huaweicdma.c +++ b/plugins/huaweicdma.c @@ -34,6 +34,7 @@ #include #include #include +#include #includ

[PATCH_v6 06/14] huaweicdmamodem: create a huawei cdma driver.

2011-08-05 Thread Bertrand Aygon
--- Makefile.am |5 +++ drivers/huaweicdmamodem/huaweicdmamodem.c | 42 + drivers/huaweicdmamodem/huaweicdmamodem.h | 21 ++ 3 files changed, 68 insertions(+), 0 deletions(-) create mode 100644 drivers/huaweicdmamodem/h

[PATCH_v6 07/14] huaweicdma: create a dedicated netreg atom.

2011-08-05 Thread Bertrand Aygon
--- Makefile.am|3 +- drivers/huaweicdmamodem/huaweicdmamodem.c |3 + drivers/huaweicdmamodem/huaweicdmamodem.h |2 + drivers/huaweicdmamodem/network-registration.c | 175 4 files changed, 182 insertions(+), 1 dele

[PATCH_v6 05/14] cdmamodem: implement cdma network status.

2011-08-05 Thread Bertrand Aygon
--- src/cdma-netreg.c | 47 +++ 1 files changed, 47 insertions(+), 0 deletions(-) diff --git a/src/cdma-netreg.c b/src/cdma-netreg.c index 927af52..ec6b315 100644 --- a/src/cdma-netreg.c +++ b/src/cdma-netreg.c @@ -32,18 +32,36 @@ static GSList *g_dr

[PATCH_v6 04/14] cdmamodem: define cdma network status.

2011-08-05 Thread Bertrand Aygon
--- include/cdma-netreg.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/include/cdma-netreg.h b/include/cdma-netreg.h index 8ee7737..126a5a5 100644 --- a/include/cdma-netreg.h +++ b/include/cdma-netreg.h @@ -28,6 +28,12 @@ extern "C" { #include +enum cdma_n

[PATCH_v6 03/14] cdmamodem: create the interface for CDMA netreg.

2011-08-05 Thread Bertrand Aygon
--- Makefile.am |2 +- src/cdma-netreg.c | 190 + 2 files changed, 191 insertions(+), 1 deletions(-) create mode 100644 src/cdma-netreg.c diff --git a/Makefile.am b/Makefile.am index 95188a9..238771c 100644 --- a/Makefile.am +++ b/Ma

[PATCH_v6 01/14] cdmamodem: define CDMA netreg atom.

2011-08-05 Thread Bertrand Aygon
--- src/ofono.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/ofono.h b/src/ofono.h index 808a8f1..ef5e77d 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -135,6 +135,7 @@ enum ofono_atom_type { OFONO_ATOM_TYPE_LOCATION_REPORTING, OFONO_ATOM_TYPE_GNSS,

[PATCH_v6 02/14] cdmamodem: create include file for CDMA netreg.

2011-08-05 Thread Bertrand Aygon
--- Makefile.am |2 +- include/cdma-netreg.h | 63 + src/ofono.h |1 + 3 files changed, 65 insertions(+), 1 deletions(-) create mode 100644 include/cdma-netreg.h diff --git a/Makefile.am b/Makefile.am index 9c56711..95

[PATCH_v6 00/14] Create CDMA netreg atom

2011-08-05 Thread Bertrand Aygon
Create an org.ofono.cdma.NetworkRegistration interface Create first the skeleton Then add status information. Create a Huawei CDMA network. Add a netreg atom for this driver. Modify Huawei CDMA plugin to use this atom. Add signal strength support. And data signal strength support. Bertrand Aygon (

[PATCHv3 5/5] Mobile broadband provider info plugin makefile changes

2011-08-05 Thread Oleg Zhurakivskyy
--- Makefile.am |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6f5d921..7df0fd3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -358,6 +358,11 @@ builtin_libadd += @BLUEZ_LIBS@ endif endif +if PROVIDER_INFO +builtin_modules += mobil

[PATCHv3 4/5] Mobile broadband provider info plugin autoconf support

2011-08-05 Thread Oleg Zhurakivskyy
--- configure.ac | 19 +-- 1 files changed, 13 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index a6b4094..966237c 100644 --- a/configure.ac +++ b/configure.ac @@ -197,14 +197,21 @@ AC_SUBST(BLUEZ_CFLAGS) AC_SUBST(BLUEZ_LIBS) AM_CONDITIONAL(BLUETOOTH,

[PATCHv3 3/5] GPRS provisioning data plan support

2011-08-05 Thread Oleg Zhurakivskyy
--- include/gprs-provision.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/gprs-provision.h b/include/gprs-provision.h index e9eec61..2273a09 100644 --- a/include/gprs-provision.h +++ b/include/gprs-provision.h @@ -30,6 +30,7 @@ extern "C" { struct ofono_gprs_

[PATCHv3 2/5] GPRS context plan support

2011-08-05 Thread Oleg Zhurakivskyy
--- include/gprs-context.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/gprs-context.h b/include/gprs-context.h index f82fcaa..8dfc106 100644 --- a/include/gprs-context.h +++ b/include/gprs-context.h @@ -48,6 +48,11 @@ enum ofono_gprs_context_type {

[PATCHv3 0/5] Mobile broadband provider info plugin

2011-08-05 Thread Oleg Zhurakivskyy
Hello, Please find the mobile broadband provider info plugin ("Internet Access Provider database" TODO item). If enabled, the plugin reads mobile-broadband-provider-info database entries (PROVIDER_DATABASE) and returns GRPS context settings to oFono provisioning module. Regards, Oleg Oleg Zh

[PATCHv3 1/5] Mobile broadband provider info plugin

2011-08-05 Thread Oleg Zhurakivskyy
--- plugins/mobile-broadband-provider-info.c | 470 ++ 1 files changed, 470 insertions(+), 0 deletions(-) create mode 100644 plugins/mobile-broadband-provider-info.c diff --git a/plugins/mobile-broadband-provider-info.c b/plugins/mobile-broadband-provider-info.c new

[PATCH] doc: fix Forwarded signal name in VoiceCallManager

2011-08-05 Thread Alexander Kanavin
--- doc/voicecallmanager-api.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt index 73205f0..bd38229 100644 --- a/doc/voicecallmanager-api.txt +++ b/doc/voicecallmanager-api.txt @@ -202,7 +202,7 @@ Signals

Re: [PATCH_v5 7/8] huaweicdmamodem: create a huawei cdma driver.

2011-08-05 Thread Marcel Holtmann
Hi Bertrand, > Makefile.am|6 + > drivers/huaweicdmamodem/huaweicdmamodem.c | 45 +++ > drivers/huaweicdmamodem/huaweicdmamodem.h | 23 > drivers/huaweicdmamodem/network-registration.c | 159 > > 4 files cha

Re: [PATCH 2/3] isimodem: Allow network registration automatically

2011-08-05 Thread Aki Niemi
Hi Iiro, 2011/8/3 : > diff --git a/drivers/isimodem/network-registration.c > b/drivers/isimodem/network-registration.c > index cc48579..ffcfab4 100644 > --- a/drivers/isimodem/network-registration.c > +++ b/drivers/isimodem/network-registration.c > @@ -946,6 +946,84 @@ error: >        g_free(cbd

[PATCH 2/2] gprs: use a new var env to active PPP dump.

2011-08-05 Thread Bertrand Aygon
--- drivers/atmodem/gprs-context.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/gprs-context.c b/drivers/atmodem/gprs-context.c index ae6f06a..5b2491b 100644 --- a/drivers/atmodem/gprs-context.c +++ b/drivers/atmodem/gprs-context.c @@ -134,6 +134,7 @

[PATCH 1/2] gatppp: save dumpfile into ppp info to start recording during open phase.

2011-08-05 Thread Bertrand Aygon
--- gatchat/gatppp.c | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c index 2ff6c86..47a4949 100644 --- a/gatchat/gatppp.c +++ b/gatchat/gatppp.c @@ -85,6 +85,7 @@ struct _GAtPPP { gboolean suspended; gboolean x

[PATCH 0/2] PPP: recording ppp dump to file

2011-08-05 Thread Bertrand Aygon
Create a new env var to activate PPP dump recording into a file. Store this file in the PPP context, so the recording can occurs from the beginning of the session, and so we are sure to not loose any frame. Bertrand Aygon (2): gatppp: save dumpfile into ppp info to start recording during open