[PATCH] TODO: Owner of Read / Write EFcfis

2010-10-29 Thread Jeevaka Badrappan
--- TODO |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index 4ff53be..a01960e 100644 --- a/TODO +++ b/TODO @@ -117,6 +117,7 @@ SIM / SIM File system Priority: Low Complexity: C2 + Owner: Jeevaka Badrappan jeevaka.badrap...@elektrobit.com - SIM

oFono SMS Validity Period and Message Class support

2010-10-29 Thread Su, Yong
Hi, all: We are using ofono to send sms with validity period and message class in our project. but by checking source code, it seems ofono doesn't support these requirements. Current implemntation is the dbus interface SendMessage contains To and Text only. Does oFono plan to support

RE: [PATCH 3/6] radio settings: add FastDormancy property

2010-10-29 Thread Mika.Liljeberg
Hi Denis, The fundamental problem here is that there is only a single CACHED flag for multiple properties, which may be modified individually. So, either you get extra signals or you get too few. I checked the CACHED flag here because otherwise the following might happen: Yes, I

Re: [RFC PATCH 2/3] voicecall: emergency call handling added

2010-10-29 Thread Andras Domokos
Hi Denis, Thank you for your comments, here is my response. On 10/28/2010 06:48 AM, ext Denis Kenzior wrote: Hi Andras, On 10/25/2010 03:03 AM, Andras Domokos wrote: From: Andras Domokosandras.domo...@nokia.com Signed-off-by: Andras Domokosandras.domo...@nokia.com ---

RE: oFono SMS Validity Period and Message Class support

2010-10-29 Thread Rajesh.Nagaiah
Hi, Hi, all: We are using ofono to send sms with validity period and message class in our project. but by checking source code, it seems ofono doesn't support these requirements. Current implemntation is the dbus interface SendMessage contains To and Text only. Does oFono

Re: huawei e1550

2010-10-29 Thread Alexander A Khryukin
Bump. Same problem in 0.33 and 0.33 git ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH] TODO: Owner of Read / Write EFcfis

2010-10-29 Thread Marcel Holtmann
Hi Jeevaka, TODO |1 + 1 files changed, 1 insertions(+), 0 deletions(-) patch has been applied. Regards Marcel ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [RFC PATCH 2/3] voicecall: emergency call handling added

2010-10-29 Thread Marcel Holtmann
Hi Andras, In general I think that the emergency_watch is unnecessary. Having a reference counted emergency tracking inside the modem object and a modem online state watch should be sufficient. The idea with the emergency watch is that any subsystem can get the notification when

Re: [PATCH 3/6] radio settings: add FastDormancy property

2010-10-29 Thread Denis Kenzior
Hi Mika, snip So I gathered. To me this looks like a wider issue, though. InProgress errors are returned in many other contexts as well, and they are not that well documented in the API documentation. All this makes it a bit painful to write a robust oFono client. Probably this could be

Re: oFono SMS Validity Period and Message Class support

2010-10-29 Thread Denis Kenzior
Hi, On 10/29/2010 03:43 AM, Su, Yong wrote: Hi, all: We are using ofono to send sms with validity period and message class in our project. but by checking source code, it seems ofono doesn't support these requirements. oFono does not allow you to set the validity period and simply

Re: [RFC PATCH 2/3] voicecall: emergency call handling added

2010-10-29 Thread Denis Kenzior
Hi Andras, Just some general comments, but this patch seems to be backwards from the earlier proposal. Namely EmergencyMode is a property on the Modem interface, not on the VoiceCallManager. See doc/modem-api.txt, Emergency property. I thought it was more logical to have the