Re: [PATCH] Add missing PreferredLanguages property to SimManager documentation

2011-08-04 Thread Alexander Kanavin
2011/8/4 Marcel Holtmann : >> > patch has been applied, but I had to fix up the commit message for to >> > have a proper prefix. Keep that in mind next time. >> >> Perhaps this rule should be documented too :) > > you do know the answer to this one, patches are welcome ;) I know, but I can't quite

RE: [PATCH] speedup: blacklist the NO CARRIER terminator for control channel

2011-08-04 Thread Aygon, Bertrand
Hi, > > > > Some Speedup cards will send the NO CARRIER in the control > channel. > > > > > > please include a trace. I am not sure how this effect anything > since we > > > are not supporting online/offline mode with these cards. > > > > Ok, no problem. What kind of test do you want me to do? > >

RE: [PATCH] speedup: blacklist the NO CARRIER terminator for control channel

2011-08-04 Thread Marcel Holtmann
Hi Bertrand, > > > Some Speedup cards will send the NO CARRIER in the control channel. > > > > please include a trace. I am not sure how this effect anything since we > > are not supporting online/offline mode with these cards. > > Ok, no problem. What kind of test do you want me to do? > > I m

RE: [PATCH] speedup: blacklist the NO CARRIER terminator for control channel

2011-08-04 Thread Aygon, Bertrand
Hi, > > Some Speedup cards will send the NO CARRIER in the control channel. > > please include a trace. I am not sure how this effect anything since we > are not supporting online/offline mode with these cards. Ok, no problem. What kind of test do you want me to do? I make a data call that fail

Re: [PATCH] speedup: blacklist the NO CARRIER terminator for control channel

2011-08-04 Thread Marcel Holtmann
Hi Bertrand, > Some Speedup cards will send the NO CARRIER in the control channel. please include a trace. I am not sure how this effect anything since we are not supporting online/offline mode with these cards. Regards Marcel ___ ofono mailing list

[PATCH] speedup: blacklist the NO CARRIER terminator for control channel

2011-08-04 Thread Bertrand Aygon
Some Speedup cards will send the NO CARRIER in the control channel. --- plugins/speedup.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/plugins/speedup.c b/plugins/speedup.c index 0142ece..12ff501 100644 --- a/plugins/speedup.c +++ b/plugins/speedup.c @@ -182,6 +182,9

RE: [PATCH] atutil: put CME ERROR 10 in CPIN polling.

2011-08-04 Thread Aygon, Bertrand
Hi, > -Original Message- > From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On > Behalf Of Bertrand Aygon > Sent: Thursday, August 04, 2011 6:07 PM > To: ofono@ofono.org > Subject: [PATCH] atutil: put CME ERROR 10 in CPIN polling. > > Some modem also return CME ERROR 10 duri

[RFC 2/2] dun_dt: Add baseline for dun_dt plug-in.

2011-08-04 Thread mario
From: Mario Tokarz --- Makefile.am |3 + plugins/dun_dt.c | 375 ++ 2 files changed, 378 insertions(+), 0 deletions(-) create mode 100644 plugins/dun_dt.c diff --git a/Makefile.am b/Makefile.am index fbc85d4..778310b 100644 --- a/Ma

[RFC 1/2] dunmodem: Add stub for gprs-context.

2011-08-04 Thread mario
From: Mario Tokarz --- Makefile.am |3 +- drivers/dunmodem/dunmodem.c |2 + drivers/dunmodem/dunmodem.h |3 + drivers/dunmodem/gprs-context.c | 220 +++ 4 files changed, 227 insertions(+), 1 deletions(-) create mode 10

[RFC 0/2] Add stubs for dun gprs-context and dun_dt plug-in.

2011-08-04 Thread mario
From: Mario Tokarz Hi all, so, this is basically a draft for the missing piece in the dun functionality. The gprs-context brings up the PPP, while the basic bluetooth communication is part of the dun_dt plug-in. Still, I don't have it all straight yet. The code will bring up the modem once, b

