Query on Ofono Architecture for multiple RATs

2010-08-12 Thread Naresh Mehta
Dear Ofono team, Lets suppose that I have a modem which implements various radio access technologies like CDMA, WCDMA, GSM, LTE, etc. The questions I have are: - How should this modem look like inside Ofono and be exposed outside of Ofono? - Do you expect to have separate modem drivers for CDMA,

light test report for oFono v0.26

2010-08-12 Thread Fu, Elva
Test Objective -- This is regular light testing for oFono upstream release. During this round of testing, we mainly focus on new feature testing to ensure new features work well and regression testing to ensure no big regression. Test Environment -

RE: Terminating emergency calls

2010-08-12 Thread Zhang, Zhenhua
Hi Sjur, Sjur Br?ndeland wrote: > Denis Kenzior wrote: >>> I thought of one more issue with voice calls. >>> I don't think it is safe to to terminate emergency calls using >>> release_specific, AT+CHLD=1X. At least this don't work for STE >>> modems. >>> >>> I suggest calls in state active shou

RE: [PATCH 10/16] gprs: Add ofono_gprs_create_context method

2010-08-12 Thread Zhang, Zhenhua
Hi Marcel, Marcel Holtmann wrote: > Hi Zhenhua, > >> DUN server may create one primary context if none of contexts >> existing on the GPRS atom. > > so Denis and I had a chat about this. And we agreed that oFono core > should just create one Internet context if none exists. If the plugin > drive

RE: [PATCH 04/16] emulator: Add APIs to send GAtServer result

2010-08-12 Thread Zhang, Zhenhua
Hi Marcel, Marcel Holtmann wrote: > Hi Zhenhua, > >> Defines APIs to send final/intermediate/unsolicited result to DUN >> client. --- >> include/emulator.h |2 ++ >> src/emulator.c | 28 >> src/ofono.h| 11 +++ >> 3 files changed, 41 inser

RE: [PATCH 0/10] Unregister AT notifiers when removing drivers

2010-08-12 Thread Zhang, Zhenhua
Hi Marcel, Marcel Holtmann wrote: > Hi Zhenhua, > >> This series unregister AT notifiers in removing various AT modem >> drivers when modem goes to offline mode. Please review them. > > just a heads up here that Denis and I talked about this. And we are > going to fix this inside GAtChat in the

RE: Startup sequence for Online / offline mode

2010-08-12 Thread Marcel Holtmann
Hi Waldo, > >>> Modem drivers that support Online / offline mode default to offline when > >>> oFono loads them. Which component is responsible for calling oFono and > >>> switch the modem to online mode? Will that component be part of MeeGo? > >> > >>This feature is still highly experimental and

Re: Terminating emergency calls

2010-08-12 Thread Sjur Brændeland
Denis Kenzior wrote: >> I thought of one more issue with voice calls. >> I don't think it is safe to to terminate emergency calls using >> release_specific, AT+CHLD=1X. >> At least this don't work for STE modems. >> >> I suggest calls in state active should be terminated using hangup_all >> or han

RE: Startup sequence for Online / offline mode

2010-08-12 Thread Bastian, Waldo
>>> Modem drivers that support Online / offline mode default to offline when >>> oFono loads them. Which component is responsible for calling oFono and >>> switch the modem to online mode? Will that component be part of MeeGo? >> >>This feature is still highly experimental and not all of the detai

Re: Terminating emergency calls

2010-08-12 Thread Denis Kenzior
Hi Sjur, On 08/12/2010 12:39 PM, Sjur Brændeland wrote: > Hi Denis. > > I thought of one more issue with voice calls. > I don't think it is safe to to terminate emergency calls using > release_specific, AT+CHLD=1X. > At least this don't work for STE modems. > > I suggest calls in state active sh

Re: Startup sequence for Online / offline mode

