RE: [PATCH 1/1] handle werid mbm card network name

2009-11-04 Thread Xu, Martin
-Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Marcel Holtmann Sent: Wednesday, November 04, 2009 1:55 PM To: ofono@ofono.org Subject: Re: [PATCH 1/1] handle werid mbm card network name Hi Martin, plugins/udev.c |3 ++- 1

[PATCH */4] add interface property to primary context

2009-11-08 Thread Xu, Martin
Hi: Interface property of Primary Context is needed by ofono plugin for Connman. These patches are used to implement interface property for Primary Context. Below is the way to implement it. 1. Create interface in Primary Context creating 2. Destroy interface in Primary Context

How does ConnMan works with Ofono? RE: [PATCH */4] add interface property to primary context

2009-11-09 Thread Xu, Martin
Hi Marcel/Denis In order to implement interface property. I think we need to clarify how does ConnMan work with Ofono firstly In my opinion ConnMan and ofono works like below. Could you review and give out your opinions? Thanks! PC_i: PrimaryContext_(internet type):

RE: [PATCH 1/1] emit settings signal before active signal

2009-11-22 Thread Xu, Martin
Marcel: -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Marcel Holtmann Sent: Sunday, November 22, 2009 2:14 AM To: ofono@ofono.org Subject: Re: [PATCH 1/1] emit settings signal before active signal Hi Martin --- src/gprs.c |

[PATCH */1] Allow builds to install the test scripts for debugging

2009-12-03 Thread Xu, Martin
So I can put the test script to a separated Moblin RPM package. It is convenient for user to debug, and remove the huge Phyton dependency on ofono package, Just like what has been done in ConnMan Moblin RPM package. ___ ofono mailing list

[PATCH 1/1] add netmask to hso gprs-context driver

2009-12-24 Thread Xu, Martin
From 0a2f79bf4282562db1230e511b24214345689e18 Mon Sep 17 00:00:00 2001 From: Martin Xu martin...@intel.com Date: Thu, 24 Dec 2009 12:29:56 -0500 Subject: [PATCH 1/1] add netmask to hso gprs-context driver --- drivers/hsomodem/gprs-context.c |4 +++- 1 files changed, 3 insertions(+), 1

RE: Merry Christmas to everyone

2009-12-24 Thread Xu, Martin
-Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Marcel Holtmann Sent: Friday, December 25, 2009 12:22 AM To: ofono@ofono.org Subject: Merry Christmas to everyone Hello everyone, and Santa is coming to town and bringing the 0.15

RE: [PATCH 1/1] install data file

2010-03-10 Thread Xu, Martin
-Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Marcel Holtmann Sent: Thursday, March 11, 2010 12:59 AM To: ofono@ofono.org Subject: Re: [PATCH 1/1] install data file Hi Martin, Makefile.am |2 +- 1 files changed, 1

RE: How to handle pins?

2010-04-21 Thread Xu, Martin
-Original Message- From: connman-boun...@connman.net [mailto:connman-boun...@connman.net] On Behalf Of Daniel Wagner Sent: Wednesday, April 21, 2010 2:14 PM To: conn...@connman.net Subject: How to handle pins? Hi, I was able to get connman with ofono working with my Option

RE: [PATCH] Fix compile warning at MeeGo The gcc version is MeeGo 4.5.1

2011-01-06 Thread Xu, Martin
Using the old version of gcc 4.4.2 I did not meet the issue, but using 4.5.1, we have warning. -Original Message- From: Xu, Martin Sent: Thursday, January 06, 2011 5:46 PM To: ofono@ofono.org Cc: Xu, Martin; blutolan Subject: [PATCH] Fix compile warning at MeeGo The gcc version

RE: [PATCH] Fix compile warning at MeeGo The gcc version is MeeGo 4.5.1

2011-01-06 Thread Xu, Martin
-Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Sjur Br?ndeland Sent: Thursday, January 06, 2011 5:49 PM To: ofono@ofono.org Cc: blutolan (none) Subject: Re: [PATCH] Fix compile warning at MeeGo The gcc version is MeeGo 4.5.1 Hi

RE: [PATCH] Fix compile warning at MeeGo The gcc version is MeeGo 4.5.1

2011-01-06 Thread Xu, Martin
-Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Marcel Holtmann Sent: Friday, January 07, 2011 1:45 AM To: ofono@ofono.org Subject: Re: [PATCH] Fix compile warning at MeeGo The gcc version is MeeGo 4.5.1 Hi Martin,

