Skip to content

Commit

Permalink
APNs: Separate Simyo ES' entry (default and mms)
Browse files Browse the repository at this point in the history
Change-Id: I94a39c96ba8c83e5632afa46630254d59212350f
Fixes: CYAN-6272
  • Loading branch information
marado committed May 20, 2015
1 parent ebda3cd commit 6a5733a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prebuilt/common/etc/apns-conf.xml
Expand Up @@ -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" />
Expand Down

0 comments on commit 6a5733a

Please sign in to comment.