Re: [PATCH] udev: add support for Olive HSDPA modem, which seems to be a SpeedUP.

2011-08-04 Thread Marcel Holtmann
Hi Bertrand, > plugins/ofono.rules |9 ++--- > 1 files changed, 6 insertions(+), 3 deletions(-) patch has been applied. Thanks. Regards Marcel ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

[PATCH] atutil: put CME ERROR 10 in CPIN polling.

2011-08-04 Thread Bertrand Aygon
Some modem also return CME ERROR 10 during boot, until SIM is ready. ofonod[5073]: Modem: > ATE0 +CMEE=1\r ofonod[5073]: Aux: > ATE0 +CMEE=1\r ofonod[5073]: Aux: < \r\nOK\r\n ofonod[5073]: Aux: > AT+CFUN=1\r ofonod[5073]: Modem: < \r\nOK\r\n ofonod[5073]: Aux: < \r\nUSAT_OP_FINISH\r\n\r\n+STRSP:0x

RE: [PATCH] udev: add support for Olive HSDPA modem, which seems to be a SpeedUP.

2011-08-04 Thread Aygon, Bertrand
Hi, > > plugins/ofono.rules |9 ++--- > > 1 files changed, 6 insertions(+), 3 deletions(-) > > > > diff --git a/plugins/ofono.rules b/plugins/ofono.rules > > index 27a6316..4e697af 100644 > > --- a/plugins/ofono.rules > > +++ b/plugins/ofono.rules > > @@ -385,7 +385,10 @@ ATTRS{idVendor}=

RE: [PATCH 4/4] atmodem: Add support for the PIN counter command AT+CPNNUM

2011-08-04 Thread Aygon, Bertrand
Hi, > > > > drivers/atmodem/sim.c | 95 > > > + > > > > 1 files changed, 95 insertions(+), 0 deletions(-) > > > > > > please include an OFONO_AT_DEBUG trace of this AT command. > > > > I have attached a full log from a SpeedUp dongle, but here is

RE: [PATCH 4/4] atmodem: Add support for the PIN counter command AT+CPNNUM

2011-08-04 Thread Marcel Holtmann
Hi Bertrand, > > > drivers/atmodem/sim.c | 95 > > + > > > 1 files changed, 95 insertions(+), 0 deletions(-) > > > > please include an OFONO_AT_DEBUG trace of this AT command. > > I have attached a full log from a SpeedUp dongle, but here is the

Re: [PATCH] Add missing PreferredLanguages property to SimManager documentation

2011-08-04 Thread Marcel Holtmann
Hi Alex, > > patch has been applied, but I had to fix up the commit message for to > > have a proper prefix. Keep that in mind next time. > > Perhaps this rule should be documented too :) you do know the answer to this one, patches are welcome ;) Regards Marcel __

[PATCH v2 2/2] emulator: fix indicator notification

2011-08-04 Thread Frédéric Danis
--- src/emulator.c | 33 +++-- src/voicecall.c | 11 --- 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index deb4780..06ec06c 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -59,6 +59,7 @@ struct indica

[PATCH v2 1/2] gatserver: add command finished functions

2011-08-04 Thread Frédéric Danis
--- gatchat/gatserver.c | 44 gatchat/gatserver.h |7 +++ 2 files changed, 51 insertions(+), 0 deletions(-) diff --git a/gatchat/gatserver.c b/gatchat/gatserver.c index ab785f7..8e92071 100644 --- a/gatchat/gatserver.c +++ b/gatchat/gatserver

Re: [PATCH] Add missing PreferredLanguages property to SimManager documentation

2011-08-04 Thread Alexander Kanavin
2011/8/4 Marcel Holtmann : > patch has been applied, but I had to fix up the commit message for to > have a proper prefix. Keep that in mind next time. Perhaps this rule should be documented too :) -- Alexander ___ ofono mailing list ofono@ofono.org ht

