RE: Removal of modemconf plugin

2010-08-17 Thread Zhang, Caiwen
Hi Marcel, What about dual mode modems that with two different serial ports? e.g. a modem support both GSM and CDMA, there is a serial port For GSM, and there is a serial another for CDMA. Why not keep both udev and modemconf plug-in. It remains for the user To decide which way to use. I think

RE: Removal of modemconf plugin

2010-08-17 Thread Gu, Yang
Hi, -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Marcel Holtmann Sent: Tuesday, August 17, 2010 5:54 PM To: ofono@ofono.org Subject: RE: Removal of modemconf plugin Hi Caiwen, a gentle reminder that this mailing list doesn't allow top

RE: Removal of modemconf plugin

2010-08-17 Thread Marcel Holtmann
Hi Yang, What about dual mode modems that with two different serial ports? e.g. a modem support both GSM and CDMA, there is a serial port For GSM, and there is a serial another for CDMA. Why not keep both udev and modemconf plug-in. It remains for the user To decide which way to

RE: Removal of modemconf plugin

2010-08-17 Thread Wang, Pengzhuo
Hi Marcel, Best Regards pengzhuo wang(bobwang) Professional Service | WindRiver P.R.China Room3-H,New JinQiao Plaza, No.585 Xizhang Rd(M),Shanghai,23,P.R.C Tel:86-21-63585586/87/89/90 ext.208 Fax:86-21-63585591 -Original Message- From: ofono-boun...@ofono.org

RE: Removal of modemconf plugin

2010-08-17 Thread Marcel Holtmann
Hi Pengzhuo, a gentle reminder that this mailing list doesn't allow top posting, please follow the netiquette for open source mailing lists. What about dual mode modems that with two different serial ports? e.g. a modem support both GSM and CDMA, there is a serial port For GSM,

[PATCH v5 0/8] Resubmitting STE Driver Patches.

2010-08-17 Thread Sjur Brændeland
Resubmitting same changes as last patch set, but some of the patches are split up in smaller parts. The RTNL patch is removed and replaced by a separate RFC. Sjur Brændeland (8): plugins/ste: SIM - STE registers as MBM to utilize mbm quirks. stemodem: Add polling for SIM ready.

[PATCH v5 2/8] stemodem: Add polling for SIM ready.

2010-08-17 Thread Sjur Brændeland
Interim solution until support for SIM 'ready' notification is supported. --- Change: AT-channel configuration is moved to separate patch. plugins/ste.c | 52 ++-- 1 files changed, 50 insertions(+), 2 deletions(-) diff --git a/plugins/ste.c

[PATCH v5 3/8] plugins/ste: Add AT Channel configurations

2010-08-17 Thread Sjur Brændeland
--- plugins/ste.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/plugins/ste.c b/plugins/ste.c index fcf4d15..bcf2704 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -216,7 +216,8 @@ static int ste_enable(struct ofono_modem *modem) if (getenv(OFONO_AT_DEBUG))

[PATCH v5 4/7] stemodem: Add Radio Settings to STE Modem

2010-08-17 Thread Sjur Brændeland
--- Changes: o Changed order of files in Makefile o Fixed missing empty line in copyright o Formatted enum better o Removed default is switches o Removed ste in function names Makefile.am |2 + drivers/stemodem/radio-settings.c | 230

[PATCH v5 5/8] plugins/ste: Add Radio-Settings

2010-08-17 Thread Sjur Brændeland
--- drivers/stemodem/radio-settings.c |5 + plugins/ste.c |2 ++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/plugins/ste.c b/plugins/ste.c index bcf2704..16ddbe1 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -54,6 +54,7 @@ #include

[PATCH v5 7/8] plugins/ste: Use SOCK_STREAM for CAIF and enable interface specification.

2010-08-17 Thread Sjur Brændeland
--- plugins/ste.c | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/plugins/ste.c b/plugins/ste.c index 16ddbe1..479d85c 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -30,6 +30,7 @@ #include stdlib.h #include string.h #include unistd.h +#include

[PATCH v5 6/8] plugins/modemconf.c add support for Interface for STE plugin.

