Re: [PATCH] voicecall: fix release and answer existing call validation

2012-04-20 Thread Mike
Hi Denis, On Thu, Apr 19, 2012 at 8:42 AM, Denis Kenzior wrote: > Hi Michael, > > On 04/19/2012 05:10 PM, Mike Brudevold wrote: >> From: Michael Brudevold >> >> Release and answer should be allowed when there are held calls as well as the >> existing check for waiting calls.  Most implementation

Re: [PATCH 3/3] service: fix for message_delete bug

2012-04-20 Thread Marcel Holtmann
Hi Sebastien, > mms_message_unregister destroyes the message > --- > src/service.c |7 ++- > 1 files changed, 6 insertions(+), 1 deletions(-) patch has been applied. Regards Marcel ___ ofono mailing list ofono@ofono.org http://lists.ofono.o

Re: [PATCH 1/3] mmsutil: add mms_message_status_get_string API

2012-04-20 Thread Marcel Holtmann
Hi Sebastien, > src/mmsutil.c | 25 + > src/mmsutil.h |1 + > 2 files changed, 26 insertions(+), 0 deletions(-) > > diff --git a/src/mmsutil.c b/src/mmsutil.c > index c507d6f..725849b 100644 > --- a/src/mmsutil.c > +++ b/src/mmsutil.c > @@ -1661,3 +1661,28 @@ gboole

[PATCH 3/3] service: fix for message_delete bug

2012-04-20 Thread Sébastien Bianti
mms_message_unregister destroyes the message --- src/service.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/service.c b/src/service.c index 5520012..f89fd3f 100644 --- a/src/service.c +++ b/src/service.c @@ -134,6 +134,7 @@ static DBusMessage *msg_delete(DBusC

[PATCH 2/3] service: use proper status value string

2012-04-20 Thread Sébastien Bianti
--- src/service.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/service.c b/src/service.c index 907b581..5520012 100644 --- a/src/service.c +++ b/src/service.c @@ -1497,7 +1497,7 @@ static void append_sr_msg_properties(DBusMessageIter *dict,

[PATCH 1/3] mmsutil: add mms_message_status_get_string API

2012-04-20 Thread Sébastien Bianti
--- src/mmsutil.c | 25 + src/mmsutil.h |1 + 2 files changed, 26 insertions(+), 0 deletions(-) diff --git a/src/mmsutil.c b/src/mmsutil.c index c507d6f..725849b 100644 --- a/src/mmsutil.c +++ b/src/mmsutil.c @@ -1661,3 +1661,28 @@ gboolean mms_message_encode(struct

[PATCH 0/3] mmsd: bug fix

2012-04-20 Thread Sébastien Bianti
This set concerns mmsd for ofono mailing list. Sébastien Bianti (3): mmsutil: add mms_message_status_get_string API service: use proper status value string service: fix for message_delete bug src/mmsutil.c | 25 + src/mmsutil.h |1 + src/service.c |9 +

Re: [PATCH] voicecall: send CallRemoved for calls when voicecall atom is unregistered

2012-04-20 Thread Mike
Hi Denis, On Thu, Apr 19, 2012 at 9:02 AM, Denis Kenzior wrote: > Hi Mike, > >> >> The only reason I added it is 4 hours of debugging my GUI and ofono to >> figure out why the GUI didn't notice the D-Bus path for the voice call >> was no longer around.  The documentation for CallRemoved says "Sig

Re: scan problem

2012-04-20 Thread Max
20.04.2012 20:00, Aygon, Bertrand написал: > So your modem doesn't reply to the first AT command sent. > > Can you try to open one of the many /dev/ttyUSB1 to /dev/ttyUSB16 using > minicom and send some AT command to see if you got an answer? Doh! You're right - the minicom just hangs. I'll try

RE: scan problem

2012-04-20 Thread Aygon, Bertrand
Hi, > > OFONO_AT_DEBUG=1 ./src/ofonod -n -d '*' > > Awesome! The log is attached: 1st I run `./enable-modem /wavecom_q_0` than > wait for few seconds and run `./online-modem /wavecom_q_0` which gives me > Setting modem /wavecom_q_0 online... > Traceback (most recent call last): > File "./online

Re: scan problem

2012-04-20 Thread Max
> OFONO_AT_DEBUG=1 ./src/ofonod -n -d '*' Awesome! The log is attached: 1st I run `./enable-modem /wavecom_q_0` than wait for few seconds and run `./online-modem /wavecom_q_0` which gives me Setting modem /wavecom_q_0 online... Traceback (most recent call last): File "./online-modem", line 17,

RE: scan problem

2012-04-20 Thread Aygon, Bertrand
Hi, > OFONO_AT_DEBUG=1 ./src/ofonod -n -d plugins/* Can you please start ofonod using this cmd line: OFONO_AT_DEBUG=1 ./src/ofonod -n -d '*' Thanks, Bertrand - Intel Corporation SAS (French simplified joint stock company) Regi

Re: scan problem

2012-04-20 Thread Max
OFONO_AT_DEBUG=1 ./src/ofonod -n -d plugins/* ofonod[22144]: oFono version 1.5 ofonod[22144]: Reading of /etc/ofono/phonesim.conf failed: No such file or directory ofonod[22144]: > AT+GCAP\r __ That's what I've after ./enable-modem /wavecom_q_0 ./online-modem /wavecom_q_0

RE: scan problem

2012-04-20 Thread Aygon, Bertrand
Hi, > > Ok, so your modem is enabled, but not online (Online = 0). > > > > You should online it by doing "./online-modem /wavecom_q_0" > > ./online-modem /wavecom_q_0 > Setting modem /wavecom_q_0 online... > Traceback (most recent call last): > File "./online-modem", line 17, in > modem.S

Re: scan problem

2012-04-20 Thread Max
20.04.2012 16:01, Aygon, Bertrand написал: > Ok, so your modem is enabled, but not online (Online = 0). > > You should online it by doing "./online-modem /wavecom_q_0" ./online-modem /wavecom_q_0 Setting modem /wavecom_q_0 online... Traceback (most recent call last): File "./online-modem", li

RE: scan problem

2012-04-20 Thread Aygon, Bertrand
Hi, > > Can you please give more details? > > Sure thing but I'll need some guidance on how obtain relevant information > since > I'm complete newbie to ofono stack. No problem. > Btw, I'm trying to use this monstrous http://shop.sysmocom.de/products/load- > tester16 > assembly :) > > > Is yo

Re: scan problem

2012-04-20 Thread Max
20.04.2012 14:44, Aygon, Bertrand написал: > Can you please give more details? Sure thing but I'll need some guidance on how obtain relevant information since I'm complete newbie to ofono stack. Btw, I'm trying to use this monstrous http://shop.sysmocom.de/products/load-tester16 assembly :) >