Re: Problems ofono 0.45 and Nokia 6760

2011-06-16 Thread Aki Niemi
On Thu, 2011-06-16 at 11:27 +0200, ext Claudio Degioanni wrote: So my advice is to simply use DUN via USB ACM interface. So I think the nokia driver might work better than the isiusb one in this case. I'm using embedded tegra2 system, in the past i have tested the connection on x86 machine

[PATCH 0/2] ACFC and PFC options implementation

2011-06-16 Thread Guillaume Zajac
Hi, Those 2 patches, are implementing: - Address and Control Field Compression option - Protocol Field Compression option It has been tested with gsmdial that do not negotiate any options and Win7 that negotiate both option. An improvement of gsmdial and some ppp_lcp APIs could

[PATCH 1/2] GAtPPP: Add ACFC option support

2011-06-16 Thread Guillaume Zajac
--- gatchat/gatppp.c | 116 ++-- gatchat/ppp.h |7 +++ gatchat/ppp_lcp.c | 27 +++- 3 files changed, 124 insertions(+), 26 deletions(-) diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c index 5fb4146..a505db1 100644 ---

[PATCH 2/2] GAtPPP: Add PFC option support

2011-06-16 Thread Guillaume Zajac
--- gatchat/gatppp.c | 57 - gatchat/ppp.h |3 ++ gatchat/ppp_lcp.c | 28 +++-- 3 files changed, 84 insertions(+), 4 deletions(-) diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c index a505db1..6704536 100644

[PATCH] emulator: fix request tests

2011-06-16 Thread Frédéric Danis
--- src/emulator.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index c120ad3..8821afd 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -433,7 +433,7 @@ static void brsf_cb(GAtServer *server, GAtServerRequestType type,

Re: ZTE 3G dongle fails to work on Ofono

2011-06-16 Thread Denis Kenzior
Hi, On 06/15/2011 10:31 PM, Deng, Ying An wrote: Hi, I am trying with ZTE MF180 USB dongles on ofono 0.48 version, but met with some error when authenticate SIM: ofonod[2563]: Querying remaining pin retries failed Feel free to ignore this error, it just means that the zte driver

[PATCH] call-forward: Call forwarding state handling

2011-06-16 Thread Nicolas Bertrand
When CFU is active be cautious with conditional call-forward activation/deactivation --- src/call-forwarding.c | 46 -- 1 files changed, 40 insertions(+), 6 deletions(-) diff --git a/src/call-forwarding.c b/src/call-forwarding.c index

Re: [PATCH 1/2] linktop: reimplemented linktop plugin based on mbm with minimum features

2011-06-16 Thread Denis Kenzior
Hi Amit, snip @@ -127,93 +178,130 @@ static GAtChat *open_device(struct ofono_modem *modem, if (chat == NULL) return NULL; - if (getenv(OFONO_AT_DEBUG)) - g_at_chat_set_debug(chat, linktop_debug, debug); - return chat; } -static void

Re: [PATCH] emulator: fix request tests

2011-06-16 Thread Denis Kenzior
Hi Frédéric, On 06/16/2011 08:27 AM, Frédéric Danis wrote: --- src/emulator.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Patch has been applied with a minor style amendment. Regards, -Denis ___ ofono mailing list