2010-08-17 Thread Sjur Brændeland
--- plugins/modemconf.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/plugins/modemconf.c b/plugins/modemconf.c index 3747cd9..d7b1354 100644 --- a/plugins/modemconf.c +++ b/plugins/modemconf.c @@ -138,6 +138,7 @@ static struct { { g1, set_device },

[PATCH v5 8/8] plugins: Add STE sample to modem.conf

2010-08-17 Thread Sjur Brændeland
--- plugins/modem.conf |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/plugins/modem.conf b/plugins/modem.conf index 66bf932..b577114 100644 --- a/plugins/modem.conf +++ b/plugins/modem.conf @@ -44,3 +44,8 @@ #[n900] #Driver=n900modem #Interface=phonet0 + +# Sample

Re: [PATCH v5 1/8] plugins/ste: SIM - STE registers as MBM to utilize mbm quirks.

2010-08-17 Thread Marcel Holtmann
Hi Sjur, --- Change: This time the right line is hopefully being edited. plugins/ste.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) patch has been applied. Thanks. Regards Marcel ___ ofono mailing list ofono@ofono.org

Re: [PATCH v5 5/8] plugins/ste: Add Radio-Settings

2010-08-17 Thread Marcel Holtmann
Hi Sjur, --- drivers/stemodem/radio-settings.c |5 + plugins/ste.c |2 ++ 2 files changed, 7 insertions(+), 0 deletions(-) your diffstat is wrong here. Please check the tools you use to create them. Patch has been applied. Regards Marcel

Re: [PATCH v5 4/7] stemodem: Add Radio Settings to STE Modem

2010-08-17 Thread Marcel Holtmann
Hi Sjur, --- Changes: o Changed order of files in Makefile o Fixed missing empty line in copyright o Formatted enum better o Removed default is switches o Removed ste in function names Makefile.am |2 + drivers/stemodem/radio-settings.c | 230

Re: [PATCH v5 3/8] plugins/ste: Add AT Channel configurations

2010-08-17 Thread Marcel Holtmann
Hi Sjur, --- plugins/ste.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) patch has been applied. Thanks. Regards Marcel ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH v5 7/8] plugins/ste: Use SOCK_STREAM for CAIF and enable interface specification.

2010-08-17 Thread Marcel Holtmann
Hi Sjur, --- plugins/ste.c | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) patch has been applied. Thanks. Regards Marcel ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH v5 6/8] plugins/modemconf.c add support for Interface for STE plugin.

