From a9f07d55e9bc7d5e361c5501393f7a3ade5d16ee Mon Sep 17 00:00:00 2001 From: Gareth Evans <garethe@originalsolutions.co.uk> Date: Tue, 17 Jul 2018 08:58:13 +0000 Subject: [PATCH] removed the proxy for o2 Ireland Cutomers on MCC 272 MNC 02 should not be using the proxy we have identified 10000 handsets using the proxy and this is down to the Android source code we cannot OTA these handsets can go directly to the internet with better throughput and less page timeouts The current proxy is really only used for MMS header enrichment. I manage the proxy and the traffic is increasing month on month as are customer complaints. This is why this configuration should be removed. Test: made changes on rooted handset and verified they did not use the proxy but could browse the internet Change-Id: I56f54c006cbe81bbf5ccc9a0e0c20885b94f2aba Signed-off-by: Gareth Evans <garethe@originalsolutions.co.uk> --- etc/apns-full-conf.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/etc/apns-full-conf.xml b/etc/apns-full-conf.xml index 73f9795..63bfad2 100644 --- a/etc/apns-full-conf.xml +++ b/etc/apns-full-conf.xml @@ -6458,9 +6458,7 @@ mcc="272" mnc="02" apn="internet" - proxy="62.40.32.40" - port="8080" - mmsc="http://mmsc.mms.o2.ie:8002" + mmsc="http://mmsc.mms.o2.ie:8002/" mmsproxy="62.40.32.40" mmsport="8080" type="default,supl,mms" -- GitLab