From 9e9fea37ec027f0ecdc9c98b93776950e774b91a Mon Sep 17 00:00:00 2001 From: Matt Mower <mowerm@gmail.com> Date: Wed, 27 May 2015 15:27:40 -0500 Subject: Fix invalid roaming_protocol for telenor.smart APN IPV4 is not a recognized protocol. Only IP, IPV4V6, and IPV6 are defined. Change-Id: I444d37a86c7168b4832c5bb69834714a0505ab7b --- prebuilt/common/etc/apns-conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prebuilt/common/etc') 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" /> -- cgit v1.1