2010-08-12 Thread Marcel Holtmann
Hi Waldo, > > Modem drivers that support Online / offline mode default to offline when > > oFono loads them. Which component is responsible for calling oFono and > > switch the modem to online mode? Will that component be part of MeeGo? > > This feature is still highly experimental and not all of

Re: [PATCH] atmodem/phonebook: parse text as hexstring

2010-08-12 Thread Thadeu Lima de Souza Cascardo
On Wed, Aug 11, 2010 at 03:53:36PM +0800, Gu, Yang wrote: > Hi, > Hello, Yang. Thanks for the comments. I've done this patch in a rush (have done a worse one before to test and import some data from a cell phone). Your feedback is important so we can improve it and I can have some doubts answer

Terminating emergency calls

2010-08-12 Thread Sjur Brændeland
Hi Denis. I thought of one more issue with voice calls. I don't think it is safe to to terminate emergency calls using release_specific, AT+CHLD=1X. At least this don't work for STE modems. I suggest calls in state active should be terminated using hangup_all or hangup_active. What do you think?

Re: Startup sequence for Online / offline mode

2010-08-12 Thread Denis Kenzior
Hi Waldo, On 08/12/2010 12:23 PM, Bastian, Waldo wrote: > Modem drivers that support Online / offline mode default to offline when > oFono loads them. Which component is responsible for calling oFono and > switch the modem to online mode? Will that component be part of MeeGo? This feature is stil

Re: [RFC PATCH 5/5] smsutil: save pending status reports to imsi file

2010-08-12 Thread Denis Kenzior
Hi Petteri, On 08/10/2010 11:25 AM, Tikander Petteri wrote: > Hi Denis, > > I'm the guy, who already introduced shortly yesterday to Inaky, and I'm > continuing Pasi Miettinen's fine > work with SMS status-reports. Good to have you aboard :) > So, here are some comments (included below) for up

Startup sequence for Online / offline mode

2010-08-12 Thread Bastian, Waldo
Modem drivers that support Online / offline mode default to offline when oFono loads them. Which component is responsible for calling oFono and switch the modem to online mode? Will that component be part of MeeGo? Cheers, Waldo -- Intel Corporation - Hillsboro, Oregon Ultra Mobility Group

Re: maximum number of gsm 7 bit character in a concatenate sms message, supported by Ofono

2010-08-12 Thread Denis Kenzior
Hi Alain, On 08/12/2010 08:13 AM, Kouassu, AlainX wrote: > All, > > > > Could someone tell me the maximum number of characters in a > concatenated sms message containing standard gsm 7 bit characters , I > could send using ofono ? Please see unit/test-sms.c test_prepare_limits() for a comp

Re: [PATCH] Emit initial LineIdentification and State.

2010-08-12 Thread Denis Kenzior
Hi Pekka, On 08/09/2010 01:47 PM, pekka.pe...@nokia.com wrote: > From: Pekka Pessi > > Allow following of call states without calling GetProperties. We decided to solve this a little bit more nicely and address some of the long standing round-trip issues with the Voicecall API. Please check th

Re: [PATCH 0/10] Unregister AT notifiers when removing drivers

2010-08-12 Thread Denis Kenzior
Hi Zhenhua, On 08/10/2010 09:43 AM, Zhenhua Zhang wrote: > Hi, > > This series unregister AT notifiers in removing various AT modem drivers when > modem goes to offline mode. Please review them. > > We should fix other modem drivers other than atmodem as well. I will send > seperate patches fo

Re: [PATCH 2/2] huawei: postpone post_sim until SIM is ready

2010-08-12 Thread Denis Kenzior
Hi Kalle, On 08/10/2010 04:57 AM, Kalle Valo wrote: > On my Huawei E1552 with PIN locked SIM sim_state is 0 when calling > huawei_post_sim() and gprs context is not registered. This is because > ^SIMST notification is received only after huawei_post_sim() is called: > > Aug 10 12:38:33 tukki ofon

Re: [PATCH 1/2] huawei: poll sim state

