ofono gprs_primary_context description

2010-09-20 Thread Laurent THOMAS
Hi, According to the interface org.ofono.ConnectionContext description, the property Name is a free short string used to describe the context. Extract from conman-api.txt Properties string Name [readwrite] The name is a free form string that

Reg: Memory capacity exceeded

2010-09-20 Thread linux mobile
Hi, If device memory capacity is over there is a way to set HLR about memory capacity exceeded. But in Ofono I didn't find any indication regarding memory capacity exceeded for class 1 messages. Is this feature is going to be added in future? please let me know. Thanks Rams

RE: Reg: Memory capacity exceeded

2010-09-20 Thread Aki Niemi
Hi, On Mon, 2010-09-20 at 13:09 +0200, ext jeevaka.badrap...@elektrobit.com wrote: Class 2 Messages are stored in the SIM whereas Class 1 Messages are stored in the device storage which can be host storage or SIM storage. Right now, oFono doesn't store class 2 messages at all, which is a good

Re: Reg: Memory capacity exceeded

2010-09-20 Thread Pekka Pessi
Hi all, Of course, one can argue whether this feature really has some real world relevance or is purely theoretical. I wonder if it is a type approval requirement to support? I'm afraid there is a PICS case for this thing. I cannot recall how we got N900 through this particular hoop, but

RE: Reg: Memory capacity exceeded

2010-09-20 Thread Jeevaka.Badrappan
Hi, Of course, one can argue whether this feature really has some real world relevance or is purely theoretical. I wonder if it is a type approval requirement to support? I'm afraid there is a PICS case for this thing. I cannot recall how we got N900 through this particular hoop, but

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

2010-09-20 Thread Kalle Valo
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 might be possible to do this better, for example follow ^BOOT

[PATCH v2 2/2] huawei: fix online logic

2010-09-20 Thread Kalle Valo
The recently introduced online support to huawei didn't work with my Huawei E1552. The problem was that with command AT+CFUN=1;+CFUN=5 the modem didn't initialise the sim state properly. To fix this I changed the logic so that CFUN=5 is called only after the sim state has switched to a valid

Re: Reg: Memory capacity exceeded

2010-09-20 Thread Denis Kenzior
Hi Jeevaka, On 09/20/2010 07:39 AM, jeevaka.badrap...@elektrobit.com wrote: Hi, Of course, one can argue whether this feature really has some real world relevance or is purely theoretical. I wonder if it is a type approval requirement to support? I'm afraid there is a PICS case for

Re: ofono gprs_primary_context description

2010-09-20 Thread Denis Kenzior
Hi Laurent, On 09/20/2010 04:20 AM, Laurent THOMAS wrote: Hi, According to the interface org.ofono.ConnectionContext description, the property “Name” is a free short string used to describe the context. Extract from “conman-api.txt” /Properties string Name [readwrite]/

Re: Reg: Memory capacity exceeded

2010-09-20 Thread Aki Niemi
On Mon, 2010-09-20 at 14:29 +0200, ext Pekka Pessi wrote: I'm afraid there is a PICS case for this thing. I cannot recall how we got N900 through this particular hoop, but probably we just waived this particular test case irrelevant. I know we have the machinery in place in N900 to report

Re: Reg: Memory capacity exceeded

2010-09-20 Thread Denis Kenzior
Hi Jeevaka, On 09/20/2010 09:08 AM, jeevaka.badrap...@elektrobit.com wrote: Hi Denis, The thing is, oFono configures SMS for direct delivery (e.g. no SM/ME storage). And even if direct delivery does not work (e.g. crappy modem or Class 2 / Class 3 messages) oFono still removes the SMS

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

2010-09-20 Thread Marcel Holtmann
Hi Kalle, 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 might be possible to do this better, for

Re: [PATCH v2 2/2] huawei: fix online logic

2010-09-20 Thread Marcel Holtmann
Hi Kalle, The recently introduced online support to huawei didn't work with my Huawei E1552. The problem was that with command AT+CFUN=1;+CFUN=5 the modem didn't initialise the sim state properly. To fix this I changed the logic so that CFUN=5 is called only after the sim state has

[PATCH] doc/fixed-dialing-numbers-api.txt: add

2010-09-20 Thread Pekka . Pessi
From: Pekka Pessi pekka.pe...@nokia.com --- doc/fixed-dialing-numbers-api.txt | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) create mode 100644 doc/fixed-dialing-numbers-api.txt diff --git a/doc/fixed-dialing-numbers-api.txt

RE: Description of Voice call history plugin patch

2010-09-20 Thread Bommaraju, Rajyalakshmi
What is the call history agent idea? Can you explain clearly? When the client is up, is the history plug-in sends data instead of any signal? How about acknowledgement for data delivery especially when we are sending data cached on disk? If we forefeit the memory mapped idea, is the plugin

RE: Description of Voice call history plugin patch

2010-09-20 Thread Marcel Holtmann
Hi Raji, just a friendly reminder here to not do top posting. We are not allowing this on an open source mailing list. It is a good way of actually getting ignored ;) What is the call history agent idea? Can you explain clearly? It is like the SIM Toolkit agent, the PIN agent in BlueZ. Read