Advertisement
Guest User

Virgin Mobile Galaxy s3 apns-conf.xml

a guest
Jun 13th, 2013
1,465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  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="LTE - Wholesales OTA"
  25. mcc="310"
  26. mnc="000"
  27. apn="otasn"
  28. type="fota"
  29. protocol="IPV4V6"
  30. roaming_protocol="IPV4V6"
  31. bearer="14"
  32. />
  33.  
  34. <apn carrier="LTE - SPRINT OTA"
  35. mcc="310"
  36. mnc="120"
  37. apn="otasn"
  38. type="fota"
  39. protocol="IPV4V6"
  40. roaming_protocol="IPV4V6"
  41. bearer="14"
  42. />
  43.  
  44. <apn carrier="LTE - Boost OTA"
  45. mcc="311"
  46. mnc="870"
  47. apn="otasn"
  48. type="fota"
  49. protocol="IPV4V6"
  50. roaming_protocol="IPV4V6"
  51. bearer="14"
  52. />
  53.  
  54. <apn carrier="LTE - Virgin OTA"
  55. mcc="311"
  56. mnc="490"
  57. apn="otasn"
  58. type="fota"
  59. protocol="IPV4V6"
  60. roaming_protocol="IPV4V6"
  61. bearer="14"
  62. />
  63.  
  64. <apn carrier="LTE - SPRINT test ISP"
  65. mcc="001"
  66. mnc="01"
  67. apn="n.ispsn"
  68. type="default,mms"
  69. mmsc="http://mms.sprintpcs.com"
  70. mmsproxy = "68.28.31.7"
  71. mmsport = "80"
  72. protocol="IPV4V6"
  73. roaming_protocol="IPV4V6"
  74. bearer="14"
  75. />
  76.  
  77. <apn carrier="LTE - SPRINT test OTA"
  78. mcc="001"
  79. mnc="01"
  80. apn="otasn"
  81. type="fota"
  82. protocol="IPV4V6"
  83. roaming_protocol="IPV4V6"
  84. bearer="14"
  85. />
  86.  
  87. <apn carrier="LTE - SPRINT test PAM"
  88. mcc="001"
  89. mnc="01"
  90. apn="pamsn"
  91. type="dun"
  92. protocol="IPV4V6"
  93. roaming_protocol="IPV4V6"
  94. bearer="14"
  95. />
  96.  
  97. <apn carrier="LTE - SPRINT test ISP"
  98. mcc="001"
  99. mnc="010"
  100. apn="n.ispsn"
  101. type="default,mms"
  102. mmsc="http://mms.sprintpcs.com"
  103. mmsproxy = "68.28.31.7"
  104. mmsport = "80"
  105. protocol="IPV4V6"
  106. roaming_protocol="IPV4V6"
  107. bearer="14"
  108. />
  109.  
  110. <apn carrier="LTE - SPRINT test OTA"
  111. mcc="001"
  112. mnc="010"
  113. apn="otasn"
  114. type="fota"
  115. protocol="IPV4V6"
  116. roaming_protocol="IPV4V6"
  117. bearer="14"
  118. />
  119.  
  120. <apn carrier="LTE - SPRINT test PAM"
  121. mcc="001"
  122. mnc="010"
  123. apn="pamsn"
  124. type="dun"
  125. protocol="IPV4V6"
  126. roaming_protocol="IPV4V6"
  127. bearer="14"
  128. />
  129. <!-- End of Apn database for Sprint LTE support -->
  130.  
  131. <!-- Start of Apn database for Sprint EHRPD support -->
  132. <apn carrier="EHRPD - Wholesals OTA"
  133. mcc="310"
  134. mnc="000"
  135. apn="otasn"
  136. type="fota"
  137. protocol="IPV4V6"
  138. roaming_protocol="IPV4V6"
  139. bearer="13"
  140. />
  141.  
  142. <apn carrier="EHRPD - SPRINT OTA"
  143. mcc="310"
  144. mnc="120"
  145. apn="otasn"
  146. type="fota"
  147. protocol="IPV4V6"
  148. roaming_protocol="IPV4V6"
  149. bearer="13"
  150. />
  151.  
  152. <apn carrier="EHRPD - Boost OTA"
  153. mcc="311"
  154. mnc="870"
  155. apn="otasn"
  156. type="fota"
  157. protocol="IPV4V6"
  158. roaming_protocol="IPV4V6"
  159. bearer="13"
  160. />
  161.  
  162. <apn carrier="EHRPD - Virgin OTA"
  163. mcc="311"
  164. mnc="490"
  165. apn="otasn"
  166. type="fota"
  167. protocol="IPV4V6"
  168. roaming_protocol="IPV4V6"
  169. bearer="13"
  170. />
  171.  
  172. <apn carrier="EHRPD - SPRINT test ISP"
  173. mcc="001"
  174. mnc="01"
  175. apn="n.ispsn"
  176. type="default,mms"
  177. mmsc="http://mms.sprintpcs.com"
  178. mmsproxy = "68.28.31.7"
  179. mmsport = "80"
  180. protocol="IPV4V6"
  181. roaming_protocol="IPV4V6"
  182. bearer="13"
  183. />
  184.  
  185. <apn carrier="EHRPD - SPRINT test OTA"
  186. mcc="001"
  187. mnc="01"
  188. apn="otasn"
  189. type="fota"
  190. protocol="IPV4V6"
  191. roaming_protocol="IPV4V6"
  192. bearer="13"
  193. />
  194.  
  195. <apn carrier="EHRPD - SPRINT test PAM"
  196. mcc="001"
  197. mnc="01"
  198. apn="pamsn"
  199. type="dun"
  200. protocol="IPV4V6"
  201. roaming_protocol="IPV4V6"
  202. bearer="13"
  203. />
  204.  
  205. <apn carrier="EHRPD - SPRINT test ISP"
  206. mcc="001"
  207. mnc="010"
  208. apn="n.ispsn"
  209. type="default,mms"
  210. mmsc="http://mms.sprintpcs.com"
  211. mmsproxy = "68.28.31.7"
  212. mmsport = "80"
  213. protocol="IPV4V6"
  214. roaming_protocol="IPV4V6"
  215. bearer="13"
  216. />
  217.  
  218. <apn carrier="EHRPD - SPRINT test OTA"
  219. mcc="001"
  220. mnc="010"
  221. apn="otasn"
  222. type="fota"
  223. protocol="IPV4V6"
  224. roaming_protocol="IPV4V6"
  225. bearer="13"
  226. />
  227.  
  228. <apn carrier="EHRPD - SPRINT test PAM"
  229. mcc="001"
  230. mnc="010"
  231. apn="pamsn"
  232. type="dun"
  233. protocol="IPV4V6"
  234. roaming_protocol="IPV4V6"
  235. bearer="13"
  236. />
  237.  
  238. <!-- End of Apn database for Sprint EHRPD support -->
  239. </apns>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement