[PATCH] TODO: Add CDMA support to SMS stack

2010-10-19 Thread Rajesh Kadhiravan Nagaiah
--- TODO | 26 ++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index 3192a46..d8f6397 100644 --- a/TODO +++ b/TODO @@ -80,6 +80,32 @@ SMS Complexity: C1 Owner: Kristen Carlson Accardi kris...@linux.intel.com +- Add CDMA support to

Re: ISI crash when disconnecting N900 from USB

2010-10-19 Thread Aki Niemi
On Wed, 2010-10-13 at 06:05 +0200, ext Marcel Holtmann wrote: backtrace [0]: isi_registration_status() [network-registration.c:271] [1]: set_auto_resp_cb() [network-registration.c:535] [2]: g_isi_cleanup_req() [client.c:241] [3]: g_isi_client_destroy() [client.c:310] [4]:

Re: [RFC sim-ready-v1 PATCH 0/3] ofono_sim_ready_notify

2010-10-19 Thread Marcel Holtmann
Hi Pekka, Here is my 2nd stab at the ofono_sim_ready_notify(). Main difference from Denis's and Kristen's patch is that the modem driver now has a way to indicate that is ready or not: if SIM is not ready, the ofono_sim_driver indicates that with query_passwd_state callback returning

Re: [PATCH] TODO: Add CDMA support to SMS stack

2010-10-19 Thread Marcel Holtmann
Hi Rajesh, TODO | 26 ++ 1 files changed, 26 insertions(+), 0 deletions(-) patch has been applied. However keep in mind that you have to update the TODO description with correct details when it becomes clear on how we wanna integrate it. Regards Marcel

Re: [RFC sim-ready-v1 PATCH 0/3] ofono_sim_ready_notify

2010-10-19 Thread Pekka Pessi
Hi Marcel, 2010/10/19 Marcel Holtmann mar...@holtmann.org: so how do we handle AT command based modems that have no extra indication of SIM ready state? Are we stuck with quirks in the atmodem SIM driver or can we push these into the modem plugins? I forgot to mention that in 0 patch, but I

Re: A way of polling SIM status

2010-10-19 Thread Marcel Holtmann
Hi Caiwen, Due to some other tasks, it a long time did not take part in the discussion Here. I see there are much discussion about how to polling SIM status. Maybe we can start to polling the SIM status with AT+CPIN? when the probe function of SIM atom driver is invoke. If it return

Re: [PATCH 01/13] voicecall: __ofono_voicecall_send_tone internal api.

2010-10-19 Thread Denis Kenzior
Hi Andrew, So I gave this some thought now and made an implementation based on the __ofono_voicecall_dial api, but I think that this old approach is actually working better for us. There are a couple of scenarios (let's consider only atmodem first) 1. Send DTMF - Cancel - Send DTMF in

Re: Need clarification in querying the pin status

2010-10-19 Thread Denis Kenzior
Hi Mamata, On 10/19/2010 09:20 AM, mamata l wrote: Hi, I need clarification for querying the pin status when enabling/disabling pin fails and the maximum number of attempts of wrong password are reached in the modem. I am trying to enable pin with the wrong password, and trying to get

Re: Call Barring and MMI Supplementary Service codes

2010-10-19 Thread Denis Kenzior
Hi Rajesh, On 10/19/2010 12:27 AM, rajesh.naga...@elektrobit.com wrote: Hi Denis, My interpretation of 22.004 and 22.030 was that dedicated packet access and dedicated PAD access were deprecated and no longer being used. The fact that they're still listed in 27.007 seems to be

Re: [PATCH 01/13] voicecall: __ofono_voicecall_send_tone internal api.

2010-10-19 Thread Andrzej Zaborowski
On 19 October 2010 16:58, Denis Kenzior denk...@gmail.com wrote: Hi Andrew, So I gave this some thought now and made an implementation based on the __ofono_voicecall_dial api, but I think that this old approach is actually working better for us.  There are a couple of scenarios (let's

Re: [PATCH 01/13] voicecall: __ofono_voicecall_send_tone internal api.

2010-10-19 Thread Denis Kenzior
Hi Andrew, On 10/19/2010 10:34 AM, Andrzej Zaborowski wrote: On 19 October 2010 16:58, Denis Kenzior denk...@gmail.com wrote: Hi Andrew, So I gave this some thought now and made an implementation based on the __ofono_voicecall_dial api, but I think that this old approach is actually working

Re: Call Barring and MMI Supplementary Service codes

2010-10-19 Thread Denis Kenzior
Hi Pekka, On 10/19/2010 10:30 AM, Pekka Pessi wrote: Hi Denis, 2010/10/19 Denis Kenzior denk...@gmail.com: So let me repeat what you said in my own words. The lowlevel register message has these variations: - All data circuit sync - All sync services - All data circuit async - All

How to get exact error from Ofono for sms sending failed case

2010-10-19 Thread linux mobile
Hi, How to get exact error form Ofono for sms sending failed case Eg: Network not reachable, flight mode, offline ..etc Thanks ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: How to get exact error from Ofono for sms sending failed case

2010-10-19 Thread Denis Kenzior
Hi, On 10/19/2010 01:06 PM, linux mobile wrote: Hi, How to get exact error form Ofono for sms sending failed case Eg: Network not reachable, flight mode, offline ..etc Thanks oFono does not yet expose this information, this is still something we need to address... Regards, -Denis

Re: A way of polling SIM status

2010-10-19 Thread Denis Kenzior
Hi Caiwen, On 10/19/2010 05:41 AM, Zhang, Caiwen wrote: Hi, Due to some other tasks, it a long time did not take part in the discussion Here. I see there are much discussion about how to polling SIM status. Maybe we can start to polling the SIM status with AT+CPIN? when the probe