[PATCH] isimodem: Improper handling of missed call

2011-05-23 Thread Arun Ravindran
--- drivers/isimodem/voicecall.c | 32 1 files changed, 28 insertions(+), 4 deletions(-) diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c index 333f9b8..c599e39 100644 --- a/drivers/isimodem/voicecall.c +++ b/drivers/isimodem/voicecall.c

[PATCH] isimodem: Improper handling of missed call

2011-05-18 Thread Arun Ravindran
--- drivers/isimodem/voicecall.c | 20 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c index 333f9b8..6979105 100644 --- a/drivers/isimodem/voicecall.c +++ b/drivers/isimodem/voicecall.c @@ -50,6 +50

In band Tones and announcements

2011-05-17 Thread Arun Ravindran
Hi, Is there support for inband tones/announcement in ofono, if not is there any plan to implement/support this in ofono? Is org.ofono.AudioSettings interface meant for this, (but all the properties seem EXPERIMENTAL now)? regards Arun ___ ofono mailin

Re: [RFC PATCH v3] gprs: add function to handle activated context

2011-04-08 Thread Arun Ravindran
Hi Redouane, So the spec says, ME PDN ACT can come even for an implicit context activation request associated with CGATT, which is the case with EPS. For 3G, if this happens (ME PDN ACT) for UE initiated activation of context, then the cid is already set with CGDCONT. For EPS this can happen

Re: [RFC PATCH v3] gprs: add function to handle activated context

2011-04-07 Thread Arun Ravindran
Hi Redouane, the network. The mobile sends a piggybacked PDN CONNECTIVITY REQUEST with the initial attach request in order to initiate the initial EPS context. How does this happen from oFono (or in the TE-MT Interface). The problem is, the initial EPS context is initiated by mobile, not by I

Re: [RFC PATCH v3] gprs: add function to handle activated context

2011-04-06 Thread Arun Ravindran
Hi Pessi, Hi Arun, 2011/4/6 Arun Ravindran: According to this, the cid of user initiated context and network initiated context doesn't overlap. The problem is, the initial EPS context is initiated by mobile, not by the network. The mobile sends a piggybacked PDN CONNECTIVITY REQUEST wit

Re: [RFC PATCH v3] gprs: add function to handle activated context

2011-04-06 Thread Arun Ravindran
Hi Redouane, The purpose of the patch is to handle Network Initiated Context Activation and PDN connection request as part of EPS Attach procedure (LTE) in oFono core. In order to avoid issue regarding CID allocation : - driver should call the core using ofono_gprs_set_cid_range function to

Re: [RFCv3] doc: Proposal for LTE/IMS API

