oFono upstream test results_20150106

2015-01-06 Thread Nicolas Paccou
Hello all, Please find the test report of oFono v1.16 commit c9e426e. During this testing, we ran 32 functional positive cases. 32 cases passed, 0 failed and 0 blocked. The Pass Rate is 100% (no change vs previous session). No regression has been found.

Re: [help] automatic data reconnection in case of signal loss

2015-01-06 Thread Mylene JOSSERAND
Hi Denis, First of all, happy new year 2015. On 12/24/2014 07:38 PM, Denis Kenzior wrote: The modem is still in 'radio turned on' mode, e.g. online. So as far as oFono is concerned, nothing has changed. As to why your context activation fails, who knows. oFono simply sends the command to

[PATCH] gprs: Setup route for mmsc if there's no mms proxy

2015-01-06 Thread Slava Monich
And don't setup mms route at all if mmsc/proxy host name is not in dotted IPv4 format. --- src/gprs.c | 25 - 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index 05ab499..9c643b9 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -585,13

Re: [PATCH] gprs: Setup route for mmsc if there's no mms proxy

2015-01-06 Thread Marcel Holtmann
Hi Slava, And don't setup mms route at all if mmsc/proxy host name is not in dotted IPv4 format. --- src/gprs.c | 25 - 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index 05ab499..9c643b9 100644 --- a/src/gprs.c +++