Re: New test scripts ...

2012-06-26 Thread Marcel Holtmann
Hi Jens, > for personal requirements (debugging) I added 3 simple scripts > (attached) to dump the properties of specific modem interfaces. > > Shall I send patches for them or are they useless for the project? > (For the records: I don't mind either) sending patches would be better. Especially

New test scripts ...

2012-06-26 Thread Jens Rehsack
Hi all, for personal requirements (debugging) I added 3 simple scripts (attached) to dump the properties of specific modem interfaces. Shall I send patches for them or are they useless for the project? (For the records: I don't mind either) Best regards, Jens #!/usr/bin/python # from dbus impor

Re: Unable to decode PDU for SMS-STATUS-REPORT

2012-06-26 Thread Philippe Nunes
Hi, On 06/25/2012 06:20 PM, Audric Schiltknecht wrote: On Mon, 25 Jun 2012 18:10:36 +0200, Audric Schiltknecht wrote: Hi guys. I'm having troubles with delivery reports. When I send a message with the property "UseDeliveryReports" set to "true", I can get the delivery report from the GSM mode

[PATCH_v2 2/2] gatserver: Add NULL check to avoid crash

2012-06-26 Thread Guillaume Zajac
Dundee is not waiting to receive the NO CARRIER notification to close the IO channel with oFono so that oFono is trying to send a NO CARRIER although GAtServer is removed. --- gatchat/gatserver.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/gatchat/gatserver.c b/gatch

[PATCH_v2 1/2] emulator: Test already done in g_at_server_resume()

2012-06-26 Thread Guillaume Zajac
--- src/emulator.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index e7c7d41..c3165eb 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -100,9 +100,6 @@ static void cleanup_ppp(struct ofono_emulator *em) __ofono_private_netwo

Re: [PATCH 2/2] emulator: Fix crash when dundee is disconnecting

2012-06-26 Thread Guillaume Zajac
Hi Denis, Dundee is not waiting to receive the NO CARRIER notification to close the IO channel with oFono so that oFono is trying to send a NO CARRIER although GAtServer is removed. --- src/emulator.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/emulato

Re: Unable to decode PDU for SMS-STATUS-REPORT

2012-06-26 Thread Audric Schiltknecht
Hello Denis, On Fri, 22 Jun 2012 03:28:55 -0500, Denis Kenzior wrote: Hi Audric, On 06/25/2012 11:10 AM, Audric Schiltknecht wrote: Hi guys. I'm having troubles with delivery reports. When I send a message with the property "UseDeliveryReports" set to "true", I can get the delivery report f