2011-03-03 Thread Arun Ravindran
Hi Sjur, I have a doubt on this interface + void Register(array{string} types) + + Registers an IMS Application. It must register + with at least one of the types: "voice" or "messaging". + In future "video" (Convers

Re: [RFCv3] doc: Proposal for LTE/IMS API

2011-03-02 Thread Arun Ravindran
Hi Sjur + + boolean VoiceOverPs [readonly] + + IMS voice is enabled by network + Related AT command: AT+CIREP. + + string CsHandoverProgress [readonly, optional] + + Indicates the handover progress stat

Re: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem

2011-02-24 Thread Arun Ravindran
Hi Denis, -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Denis Kenzior Sent: Wednesday, February 23, 2011 5:50 PM To: ofono@ofono.org Cc: tomasz.grego...@gmail.com Subject: Re: [PATCH] atmodem: CEREG support for LTE network status reporting

Re: [RFC] doc: Proposal for LTE/IMS API.

2011-01-28 Thread Arun Ravindran
Hi Sjur, doc/ims-api.txt | 119 +++ 1 files changed, 119 insertions(+), 0 deletions(-) create mode 100644 doc/ims-api.txt +Propertiesboolean ImsVoiceRegistered [readwrite, optional] + +Inform modem's radio stack that

Re: failed to send Concatenated sms message with ofono v0.33:

2010-11-22 Thread Arun Ravindran
Hi Haitao, 09787000-097c6000 rw-p 00:00 0 [heap] b782f000-b7831000 rwxs b3:09 16617 /var/cache/callhistory/voicecallhistorydata b7831000-b7835000 rwxs b3:09 16615 /var/cache/smshistory/smshistorydata b7835000-b783a000 r-xp b3:09 356573 /usr/lib/ofono/

Re: [RFC PATCH 1/2] common: add long dial string support

2010-11-18 Thread Arun Ravindran
Hi Denis, Marcel, Andras, include/types.h |2 +- src/common.c| 12 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/types.h b/include/types.h index ba2481f..b3d2247 100644 --- a/include/types.h +++ b/include/types.h @@ -76,7 +76,7 @@ struct ofono_

Ofono in Maemo scratchbox--compilation failed.

2010-07-09 Thread Arun Ravindran
Hi All, I am trying to compile Ofono in Maemo Scratchbox SDK enviornment. Here is the bootstrap-configure output: --- [sbox-FREMANTLE_X86: ~/ofono] > ./boots

Re: Ofono and PPP

2010-06-23 Thread Arun Ravindran
Hi, Hi Arun, > > > I have managed to put together ofono and conn man for an at modem > > interface. > > > > The atmodem is working and here is the detail of a pdp context i > > created. > > > --

RE: Ofono and PPP

2010-06-22 Thread Arun Ravindran
Hi all, Could any one help me in this? Where could be the issue? I have managed to put together ofono and conn man for an at modem interface. The atmodem is working and here is the detail of a pdp context i created. ---

Re: [PATCH] Enabling PDP Context support in atmodem.

2010-06-19 Thread Arun Ravindran
>From b3ad9e14d7cfbe3bd7375cfb56bca3d4f3549585 Mon Sep 17 00:00:00 2001 From: Arun Ravindran Date: Fri, 18 Jun 2010 23:12:12 +0300 Subject: [PATCH] Enabling PDP Context support in atmodem. --- plugins/atgen.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --gi

Ofono and PPP

2010-06-18 Thread Arun Ravindran
Hi all, I have managed to put together ofono and conn man for an at modem interface. The atmodem is working and here is the detail of a pdp context i created. -

[PATCH] Enabling PDP Context support in atmodem.

2010-06-17 Thread Arun Ravindran
>From d30d8658767de97b0ffb45697616604fb1576741 Mon Sep 17 00:00:00 2001 From: arun Date: Thu, 17 Jun 2010 21:42:00 +0300 Subject: [PATCH] Enabling PDP Context support in atmodem. --- plugins/atgen.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/plugins/atgen.c

Re: smtp server problem

2010-06-17 Thread Arun Ravindran
Hi, I also faced a similar issue 2 days back and the mails were bouncing. It got corrected after few hours... regards On Thu, Jun 17, 2010 at 3:55 PM, Miettinen Pasi wrote: > Hi, > > I am wondering why ofono mailing list server is not > receiving the emails I try to send from our > smtp.ixono

Re: ATModem-PPP Doubts

2010-06-16 Thread Arun Ravindran
Hi, I could make the ppp also work, all i was giving a wrong APN name and the IPCP was failing. I have not tried the ubuntu connman, that could be my next task. Regards Arun On Wed, Jun 16, 2010 at 7:59 AM, Kalle Valo wrote: > Arun Ravindran writes: > > > 3) Currently i am stuc

ATModem-PPP Doubts

2010-06-15 Thread Arun Ravindran
Hi, We using a modem through atmodem interface. While testing the functionalities, we found that the dataconnectionmanager interface is not coming up. We enabled the gprs modem driver creation and context creation in by adding it in atgen.c atgen_post_sim(struct ofono_modem *modem) { ---

Re: E63 as generic At Modem?

2010-06-03 Thread Arun Ravindran
through modem.conf file? To disable isimodem, we need to be build ofono. Regards Arun On Tue, Jun 1, 2010 at 9:52 AM, Arun Ravindran wrote: > Hi, > > > On Mon, May 31, 2010 at 4:54 PM, Aki Niemi wrote: > >> Hi Arun, >> >> 2010/5/31 Arun Ravindran : >>

Re: E63 as generic At Modem?

2010-05-31 Thread Arun Ravindran
Hi, On Mon, May 31, 2010 at 4:54 PM, Aki Niemi wrote: > Hi Arun, > > 2010/5/31 Arun Ravindran : > > Hello All, > > > > I am running the latest ofono in my ubuntu 9.10, under virtual box. > > > > I have connected my E63 through USB and I can see

E63 as generic At Modem?

2010-05-31 Thread Arun Ravindran
Hello All, I am running the latest ofono in my ubuntu 9.10, under virtual box. I have connected my E63 through USB and I can see that the isimodem up and working. --

How To Run the PhoneSIM and OFono

2010-05-24 Thread Arun Ravindran
Hello ALL, I had checked all the available archives for ofono to find how to run the phone simulator. It looks like the information is either wrong or outdated. I found the thread http://lists.ofono.org/pipermail/ofono/2009-October/000490.html, where for 0.4 version, the steps to run ofono and ph

Re: Ofono 0.20 compilation failed.

2010-05-21 Thread Arun Ravindran
Hi Dave, Yeh, libdbus-1-dev was not installed. Now ofono is compiling. Thanks for the help. Regards Arun On Fri, May 21, 201.0 at 5:12 PM, Dave Joubert wrote: > On 21 May 2010 15:04, Arun Ravindran wrote: > .. > > checking for GLIB... yes > > checking for DBUS..

Ofono 0.20 compilation failed.

2010-05-21 Thread Arun Ravindran
Hi All, I am trying to compile and install ofono to my unbuntu 9.10. I get the following error... r...@arun-laptop:/home/arun/ofono-0.20# ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var .