diff options
author | Marcos Marado <mmarado@cyngn.com> | 2015-05-19 18:09:04 +0100 |
---|---|---|
committer | Marcos Marado <mmarado@cyngn.com> | 2015-05-20 11:24:46 +0000 |
commit | 6a5733a0627133d665a02396d3dd39ea6b8c9928 (patch) | |
tree | 4afa2186708b0ca65e0d0ff968418e9239de6e2c /prebuilt/common/etc | |
parent | ebda3cde017e89e09090dc78f2db00613bc7a011 (diff) | |
download | vendor_replicant-6a5733a0627133d665a02396d3dd39ea6b8c9928.zip vendor_replicant-6a5733a0627133d665a02396d3dd39ea6b8c9928.tar.gz vendor_replicant-6a5733a0627133d665a02396d3dd39ea6b8c9928.tar.bz2 |
APNs: Separate Simyo ES' entry (default and mms)
Change-Id: I94a39c96ba8c83e5632afa46630254d59212350f
Fixes: CYAN-6272
Diffstat (limited to 'prebuilt/common/etc')
-rw-r--r-- | prebuilt/common/etc/apns-conf.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml index 3e5a144..0c85eee 100644 --- a/prebuilt/common/etc/apns-conf.xml +++ b/prebuilt/common/etc/apns-conf.xml @@ -146,7 +146,8 @@ <apn carrier="TeleCable MMS" mcc="214" mnc="16" apn="mms.telecable.es" user="telecable" password="telecable" mmsc="http://mms.telecable.es/mms/" mmsproxy="212.89.0.84" mmsport="8080" type="mms" /> <apn carrier="ONO Internet" mcc="214" mnc="18" apn="internet.ono.com" type="default,supl"/> <apn carrier="ONO MMS" mcc="214" mnc="18" apn="mms.ono.com" mmsc="http://mms.ono.com" mmsproxy="10.126.0.50" mmsport="8080" type="mms"/> - <apn carrier="Simyo ES" mcc="214" mnc="19" apn="gprs-service.com" mmsc="http://217.18.32.180:8080" mmsproxy="217.18.32.181" mmsport="8080" type="default,supl,mms" /> + <apn carrier="Simyo ES" mcc="214" mnc="19" apn="gprs-service.com" type="default,supl" /> + <apn carrier="Simyo ES-MMS" mcc="214" mnc="19" apn="gprs-service.com" mmsc="http://217.18.32.180:8080" mmsproxy="217.18.32.181" mmsport="8080" type="mms" /> <apn carrier="Jazztel" mcc="214" mnc="21" apn="jazzinternet" type="default,supl" /> <apn carrier="Jazztel MMS" mcc="214" mnc="21" apn="jazzmms" mmsc="http://jazztelmms.com:8081" mmsproxy="217.18.32.183" mmsport="8081" type="mms" /> <apn carrier="Lycamobile ES" mcc="214" mnc="25" apn="data.lycamobile.es" user="lmes" password="plus" type="default,supl" /> |