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

2015-01-22 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(-) Sorry, somehow I missed the reply to this patch and just accidentally found it (the reply) at mail-archive.

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 > +

[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 +5