[ANNOUNCE] oFono 0.32

2010-10-20 Thread Denis Kenzior
Hi Everyone, We've been promising for a long time to start doing release e-mails, so now is as good a time as any. oFono 0.32 is out. This release is a mixed development and bug fix release with focus on stabilizing the Infineon modem support. We also fix some long standing issues with USSD han

RE: A way of polling SIM status

2010-10-20 Thread Zhang, Caiwen
Hi andrzej, > > On 20 October 2010 15:21, Pekka Pessi wrote: > > 2010/10/19 Denis Kenzior : > >> Unfortunately some modems report CPIN: READY even though they're not > >> ready.  The only reliable way to poll for this is to poll the IMSI, > then > >> the phonebook and the sms store and report re

Re: Please comment on callhistory API

2010-10-20 Thread rajyalakshmi bommaraju
Marcel, Marcel Holtmann wrote: Hi Raji, org.ofono.History will be the main adapter interface and org.ofono.CallHistoryAgent the callhistory agent and org.ofono.SmsHistoryAgent as the sms history agent. I want to seperate the two agents so that sms app will expose sms history agent and dia

Re: [PATCH v3 2/4] stk: Support send ss response

2010-10-20 Thread Denis Kenzior
Hi Yang, On 10/18/2010 03:00 AM, Yang Gu wrote: > --- > src/stkutil.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > This patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/l

Re: [PATCH v3 1/4] Add macro for general result and additional info

2010-10-20 Thread Denis Kenzior
Hi Yang, On 10/18/2010 03:00 AM, Yang Gu wrote: > --- > src/stkutil.h | 22 ++ > 1 files changed, 22 insertions(+), 0 deletions(-) > This patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org htt

Re: [PATCH 3/4] radio settings: document FastDormancy property

2010-10-20 Thread Denis Kenzior
Hi Mika, On 10/07/2010 08:37 AM, Mika Liljeberg wrote: > --- > doc/radio-settings-api.txt | 22 ++ > 1 files changed, 22 insertions(+), 0 deletions(-) > This patch has been applied. Can you include a short blurb of what is expected from the modem driver in the patch cover

[PATCH] Implementation of some of the history plugin functions

2010-10-20 Thread Rajyalakshmi Bommaraju
--- Makefile.am |4 + plugins/history.c | 237 ++ plugins/history_agent.c | 240 +++ plugins/history_agent.h | 67 + 4 files changed, 548 insertions(+), 0 deletions(-) cre

History plugin API implementation WIP (RFC)

2010-10-20 Thread Rajyalakshmi Bommaraju
Hello Team, I implemented some of the history API functions as discussed previously, please provide your feedback about the code developed so far. thanks, Raji Bommaraju ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH 4/4] test: add scripts to enable and disable fast dormancy

2010-10-20 Thread Denis Kenzior
Hi Mika, On 10/07/2010 08:37 AM, Mika Liljeberg wrote: > --- > Makefile.am|4 +++- > test/disable-fast-dormancy | 20 > test/enable-fast-dormancy | 20 > 3 files changed, 43 insertions(+), 1 deletions(-) > create mode 100755 test

Re: [PATCH 2/4] radio settings: add FastDormancy property

2010-10-20 Thread Denis Kenzior
Hi Mika, On 10/07/2010 08:37 AM, Mika Liljeberg wrote: > --- > include/radio-settings.h | 14 ++ > src/radio-settings.c | 104 > +- > 2 files changed, 117 insertions(+), 1 deletions(-) > > diff --git a/include/radio-settings.h b/include/rad

Re: [PATCH 1/4] radio settings: allow for more than one property

2010-10-20 Thread Denis Kenzior
Hi Mika, On 10/07/2010 08:37 AM, Mika Liljeberg wrote: > Restructure code to allow other properties besides > TechnologyPreference to be returned. > --- > src/radio-settings.c | 59 + > 1 files changed, 30 insertions(+), 29 deletions(-) > > diff

Re: A way of polling SIM status

2010-10-20 Thread Denis Kenzior
Hi Marcel, On 10/20/2010 04:43 PM, Marcel Holtmann wrote: > Hi Andrew, > Unfortunately some modems report CPIN: READY even though they're not ready. The only reliable way to poll for this is to poll the IMSI, then the phonebook and the sms store and report ready only once all of t

Re: A way of polling SIM status

2010-10-20 Thread Marcel Holtmann
Hi Andrew, > >> Unfortunately some modems report CPIN: READY even though they're not > >> ready. The only reliable way to poll for this is to poll the IMSI, then > >> the phonebook and the sms store and report ready only once all of them > >> can be manipulated. > > > > I seems to me that Caiwen

Re: A way of polling SIM status

2010-10-20 Thread andrzej zaborowski
On 20 October 2010 15:21, Pekka Pessi wrote: > 2010/10/19 Denis Kenzior : >> Unfortunately some modems report CPIN: READY even though they're not >> ready.  The only reliable way to poll for this is to poll the IMSI, then >> the phonebook and the sms store and report ready only once all of them >>

