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,
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> @@
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
---
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
---
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:
---
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
---
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
---
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
---
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_
---
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
---
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
---
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
---
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
---
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
---
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
---
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,
---
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
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 (
---
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
---
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,
---
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_
---
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 {
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
---
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
---
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
Hi Bertrand,
> Makefile.am|6 +
> drivers/huaweicdmamodem/huaweicdmamodem.c | 45 +++
> drivers/huaweicdmamodem/huaweicdmamodem.h | 23
> drivers/huaweicdmamodem/network-registration.c | 159
>
> 4 files cha
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
---
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 @
---
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
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
49 matches
Mail list logo