RE: [PATCH] Fix compile warning at MeeGo The gcc version is MeeGo 4.5.1

2011-01-06 Thread Xu, Martin
Hi Marcel: it is a false positive. The only caller that uses the cond value is sim_set_cf_indicator. And it only uses conf if the return value is TRUE. So where can this go wrong? You are right. I will ask MeeGo tool chain guy to resolve it. Marcel

RE: [PATCH 2/2] Inform Huawei modem using ACCM 0xffffffff to transmit package. Using my Huawei modem (EM770W) if set ACCM as 0x00000000, the RXJ- event will happened, and PPP link down, when IP packag

2011-01-11 Thread Xu, Martin
Hi Denis: -Original Message- From: Denis Kenzior [mailto:denk...@gmail.com] Sent: Wednesday, January 12, 2011 1:11 AM To: ofono@ofono.org Cc: Xu, Martin Subject: Re: [PATCH 2/2] Inform Huawei modem using ACCM 0x to trasmit package. Using my Huawei modem (EM770W) if set ACCM

RE: [PATCH 2/3] Use default ACCM (0xffffffff) to trasmit package

2011-01-20 Thread Xu, Martin
-Original Message- From: Denis Kenzior [mailto:denk...@gmail.com] Sent: Friday, January 21, 2011 3:11 AM To: ofono@ofono.org Cc: Xu, Martin Subject: Re: [PATCH 2/3] Use default ACCM (0x) to trasmit package Hi Martin, On 01/19/2011 11:45 PM, martin...@intel.com wrote

RE: [PATCH 1/3] PPP: Fix transmit ACCM and receive ACCM setting issue

2011-01-20 Thread Xu, Martin
Hi Denis: -Original Message- From: Denis Kenzior [mailto:denk...@gmail.com] Sent: Friday, January 21, 2011 3:09 AM To: ofono@ofono.org Cc: Xu, Martin Subject: Re: [PATCH 1/3] PPP: Fix transmit ACCM and receive ACCM setting issue Hi Martin, On 01/19/2011 11:45 PM, martin

RE: [V3 PATCH 3/3] Huawei: set Huawei EM770W modem device to 00

2011-02-14 Thread Xu, Martin
Denis/Marcel: -Original Message- From: Denis Kenzior [mailto:denk...@gmail.com] Sent: Tuesday, February 15, 2011 4:28 AM To: ofono@ofono.org Cc: Xu, Martin Subject: Re: [V3 PATCH 3/3] Huawei: set Huawei EM770W modem device to 00 Hi Martin, On 02/12/2011 03:41 AM, martin

patch to fix BMC #13679 Huawei EM770: ofonod crash when disable/enable 3G technology

2011-03-02 Thread Xu, Martin
Looks like my smtp server has some issue currently. So send the patch through attachment. Sorry for inconvenient. 0001-Fix-huawei_disconnect-function-issue.patch Description: 0001-Fix-huawei_disconnect-function-issue.patch ___ ofono mailing list

RE: patch to fix BMC #13679 Huawei EM770: ofonod crash when disable/enable 3G technology

2011-03-03 Thread Xu, Martin
Hi Denis: struct ofono_gprs *gprs; struct ofono_gprs_context *gc; gboolean voice; + gboolean online; I don't think you really need this one, you can use the presence of gprs atom instead. Gprs atom is not reliable here. Because gprs will be flushed when entering offline

RE: [PATCH 1/1] Fix primary context active/deactive result d-bus reply missing issue

2011-05-11 Thread Xu, Martin
Denis: -Original Message- From: Denis Kenzior [mailto:denk...@gmail.com] Sent: Thursday, May 12, 2011 2:31 AM To: ofono@ofono.org Cc: Xu, Martin Subject: Re: [PATCH 1/1] Fix primary context active/deactive result d-bus reply missing issue Hi Martin, On 04/27/2011 02:04 AM

RE: oFono 1.0 has been released

2011-10-16 Thread Xu, Martin
Congratulations! :-) -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Marcel Holtmann Sent: Monday, October 17, 2011 2:26 To: ofono@ofono.org Subject: oFono 1.0 has been released Hello everybody, I am pleased to announce that we

RE: DUN done right (was Re: ofono plugin)

2011-11-13 Thread Xu, Martin
Hi: 16:00 CET is 23:00 Beijing China time. Could you guys discuss on ConnMan or oFono channel, so we can get your discussion contends if we can't attend. :-) -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Daniel Wagner Sent: Monday,