Re: [PATCH] isi: fix SMS

2010-10-20 Thread Denis Kenzior
Hi Pekka, On 10/20/2010 02:39 PM, pekka.pe...@nokia.com wrote: > From: Pekka Pessi > > Align read-params with update-params properly. > > Align and fill tpdu sub block in submit. > --- > drivers/isimodem/sms.c | 91 +++ > 1 files changed, 60 insert

[PATCH] isi: fix SMS

2010-10-20 Thread Pekka . Pessi
From: Pekka Pessi Align read-params with update-params properly. Align and fill tpdu sub block in submit. --- drivers/isimodem/sms.c | 91 +++ 1 files changed, 60 insertions(+), 31 deletions(-) diff --git a/drivers/isimodem/sms.c b/drivers/isimodem

[PATCHv2] isi: fix SMS

2010-10-20 Thread Pekka . Pessi
From: Pekka Pessi Try to avoid overwriting other SMS parameters but SCA address. Align submit request subblocks. Use g_isi_(v)send(). --- drivers/isimodem/sms.c | 162 +++- 1 files changed, 105 insertions(+), 57 deletions(-) diff --git a/drivers/is

Re: [PATCH] isi: fix SMS

2010-10-20 Thread Denis Kenzior
Hi Pekka, On 10/20/2010 11:44 AM, pekka.pe...@nokia.com wrote: > From: Pekka Pessi > > Read absence/presence flags from correct field. > > Try to avoid overwriting other SMS parameters but SCA address. > > Use g_isi_(v)send(). > --- > drivers/isimodem/sms.c | 93 > +

Re: [PATCHv3] isi: fix hangup_active and set_udub methods

2010-10-20 Thread Denis Kenzior
Hi Pekka, On 10/20/2010 12:08 PM, pekka.pe...@nokia.com wrote: > From: Pekka Pessi > > The concept of "active" call seems to be overloaded. > --- > drivers/isimodem/voicecall.c | 60 + > 1 files changed, 36 insertions(+), 24 deletions(-) > Patch has b

Re: [PATCHv2 1/2] voicecall: document voicecall driver methods

2010-10-20 Thread Denis Kenzior
Hi Pekka, > + /* > + * Release active, alerting, dialing, or incoming calls > + * and answer the waiting call. > + */ This actually only affects active calls. On AT modems you cannot have waiting calls when dialing / alerting. Dialing / Alerting / Incoming are also never affe

[PATCHv3] isi: fix hangup_active and set_udub methods

2010-10-20 Thread Pekka . Pessi
From: Pekka Pessi The concept of "active" call seems to be overloaded. --- drivers/isimodem/voicecall.c | 60 + 1 files changed, 36 insertions(+), 24 deletions(-) diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c index 82f7eef..c3

[PATCHv2 2/2] isi: fix hangup_active and set_udub methods

2010-10-20 Thread Pekka . Pessi
From: Pekka Pessi The concept of "active" call seems to be overloaded. --- drivers/isimodem/voicecall.c | 58 ++ 1 files changed, 36 insertions(+), 22 deletions(-) diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c index 82f7eef..a

[PATCHv2 1/2] voicecall: document voicecall driver methods

2010-10-20 Thread Pekka . Pessi
From: Pekka Pessi --- include/voicecall.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/voicecall.h b/include/voicecall.h index 2356fcf..f07d52b 100644 --- a/include/voicecall.h +++ b/include/voicecall.h @@ -67,6 +67,7 @@ struct ofono_voicecall_driver {

[PATCH] isi: fix SMS

2010-10-20 Thread Pekka . Pessi
From: Pekka Pessi Read absence/presence flags from correct field. Try to avoid overwriting other SMS parameters but SCA address. Use g_isi_(v)send(). --- drivers/isimodem/sms.c | 93 +--- 1 files changed, 56 insertions(+), 37 deletions(-) diff --g

[PATCH 2/2] isi: fix hangup_active and set_udub methods

2010-10-20 Thread Pekka . Pessi
From: Pekka Pessi The concept of "active" call seems to be overloaded. --- drivers/isimodem/voicecall.c | 41 +++-- 1 files changed, 35 insertions(+), 6 deletions(-) diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c index 82f7eef..fcb

[PATCH 1/2] voicecall: document voicecall driver methods

2010-10-20 Thread Pekka . Pessi
From: Pekka Pessi --- include/voicecall.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/voicecall.h b/include/voicecall.h index 2356fcf..6fd75ec 100644 --- a/include/voicecall.h +++ b/include/voicecall.h @@ -67,6 +67,7 @@ struct ofono_voicecall_driver {

Re: A way of polling SIM status

2010-10-20 Thread Pekka Pessi
Hi all, 2010/10/19 Denis Kenzior : > Unfortunately some modems report CPIN: READY even though they're not > ready.  The only reliable way to poll for this is to poll the IMSI, then > the phonebook and the sms store and report ready only once all of them > can be manipulated. I seems to me that Ca