Re: [PATCH] Add missing PreferredLanguages property to SimManager documentation

2011-08-04 Thread Marcel Holtmann
Hi Alex, > doc/sim-api.txt |5 + > 1 files changed, 5 insertions(+), 0 deletions(-) patch has been applied, but I had to fix up the commit message for to have a proper prefix. Keep that in mind next time. Regards Marcel ___ ofono mailing li

[PATCH] Add missing PreferredLanguages property to SimManager documentation

2011-08-04 Thread Alexander Kanavin
--- doc/sim-api.txt |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/sim-api.txt b/doc/sim-api.txt index 22fe22b..ba8fdb1 100644 --- a/doc/sim-api.txt +++ b/doc/sim-api.txt @@ -114,6 +114,11 @@ Properties boolean Present [readonly] Contains t

RE: [PATCH] udev: add support for Olive HSDPA modem, which seems to be a SpeedUP.

2011-08-04 Thread Aygon, Bertrand
Hi, > plugins/ofono.rules |9 ++--- > 1 files changed, 6 insertions(+), 3 deletions(-) > > diff --git a/plugins/ofono.rules b/plugins/ofono.rules > index 27a6316..4e697af 100644 > --- a/plugins/ofono.rules > +++ b/plugins/ofono.rules > @@ -385,7 +385,10 @@ ATTRS{idVendor}=="1c9e", ATTRS{

[PATCH] udev: add support for Olive HSDPA modem, which seems to be a SpeedUP.

2011-08-04 Thread Bertrand Aygon
--- plugins/ofono.rules |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/plugins/ofono.rules b/plugins/ofono.rules index 27a6316..4e697af 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -385,7 +385,10 @@ ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9800

[PATCH 2/2] hfp_hf: retrieve AG version

2011-08-04 Thread Frédéric Danis
--- 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,9 +163,12 @@ static DBusMessage *hfp_agent_new_connection(DBusConnection *con

[PATCH 0/2] add profile version to HandsfreeAgent

2011-08-04 Thread Frédéric Danis
Some phones with HFP Audio Gateway version previous to 1.5 (i.e. Samsung SGH-D600 returning 0x0101 as profile version) do not accept an AT+BRSF with latest features. The Handsfree agent should adapt its AT+BRSF command depending on the remote version, so add version information as parameter of NewC

[PATCH 1/2] hfpmodem: fix hf features

2011-08-04 Thread Frédéric Danis
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/drivers/hfpmodem/slc.c index f9eca22..db1c3b9 100644 --- a/drivers/hfpmodem/slc.

[PATCH] hfpmodem: Fix g_at_chat leak

2011-08-04 Thread Frédéric Dalleau
--- drivers/hfpmodem/call-volume.c |1 + drivers/hfpmodem/network-registration.c |1 + drivers/hfpmodem/voicecall.c|1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/hfpmodem/call-volume.c b/drivers/hfpmodem/call-volume.c index df83657..c0

Re: [PATCH] dunmodem: Add stub for gprs.

2011-08-04 Thread Mario Tokarz
Hi Marcel, On Wed, Aug 03, 2011 at 10:35:26PM +0200 , Marcel Holtmann wrote: > > ... I trimmed this include list a little bit since you are not using any > of it. > Thx, I'm going to pay more attention to that next time. Cheers, Mario ___ ofono maili

RE: [PATCH 4/4] atmodem: Add support for the PIN counter command AT+CPNNUM

2011-08-04 Thread Aygon, Bertrand
Hi, > > drivers/atmodem/sim.c | 95 > + > > 1 files changed, 95 insertions(+), 0 deletions(-) > > please include an OFONO_AT_DEBUG trace of this AT command. I have attached a full log from a SpeedUp dongle, but here is the AT command that we ar