summaryrefslogtreecommitdiffstats
path: root/prebuilt
diff options
context:
space:
mode:
authorgit <sgala@apache.org>2011-02-06 19:05:49 +0100
committergit <sgala@apache.org>2011-02-06 19:05:49 +0100
commit830c7b6978bfed4827d4aab33164910f4420a4fc (patch)
tree21e69dc1a24853dbb2a82612de50ad72f812e9af /prebuilt
parentf63e0a5828b34ffc098dba8c796873f0e8631397 (diff)
downloadvendor_replicant-830c7b6978bfed4827d4aab33164910f4420a4fc.zip
vendor_replicant-830c7b6978bfed4827d4aab33164910f4420a4fc.tar.gz
vendor_replicant-830c7b6978bfed4827d4aab33164910f4420a4fc.tar.bz2
Typo in Yoigo's MMS gateway in apns-conf.xml
It was not working until I noticed the error, and works since I manually edited it. First time I thought I had accidentally edited it to a wrong value, then I noticed that I needed to edit every time I updated cyanogenmod, so I found the error in the sources and I'm reporting it here to save future updates... It is $ host 193.209.134.141 141.134.209.193.in-addr.arpa domain name pointer mms-service.mobile.sonera.net. and not $ host 93.209.134.141 141.134.209.93.in-addr.arpa domain name pointer p5DD1868D.dip0.t-ipconnect.de. Change-Id: I62cfd18f29076189e1da5379bb37dc5bb533c815
Diffstat (limited to 'prebuilt')
-rw-r--r--prebuilt/common/etc/apns-conf.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml
index 26f8a21..6c41453 100644
--- a/prebuilt/common/etc/apns-conf.xml
+++ b/prebuilt/common/etc/apns-conf.xml
@@ -85,7 +85,7 @@
<apn carrier="Orange ES MMS" mcc="214" mnc="03" apn="orangemms" user="orange" password="orange" mmsc="http://mms.orange.es" mmsproxy="172.22.188.25" mmsport="8080" type="mms" />
<apn carrier="Orange World ES" mcc="214" mnc="03" apn="orangeworld" user="orange" password="orange" proxy="10.32.61.10" port="8080" type="default,supl" />
<apn carrier="Yoigo" mcc="214" mnc="04" apn="internet" proxy="010.008.000.036" port="8080" type="default,supl" />
- <apn carrier="Yoigo MMS" mcc="214" mnc="04" apn="mms" mmsc="http://mms" mmsproxy="93.209.134.141" mmsport="80" type="mms" />
+ <apn carrier="Yoigo MMS" mcc="214" mnc="04" apn="mms" mmsc="http://mms" mmsproxy="193.209.134.141" mmsport="80" type="mms" />
<apn carrier="INTERNET GPRS" mcc="214" mnc="06" apn="airtelnet.es" user="vodafone" password="vodafone" type="default,supl" />
<apn carrier="Pepephone Internet" mcc="214" mnc="06" apn="gprs.pepephone.com" type="default,supl" />
<apn carrier="Pepephone MMS" mcc="214" mnc="06" apn="mms.pepephone.com" user="wap@wap" password="wap125" mmsproxy="212.073.032.010" mmsport="80" type="mms" />