summaryrefslogtreecommitdiffstats
path: root/prebuilt/common/etc
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2015-05-27 15:27:40 -0500
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2015-05-28 18:35:40 +0000
commit9e9fea37ec027f0ecdc9c98b93776950e774b91a (patch)
treea7ba8879771850101e6bbe31554c7746b18b029f /prebuilt/common/etc
parent6560891d9b97c495ae49230dc60e5370fff91cfc (diff)
downloadvendor_replicant-9e9fea37ec027f0ecdc9c98b93776950e774b91a.zip
vendor_replicant-9e9fea37ec027f0ecdc9c98b93776950e774b91a.tar.gz
vendor_replicant-9e9fea37ec027f0ecdc9c98b93776950e774b91a.tar.bz2
Fix invalid roaming_protocol for telenor.smart APN
IPV4 is not a recognized protocol. Only IP, IPV4V6, and IPV6 are defined. Change-Id: I444d37a86c7168b4832c5bb69834714a0505ab7b
Diffstat (limited to 'prebuilt/common/etc')
-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 41dde70..b445739 100644
--- a/prebuilt/common/etc/apns-conf.xml
+++ b/prebuilt/common/etc/apns-conf.xml
@@ -390,7 +390,7 @@
<apn carrier="Lycamobile SE" mcc="240" mnc="12" apn="data.lycamobile.se" user="lmse" password="plus" type="default,supl" />
<apn carrier="Ventelo Internet" mcc="242" mnc="01" apn="internet.ventelo.no" type="default,supl" />
<apn carrier="Ventelo MMS" mcc="242" mnc="01" apn="mms.ventelo.no" user="ventelo" password="1111" mmsc="http://mmsc/" mmsproxy="10.10.10.11" mmsport="8080" type="mms" />
- <apn carrier="Telenor" mcc="242" mnc="01" apn="telenor.smart" mmsc="http://mmsc/" mmsproxy="mms-proxy.telenor.no" mmsport="8080" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4" />
+ <apn carrier="Telenor" mcc="242" mnc="01" apn="telenor.smart" mmsc="http://mmsc/" mmsproxy="mms-proxy.telenor.no" mmsport="8080" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IP" />
<apn carrier="Mobitalk" mcc="242" mnc="01" apn="telenor" user="dj" password="dj" proxy="10.10.10.10" port="8080" mmsc="http://mmsc/" mmsproxy="10.10.10.11" mmsport="8080" type="default,supl,mms" />
<apn carrier="Talkmore" mcc="242" mnc="01" apn="telenor" type="default,supl,mms" />
<apn carrier="NetCom MMS" mcc="242" mnc="02" apn="mms.netcom.no" mmsc="http://mm/" mmsproxy="212.169.66.4" mmsport="8080" type="mms" />