Re: mms: next steps

2012-05-10 Thread Marcel Holtmann
Hi Ronald, Now that mms' TODO is almost empty (I've sent a set of patches yesterday that implement the last entry of the TODO). What should we add to release a first version of MMS ? What's already in place : - MMS submission, - MMS reception (automatic retrieval support), - MMS storage

[PATCH 0/2] mmsd: GetConversation

2012-05-10 Thread Ronald Tessier
These patches concern mmsd and are related to lastest patches applied. Ronald Tessier (2): test: Add python get-conversation test TODO: Update TODO to remove GetConversation entry Makefile.am |3 ++- TODO | 10 -- test/get-conversation | 34

[PATCH 1/2] test: Add python get-conversation test

2012-05-10 Thread Ronald Tessier
--- Makefile.am |3 ++- test/get-conversation | 34 ++ 2 files changed, 36 insertions(+), 1 deletions(-) create mode 100755 test/get-conversation diff --git a/Makefile.am b/Makefile.am index c3a4486..3ae0749 100644 --- a/Makefile.am +++

[PATCH 2/2] TODO: Update TODO to remove GetConversation entry

2012-05-10 Thread Ronald Tessier
--- TODO | 10 -- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index 8d82b90..a4330b3 100644 --- a/TODO +++ b/TODO @@ -16,16 +16,6 @@ Background once the task is better understood. -D-Bus API -= - -- Add the org.ofono.mms.Service interface

Re: [PATCH 0/2] mmsd: GetConversation

2012-05-10 Thread Marcel Holtmann
Hi Ronald, These patches concern mmsd and are related to lastest patches applied. Ronald Tessier (2): test: Add python get-conversation test TODO: Update TODO to remove GetConversation entry Makefile.am |3 ++- TODO | 10 --

Re: [PATCH_v2] atmodem: Fix crash on context activation.

2012-05-10 Thread Guillaume Zajac
Hi Denis, On 16/04/2012 15:09, Guillaume Zajac wrote: Shutdown PPP session if modem did not do it. --- drivers/atmodem/gprs-context.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/gprs-context.c b/drivers/atmodem/gprs-context.c index

Re: ofono-tests internet context: DNS works, ping wget and ssh do not (Connection Refused)

2012-05-10 Thread Darren Hart
On 05/10/2012 08:33 AM, Denis Kenzior wrote: Hi Darren, On 05/09/2012 05:46 PM, Darren Hart wrote: I have successfully used ofono-tests to enable,online,activate,and create-internet-context. I have an IP address and added the opendns servers. DNS appears to be working and the route

Re: ofono-tests internet context: DNS works, ping wget and ssh do not (Connection Refused)

2012-05-10 Thread Denis Kenzior
Hi Darren, However, ping, wget, and ssh all fail. ping just sits there, wget and ssh both fail with Connection Refused. Is there something obvious/common I might be running into? I'm using ofono 1.5. The steps I took for context follow: # ./enable-modem Connecting modem /mbm_0... #

Re: ofono-tests internet context: DNS works, ping wget and ssh do not (Connection Refused)

2012-05-10 Thread Darren Hart
On 05/10/2012 12:00 PM, Denis Kenzior wrote: Hi Darren, However, ping, wget, and ssh all fail. ping just sits there, wget and ssh both fail with Connection Refused. Is there something obvious/common I might be running into? I'm using ofono 1.5. The steps I took for context follow: #

Re: ofono-tests internet context: DNS works, ping wget and ssh do not (Connection Refused)

2012-05-10 Thread Denis Kenzior
Hi Darren, snip In my case, AccessPointName is empty. Then provisioning failed. The settings are then persisted in /var/lib/ofono/your sim card's imsi # cat /var/lib/ofono/310410469131422/gprs [Settings] Powered=true RoamingAllowed=false [context1] Name=Internet

Re: ofono-tests internet context: DNS works, ping wget and ssh do not (Connection Refused)

2012-05-10 Thread Darren Hart
On 05/10/2012 01:55 PM, Darren Hart wrote: On 05/10/2012 12:00 PM, Denis Kenzior wrote: Hi Darren, However, ping, wget, and ssh all fail. ping just sits there, wget and ssh both fail with Connection Refused. Is there something obvious/common I might be running into? I'm using