2010-08-17 Thread Marcel Holtmann
Hi Sjur, plugins/modemconf.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/plugins/modemconf.c b/plugins/modemconf.c index 3747cd9..d7b1354 100644 --- a/plugins/modemconf.c +++ b/plugins/modemconf.c @@ -138,6 +138,7 @@ static struct { { g1,

Re: [PATCH v5 8/8] plugins: Add STE sample to modem.conf

2010-08-17 Thread Marcel Holtmann
Hi Sjur, plugins/modem.conf |5 + 1 files changed, 5 insertions(+), 0 deletions(-) patch has been applied. Thanks. Regards Marcel ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH v5 2/8] stemodem: Add polling for SIM ready.

2010-08-17 Thread Marcel Holtmann
Hi Sjur, Interim solution until support for SIM 'ready' notification is supported. --- Change: AT-channel configuration is moved to separate patch. plugins/ste.c | 52 ++-- 1 files changed, 50 insertions(+), 2 deletions(-) patch has been

[PATCH] [RfC] stk-api: Proposed Set Up Call api.

2010-08-17 Thread Andrzej Zaborowski
--- doc/stk-api.txt | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/doc/stk-api.txt b/doc/stk-api.txt index 2e863a9..b85c7db 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -55,6 +55,14 @@ Signals PropertyChanged(string property, variant

Re: [PATCH] [RfC] stk-api: Proposed Set Up Call api.

2010-08-17 Thread Marcel Holtmann
Hi Andrew, --- doc/stk-api.txt | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/doc/stk-api.txt b/doc/stk-api.txt index 2e863a9..b85c7db 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -55,6 +55,14 @@ SignalsPropertyChanged(string

Re: [PATCH] [RfC] stk-api: Proposed Set Up Call api.

2010-08-17 Thread Andrzej Zaborowski
Hi, On 17 August 2010 16:39, Marcel Holtmann mar...@holtmann.org wrote: Hi Andrew, ---  doc/stk-api.txt |   15 +++  1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/doc/stk-api.txt b/doc/stk-api.txt index 2e863a9..b85c7db 100644 --- a/doc/stk-api.txt +++

Re: [PATCH] [RfC] stk-api: Proposed Set Up Call api.

2010-08-17 Thread Marcel Holtmann
Hi Andrew, doc/stk-api.txt | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/doc/stk-api.txt b/doc/stk-api.txt index 2e863a9..b85c7db 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -55,6 +55,14 @@ Signals

RAT , signal Strength indication ofono 0.23

2010-08-17 Thread Kouassu, AlainX
All, Is the Strength property and the Technology fully implemented in org.ofono.NetworkRegistration on Ofono 0.23 ? Is org.ofono.NetworkRegistration is fully integrated on Ofono 0.23 ? I am testing Ofono 0.23 on top of Medfield platform with a Agilent 8960 (Network simulator) I have noticed

Re: RAT , signal Strength indication ofono 0.23

2010-08-17 Thread Denis Kenzior
Hi Alain, On 08/17/2010 11:05 AM, Kouassu, AlainX wrote: All, Is the “Strength” property and the “Technology” fully implemented in org.ofono.NetworkRegistration on Ofono 0.23 ? Is org.ofono.NetworkRegistration is fully integrated on Ofono 0.23 ? If the modem driver provides

ppp0 interface is not configured

2010-08-17 Thread Florian Mayer (Mayer Electronics)
Hello all, we currently test the PPP dialup with a Huawei EM770W modem. We can connect with create-context and activate context but the ppp device is not configured. connman says that the device is not connected. We use connman 0.55 and ofono 0.26. What did we do wrong? The kernel is

ppp0 interface is not configured

2010-08-17 Thread Florian Mayer (Mayer Electronics)
Hello all, we currently test the PPP dialup with a Huawei EM770W modem. We can connect with create-context and activate context but the ppp device is not configured. connman says that the device is not connected. We use connman 0.55 and ofono 0.26. What did we do wrong? The kernel is

Re: ppp0 interface is not configured

2010-08-17 Thread Marcel Holtmann
Hi Florian, we currently test the PPP dialup with a Huawei EM770W modem. We can connect with create-context and activate context but the ppp device is not configured. connman says that the device is not connected. We use connman 0.55 and ofono 0.26. What did we do wrong? The kernel is

Re: ppp0 interface is not configured

2010-08-17 Thread Florian Mayer (Mayer Electronics)
Marcel Holtmann schrieb: Hi Florian, we currently test the PPP dialup with a Huawei EM770W modem. We can connect with create-context and activate context but the ppp device is not configured. connman says that the device is not connected. We use connman 0.55 and ofono 0.26. What did we

Re: ppp0 interface is not configured

2010-08-17 Thread Marcel Holtmann
Hi Florian, we currently test the PPP dialup with a Huawei EM770W modem. We can connect with create-context and activate context but the ppp device is not configured. connman says that the device is not connected. We use connman 0.55 and ofono 0.26. What did we do wrong? The kernel

Re: [RFC_PATCH 2/4] smsutil: Editorial changes to sms status report function

2010-08-17 Thread Denis Kenzior
Hi Petteri, On 08/16/2010 02:08 AM, Petteri Tikander wrote: --- src/smsutil.c | 202 +++- 1 files changed, 198 insertions(+), 4 deletions(-) Can we change the commit message a bit, something about storing / loading sms status report

Re: [RFC_PATCH 3/4] smsutil:add proper checking of sms-address in status report-function

2010-08-17 Thread Denis Kenzior
Hi Petteri, On 08/16/2010 02:08 AM, Petteri Tikander wrote: --- src/smsutil.c | 54 ++ 1 files changed, 26 insertions(+), 28 deletions(-) diff --git a/src/smsutil.c b/src/smsutil.c index 0972988..25e405c 100644 --- a/src/smsutil.c

Re: [RFC_PATCH 4/4] smsutil: added function for data handling of status report

2010-08-17 Thread Denis Kenzior
Hi Petteri, On 08/16/2010 02:08 AM, Petteri Tikander wrote: --- src/smsutil.c | 158 + 1 files changed, 92 insertions(+), 66 deletions(-) diff --git a/src/smsutil.c b/src/smsutil.c index 25e405c..a12bede 100644 ---

Re: [PATCH 2/2] Add: n900modem driver

2010-08-17 Thread Denis Kenzior
Hi Pekka, On 08/13/2010 01:31 PM, pekka.pe...@nokia.com wrote: From: Pekka Pessi pekka.pe...@nokia.com The N900 modem is based on isimodem. It works natively on N900 with Maemo or Meego kernel. The configuration option --disable-n900modem can be used to disable it (if, for instance,

Connecting with Huawei E226

2010-08-17 Thread Thiago Cangussu de Castro Gomes
Hi all, I'm trying to connect with a Huawei E226, but I'm getting different behavior whether I start ofonod with the modem (USB) plugged in or not: Scenario 1: 1 - start ofonod 2 - plug the modem 3 - not working Log: huawei-connected.log (attached) Scenario 2: 1 - start ofonod 2 - plug the

Re: Connecting with Huawei E226

2010-08-17 Thread Denis Kenzior
Hi Thiago, On 08/17/2010 03:31 PM, Thiago Cangussu de Castro Gomes wrote: Hi all, I'm trying to connect with a Huawei E226, but I'm getting different behavior whether I start ofonod with the modem (USB) plugged in or not: Scenario 1: 1 - start ofonod 2 - plug the modem 3 - not

[PATCH] stkagent: Free pending call when destroying agent.

2010-08-17 Thread Andrzej Zaborowski
Otherwise we leak memory and additionally D-bus invokes the method callback and since the agent is already destroyed, we segfault. --- src/stkagent.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/stkagent.c b/src/stkagent.c index fc05493..e71436d 100644

[PATCH] list-modems: Pretty-print main menu.

2010-08-17 Thread Andrzej Zaborowski
--- test/list-modems |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/test/list-modems b/test/list-modems index 191743b..eee00b0 100755 --- a/test/list-modems +++ b/test/list-modems @@ -58,6 +58,9 @@ for path in properties[Modems]:

[PATCH] calypso: Subscribe to %SIMREM, %SIMINS notifications.

2010-08-17 Thread Andrzej Zaborowski
These notifications should be emitted on SIM removal and insertion. These notifications don't work very well though, on the hardware this has been tested on, the modem never issued %SIMINS, and %SIMREM was emitted only in some specific circumenstances. --- plugins/calypso.c | 35

[PATCH] stk: Update agent_called with GetInkey and GetInput support.

2010-08-17 Thread Andrzej Zaborowski
--- src/stk.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/stk.c b/src/stk.c index 7d98f92..16cc906 100644 --- a/src/stk.c +++ b/src/stk.c @@ -424,6 +424,8 @@ static gboolean agent_called(struct ofono_stk *stk) switch (stk-pending_cmd-type) { case

[PATCH v2] [RfC] doc: Proposed Set Up Call api.

2010-08-17 Thread Andrzej Zaborowski
The normal sequence for call setup is: * Modem asks user for confirmation using icon1 / alphaId1. * User confirms * Modem starts dialling, screen displays icon2 / alphaId2, * Call is connected, modem replies to the proactive command, screen keeps displaying icon2 / alphaId2 until the phone call

Re: [PATCH v2] [RfC] doc: Proposed Set Up Call api.

2010-08-17 Thread Denis Kenzior
Hi Andrew, diff --git a/doc/voicecall-api.txt b/doc/voicecall-api.txt index efeae42..dae3ec2 100644 --- a/doc/voicecall-api.txt +++ b/doc/voicecall-api.txt @@ -106,3 +106,14 @@ Properties string LineIdentification [readonly] stamped when the call enters the

Re: [PATCH] stkagent: Free pending call when destroying agent.

2010-08-17 Thread Denis Kenzior
Hi Andrew, On 08/17/2010 10:37 AM, Andrzej Zaborowski wrote: Otherwise we leak memory and additionally D-bus invokes the method callback and since the agent is already destroyed, we segfault. --- Good catch. Patch has been applied, thanks. Regards, -Denis

Re: [PATCH] stk: Update agent_called with GetInkey and GetInput support.

2010-08-17 Thread Denis Kenzior
Hi Andrew, On 08/17/2010 10:37 AM, Andrzej Zaborowski wrote: --- src/stk.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org