1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4** Copyright 2006, Google Inc. 5** 6** Licensed under the Apache License, Version 2.0 (the "License"); 7** you may not use this file except in compliance with the License. 8** You may obtain a copy of the License at 9** 10** http://www.apache.org/licenses/LICENSE-2.0 11** 12** Unless required by applicable law or agreed to in writing, software 13** distributed under the License is distributed on an "AS IS" BASIS, 14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15** See the License for the specific language governing permissions and 16** limitations under the License. 17*/ 18--> 19 20<!-- use empty string to specify no proxy or port --> 21<!-- This version must agree with that in apps/common/res/apns.xml --> 22<apns version="7"> 23 <!-- Start of Apn database for Sprint LTE support --> 24 <apn carrier="ota" 25 mcc="310" 26 mnc="120" 27 apn="otasn" 28 type="fota" 29 protocol="IPV4V6" 30 roaming_protocol="IPV4V6" 31 bearer="14" 32 /> 33 34 <apn carrier="LTE - SPRINT test ISP" 35 mcc="001" 36 mnc="010" 37 apn="n.ispsn" 38 type="default, mms" 39 mmsc="http://mms.sprintpcs.com" 40 mmsproxy = "68.28.31.7" 41 mmsport = "80" 42 protocol="IPV4V6" 43 roaming_protocol="IPV4V6" 44 bearer="14" 45 /> 46 47 <apn carrier="LTE - SPRINT test OTA" 48 mcc="001" 49 mnc="010" 50 apn="otasn" 51 type="fota" 52 protocol="IPV4V6" 53 roaming_protocol="IPV4V6" 54 bearer="14" 55 /> 56 57 <apn carrier="LTE - SPRINT test PAM" 58 mcc="001" 59 mnc="010" 60 apn="pamsn" 61 type="dun" 62 protocol="IPV4V6" 63 roaming_protocol="IPV4V6" 64 bearer="14" 65 /> 66 67 <apn carrier="LTE - SPRINT test ISP" 68 mcc="001" 69 mnc="01" 70 apn="n.ispsn" 71 type="default, mms" 72 mmsc="http://mms.sprintpcs.com" 73 mmsproxy = "68.28.31.7" 74 mmsport = "80" 75 protocol="IPV4V6" 76 roaming_protocol="IPV4V6" 77 bearer="14" 78 /> 79 80 <apn carrier="LTE - SPRINT test OTA" 81 mcc="001" 82 mnc="01" 83 apn="otasn" 84 type="fota" 85 protocol="IPV4V6" 86 roaming_protocol="IPV4V6" 87 bearer="14" 88 /> 89 90 <apn carrier="LTE - SPRINT test PAM" 91 mcc="001" 92 mnc="01" 93 apn="pamsn" 94 type="dun" 95 protocol="IPV4V6" 96 roaming_protocol="IPV4V6" 97 bearer="14" 98 /> 99 100 <!-- End of Apn database for Sprint LTE support --> 101 102 <!-- Start of Apn database for Sprint EHRPD support --> 103 <apn carrier="ota" 104 mcc="310" 105 mnc="120" 106 apn="otasn" 107 type="fota" 108 protocol="IPV4V6" 109 roaming_protocol="IPV4V6" 110 bearer="13" 111 /> 112 113 <apn carrier="EHRPD - SPRINT test ISP" 114 mcc="001" 115 mnc="010" 116 apn="n.ispsn" 117 type="default, mms" 118 mmsc="http://mms.sprintpcs.com" 119 mmsproxy = "68.28.31.7" 120 mmsport = "80" 121 protocol="IPV4V6" 122 roaming_protocol="IPV4V6" 123 bearer="13" 124 /> 125 126 <apn carrier="EHRPD - SPRINT test OTA" 127 mcc="001" 128 mnc="010" 129 apn="otasn" 130 type="fota" 131 protocol="IPV4V6" 132 roaming_protocol="IPV4V6" 133 bearer="13" 134 /> 135 136 <apn carrier="EHRPD - SPRINT test PAM" 137 mcc="001" 138 mnc="010" 139 apn="pamsn" 140 type="dun" 141 protocol="IPV4V6" 142 roaming_protocol="IPV4V6" 143 bearer="13" 144 /> 145 146 <apn carrier="EHRPD - SPRINT test ISP" 147 mcc="001" 148 mnc="01" 149 apn="n.ispsn" 150 type="default, mms" 151 mmsc="http://mms.sprintpcs.com" 152 mmsproxy = "68.28.31.7" 153 mmsport = "80" 154 protocol="IPV4V6" 155 roaming_protocol="IPV4V6" 156 bearer="13" 157 /> 158 159 <apn carrier="EHRPD - SPRINT test OTA" 160 mcc="001" 161 mnc="01" 162 apn="otasn" 163 type="fota" 164 protocol="IPV4V6" 165 roaming_protocol="IPV4V6" 166 bearer="13" 167 /> 168 169 <apn carrier="EHRPD - SPRINT test PAM" 170 mcc="001" 171 mnc="01" 172 apn="pamsn" 173 type="dun" 174 protocol="IPV4V6" 175 roaming_protocol="IPV4V6" 176 bearer="13" 177 /> 178 179 <!-- End of Apn database for Sprint EHRPD support --> 180</apns> 181 182