2010-08-12 Thread Denis Kenzior
Hi Kalle, On 08/10/2010 04:57 AM, Kalle Valo wrote: > On my Huawei E1552 when I plug in the modem (ie. cold start) with PIN locked > SIM, the sim state is 255 (HUAWEI_SIM_STATE_NOT_EXISTENT). As the modem > doesn't send ^SIMST notifications, poll the sim state until it's ready. > > In theory it m

Re: [PATCH] Add EFest entry

2010-08-12 Thread Denis Kenzior
Hi Yang, On 08/11/2010 06:00 AM, Yang Gu wrote: > --- > src/default.xml |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > This patch has been applied. Thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org http://lists.ofono.

Re: [PATCH 2/3] stedriver: Copy caif_socket.h from 2.6.36 release candidate.

2010-08-12 Thread Denis Kenzior
Hi Sjur, On 08/09/2010 04:29 PM, Sjur Brændeland wrote: > From: Sjur Brændeland > > Copied include/linux/caif/caif_socket.h and > added AF_CAIF, PF_CAIF and SOL_CAIF definitions > found in linux/include/socket.h. > --- > drivers/stemodem/caif_socket.h | 207 > -

Re: [PATCH 1/3] stedriver: remove unsupported CAIF socket IOCTLs.

2010-08-12 Thread Denis Kenzior
Hi Sjur, On 08/09/2010 04:29 PM, Sjur Brændeland wrote: > From: Sjur Brændeland > > --- > drivers/stemodem/gprs-context.c | 48 +- > 1 files changed, 2 insertions(+), 46 deletions(-) This patch has been applied. Thanks. Regards, -Denis __

Re: [PATCH resend 1/3] voicecall: Rename cb-function hangup to hangup_active in core and drivers.

2010-08-12 Thread Denis Kenzior
Hi Sjur, On 08/09/2010 04:18 PM, Sjur Brændeland wrote: > From: Sjur Brændeland > > --- > drivers/atmodem/voicecall.c |4 ++-- > drivers/calypsomodem/voicecall.c |2 +- > drivers/hfpmodem/voicecall.c |2 +- > drivers/isimodem/voicecall.c |2 +- > drivers/stemodem/vo

Removal of modemconf plugin

2010-08-12 Thread Marcel Holtmann
Hello, so the modemconf plugin seemed to be a good idea at the time I wrote it, but lately is causes more issues and confusion than it solves. So we will be removing this plugin shortly. For this to happen the following dependencies need to be solved first: 1) Move phonesim plugin over t

maximum number of gsm 7 bit character in a concatenate sms message, supported by Ofono

2010-08-12 Thread Kouassu, AlainX
All, Could someone tell me the maximum number of characters in a concatenated sms message containing standard gsm 7 bit characters , I could send using ofono ? Regards, Alain - Intel Corporation SAS (French simplified joint

Re: [PATCH 10/16] gprs: Add ofono_gprs_create_context method

2010-08-12 Thread Marcel Holtmann
Hi Zhenhua, > DUN server may create one primary context if none of contexts existing > on the GPRS atom. so Denis and I had a chat about this. And we agreed that oFono core should just create one Internet context if none exists. If the plugin driver registers a GPRS atom, we should just create on

Re: [PATCH 04/16] emulator: Add APIs to send GAtServer result

2010-08-12 Thread Marcel Holtmann
Hi Zhenhua, > Defines APIs to send final/intermediate/unsolicited result to DUN > client. > --- > include/emulator.h |2 ++ > src/emulator.c | 28 > src/ofono.h| 11 +++ > 3 files changed, 41 insertions(+), 0 deletions(-) > > diff --git a/

Re: [PATCH 0/10] Unregister AT notifiers when removing drivers

2010-08-12 Thread Marcel Holtmann
Hi Zhenhua, > This series unregister AT notifiers in removing various AT modem drivers when > modem goes to offline mode. Please review them. just a heads up here that Denis and I talked about this. And we are going to fix this inside GAtChat in the background for you. Trying to fix this single