blob: cd14dad929464ddad89e0ce1354f5ce8c0511a55 [file] [log] [blame]
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<!--
3/*
4** Copyright 2006, The Android Open Source Project
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 -->
Sungmin Choi7d1a0872013-02-04 12:46:05 +090022<apns version="8">
sy.yun5f7abb22013-07-30 10:31:54 +090023
Jing Zhao260ee292014-08-25 10:47:44 -050024 <apn carrier="AT&amp;T PHONE TEST SIM"
25 mcc="001"
26 mnc="01"
27 apn="phone"
28 user=""
29 password=""
30 proxy=""
31 port=""
32 mmsc="http://mmsc.mobile.att.net"
33 mmsproxy="proxy.mobile.att.net"
34 mmsport="80"
35 type="default,mms,supl,hipri,fota,dun"
Gordon Gao346b8172014-09-04 11:27:25 -070036 mtu="1410"
Jing Zhao260ee292014-08-25 10:47:44 -050037 />
38
39 <apn carrier="T-Mobie TEST SIM"
40 mcc="001"
41 mnc="01"
42 apn="phone"
43 user=""
44 password=""
45 proxy=""
46 port=""
47 type="default,supl,hipri,dun"
Gordon Gao346b8172014-09-04 11:27:25 -070048 mtu="1440"
49 />
50
51 <apn carrier="U.S.Cellular TEST SIM"
52 mcc="001"
53 mnc="01"
54 apn="usccinternet"
55 user=""
56 password=""
57 proxy=""
58 port=""
59 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
60 type="default,mms,hipri,dun,fota"
61 protocol="IPV4V6"
62 roaming_protocol="IPV4V6"
63 mtu="1422"
Jing Zhao260ee292014-08-25 10:47:44 -050064 />
65
66 <apn carrier="Test 800"
67 mcc="001"
68 mnc="01"
69 apn="VZW800"
70 type="vzw800"
Jing Zhao260ee292014-08-25 10:47:44 -050071 protocol="IPV4V6"
72 roaming_protocol="IPV4V6"
73 bearer="13"
Jing Zhao260ee292014-08-25 10:47:44 -050074 />
75
76 <apn carrier="Test 800"
77 mcc="001"
78 mnc="01"
79 apn="VZW800"
80 type="vzw800"
Jing Zhao260ee292014-08-25 10:47:44 -050081 protocol="IPV4V6"
82 roaming_protocol="IPV4V6"
83 bearer="14"
Jing Zhao260ee292014-08-25 10:47:44 -050084 />
85
86 <apn carrier="Test FOTA"
87 mcc="001"
88 mnc="01"
89 apn="VZWADMIN"
90 type="fota"
Jing Zhao260ee292014-08-25 10:47:44 -050091 protocol="IPV4V6"
92 roaming_protocol="IPV4V6"
93 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -050094 profile_id="3"
95 modem_cognitive="true"
96 max_conns="1023"
97 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -050098 />
99
100 <apn carrier="Test FOTA"
101 mcc="001"
102 mnc="01"
103 apn="VZWADMIN"
104 type="fota"
Jing Zhao260ee292014-08-25 10:47:44 -0500105 protocol="IPV4V6"
106 roaming_protocol="IPV4V6"
107 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -0500108 profile_id="3"
109 modem_cognitive="true"
110 max_conns="1023"
111 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500112 />
113
114 <apn carrier="Test CBS"
115 mcc="001"
116 mnc="01"
117 apn="VZWAPP"
Jing Zhao77710832014-09-12 10:32:43 -0500118 type="cbs,mms"
Jing Zhao260ee292014-08-25 10:47:44 -0500119 protocol="IPV4V6"
120 roaming_protocol="IPV4V6"
121 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -0500122 profile_id="4"
123 modem_cognitive="true"
124 max_conns="1023"
125 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500126 />
127
128 <apn carrier="Test CBS"
129 mcc="001"
130 mnc="01"
131 apn="VZWAPP"
Jing Zhao77710832014-09-12 10:32:43 -0500132 type="cbs,mms"
Jing Zhao260ee292014-08-25 10:47:44 -0500133 protocol="IPV4V6"
134 roaming_protocol="IPV4V6"
135 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -0500136 profile_id="4"
137 modem_cognitive="true"
138 max_conns="1023"
139 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500140 />
141
142 <apn carrier="Test IMS"
143 mcc="001"
144 mnc="01"
145 apn="VZWIMS"
146 type="ims,ia"
Jing Zhao260ee292014-08-25 10:47:44 -0500147 protocol="IPV4V6"
148 roaming_protocol="IPV4V6"
149 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -0500150 profile_id="2"
151 modem_cognitive="true"
152 max_conns="1023"
153 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500154 />
155
156 <apn carrier="Test IMS"
157 mcc="001"
158 mnc="01"
159 apn="VZWIMS"
160 type="ims,ia"
Jing Zhao260ee292014-08-25 10:47:44 -0500161 protocol="IPV4V6"
162 roaming_protocol="IPV4V6"
163 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -0500164 profile_id="2"
165 modem_cognitive="true"
166 max_conns="1023"
167 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500168 />
169
170 <apn carrier="Test Internet"
171 mcc="001"
172 mnc="01"
173 apn="VZWINTERNET"
174 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -0500175 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -0500176 carrier_enabled="false"
177 protocol="IPV4V6"
178 roaming_protocol="IPV4V6"
179 authtype="3"
180 bearer="6"
Jing Zhao260ee292014-08-25 10:47:44 -0500181 />
182
183 <apn carrier="Test Internet"
184 mcc="001"
185 mnc="01"
186 apn="VZWINTERNET"
187 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -0500188 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -0500189 protocol="IPV4V6"
190 roaming_protocol="IPV4V6"
191 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -0500192 profile_id="0"
193 modem_cognitive="true"
194 max_conns="1023"
195 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500196 />
197
198 <apn carrier="Test Internet"
199 mcc="001"
200 mnc="01"
201 apn="VZWINTERNET"
202 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -0500203 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -0500204 protocol="IPV4V6"
205 roaming_protocol="IPV4V6"
206 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -0500207 profile_id="0"
208 modem_cognitive="true"
209 max_conns="1023"
210 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500211 />
212
213 <apn carrier="Test 800"
214 mcc="001"
215 mnc="010"
216 apn="VZW800"
217 type="vzw800"
Jing Zhao260ee292014-08-25 10:47:44 -0500218 protocol="IPV4V6"
219 roaming_protocol="IPV4V6"
220 bearer="13"
Jing Zhao260ee292014-08-25 10:47:44 -0500221 />
222
223 <apn carrier="Test 800"
224 mcc="001"
225 mnc="010"
226 apn="VZW800"
227 type="vzw800"
Jing Zhao260ee292014-08-25 10:47:44 -0500228 protocol="IPV4V6"
229 roaming_protocol="IPV4V6"
230 bearer="14"
Jing Zhao260ee292014-08-25 10:47:44 -0500231 />
232
233 <apn carrier="Test FOTA"
234 mcc="001"
235 mnc="010"
236 apn="VZWADMIN"
237 type="fota"
Jing Zhao260ee292014-08-25 10:47:44 -0500238 protocol="IPV4V6"
239 roaming_protocol="IPV4V6"
240 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -0500241 profile_id="3"
242 modem_cognitive="true"
243 max_conns="1023"
244 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500245 />
246
247 <apn carrier="Test FOTA"
248 mcc="001"
249 mnc="010"
250 apn="VZWADMIN"
251 type="fota"
Jing Zhao260ee292014-08-25 10:47:44 -0500252 protocol="IPV4V6"
253 roaming_protocol="IPV4V6"
254 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -0500255 profile_id="3"
256 modem_cognitive="true"
257 max_conns="1023"
258 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500259 />
260
261 <apn carrier="Test CBS"
262 mcc="001"
263 mnc="010"
264 apn="VZWAPP"
Jing Zhao77710832014-09-12 10:32:43 -0500265 type="cbs,mms"
Jing Zhao260ee292014-08-25 10:47:44 -0500266 protocol="IPV4V6"
267 roaming_protocol="IPV4V6"
268 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -0500269 profile_id="4"
270 modem_cognitive="true"
271 max_conns="1023"
272 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500273 />
274
275 <apn carrier="Test CBS"
276 mcc="001"
277 mnc="010"
278 apn="VZWAPP"
Jing Zhao77710832014-09-12 10:32:43 -0500279 type="cbs,mms"
Jing Zhao260ee292014-08-25 10:47:44 -0500280 protocol="IPV4V6"
281 roaming_protocol="IPV4V6"
282 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -0500283 profile_id="4"
284 modem_cognitive="true"
285 max_conns="1023"
286 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500287 />
288
289 <apn carrier="Test IMS"
290 mcc="001"
291 mnc="010"
292 apn="VZWIMS"
293 type="ims,ia"
Jing Zhao260ee292014-08-25 10:47:44 -0500294 protocol="IPV4V6"
295 roaming_protocol="IPV4V6"
296 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -0500297 profile_id="2"
298 modem_cognitive="true"
299 max_conns="1023"
300 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500301 />
302
303 <apn carrier="Test IMS"
304 mcc="001"
305 mnc="010"
306 apn="VZWIMS"
307 type="ims,ia"
Jing Zhao260ee292014-08-25 10:47:44 -0500308 protocol="IPV4V6"
309 roaming_protocol="IPV4V6"
310 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -0500311 profile_id="2"
312 modem_cognitive="true"
313 max_conns="1023"
314 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500315 />
316
317 <apn carrier="Test Internet"
318 mcc="001"
319 mnc="010"
320 apn="VZWINTERNET"
321 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -0500322 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -0500323 carrier_enabled="false"
324 protocol="IPV4V6"
325 roaming_protocol="IPV4V6"
326 authtype="3"
327 bearer="6"
Jing Zhao260ee292014-08-25 10:47:44 -0500328 />
329
330 <apn carrier="Test Internet"
331 mcc="001"
332 mnc="010"
333 apn="VZWINTERNET"
334 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -0500335 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -0500336 protocol="IPV4V6"
337 roaming_protocol="IPV4V6"
338 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -0500339 profile_id="0"
340 modem_cognitive="true"
341 max_conns="1023"
342 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500343 />
344
345 <apn carrier="Test Internet"
346 mcc="001"
347 mnc="010"
348 apn="VZWINTERNET"
349 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -0500350 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -0500351 protocol="IPV4V6"
352 roaming_protocol="IPV4V6"
353 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -0500354 profile_id="0"
355 modem_cognitive="true"
356 max_conns="1023"
357 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -0500358 />
359
sy.yun5f7abb22013-07-30 10:31:54 +0900360 <apn carrier="Cosmote Wireless Internet"
361 mcc="202"
362 mnc="01"
363 apn=""
364 type="ia"
365 />
366
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700367 <apn carrier="Cosmote Wireless Internet"
368 mcc="202"
369 mnc="01"
370 apn="internet"
371 type="default,supl"
372 />
373
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -0800374 <apn carrier="Cosmote Mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700375 mcc="202"
376 mnc="01"
377 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -0800378 mmsc="http://mmsc.cosmote.gr:8002"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700379 mmsproxy="10.10.10.20"
380 mmsport="8080"
381 type="mms"
382 />
383
John Huang48a18362011-09-08 15:44:54 -0700384 <apn carrier="Vf Mobile Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700385 mcc="202"
386 mnc="05"
sy.yun5f7abb22013-07-30 10:31:54 +0900387 apn=""
388 type="ia"
389 />
390
391 <apn carrier="Vf Mobile Internet"
392 mcc="202"
393 mnc="05"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +0900394 apn="internet.vodafone.gr"
sy.yuncc0d98d2013-05-16 11:14:59 +0900395 type="default,supl"
Irfan Sheriff453ac802011-02-01 17:21:43 -0800396 />
397
Irfan Sheriff453ac802011-02-01 17:21:43 -0800398 <apn carrier="Vf MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700399 mcc="202"
400 mnc="05"
401 apn="mms.vodafone.net"
402 user="user"
403 password="pass"
404 mmsc="http://mms.vodafone.gr"
405 mmsproxy="213.249.19.49"
406 mmsport="5080"
sy.yuncc0d98d2013-05-16 11:14:59 +0900407 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700408 type="mms"
409 />
410
Eliseu Massingeb4b4892014-10-09 10:52:47 -0300411 <apn carrier="Q Internet"
412 mcc="202"
413 mnc="09"
414 apn="myq"
415 type="default,supl"
416 />
417
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700418 <apn carrier="Q-Telecom MMS GPRS"
419 mcc="202"
420 mnc="09"
421 apn="q-mms.myq.gr"
422 mmsc="http://mms.myq.gr"
423 mmsproxy="192.168.80.134"
424 mmsport="8080"
425 type="mms"
426 />
427
428 <apn carrier="Wind Internet"
429 mcc="202"
430 mnc="10"
431 apn="gint.b-online.gr"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700432 type="default,supl"
433 />
434
435 <apn carrier="Wind MMS"
436 mcc="202"
437 mnc="10"
438 apn="mnet.b-online.gr"
439 mmsc="http://192.168.200.95/servlets/mms"
440 mmsproxy="192.168.200.11"
441 mmsport="9401"
442 type="mms"
443 />
444
sy.yun639b1fa2013-07-19 14:00:11 +0900445 <apn carrier="Tele2 GPRS"
446 mcc="204"
447 mnc="02"
448 apn="internet.tele2.nl"
449 mmsc="http://mmsc.tele2.nl"
450 mmsproxy="193.12.40.64"
451 mmsport="8080"
452 type="default,supl,mms"
453 />
454
Ed Guy8747f002014-05-30 12:16:52 -0400455 <apn carrier="Truphone"
456 mcc="204"
457 mnc="04"
458 apn="truphone.com"
459 type="default,supl"
460 mvno_match_data="204043914"
461 mvno_type="imsi"
462 />
463
464 <apn carrier="Truphone"
465 mcc="204"
466 mnc="04"
467 apn="truphone.com"
468 type="default,supl"
469 mvno_match_data="20404794"
470 mvno_type="imsi"
471 />
472
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700473 <apn carrier="Vodafone NL"
474 mcc="204"
475 mnc="04"
476 apn="live.vodafone.com"
477 user="vodafone"
478 password="vodafone"
sy.yun639b1fa2013-07-19 14:00:11 +0900479 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700480 mmsc="http://mmsc.mms.vodafone.nl"
481 mmsproxy="192.168.251.150"
482 mmsport="8799"
483 type="default,supl,mms"
484 />
485
Jing Zhao45923d72014-07-21 11:46:57 -0500486 <apn carrier="EHRPD - VZW Roaming Internet"
487 mcc="204"
488 mnc="04"
489 apn="VZWINTERNET"
490 type="default,dun"
491 protocol="IPV4V6"
492 roaming_protocol="IPV4V6"
493 bearer="13"
Jing Zhao8d1b97b2014-07-17 17:38:34 -0500494 mvno_type="gid"
495 mvno_match_data="BAE0000000000000"
Hui Wang2f965ea2014-09-17 13:07:01 -0500496 profile_id="0"
497 modem_cognitive="true"
498 max_conns="1023"
499 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -0500500 />
501
502 <apn carrier="LTE - VZW Roaming Internet"
503 mcc="204"
504 mnc="04"
505 apn="VZWINTERNET"
506 type="default,dun"
507 protocol="IPV4V6"
508 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -0500509 mvno_type="gid"
510 mvno_match_data="BAE0000000000000"
Hui Wang2f965ea2014-09-17 13:07:01 -0500511 profile_id="0"
512 modem_cognitive="true"
513 max_conns="1023"
514 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -0500515 />
516
517 <apn carrier="EHRPD - VZW Roaming FOTA"
518 mcc="204"
519 mnc="04"
520 apn="VZWADMIN"
521 type="fota"
522 protocol="IPV4V6"
523 roaming_protocol="IPV4V6"
524 bearer="13"
Jing Zhao8d1b97b2014-07-17 17:38:34 -0500525 mvno_type="gid"
526 mvno_match_data="BAE0000000000000"
Hui Wang2f965ea2014-09-17 13:07:01 -0500527 profile_id="3"
528 modem_cognitive="true"
529 max_conns="1023"
530 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -0500531 />
532
533 <apn carrier="LTE - VZW Roaming FOTA"
534 mcc="204"
535 mnc="04"
536 apn="VZWADMIN"
537 type="fota"
538 protocol="IPV4V6"
539 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -0500540 mvno_type="gid"
541 mvno_match_data="BAE0000000000000"
Hui Wang2f965ea2014-09-17 13:07:01 -0500542 profile_id="3"
543 modem_cognitive="true"
544 max_conns="1023"
545 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -0500546 />
547
548 <apn carrier="LTE - VZW Roaming IMS"
549 mcc="204"
550 mnc="04"
551 apn="VZWIMS"
552 type="ims,ia"
553 protocol="IPV4V6"
554 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -0500555 mvno_type="gid"
556 mvno_match_data="BAE0000000000000"
Hui Wang2f965ea2014-09-17 13:07:01 -0500557 profile_id="2"
558 modem_cognitive="true"
559 max_conns="1023"
560 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -0500561 />
562
563 <apn carrier="EHRPD - VZW Roaming IMS"
564 mcc="204"
565 mnc="04"
566 apn="VZWIMS"
567 type="ims,ia"
568 protocol="IPV4V6"
569 roaming_protocol="IPV4V6"
570 bearer="13"
Jing Zhao8d1b97b2014-07-17 17:38:34 -0500571 mvno_type="gid"
572 mvno_match_data="BAE0000000000000"
Hui Wang2f965ea2014-09-17 13:07:01 -0500573 profile_id="2"
574 modem_cognitive="true"
575 max_conns="1023"
576 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -0500577 />
578
579 <apn carrier="LTE - VZW Roaming CBS"
580 mcc="204"
581 mnc="04"
582 apn="VZWAPP"
583 type="cbs,mms"
584 mmsc="http://mms.vtext.com/servlets/mms"
585 protocol="IPV4V6"
586 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -0500587 mvno_type="gid"
588 mvno_match_data="BAE0000000000000"
Hui Wang2f965ea2014-09-17 13:07:01 -0500589 profile_id="4"
590 modem_cognitive="true"
591 max_conns="1023"
592 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -0500593 />
594
595 <apn carrier="EHRPD - VZW Roaming CBS"
596 mcc="204"
597 mnc="04"
598 apn="VZWAPP"
599 type="cbs,mms"
600 mmsc="http://mms.vtext.com/servlets/mms"
601 protocol="IPV4V6"
602 roaming_protocol="IPV4V6"
603 bearer="13"
Jing Zhao8d1b97b2014-07-17 17:38:34 -0500604 mvno_type="gid"
605 mvno_match_data="BAE0000000000000"
Hui Wang2f965ea2014-09-17 13:07:01 -0500606 profile_id="4"
607 modem_cognitive="true"
608 max_conns="1023"
609 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -0500610 />
611
Yong Zhangadfeaa62014-08-29 14:54:02 -0500612 <apn carrier="CSpire international"
613 mcc="204"
614 mnc="04"
615 apn="internet.cs4glte.com"
616 server="*"
617 user="Uniroam@inet.cs.com"
618 password="cs3g"
619 authtype ="3"
620 mmsport=""
621 mmsproxy=""
622 mmsc="http://pix.cspire.com"
623 mvno_type="spn"
624 mvno_match_data="C Spire"
625 type="default,internet,mms"
626 protocol="IPV4V6"
627 />
628
629 <apn carrier="CSpire international"
630 mcc="204"
631 mnc="04"
632 apn="admin.cs4glte.com"
633 server="*"
634 mmsport=""
635 mmsproxy=""
636 mmsc="http://pix.cspire.com"
637 mvno_type="spn"
638 mvno_match_data="C Spire"
639 type="admin,fota,ota"
640 protocol="IPV4V6"
641 />
642
643 <apn carrier="CSpire international"
644 mcc="204"
645 mnc="04"
646 apn="tethering.cs4glte.com"
647 server="*"
648 mmsport=""
649 mmsproxy=""
650 mmsc="http://pix.cspire.com"
651 mvno_type="spn"
652 mvno_match_data="C Spire"
653 type="dun,pam"
654 protocol="IPV4V6"
655 />
656
sy.yun639b1fa2013-07-19 14:00:11 +0900657 <apn carrier="KPN/Hi 4G LTE Mobiel internet"
658 mcc="204"
659 mnc="08"
660 apn="KPN4G.nl"
661 mmsc="http://mp.mobiel.kpn/mmsc"
662 mmsproxy="10.10.100.20"
663 mmsport="5080"
664 type="default,supl,mms"
665 />
666
667 <apn carrier="KPN/Hi Mobiel Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700668 mcc="204"
669 mnc="08"
670 apn="portalmmm.nl"
671 mmsc="http://mp.mobiel.kpn/mmsc"
672 mmsproxy="10.10.100.20"
673 mmsport="5080"
674 type="default,supl,mms"
675 />
676
sy.yun639b1fa2013-07-19 14:00:11 +0900677 <apn carrier="Rabo Mobiel Int."
678 mcc="204"
679 mnc="08"
680 apn="rabo"
681 type="default,supl"
682 mvno_match_data="Rabo Mobiel"
683 mvno_type="spn"
684 />
685
686 <apn carrier="Rabo Mobiel MMS"
687 mcc="204"
688 mnc="08"
689 apn="rabo"
690 mmsc="http://mp.mobiel.kpn/mmsc"
691 mmsproxy="10.10.100.10"
692 mmsport="5080"
693 type="mms"
694 mvno_match_data="Rabo Mobiel"
695 mvno_type="spn"
696 />
697
jsh433c8572011-02-02 14:23:42 -0800698 <apn carrier="Telfort Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700699 mcc="204"
700 mnc="12"
701 apn="internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -0800702 mmsc="http://mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700703 mmsproxy="193.113.200.195"
704 mmsport="8080"
705 type="default,supl,mms"
706 />
707
jsh433c8572011-02-02 14:23:42 -0800708 <apn carrier="T-Mobile Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700709 mcc="204"
710 mnc="16"
sy.yun5f7abb22013-07-30 10:31:54 +0900711 apn=""
712 type="ia"
713 />
714
715 <apn carrier="T-Mobile Internet"
716 mcc="204"
717 mnc="16"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700718 apn="internet"
sy.yun639b1fa2013-07-19 14:00:11 +0900719 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700720 type="default,supl"
721 />
722
jsh433c8572011-02-02 14:23:42 -0800723 <apn carrier="T-Mobile MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700724 mcc="204"
725 mnc="16"
726 apn="mms"
727 user="tmobilemms"
728 password="tmobilemms"
sy.yun639b1fa2013-07-19 14:00:11 +0900729 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700730 mmsc="http://t-mobilemms"
John Huang48a18362011-09-08 15:44:54 -0700731 mmsproxy="10.10.10.11"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700732 mmsport="8080"
733 type="mms"
734 />
735
agathon.jung7232b922012-11-19 16:03:52 -0800736 <apn carrier="Ben Internet Abonnee"
737 mcc="204"
738 mnc="16"
739 apn="internet.ben"
740 type="default,supl"
Sungmin Choi7d1a0872013-02-04 12:46:05 +0900741 mvno_match_data="BEN NL"
742 mvno_type="spn"
agathon.jung7232b922012-11-19 16:03:52 -0800743 />
744
745 <apn carrier="Ben Internet PrePaid"
746 mcc="204"
747 mnc="16"
748 apn="basic.internet.ben.data"
749 type="default,supl"
Sungmin Choi7d1a0872013-02-04 12:46:05 +0900750 mvno_match_data="BEN NL"
751 mvno_type="spn"
agathon.jung7232b922012-11-19 16:03:52 -0800752 />
753
754 <apn carrier="Ben MMS"
755 mcc="204"
756 mnc="16"
757 apn="mms.ben"
sy.yun639b1fa2013-07-19 14:00:11 +0900758 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -0800759 mmsc="http://benmms/"
760 mmsproxy="10.10.10.11"
761 mmsport="8080"
762 type="mms"
Sungmin Choi7d1a0872013-02-04 12:46:05 +0900763 mvno_match_data="BEN NL"
764 mvno_type="spn"
agathon.jung7232b922012-11-19 16:03:52 -0800765 />
766
sy.yun639b1fa2013-07-19 14:00:11 +0900767 <apn carrier="T-Mobile Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700768 mcc="204"
769 mnc="20"
sy.yun5f7abb22013-07-30 10:31:54 +0900770 apn=""
771 type="ia"
772 />
773
774 <apn carrier="T-Mobile Internet"
775 mcc="204"
776 mnc="20"
sy.yun639b1fa2013-07-19 14:00:11 +0900777 apn="internet"
778 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -0700779 type="default,supl"
780 />
781
sy.yun639b1fa2013-07-19 14:00:11 +0900782 <apn carrier="T-Mobile MMS"
783 mcc="204"
784 mnc="20"
785 apn="mms"
786 user="tmobilemms"
787 password="tmobilemms"
788 authtype="1"
789 mmsc="http://t-mobilemms"
790 mmsproxy="10.10.10.11"
791 mmsport="8080"
792 type="mms"
793 />
794
795 <apn carrier="Px MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -0800796 mcc="206"
797 mnc="01"
sy.yun0bd504f2013-06-17 19:54:27 +0900798 apn="EVENT.PROXIMUS.BE"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -0800799 user="mms"
800 password="mms"
sy.yun0bd504f2013-06-17 19:54:27 +0900801 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -0800802 mmsc="http://mmsc.proximus.be/mms"
803 mmsproxy="10.55.14.75"
804 mmsport="8080"
805 type="mms"
806 />
807
sy.yun639b1fa2013-07-19 14:00:11 +0900808 <apn carrier="Px Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -0800809 mcc="206"
810 mnc="01"
sy.yun0c9faa92013-09-04 09:58:34 +0900811 apn=""
812 type="ia"
813 />
814
815 <apn carrier="Px Internet"
816 mcc="206"
817 mnc="01"
sy.yun0bd504f2013-06-17 19:54:27 +0900818 apn="INTERNET.PROXIMUS.BE"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -0800819 type="default,supl"
820 />
821
goodsc.lee7b8c2cc2011-10-11 10:25:50 +0900822 <apn carrier="Telenet Internet"
sy.yun639b1fa2013-07-19 14:00:11 +0900823 mcc="206"
824 mnc="01"
825 apn="telenetwap.be"
826 type="default,supl"
827 mvno_match_data="2060188"
828 mvno_type="imsi"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +0900829 />
830
831 <apn carrier="Telenet MMS"
sy.yun639b1fa2013-07-19 14:00:11 +0900832 mcc="206"
833 mnc="01"
834 apn="mms.be"
835 mmsc="http://mmsc.telenet.be"
836 mmsproxy="195.130.149.100"
837 mmsport="80"
838 type="mms"
839 mvno_match_data="2060188"
840 mvno_type="imsi"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +0900841 />
842
sy.yuncc0d98d2013-05-16 11:14:59 +0900843 <apn carrier="Virgin mobile"
844 mcc="206"
845 mnc="01"
846 apn="virgin-mobile.fr"
847 proxy="10.6.10.1"
848 port="8080"
849 type="default,supl"
850 mvno_match_data="52"
851 mvno_type="gid"
852 />
853
854 <apn carrier="VM MMS"
855 mcc="206"
856 mnc="01"
857 apn="virgin-mobile.fr"
seonju.oheb269162013-10-10 11:24:00 +0900858 mmsc="http://virginmms.fr"
sy.yuncc0d98d2013-05-16 11:14:59 +0900859 mmsproxy="10.6.10.1"
860 mmsport="8080"
861 type="mms"
862 mvno_match_data="52"
863 mvno_type="gid"
864 />
865
Sungmin Choic44481e2013-07-26 21:44:44 -0700866 <apn carrier="MMS"
867 mcc="206"
868 mnc="01"
869 apn="mms.mobi.eastlink.ca"
870 mmsc="http://mmss.mobi.eastlink.ca"
871 mmsproxy="10.232.12.49"
872 mmsport="8080"
873 type="mms"
874 mvno_match_data="B6"
875 mvno_type="gid"
876 />
877
878 <apn carrier="Internet"
879 mcc="206"
880 mnc="01"
881 apn="wisp.mobi.eastlink.ca"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -0800882 type="default,supl"
Sungmin Choic44481e2013-07-26 21:44:44 -0700883 mvno_match_data="B6"
884 mvno_type="gid"
885 />
886
Jing Zhao8d1b97b2014-07-17 17:38:34 -0500887 <apn carrier="NRJMMS"
888 mcc="206"
889 mnc="01"
890 apn="event.proximus.be"
891 authtype="0"
892 user="mms"
893 password="mms"
894 mmsc="http://mmsc.proximus.be/mms"
895 mmsproxy="10.55.14.75"
896 mmsport="8080"
897 type="mms"
898 mvno_type="spn"
899 mvno_match_data="NRJ Mobile"
900 />
901
902 <apn carrier="NRJWEB"
903 mcc="206"
904 mnc="01"
905 apn="internet.proximus.be"
906 authtype="0"
907 type="default,supl,agps,fota,dun"
908 mvno_type="spn"
909 mvno_match_data="NRJ Mobile"
910 />
911
912 <apn carrier="MMS"
913 mcc="206"
914 mnc="01"
915 apn="mms.iusacellgsm.mx"
916 authtype="0"
917 mmsc="http://mms.iusacell3g.com/"
918 type="mms"
919 user="mmsiusacellgsm"
920 password="mmsiusacellgsm"
921 mvno_type="spn"
922 mvno_match_data="UNEFON"
923 />
924
925 <apn carrier="MODEM"
926 mcc="206"
927 mnc="01"
928 apn="modem.iusacellgsm.mx"
929 authtype="0"
930 type="dun"
931 user="iusacellgsm"
932 password="iusacellgsm"
933 mvno_type="spn"
934 mvno_match_data="UNEFON"
935 />
936
937 <apn carrier="Internet"
938 mcc="206"
939 mnc="01"
940 apn="web.iusacellgsm.mx"
941 authtype="0"
942 type="default"
943 user="iusacellgsm"
944 password="iusacellgsm"
945 mvno_type="spn"
946 mvno_match_data="UNEFON"
947 />
948
949 <apn carrier="MMS"
950 mcc="206"
951 mnc="01"
952 apn="mms.iusacellgsm.mx"
953 authtype="0"
954 mmsc="http://mms.iusacell3g.com/"
955 type="mms"
956 user="mmsiusacellgsm"
957 password="mmsiusacellgsm"
958 mvno_type="spn"
959 mvno_match_data="IUSACELL"
960 />
961
962 <apn carrier="MODEM"
963 mcc="206"
964 mnc="01"
965 apn="modem.iusacellgsm.mx"
966 authtype="0"
967 type="dun"
968 user="iusacellgsm"
969 password="iusacellgsm"
970 mvno_type="spn"
971 mvno_match_data="IUSACELL"
972 />
973
974 <apn carrier="Internet"
975 mcc="206"
976 mnc="01"
977 apn="web.iusacellgsm.mx"
978 authtype="0"
979 type="default"
980 user="iusacellgsm"
981 password="iusacellgsm"
982 mvno_type="spn"
983 mvno_match_data="IUSACELL"
984 />
985
sy.yun639b1fa2013-07-19 14:00:11 +0900986 <apn carrier="Telenet Internet"
jsh433c8572011-02-02 14:23:42 -0800987 mcc="206"
988 mnc="05"
989 apn="telenetwap.be"
990 type="default,supl"
991 />
992
993 <apn carrier="Telenet MMS"
994 mcc="206"
995 mnc="05"
996 apn="mms.be"
997 mmsc="http://mmsc.telenet.be"
998 mmsproxy="195.130.149.100"
999 mmsport="80"
1000 type="mms"
1001 />
1002
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001003 <apn carrier="Mobistar MMS"
1004 mcc="206"
1005 mnc="10"
1006 apn="mms.be"
1007 mmsc="http://mmsc.mobistar.be"
John Huang48a18362011-09-08 15:44:54 -07001008 mmsproxy="212.65.63.143"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001009 mmsport="8080"
1010 type="mms"
1011 />
1012
sy.yun639b1fa2013-07-19 14:00:11 +09001013 <apn carrier="Mobistar Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001014 mcc="206"
1015 mnc="10"
1016 apn="mworld.be"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001017 type="default,supl"
1018 />
1019
sy.yun639b1fa2013-07-19 14:00:11 +09001020 <apn carrier="BASE WAP"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001021 mcc="206"
1022 mnc="20"
sy.yun0c9faa92013-09-04 09:58:34 +09001023 apn=""
1024 type="ia"
1025 />
1026
1027 <apn carrier="BASE WAP"
1028 mcc="206"
1029 mnc="20"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001030 apn="gprs.base.be"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09001031 user="base"
1032 password="base"
sy.yun639b1fa2013-07-19 14:00:11 +09001033 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001034 type="default,supl"
1035 />
1036
1037 <apn carrier="BASE MMS"
1038 mcc="206"
1039 mnc="20"
1040 apn="mms.base.be"
1041 user="base"
1042 password="base"
sy.yun639b1fa2013-07-19 14:00:11 +09001043 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001044 mmsc="http://mmsc.base.be"
1045 mmsproxy="217.72.235.1"
1046 mmsport="8080"
1047 type="mms"
1048 />
1049
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09001050 <apn carrier="Orange World"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001051 mcc="208"
1052 mnc="01"
sy.yun5f7abb22013-07-30 10:31:54 +09001053 apn=""
1054 type="ia"
1055 />
1056
1057 <apn carrier="Orange World"
1058 mcc="208"
1059 mnc="01"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001060 apn="orange"
1061 user="orange"
1062 password="orange"
sy.yuncc0d98d2013-05-16 11:14:59 +09001063 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001064 type="default,supl"
1065 />
1066
1067 <apn carrier="Orange MMS"
1068 mcc="208"
1069 mnc="01"
1070 apn="orange.acte"
1071 user="orange"
1072 password="orange"
1073 mmsc="http://mms.orange.fr"
John Huang48a18362011-09-08 15:44:54 -07001074 mmsproxy="192.168.10.200"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001075 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09001076 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001077 type="mms"
1078 />
1079
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09001080 <apn carrier="Orange Entreprise"
1081 mcc="208"
1082 mnc="01"
1083 apn="orange-mib"
1084 proxy="172.16.2.8"
1085 port="8000"
1086 user="orange"
1087 password="orange"
1088 authtype="2"
1089 type="default"
1090 />
1091
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001092 <apn carrier="Orange Internet"
1093 mcc="208"
1094 mnc="01"
1095 apn="orange.fr"
1096 authtype="0"
1097 user="orange"
1098 password="orange"
1099 type="dun"
1100 />
1101
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001102 <apn carrier="Carrefour WAP"
1103 mcc="208"
1104 mnc="01"
1105 apn="ofnew.fr"
sy.yuncc0d98d2013-05-16 11:14:59 +09001106 proxy="192.168.10.100"
1107 port="8080"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001108 user="orange"
1109 password="orange"
sy.yuncc0d98d2013-05-16 11:14:59 +09001110 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001111 type="default,supl"
1112 mvno_match_data="33"
1113 mvno_type="gid"
1114 />
1115
1116 <apn carrier="Carrefour MMS"
1117 mcc="208"
1118 mnc="01"
1119 apn="orange.acte"
1120 user="orange"
1121 password="orange"
1122 mmsc="http://mms.orange.fr"
1123 mmsproxy="192.168.10.200"
1124 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09001125 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001126 type="mms"
1127 mvno_match_data="33"
1128 mvno_type="gid"
1129 />
1130
1131 <apn carrier="VM WAP"
1132 mcc="208"
1133 mnc="01"
1134 apn="ofnew.fr"
1135 user="orange"
1136 password="orange"
sy.yuncc0d98d2013-05-16 11:14:59 +09001137 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001138 type="default,supl"
1139 mvno_match_data="52"
1140 mvno_type="gid"
1141 />
1142
1143 <apn carrier="VM MMS"
1144 mcc="208"
1145 mnc="01"
1146 apn="orange.acte"
1147 user="orange"
1148 password="orange"
1149 mmsc="http://mms.orange.fr"
1150 mmsproxy="192.168.10.200"
1151 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09001152 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001153 type="mms"
1154 mvno_match_data="52"
1155 mvno_type="gid"
1156 />
1157
1158 <apn carrier="NRJWEB"
1159 mcc="208"
1160 mnc="01"
1161 apn="ofnew.fr"
1162 user="orange"
1163 password="orange"
sy.yuncc0d98d2013-05-16 11:14:59 +09001164 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001165 type="default,supl"
1166 mvno_match_data="4E"
1167 mvno_type="gid"
1168 />
1169
1170 <apn carrier="NRJMMS"
1171 mcc="208"
1172 mnc="01"
1173 apn="orange.acte"
1174 user="orange"
1175 password="orange"
1176 mmsc="http://mms.orange.fr"
1177 mmsproxy="192.168.10.200"
1178 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09001179 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001180 type="mms"
1181 mvno_match_data="4E"
1182 mvno_type="gid"
1183 />
1184
1185 <apn carrier="Tele2 WAP"
1186 mcc="208"
1187 mnc="01"
1188 apn="ofnew.fr"
1189 user="orange"
1190 password="orange"
1191 type="default,supl"
1192 />
1193
1194 <apn carrier="Tele2 MMS"
1195 mcc="208"
1196 mnc="01"
1197 apn="orange.acte"
1198 user="orange"
1199 password="orange"
1200 mmsc="http://mms.orange.fr"
1201 mmsproxy="192.168.10.200"
1202 mmsport="8080"
1203 type="mms"
1204 />
1205
John Huang48a18362011-09-08 15:44:54 -07001206 <apn carrier="SFR webphone"
Irfan Sheriff453ac802011-02-01 17:21:43 -08001207 mcc="208"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001208 mnc="09"
1209 apn="sl2sfr"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001210 mmsc="http://mms1"
1211 mmsproxy="10.151.0.1"
1212 mmsport="8080"
1213 protocol="IP"
Tony Hill8473faf2014-09-30 15:36:41 +01001214 type="default,mms,supl,agps,fota"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001215 />
1216
1217 <apn carrier="SFR option modem"
1218 mcc="208"
1219 mnc="09"
1220 apn="websfr"
1221 protocol="IP"
1222 type="dun"
1223 />
1224
1225 <apn carrier="SFR webphone"
1226 mcc="208"
Irfan Sheriff453ac802011-02-01 17:21:43 -08001227 mnc="10"
sy.yun5f7abb22013-07-30 10:31:54 +09001228 apn=""
1229 type="ia"
1230 />
1231
1232 <apn carrier="SFR webphone"
1233 mcc="208"
1234 mnc="10"
Irfan Sheriff453ac802011-02-01 17:21:43 -08001235 apn="sl2sfr"
Tony Hill8473faf2014-09-30 15:36:41 +01001236 mmsc="http://mms1"
1237 mmsproxy="10.151.0.1"
1238 mmsport="8080"
1239 type="default,mms,supl"
Irfan Sheriff453ac802011-02-01 17:21:43 -08001240 />
1241
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001242 <apn carrier="SFR option Modem"
1243 mcc="208"
1244 mnc="10"
1245 apn="websfr"
1246 authtype="0"
1247 type="dun"
1248 />
1249
John Wang6a572492011-04-04 14:51:32 -07001250 <apn carrier="NRJWEB"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001251 mcc="208"
John Wang6a572492011-04-04 14:51:32 -07001252 mnc="10"
1253 apn="fnetnrj"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001254 type="default,supl"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001255 mvno_match_data="4E"
1256 mvno_type="gid"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001257 />
1258
John Wang6a572492011-04-04 14:51:32 -07001259 <apn carrier="NRJMMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001260 mcc="208"
John Wang6a572492011-04-04 14:51:32 -07001261 mnc="10"
1262 mmsc="http://mmsnrj"
1263 mmsproxy="10.143.156.5"
1264 mmsport="8080"
1265 apn="mmsnrj"
1266 type="mms"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001267 mvno_match_data="4E"
1268 mvno_type="gid"
John Wang6a572492011-04-04 14:51:32 -07001269 />
1270
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001271 <apn carrier="INTERNET NRJ"
1272 mcc="208"
1273 mnc="10"
1274 apn="internetnrj"
1275 authtype="0"
1276 type="dun"
1277 mvno_type="gid"
1278 mvno_match_data="4E"
1279 />
1280
John Wang6a572492011-04-04 14:51:32 -07001281 <apn carrier="Auchan WAP"
1282 mcc="208"
1283 mnc="10"
John Wang6a572492011-04-04 14:51:32 -07001284 apn="wap65"
1285 type="default,supl"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001286 mvno_match_data="A MOBILE"
1287 mvno_type="spn"
John Wang6a572492011-04-04 14:51:32 -07001288 />
1289
1290 <apn carrier="Auchan MMS"
1291 mcc="208"
1292 mnc="10"
1293 mmsc="http://mms65"
1294 mmsproxy="10.143.156.8"
1295 mmsport="8080"
1296 apn="mms65"
1297 type="mms"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001298 mvno_match_data="A MOBILE"
1299 mvno_type="spn"
John Wang6a572492011-04-04 14:51:32 -07001300 />
1301
John Wang6a572492011-04-04 14:51:32 -07001302 <apn carrier="WAP LeclercMobile"
1303 mcc="208"
1304 mnc="10"
John Huang48a18362011-09-08 15:44:54 -07001305 proxy="192.168.21.9"
John Wang6a572492011-04-04 14:51:32 -07001306 port="8080"
1307 apn="wap66"
1308 type="default,supl"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001309 mvno_match_data="LeclercMobile"
1310 mvno_type="spn"
John Wang6a572492011-04-04 14:51:32 -07001311 />
1312
1313 <apn carrier="MMS LeclercMobile"
1314 mcc="208"
1315 mnc="10"
1316 mmsc="http://mms66"
1317 mmsproxy="10.143.156.9"
1318 mmsport="8080"
1319 apn="mms66"
1320 type="mms"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001321 mvno_match_data="LeclercMobile"
1322 mvno_type="spn"
John Wang6a572492011-04-04 14:51:32 -07001323 />
1324
1325 <apn carrier="Coriolis WAP"
1326 mcc="208"
1327 mnc="10"
sy.yuncc0d98d2013-05-16 11:14:59 +09001328 apn="fnetcoriolis"
John Wang6a572492011-04-04 14:51:32 -07001329 type="default,supl"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001330 mvno_match_data="12"
1331 mvno_type="gid"
John Wang6a572492011-04-04 14:51:32 -07001332 />
1333
1334 <apn carrier="Coriolis MMS"
1335 mcc="208"
1336 mnc="10"
1337 mmsc="http://mmscoriolis"
1338 mmsproxy="10.143.156.6"
1339 mmsport="8080"
1340 apn="mmscoriolis"
1341 type="mms"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001342 mvno_match_data="12"
1343 mvno_type="gid"
John Wang6a572492011-04-04 14:51:32 -07001344 />
1345
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001346 <apn carrier="Coriolis WEB"
John Wang6a572492011-04-04 14:51:32 -07001347 mcc="208"
1348 mnc="10"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001349 apn="internetcoriolis"
1350 authtype="0"
1351 type="default,supl,agps,fota,dun"
1352 mvno_type="gid"
1353 mvno_match_data="12"
John Wang6a572492011-04-04 14:51:32 -07001354 />
1355
1356 <apn carrier="WEB La Poste Mobile"
1357 mcc="208"
1358 mnc="10"
John Huang48a18362011-09-08 15:44:54 -07001359 proxy="192.168.21.3"
John Wang6a572492011-04-04 14:51:32 -07001360 port="8080"
Eliseu Massingeb4b4892014-10-09 10:52:47 -03001361 apn="sl2sfr"
John Wang6a572492011-04-04 14:51:32 -07001362 mmsc="http://mmsdebitel"
John Huang48a18362011-09-08 15:44:54 -07001363 mmsproxy="10.143.156.3"
John Wang6a572492011-04-04 14:51:32 -07001364 mmsport="8080"
Eliseu Massingeb4b4892014-10-09 10:52:47 -03001365 type="default,mms,supl"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001366 mvno_match_data="4C"
1367 mvno_type="gid"
1368 />
1369
1370 <apn carrier="Darty Surf&amp;Mails"
1371 mcc="208"
1372 mnc="10"
1373 apn="wap68"
1374 proxy="192.168.21.11"
1375 port="8080"
1376 type="default,supl"
1377 mvno_match_data="44"
1378 mvno_type="gid"
1379 />
1380
1381 <apn carrier="Darty MMS"
1382 mcc="208"
1383 mnc="10"
1384 apn="mms68"
1385 mmsc="http://mms68/"
1386 mmsproxy="10.143.156.11"
1387 mmsport="8080"
1388 type="mms"
1389 mvno_match_data="44"
1390 mvno_type="gid"
1391 />
1392
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001393 <apn carrier="Keyyo Mobile Internet"
1394 mcc="208"
1395 mnc="10"
1396 apn="internet68"
1397 authtype="0"
1398 type="default,supl,agps,fota,dun"
1399 mvno_type="spn"
1400 mvno_match_data="Keyyo Mobile"
1401 />
1402
1403 <apn carrier="Keyyo Mobile MMS"
1404 mcc="208"
1405 mnc="10"
1406 apn="mms68"
1407 authtype="0"
1408 mmsc="http://mms68"
1409 mmsproxy="10.143.156.11"
1410 mmsport="8080"
1411 type="mms"
1412 mvno_type="spn"
1413 mvno_match_data="Keyyo Mobile"
1414 />
1415
1416 <apn carrier="Keyyo Mobile Wap"
1417 mcc="208"
1418 mnc="10"
1419 apn="wap68"
1420 proxy="192.168.21.11"
1421 port="8080"
1422 authtype="0"
1423 type="default,supl,agps,fota"
1424 mvno_type="spn"
1425 mvno_match_data="Keyyo Mobile"
1426 />
1427
1428 <apn carrier="Zero forfait"
1429 mcc="208"
1430 mnc="10"
1431 apn="internet68"
1432 authtype="0"
1433 type="default,supl,agps,fota,dun"
1434 mvno_type="spn"
1435 mvno_match_data="ZERO FORFAIT"
1436 />
1437
1438 <apn carrier="Zero forfait MMS"
1439 mcc="208"
1440 mnc="10"
1441 apn="mms68"
1442 authtype="0"
1443 mmsc="http://mms68"
1444 mmsproxy="10.143.156.11"
1445 mmsport="8080"
1446 type="mms"
1447 mvno_type="spn"
1448 mvno_match_data="ZERO FORFAIT"
1449 />
1450
1451 <apn carrier="WAP RegloMobile"
1452 mcc="208"
1453 mnc="10"
1454 apn="wap66"
1455 proxy="192.168.21.9"
1456 port="8080"
1457 authtype="0"
1458 type="default,supl,agps,fota,dun"
1459 mvno_type="spn"
1460 mvno_match_data="RegloMobile"
1461 />
1462
1463 <apn carrier="MMS RegloMobile"
1464 mcc="208"
1465 mnc="10"
1466 apn="mms66"
1467 authtype="0"
1468 mmsc="http://mms66"
1469 mmsproxy="10.143.156.9"
1470 mmsport="8080"
1471 type="mms"
1472 mvno_type="spn"
1473 mvno_match_data="RegloMobile"
1474 />
1475
1476 <apn carrier="Internet Joe"
1477 mcc="208"
1478 mnc="10"
1479 apn="sl2sfr"
1480 authtype="0"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001481 mmsc="http://mms1"
1482 mmsproxy="10.151.0.1"
1483 mmsport="8080"
Tony Hill8473faf2014-09-30 15:36:41 +01001484 type="default,mms,supl,agps,fota"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001485 mvno_type="gid"
1486 mvno_match_data="53"
1487 />
1488
1489 <apn carrier="Modem Joe"
1490 mcc="208"
1491 mnc="10"
1492 apn="websfr"
1493 authtype="0"
1494 type="dun"
1495 mvno_type="gid"
1496 mvno_match_data="53"
1497 />
1498
Robert Greenwaltde5e5b42012-07-16 16:30:41 -07001499 <apn carrier="Free"
1500 mcc="208"
1501 mnc="15"
1502 apn="free"
1503 type="default,supl"
1504 />
1505
1506 <apn carrier="Free MMS"
1507 mcc="208"
1508 mnc="15"
1509 mmsc="http://mms.free.fr"
1510 apn="mmsfree"
1511 type="mms"
1512 />
1513
sy.yuncc0d98d2013-05-16 11:14:59 +09001514 <apn carrier="Bouygues Telecom"
1515 mcc="208"
1516 mnc="20"
1517 apn="mmsbouygtel.com"
1518 mmsc="http://mms.bouyguestelecom.fr/mms/wapenc"
1519 mmsproxy="62.201.129.226"
1520 mmsport="8080"
1521 type="default,supl,mms"
1522 />
1523
agathon.jungb80d9a22012-11-27 09:52:01 +09001524 <apn carrier="Virgin mobile"
1525 mcc="208"
1526 mnc="23"
1527 apn="virgin-mobile.fr"
1528 proxy="10.6.10.1"
1529 port="8080"
1530 type="default,supl"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001531 mvno_match_data="52"
1532 mvno_type="gid"
agathon.jungb80d9a22012-11-27 09:52:01 +09001533 />
1534
1535 <apn carrier="VM MMS"
1536 mcc="208"
1537 mnc="23"
1538 apn="virgin-mobile.fr"
seonju.oheb269162013-10-10 11:24:00 +09001539 mmsc="http://virginmms.fr"
agathon.jungb80d9a22012-11-27 09:52:01 +09001540 mmsproxy="10.6.10.1"
1541 mmsport="8080"
1542 type="mms"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001543 mvno_match_data="52"
1544 mvno_type="gid"
agathon.jungb80d9a22012-11-27 09:52:01 +09001545 />
1546
1547 <apn carrier="NRJ WEB"
1548 mcc="208"
1549 mnc="26"
1550 apn="fnetnrj"
1551 type="default,supl"
sy.yuncc0d98d2013-05-16 11:14:59 +09001552 mvno_match_data="4E"
1553 mvno_type="gid"
agathon.jungb80d9a22012-11-27 09:52:01 +09001554 />
1555
1556 <apn carrier="NRJ MMS"
1557 mcc="208"
1558 mnc="26"
1559 apn="mmsnrj"
1560 mmsc="http://mmsnrj"
1561 mmsproxy="10.143.156.5"
1562 mmsport="8080"
1563 type="mms"
sy.yuncc0d98d2013-05-16 11:14:59 +09001564 mvno_match_data="4E"
1565 mvno_type="gid"
agathon.jungb80d9a22012-11-27 09:52:01 +09001566 />
1567
Eliseu Massingeb4b4892014-10-09 10:52:47 -03001568 <apn carrier="Internet móvil"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001569 mcc="214"
1570 mnc="01"
1571 apn="airtelwap.es"
1572 user="wap@wap"
1573 password="wap125"
sy.yuncc0d98d2013-05-16 11:14:59 +09001574 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001575 type="default,supl"
1576 />
1577
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001578 <apn carrier="INTERNET"
1579 mcc="214"
1580 mnc="01"
1581 apn="airtelnet.es"
1582 authtype="1"
1583 user="vodafone"
1584 password="vodafone"
1585 type="dun"
1586 />
1587
Irfan Sheriff453ac802011-02-01 17:21:43 -08001588 <apn carrier="MMS VODAFONE"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001589 mcc="214"
1590 mnc="01"
1591 apn="mms.vodafone.net"
1592 user="wap@wap"
1593 password="wap125"
1594 mmsc="http://mmsc.vodafone.es/servlets/mms"
1595 mmsproxy="212.73.32.10"
1596 mmsport="80"
sy.yuncc0d98d2013-05-16 11:14:59 +09001597 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001598 type="mms"
1599 />
1600
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09001601 <apn carrier="Orange Internet Móvil"
1602 mcc="214"
1603 mnc="03"
sy.yun5f7abb22013-07-30 10:31:54 +09001604 apn=""
1605 type="ia"
1606 />
1607
1608 <apn carrier="Orange Internet Móvil"
1609 mcc="214"
1610 mnc="03"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09001611 apn="orangeworld"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09001612 user="orange"
1613 password="orange"
1614 authtype="1"
1615 type="default"
1616 />
1617
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001618 <apn carrier="Orange MMS"
1619 mcc="214"
1620 mnc="03"
1621 apn="orangemms"
1622 user="orange"
1623 password="orange"
1624 mmsc="http://mms.orange.es"
1625 mmsproxy="172.22.188.25"
1626 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09001627 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001628 type="mms"
1629 />
1630
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001631 <apn carrier="Orange Internet PC"
1632 mcc="214"
1633 mnc="03"
1634 apn="internet"
1635 authtype="0"
1636 user="orange"
1637 password="orange"
1638 type="dun"
1639 />
1640
sy.yun9ce76cf2013-08-01 09:45:16 +09001641 <apn carrier="Euskaltel Internet"
1642 mcc="214"
1643 mnc="03"
1644 apn="internet.euskaltel.mobi"
1645 user="CLIENTE"
1646 password="EUSKALTEL"
1647 authtype="1"
1648 type="default,supl"
1649 mvno_type="imsi"
1650 mvno_match_data="2140359"
1651 />
1652
1653 <apn carrier="Euskaltel MMS"
1654 mcc="214"
1655 mnc="03"
1656 apn="euskaltelmms.euskaltel.mobi"
1657 user="MMS"
1658 password="EUSKALTEL"
1659 authtype="1"
1660 mmsc="http://mms.euskaltel.mobi"
1661 mmsproxy="172.16.18.74"
1662 mmsport="8080"
1663 type="mms"
1664 mvno_type="imsi"
1665 mvno_match_data="2140359"
1666 />
1667
sy.yun23019322014-10-07 11:32:07 +09001668 <apn carrier="Carrefour"
1669 mcc="214"
1670 mnc="03"
1671 apn="CARREFOURINTERNET"
1672 authtype="1"
1673 type="default,supl"
1674 mvno_type="imsi"
1675 mvno_match_data="2140352xxxxxxxx"
1676 />
1677
1678 <apn carrier="Carrefour MMS"
1679 mcc="214"
1680 mnc="03"
1681 apn="CARREFOURMMS"
1682 user="CARREFOUR"
1683 password="CARREFOUR"
1684 authtype="1"
1685 mmsc="http://mms.orange.es"
1686 mmsproxy="172.022.188.025"
1687 mmsport="8080"
1688 mvno_type="imsi"
1689 mvno_match_data="2140352xxxxxxxx"
1690 type="mms"
1691 />
1692
sy.yun9ce76cf2013-08-01 09:45:16 +09001693 <apn carrier="Yoigo Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001694 mcc="214"
1695 mnc="04"
sy.yun5f7abb22013-07-30 10:31:54 +09001696 apn=""
1697 type="ia"
1698 />
1699
sy.yun0c9faa92013-09-04 09:58:34 +09001700 <apn carrier="Yoigo Internet"
sy.yun5f7abb22013-07-30 10:31:54 +09001701 mcc="214"
1702 mnc="04"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001703 apn="internet"
1704 type="default,supl"
1705 />
1706
1707 <apn carrier="Yoigo MMS"
1708 mcc="214"
1709 mnc="04"
1710 apn="mms"
1711 mmsc="http://mmss/"
1712 mmsproxy="193.209.134.141"
1713 mmsport="80"
1714 type="mms"
1715 />
1716
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001717 <apn carrier="Tuenti"
1718 mcc="214"
1719 mnc="05"
1720 apn="tuenti.com"
1721 authtype="1"
1722 user="tuenti"
1723 password="tuenti"
1724 mmsc="http://tuenti.com"
1725 mmsproxy="10.138.255.43"
1726 mmsport="8080"
1727 />
1728
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07001729 <apn carrier="INTERNET GPRS"
1730 mcc="214"
1731 mnc="06"
1732 apn="airtelnet.es"
1733 user="vodafone"
1734 password="vodafone"
1735 type="default,supl"
1736 />
1737
1738 <apn carrier="MMS Vodafone"
1739 mcc="214"
1740 mnc="06"
1741 apn="mms.vodafone.net"
1742 user="wap@wap"
1743 password="wap125"
1744 mmsc="http://mmsc.vodafone.es/servlets/mms"
1745 mmsproxy="212.73.32.10"
1746 mmsport="80"
1747 type="mms"
1748 />
1749
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001750 <apn carrier="Euskaltel MMS"
1751 mcc="214"
1752 mnc="06"
1753 apn="euskaltelmms.euskaltel.mobi"
1754 user="MMS"
1755 password="EUSKALTEL"
1756 mmsc="http://mms.euskaltel.mobi"
1757 mmsproxy="172.16.18.74"
1758 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09001759 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001760 type="mms"
1761 mvno_match_data="0008"
1762 mvno_type="gid"
1763 />
1764
1765 <apn carrier="Euskaltel Internet"
1766 mcc="214"
1767 mnc="06"
1768 apn="internet.euskaltel.mobi"
1769 user="CLIENTE"
1770 password="EUSKALTEL"
sy.yuncc0d98d2013-05-16 11:14:59 +09001771 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001772 type="default,supl"
1773 mvno_match_data="0008"
1774 mvno_type="gid"
1775 />
1776
1777 <apn carrier="Internet R"
1778 mcc="214"
1779 mnc="06"
1780 apn="internet.mundo-r.com"
sy.yuncc0d98d2013-05-16 11:14:59 +09001781 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001782 type="default,supl"
1783 mvno_match_data="2140612"
1784 mvno_type="imsi"
1785 />
1786
1787 <apn carrier="MMS R"
1788 mcc="214"
1789 mnc="06"
sy.yuncc0d98d2013-05-16 11:14:59 +09001790 apn="mms.mundo-r.com"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001791 mmsc="http://mms.mundo-r.com"
1792 mmsproxy="10.0.157.169"
1793 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09001794 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001795 type="mms"
1796 mvno_match_data="2140612"
1797 mvno_type="imsi"
1798 />
1799
1800 <apn carrier="TeleCable Internet"
1801 mcc="214"
1802 mnc="06"
1803 apn="internet.telecable.es"
1804 user="telecable"
1805 password="telecable"
sy.yuncc0d98d2013-05-16 11:14:59 +09001806 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001807 type="default,supl"
1808 mvno_match_data="2140613"
1809 mvno_type="imsi"
1810 />
1811
1812 <apn carrier="TeleCable MMS"
1813 mcc="214"
1814 mnc="06"
1815 apn="mms.telecable.es"
1816 user="telecable"
1817 password="telecable"
1818 mmsc="http://mms.telecable.es/mms/"
1819 mmsproxy="212.89.0.84"
1820 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09001821 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001822 type="mms"
1823 mvno_match_data="2140613"
1824 mvno_type="imsi"
1825 />
1826
agathon.jung7232b922012-11-19 16:03:52 -08001827 <apn carrier="Eroski Movil GPRS"
1828 mcc="214"
1829 mnc="06"
1830 apn="gprs.eroskimovil.es"
1831 user="wap@wap"
1832 password="wap125"
sy.yuncc0d98d2013-05-16 11:14:59 +09001833 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -08001834 type="default,supl"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001835 mvno_match_data="2140606"
1836 mvno_type="imsi"
agathon.jung7232b922012-11-19 16:03:52 -08001837 />
1838
1839 <apn carrier="Eroski Movil MMS"
1840 mcc="214"
1841 mnc="06"
1842 apn="mms.eroskimovil.es"
1843 user="wap@wap"
1844 password="wap125"
1845 mmsc="http://mms.eroskimovil.es/servlets/mms"
1846 mmsproxy="212.73.32.10"
1847 mmsport="80"
sy.yuncc0d98d2013-05-16 11:14:59 +09001848 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -08001849 type="mms"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001850 mvno_match_data="2140606"
1851 mvno_type="imsi"
agathon.jung7232b922012-11-19 16:03:52 -08001852 />
1853
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001854 <apn carrier="DUN"
1855 mcc="214"
1856 mnc="06"
1857 apn="gprs.pepephone.com"
1858 authtype="0"
1859 type="dun"
1860 mvno_type="spn"
1861 mvno_match_data="pepephone"
1862 />
1863
1864 <apn carrier="Internet"
1865 mcc="214"
1866 mnc="06"
1867 apn="gprsmov.pepephone.com"
1868 authtype="0"
1869 type="default,supl,agps,fota"
1870 mvno_type="spn"
1871 mvno_match_data="pepephone"
1872 />
1873
1874 <apn carrier="MMS"
1875 mcc="214"
1876 mnc="06"
1877 apn="mms.pepephone.com"
1878 authtype="0"
1879 user="wap@wap"
1880 password="wap125"
1881 mmsc="http://mms.pepephone.com/servlets/mms"
1882 mmsproxy="212.73.32.10"
1883 mmsport="80"
1884 type="mms"
1885 mvno_type="spn"
1886 mvno_match_data="pepephone"
1887 />
1888
jsh433c8572011-02-02 14:23:42 -08001889 <apn carrier="Movistar"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08001890 mcc="214"
1891 mnc="07"
1892 apn="telefonica.es"
1893 user="telefonica"
1894 password="telefonica"
1895 proxy="10.138.255.133"
1896 port="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09001897 mmsc="http://mms.movistar.com"
1898 mmsproxy="10.138.255.5"
1899 mmsport="8080"
1900 authtype="1"
1901 type="default,supl,mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08001902 />
1903
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001904 <apn carrier="Jazztel Internet"
1905 mcc="214"
1906 mnc="07"
1907 apn="jazzinternet"
1908 type="default,supl"
1909 mvno_match_data="JAZZTEL"
1910 mvno_type="spn"
1911 />
1912
1913 <apn carrier="Jazztel MMS"
1914 mcc="214"
1915 mnc="07"
1916 apn="jazzmms"
1917 user=""
1918 password=""
Sungmin Choi24a0a4c2013-10-16 15:26:42 -07001919 mmsc="http://jazztelmms.com/servlets/mms"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09001920 mmsproxy="37.132.0.10"
1921 mmsport="8080"
1922 authtype="1"
1923 type="mms"
1924 mvno_match_data="JAZZTEL"
1925 mvno_type="spn"
1926 />
1927
Jing Zhao8d1b97b2014-07-17 17:38:34 -05001928 <apn carrier="Conexióompartida"
1929 mcc="214"
1930 mnc="07"
1931 apn="movistar.es"
1932 authtype="1"
1933 user="MOVISTAR"
1934 password="MOVISTAR"
1935 type="dun"
1936 />
1937
sy.yun23019322014-10-07 11:32:07 +09001938 <apn carrier="T-2"
1939 mcc="214"
1940 mnc="07"
1941 apn="internet.t-2.net"
1942 mmsc="http://www.mms.t-2.net:8002"
1943 mmsproxy="172.20.18.137"
1944 mmsport="8080"
1945 mvno_type="imsi"
1946 mvno_match_data="2140759577xxxxx"
1947 type="default,ims,mms,supl"
1948 />
1949
1950 <apn carrier="T-2"
1951 mcc="214"
1952 mnc="07"
1953 apn="internet.t-2.net"
1954 mmsc="http://www.mms.t-2.net:8002"
1955 mmsproxy="172.20.18.137"
1956 mmsport="8080"
1957 type="default,ims,mms,supl"
1958 mvno_type="imsi"
1959 mvno_match_data="2140796692xxxxx"
1960 />
1961
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08001962 <apn carrier="Euskaltel MMS"
1963 mcc="214"
1964 mnc="08"
1965 apn="euskaltelmms.euskaltel.mobi"
1966 user="MMS"
1967 password="EUSKALTEL"
1968 mmsc="http://mms.euskaltel.mobi"
1969 mmsproxy="172.16.18.74"
1970 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09001971 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08001972 type="mms"
1973 />
1974
1975 <apn carrier="Euskaltel Internet"
1976 mcc="214"
1977 mnc="08"
1978 apn="internet.euskaltel.mobi"
1979 user="CLIENTE"
1980 password="EUSKALTEL"
sy.yuncc0d98d2013-05-16 11:14:59 +09001981 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08001982 type="default,supl"
1983 />
1984
1985 <apn carrier="TeleCable Internet"
1986 mcc="214"
1987 mnc="16"
1988 apn="internet.telecable.es"
1989 user="telecable"
1990 password="telecable"
1991 type="default,supl"
1992 />
1993
1994 <apn carrier="TeleCable MMS"
1995 mcc="214"
1996 mnc="16"
1997 apn="mms.telecable.es"
1998 user="telecable"
1999 password="telecable"
2000 mmsc="http://mms.telecable.es/mms/"
2001 mmsproxy="212.89.0.84"
2002 mmsport="8080"
2003 type="mms"
2004 />
2005
Brian Muramatsu63645fb2012-10-17 17:03:27 -07002006 <apn carrier="ONO Internet"
2007 mcc="214"
2008 mnc="18"
2009 apn="internet.ono.com"
2010 type="default,supl"
2011 />
2012
2013 <apn carrier="ONO MMS"
2014 mcc="214"
2015 mnc="18"
2016 apn="mms.ono.com"
2017 mmsc="http://mms.ono.com/"
2018 mmsproxy="10.126.0.50"
2019 mmsport="8080"
2020 type="mms"
2021 />
2022
sy.yuncc0d98d2013-05-16 11:14:59 +09002023 <apn carrier="Simyo Internet"
2024 mcc="214"
2025 mnc="19"
2026 apn="gprs-service.com"
2027 mmsc="http://217.18.32.180:8080"
2028 mmsproxy="217.18.32.181"
2029 mmsport="8080"
2030 type="default,supl,mms"
2031 />
2032
Sungmin Choi7d1a0872013-02-04 12:46:05 +09002033 <apn carrier="Jazztel Internet"
2034 mcc="214"
2035 mnc="21"
2036 apn="jazzinternet"
2037 type="default,supl"
2038 />
2039
2040 <apn carrier="Jazztel MMS"
2041 mcc="214"
2042 mnc="21"
2043 apn="jazzmms"
2044 user=""
2045 password=""
2046 authtype="1"
Sungmin Choi24a0a4c2013-10-16 15:26:42 -07002047 mmsc="http://jazztelmms.com/servlets/mms"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09002048 mmsproxy="37.132.0.10"
2049 mmsport="8080"
2050 type="mms"
2051 />
2052
Ed Guy8747f002014-05-30 12:16:52 -04002053 <apn carrier="Truphone"
2054 mcc="214"
2055 mnc="27"
2056 apn="truphone.com"
2057 type="default,supl"
2058 />
2059
jsh433c8572011-02-02 14:23:42 -08002060 <apn carrier="Telenor MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002061 mcc="216"
2062 mnc="01"
2063 apn="mms"
jsh433c8572011-02-02 14:23:42 -08002064 mmsc="http://mmsc.telenor.hu/"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002065 mmsproxy="84.225.255.1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002066 mmsport="8080"
2067 type="mms"
2068 />
2069
John Wang6a572492011-04-04 14:51:32 -07002070 <apn carrier="Telenor Online"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002071 mcc="216"
2072 mnc="01"
John Wang6a572492011-04-04 14:51:32 -07002073 apn="online"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002074 type="default,supl"
2075 />
2076
sy.yun639b1fa2013-07-19 14:00:11 +09002077 <apn carrier="Djuice MMS"
2078 mcc="216"
2079 mnc="01"
2080 apn="mms"
2081 mmsproxy="84.225.255.1"
2082 mmsport="8080"
2083 mmsc="http://mmsc.pgsm.hu/"
2084 type="mms"
2085 authtype="0"
2086 mvno_match_data="Djuice"
2087 mvno_type="spn"
2088 />
2089
2090 <apn carrier="Djuice NET"
2091 mcc="216"
2092 mnc="01"
2093 apn="net"
2094 type="default"
2095 authtype="0"
2096 mvno_match_data="Djuice"
2097 mvno_type="spn"
2098 />
2099
2100 <apn carrier="Djuice WAP"
2101 mcc="216"
2102 mnc="01"
2103 apn="wap"
2104 proxy="84.225.255.1"
2105 port="8080"
2106 type="default"
2107 authtype="0"
2108 mvno_match_data="Djuice"
2109 mvno_type="spn"
2110 />
2111
sy.yun5f7abb22013-07-30 10:31:54 +09002112 <apn carrier="T-Mobile H"
2113 mcc="216"
2114 mnc="30"
2115 apn=""
2116 type="ia"
2117 />
2118
sy.yun639b1fa2013-07-19 14:00:11 +09002119 <apn carrier="T-Mobile H MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002120 mcc="216"
2121 mnc="30"
sy.yun639b1fa2013-07-19 14:00:11 +09002122 apn="internet.telekom"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002123 mmsc="http://mms.t-mobile.hu/servlets/mms"
2124 mmsproxy="212.51.126.10"
2125 mmsport="8080"
2126 type="mms"
sy.yun639b1fa2013-07-19 14:00:11 +09002127 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002128 />
2129
sy.yun639b1fa2013-07-19 14:00:11 +09002130 <apn carrier="T-Mobile H"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002131 mcc="216"
2132 mnc="30"
sy.yun639b1fa2013-07-19 14:00:11 +09002133 apn="internet.telekom"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002134 type="default,supl"
sy.yun639b1fa2013-07-19 14:00:11 +09002135 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002136 />
2137
sy.yun639b1fa2013-07-19 14:00:11 +09002138 <apn carrier="Vodafone Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002139 mcc="216"
2140 mnc="70"
2141 apn="internet.vodafone.net"
2142 type="default,supl"
sy.yun639b1fa2013-07-19 14:00:11 +09002143 authtype="0"
2144 mvno_match_data="21670xx2xxx"
2145 mvno_type="imsi"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002146 />
2147
Irfan Sheriff453ac802011-02-01 17:21:43 -08002148 <apn carrier="Vodafone MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002149 mcc="216"
2150 mnc="70"
2151 apn="mms.vodafone.net"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002152 mmsproxy="80.244.97.2"
2153 mmsport="8080"
sy.yun639b1fa2013-07-19 14:00:11 +09002154 mmsc="http://mms.vodafone.hu/servlets/mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002155 type="mms"
sy.yun639b1fa2013-07-19 14:00:11 +09002156 authtype="0"
2157 mvno_match_data="21670xx2xxx"
2158 mvno_type="imsi"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002159 />
2160
sy.yun639b1fa2013-07-19 14:00:11 +09002161 <apn carrier="Vodafone Live!"
2162 mcc="216"
2163 mnc="70"
2164 apn="wap.vodafone.net"
2165 user="vodawap"
2166 password="vodawap"
2167 proxy="10.9.8.7"
2168 port="8080"
2169 type="default,supl"
2170 authtype="1"
2171 mvno_match_data="21670xx2xxx"
2172 mvno_type="imsi"
2173 />
2174
2175 <apn carrier="Vodafone Internet VitaMAX"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002176 mcc="216"
2177 mnc="70"
2178 apn="vitamax.internet.vodafone.net"
2179 type="default,supl"
sy.yun639b1fa2013-07-19 14:00:11 +09002180 mvno_match_data="21670xx1xxx"
2181 mvno_type="imsi"
2182 />
2183
2184 <apn carrier="Vodafone MMS"
2185 mcc="216"
2186 mnc="70"
2187 apn="mms.vodafone.net"
2188 mmsproxy="80.244.97.2"
2189 mmsport="8080"
2190 mmsc="http://mms.vodafone.hu/servlets/mms"
2191 type="mms"
2192 mvno_match_data="21670xx1xxx"
2193 mvno_type="imsi"
2194 />
2195
2196 <apn carrier="Vodafone Live! VitaMAX"
2197 mcc="216"
2198 mnc="70"
2199 apn="vitamax.wap.vodafone.net"
2200 user="vodawap"
2201 password="vodawap"
2202 proxy="10.9.8.7"
2203 port="8080"
2204 type="default,supl"
2205 authtype="1"
2206 mvno_match_data="21670xx1xxx"
2207 mvno_type="imsi"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002208 />
2209
Sangcheol Leebcd21a32012-07-24 17:47:31 +09002210 <apn carrier="HT Eronet WAP"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09002211 mcc="218"
2212 mnc="03"
2213 apn="wap.eronet.ba"
2214 proxy="10.12.3.10"
2215 port="8080"
2216 type="default,supl"
2217 />
2218
Sangcheol Leebcd21a32012-07-24 17:47:31 +09002219 <apn carrier="HT Eronet GPRS"
2220 mcc="218"
2221 mnc="03"
2222 apn="gprs.eronet.ba"
2223 type="default,supl"
2224 />
2225
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09002226 <apn carrier="Ht Eronet MMS"
2227 mcc="218"
2228 mnc="03"
2229 apn="mms.eronet.ba"
2230 mmsc="http://mms.gprs.eronet.ba/mms/wapenc"
2231 mmsproxy="10.12.3.11"
2232 mmsport="8080"
2233 type="mms"
2234 />
2235
2236 <apn carrier="m:tel"
2237 mcc="218"
2238 mnc="05"
2239 apn="3g1"
2240 proxy="192.168.61.10"
2241 port="80"
2242 type="default,supl"
2243 />
2244
Jing Zhao8d1b97b2014-07-17 17:38:34 -05002245 <apn carrier="mtel"
2246 mcc="218"
2247 mnc="05"
2248 apn="mtelgprs1"
2249 proxy="192.168.61.10"
2250 port="80"
2251 authtype="0"
2252 type="default,supl,agps,fota,dun"
2253 />
2254
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09002255 <apn carrier="mtelmms"
2256 mcc="218"
2257 mnc="05"
2258 apn="mtelmms"
2259 mmsc="http://mmsc.mtel.ba/mms/wapenc"
2260 mmsproxy="192.168.61.11"
2261 mmsport="8080"
2262 type="mms"
2263 />
2264
2265 <apn carrier="Bh Mobile"
2266 mcc="218"
2267 mnc="90"
2268 apn="active.bhmobile.ba"
2269 type="default,supl"
2270 />
2271
2272 <apn carrier="BHMobileMMS"
2273 mcc="218"
2274 mnc="90"
2275 apn="mms.bhmobile.ba"
2276 mmsc="http://mms.bhmobile.ba/cmmsc/post"
sy.yun7aa21a52013-09-26 10:49:02 +09002277 mmsproxy="195.222.56.41"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09002278 mmsport="8080"
2279 type="mms"
2280 />
2281
jsh433c8572011-02-02 14:23:42 -08002282 <apn carrier="T-Mobile MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002283 mcc="219"
2284 mnc="01"
2285 apn="mms.htgprs"
2286 mmsc="http://mms.t-mobile.hr/servlets/mms"
John Huang48a18362011-09-08 15:44:54 -07002287 mmsproxy="10.12.0.4"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002288 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09002289 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002290 type="mms"
2291 />
2292
jsh433c8572011-02-02 14:23:42 -08002293 <apn carrier="T-Mobile"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002294 mcc="219"
2295 mnc="01"
sy.yun5f7abb22013-07-30 10:31:54 +09002296 apn=""
2297 type="ia"
2298 />
2299
sy.yun0c9faa92013-09-04 09:58:34 +09002300 <apn carrier="T-Mobile Internet"
sy.yun5f7abb22013-07-30 10:31:54 +09002301 mcc="219"
2302 mnc="01"
sy.yun0c9faa92013-09-04 09:58:34 +09002303 apn="internet.ht.hr"
sy.yuncc0d98d2013-05-16 11:14:59 +09002304 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002305 type="default,supl"
2306 />
2307
Jing Zhao8d1b97b2014-07-17 17:38:34 -05002308 <apn carrier="bonbon Internet"
2309 mcc="219"
2310 mnc="01"
2311 apn="web.htgprs"
2312 authtype="1"
2313 type="default,supl,agps,fota,dun"
2314 mvno_type="spn"
2315 mvno_match_data="bonbon"
2316 />
2317
2318 <apn carrier="bonbon MMS"
2319 mcc="219"
2320 mnc="01"
2321 apn="mms.htgprs"
2322 authtype="1"
2323 mmsc="http://mms.bonbon.com.hr/servlets/mms"
2324 mmsproxy="10.12.0.4"
2325 mmsport="8080"
2326 type="mms"
2327 mvno_type="spn"
2328 mvno_match_data="bonbon"
2329 />
2330
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002331 <apn carrier="Tele2"
2332 mcc="219"
2333 mnc="02"
2334 apn="internet.tele2.hr"
2335 mmsc="http://mmsc.tele2.hr"
John Huang48a18362011-09-08 15:44:54 -07002336 mmsproxy="193.12.40.66"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002337 mmsport="8080"
2338 type="default,supl,mms"
2339 />
2340
2341 <apn carrier="Broadband"
2342 mcc="219"
2343 mnc="10"
sy.yun0c9faa92013-09-04 09:58:34 +09002344 apn=""
2345 type="ia"
2346 />
2347
2348 <apn carrier="Broadband"
2349 mcc="219"
2350 mnc="10"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002351 apn="data.vip.hr"
2352 user="38591"
2353 password="38591"
sy.yuncc0d98d2013-05-16 11:14:59 +09002354 authtype="1"
2355 proxy="212.91.99.91"
2356 port="8080"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002357 type="default,supl"
2358 />
2359
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002360 <apn carrier="VIP.mms"
2361 mcc="219"
2362 mnc="10"
2363 apn="mms.vipnet.hr"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002364 mmsc="http://mms.vipnet.hr/servlets/mms"
John Huang48a18362011-09-08 15:44:54 -07002365 mmsproxy="212.91.99.91"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002366 mmsport="8080"
2367 type="mms"
2368 />
2369
2370 <apn carrier="Telenor WAP"
2371 mcc="220"
2372 mnc="01"
2373 apn="internet"
2374 user="telenor"
2375 password="gprs"
2376 proxy="217.65.192.33"
2377 port="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09002378 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002379 type="default,supl"
2380 />
2381
2382 <apn carrier="Telenor MMS"
2383 mcc="220"
2384 mnc="01"
2385 apn="mms"
2386 mmsc="http://mms.telenor.rs/servlets/mms"
2387 mmsproxy="217.65.192.33"
2388 mmsport="8080"
2389 type="mms"
2390 />
2391
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09002392 <apn carrier="Telenor MNE internet"
2393 mcc="220"
2394 mnc="02"
2395 apn="internet"
2396 user="gprs"
2397 password="gprs"
2398 proxy="192.168.246.5"
2399 port="8080"
2400 type="default,supl"
2401 />
2402
2403 <apn carrier="Telenor MNE mms"
2404 mcc="220"
2405 mnc="02"
2406 apn="mms"
2407 user="mms"
2408 password="mms"
2409 mmsc="http://mm.vor.telenor.me"
2410 mmsproxy="192.168.246.5"
2411 mmsport="8080"
2412 type="mms"
2413 />
2414
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002415 <apn carrier="mt:s wap"
2416 mcc="220"
2417 mnc="03"
2418 apn="gprswap"
2419 user="mts"
2420 password="064"
2421 proxy="172.17.88.198"
2422 port="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09002423 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002424 type="default,supl"
2425 />
2426
2427 <apn carrier="mt:s mms"
2428 mcc="220"
2429 mnc="03"
2430 apn="mms"
2431 user="mts"
2432 password="064"
jsh433c8572011-02-02 14:23:42 -08002433 mmsc="http://mms.mts064.telekom.rs/mms/wapenc"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002434 mmsproxy="172.17.85.131"
2435 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09002436 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002437 type="mms"
2438 />
2439
Jing Zhao8d1b97b2014-07-17 17:38:34 -05002440 <apn carrier="MTS Internet RS"
2441 mcc="220"
2442 mnc="03"
2443 apn="gprsinternet"
2444 authtype="0"
2445 user="mts"
2446 password="064"
2447 type="default,supl,agps,fota,dun"
2448 />
2449
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002450 <apn carrier="T-Mobile MMS"
2451 mcc="220"
2452 mnc="04"
2453 apn="mms"
2454 user="38267"
2455 password="38267"
2456 mmsc="http://192.168.180.100/servlets/mms"
2457 mmsproxy="10.0.5.19"
2458 mmsport="8080"
2459 type="mms"
2460 />
2461
2462 <apn carrier="T-Mobile Internet"
2463 mcc="220"
2464 mnc="04"
2465 apn="tmcg-wnw"
2466 user="38267"
2467 password="38267"
2468 proxy="10.0.5.19"
2469 port="8080"
2470 type="default,supl"
2471 />
2472
sy.yuncc0d98d2013-05-16 11:14:59 +09002473 <apn carrier="SaskTel"
2474 mcc="204"
2475 mnc="04"
2476 apn="pda.stm.sk.ca"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -08002477 type="default,mms,supl"
sy.yuncc0d98d2013-05-16 11:14:59 +09002478 mmsc="http://mms.sasktel.com/"
2479 mmsproxy="mig.sasktel.com"
2480 mmsport="80"
Sungmin Choi0e0213a2013-06-02 13:29:25 -07002481 mvno_match_data="5A"
2482 mvno_type="gid"
sy.yuncc0d98d2013-05-16 11:14:59 +09002483 />
2484
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002485 <apn carrier="Vip GPRS"
2486 mcc="220"
2487 mnc="05"
2488 apn="vipmobile"
2489 user="vipmobile"
2490 password="vipmobile"
2491 proxy="212.15.182.82"
2492 port="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09002493 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002494 type="default,supl"
2495 />
2496
2497 <apn carrier="Vip MMS"
2498 mcc="220"
2499 mnc="05"
2500 apn="vipmobile.mms"
2501 user="vipmobile"
2502 password="vipmobile"
2503 mmsc="http://mmsc.vipmobile.rs"
2504 mmsproxy="212.15.182.82"
2505 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09002506 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002507 type="mms"
2508 />
2509
John Wang3536e142011-02-18 14:43:25 -08002510 <apn carrier="TIM WAP"
2511 mcc="222"
2512 mnc="01"
kyenghun.lee3bf78c22011-12-01 12:10:11 +09002513 apn="wap.tim.it"
kyenghun.lee3bf78c22011-12-01 12:10:11 +09002514 type="default,supl"
2515 />
2516
Jing Zhao8d1b97b2014-07-17 17:38:34 -05002517 <apn carrier="TIM DUN (IT)"
2518 mcc="222"
2519 mnc="01"
2520 apn="ibox.tim.it"
2521 authtype="0"
2522 type="dun"
2523 />
2524
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002525 <apn carrier="TIM MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002526 mcc="222"
2527 mnc="01"
2528 apn="unico.tim.it"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002529 mmsc="http://mms.tim.it/servlets/mms"
2530 mmsproxy="213.230.130.89"
2531 mmsport="80"
2532 type="mms"
2533 />
2534
Sungmin Choic44481e2013-07-26 21:44:44 -07002535 <apn carrier="Internet"
2536 mcc="222"
2537 mnc="01"
2538 apn="internet.windmobile.ca"
2539 type="default,supl"
2540 protocol="IPV4V6"
Sungmin Choicf27cf92013-09-20 14:46:46 -07002541 mvno_match_data="FFFFFF00"
Sungmin Choic44481e2013-07-26 21:44:44 -07002542 mvno_type="gid"
2543 />
2544
2545 <apn carrier="MMS"
2546 mcc="222"
2547 mnc="01"
2548 apn="mms.windmobile.ca"
2549 mmsc="http://mms.windmobile.ca"
2550 mmsproxy="74.115.197.70"
2551 mmsport="8080"
2552 type="mms"
Sungmin Choicf27cf92013-09-20 14:46:46 -07002553 mvno_match_data="FFFFFF00"
Sungmin Choic44481e2013-07-26 21:44:44 -07002554 mvno_type="gid"
2555 />
2556
Jing Zhao8d1b97b2014-07-17 17:38:34 -05002557 <apn carrier="MMS"
2558 mcc="222"
2559 mnc="01"
2560 authtype="0"
2561 mmsc="http://mms.iusacell3g.com/"
2562 type="mms"
2563 user="mmsiusacellgsm"
2564 password="mmsiusacellgsm"
2565 apn="mms.iusacellgsm.mx"
2566 mvno_type="spn"
2567 mvno_match_data="IUSACELL"
2568 />
2569
2570 <apn carrier="Modem"
2571 mcc="222"
2572 mnc="01"
2573 authtype="0"
2574 type="dun"
2575 user="iusacellgsm"
2576 password="iusacellgsm"
2577 apn="modem.iusacellgsm.mx"
2578 mvno_type="spn"
2579 mvno_match_data="IUSACELL"
2580 />
2581
2582 <apn carrier="Internet"
2583 mcc="222"
2584 mnc="01"
2585 authtype="0"
2586 type="default"
2587 user="iusacellgsm"
2588 password="iusacellgsm"
2589 apn="web.iusacellgsm.mx"
2590 mvno_type="spn"
2591 mvno_match_data="IUSACELL"
2592 />
2593
2594 <apn carrier="MMS"
2595 mcc="222"
2596 mnc="01"
2597 apn="mms.iusacellgsm.mx"
2598 authtype="0"
2599 mmsc="http://mms.iusacell3g.com/"
2600 type="mms"
2601 user="mmsiusacellgsm"
2602 password="mmsiusacellgsm"
2603 mvno_type="spn"
2604 mvno_match_data="UNEFON"
2605 />
2606
2607 <apn carrier="Modem"
2608 mcc="222"
2609 mnc="01"
2610 apn="modem.iusacellgsm.mx"
2611 authtype="0"
2612 type="dun"
2613 user="iusacellgsm"
2614 password="iusacellgsm"
2615 mvno_type="spn"
2616 mvno_match_data="UNEFON"
2617 />
2618
2619 <apn carrier="Internet"
2620 mcc="222"
2621 mnc="01"
2622 apn="web.iusacellgsm.mx"
2623 authtype="0"
2624 type="default"
2625 user="iusacellgsm"
2626 password="iusacellgsm"
2627 mvno_type="spn"
2628 mvno_match_data="UNEFON"
2629 />
2630
2631 <apn carrier="NOVERCA MMS"
2632 mcc="222"
2633 mnc="01"
2634 apn="mms.noverca.it"
2635 authtype="0"
2636 mmsc="http://mms.noverca.it/"
2637 mmsproxy="213.230.130.89"
2638 mmsport="80"
2639 type="mms"
2640 mvno_type="spn"
2641 mvno_match_data="Noverca"
2642 />
2643
2644 <apn carrier="NOVERCA WEB"
2645 mcc="222"
2646 mnc="01"
2647 apn="web.noverca.it"
2648 authtype="0"
2649 type="default,supl,agps,fota,dun"
2650 mvno_type="spn"
2651 mvno_match_data="Noverca"
2652 />
2653
sy.yun5f7abb22013-07-30 10:31:54 +09002654 <apn carrier="Acc. Internet da cell"
2655 mcc="222"
2656 mnc="10"
2657 apn=""
2658 type="ia"
2659 />
2660
John Huangee4e8b02012-03-23 14:30:12 -07002661 <apn carrier="MMS Vodafone"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002662 mcc="222"
2663 mnc="10"
2664 apn="mms.vodafone.it"
2665 mmsc="http://mms.vodafone.it/servlets/mms"
2666 mmsproxy="10.128.224.10"
2667 mmsport="80"
2668 type="mms"
2669 />
2670
John Huangee4e8b02012-03-23 14:30:12 -07002671 <apn carrier="Acc. Internet da cell"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002672 mcc="222"
2673 mnc="10"
2674 apn="mobile.vodafone.it"
2675 type="default,supl"
2676 />
2677
Jing Zhao8d1b97b2014-07-17 17:38:34 -05002678 <apn carrier="Tethering Internet"
2679 mcc="222"
2680 mnc="10"
2681 apn="web.omnitel.it"
2682 authtype="0"
2683 mmsport="80"
2684 type="dun"
2685 />
2686
2687 <apn carrier="PosteMobile"
2688 mcc="222"
2689 mnc="10"
2690 apn="wap.postemobile.it"
2691 authtype="0"
2692 type="default,supl,agps,fota"
2693 mvno_type="spn"
2694 mvno_match_data="PosteMobile"
2695 />
2696
2697 <apn carrier="PosteMobile (DUN)"
2698 mcc="222"
2699 mnc="10"
2700 apn="internet.postemobile.it"
2701 authtype="0"
2702 type="dun"
2703 mvno_type="spn"
2704 mvno_match_data="PosteMobile"
2705 />
2706
2707 <apn carrier="PosteMobile MMS"
2708 mcc="222"
2709 mnc="10"
2710 apn="mms.postemobile.it"
2711 authtype="0"
2712 mmsc="http://mms.postemobile.it/servlets/mms"
2713 mmsproxy="10.128.224.10"
2714 mmsport="80"
2715 type="mms"
2716 mvno_type="spn"
2717 mvno_match_data="PosteMobile"
2718 />
2719
2720 <apn carrier="ErgMobile WAP"
2721 mcc="222"
2722 mnc="10"
2723 apn="mobile.erg.it"
2724 authtype="0"
2725 type="default,supl,agps,fota,dun"
2726 mvno_type="spn"
2727 mvno_match_data="ERG"
2728 />
2729
jsh433c8572011-02-02 14:23:42 -08002730 <apn carrier="WIND WEB"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002731 mcc="222"
2732 mnc="88"
2733 apn="internet.wind"
2734 type="default,supl"
2735 />
2736
jsh433c8572011-02-02 14:23:42 -08002737 <apn carrier="WIND MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002738 mcc="222"
2739 mnc="88"
2740 apn="mms.wind"
2741 mmsc="http://mms.wind.it"
2742 mmsproxy="212.245.244.100"
2743 mmsport="8080"
2744 type="mms"
2745 />
2746
Sungmin Choic44481e2013-07-26 21:44:44 -07002747 <apn carrier="Internet"
2748 mcc="222"
2749 mnc="88"
2750 apn="internet.windmobile.ca"
2751 type="default,supl"
2752 protocol="IPV4V6"
Sungmin Choicf27cf92013-09-20 14:46:46 -07002753 mvno_match_data="FFFFFF00"
Sungmin Choic44481e2013-07-26 21:44:44 -07002754 mvno_type="gid"
2755 />
2756
2757 <apn carrier="MMS"
2758 mcc="222"
2759 mnc="88"
2760 apn="mms.windmobile.ca"
2761 mmsc="http://mms.windmobile.ca"
2762 mmsproxy="74.115.197.70"
2763 mmsport="8080"
2764 type="mms"
Sungmin Choicf27cf92013-09-20 14:46:46 -07002765 mvno_match_data="FFFFFF00"
Sungmin Choic44481e2013-07-26 21:44:44 -07002766 mvno_type="gid"
2767 />
2768
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002769 <apn carrier="3"
2770 mcc="222"
2771 mnc="99"
2772 apn="tre.it"
2773 mmsc="http://10.216.59.240:10021/mmsc"
2774 mmsproxy="62.13.171.3"
2775 mmsport="8799"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002776 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002777 />
2778
John Wang3536e142011-02-18 14:43:25 -08002779 <apn carrier="Fastweb WEB"
2780 mcc="222"
2781 mnc="99"
2782 apn="apn.fastweb.it"
2783 mmsc="http://mms.fastweb.it/mms/wapenc"
2784 mmsproxy="10.0.65.9"
2785 mmsport="8080"
2786 type="default,supl,mms"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09002787 mvno_match_data="FASTWEB"
2788 mvno_type="spn"
John Wang3536e142011-02-18 14:43:25 -08002789 />
2790
Irfan Sheriff453ac802011-02-01 17:21:43 -08002791 <apn carrier="Vodafone live!"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002792 mcc="226"
2793 mnc="01"
sy.yun7aa21a52013-09-26 10:49:02 +09002794 apn=""
2795 type="ia"
2796 />
2797
2798 <apn carrier="Vodafone live!"
2799 mcc="226"
2800 mnc="01"
Irfan Sheriff453ac802011-02-01 17:21:43 -08002801 apn="live.vodafone.com"
2802 user="live"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002803 password="vodafone"
sy.yuncc0d98d2013-05-16 11:14:59 +09002804 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002805 type="default,supl"
2806 />
2807
Irfan Sheriff453ac802011-02-01 17:21:43 -08002808 <apn carrier="Vodafone MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002809 mcc="226"
2810 mnc="01"
Irfan Sheriff453ac802011-02-01 17:21:43 -08002811 apn="mms.vodafone.ro"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002812 user="mms"
2813 password="vodafone"
2814 mmsc="http://multimedia/servlets/mms"
2815 mmsproxy="193.230.161.231"
2816 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09002817 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002818 type="mms"
2819 />
2820
Jing Zhao8d1b97b2014-07-17 17:38:34 -05002821 <apn carrier="Vodafone live!PRE"
2822 mcc="226"
2823 mnc="01"
2824 apn="live.pre.vodafone.com"
2825 proxy="193.230.161.231"
2826 port="8080"
2827 authtype="0"
2828 user="live"
2829 password="vodafone"
2830 type="default"
2831 />
2832
agathon.jungb80d9a22012-11-27 09:52:01 +09002833 <apn carrier="Cosmote Connect Mobile"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002834 mcc="226"
agathon.jungb80d9a22012-11-27 09:52:01 +09002835 mnc="03"
sy.yun5f7abb22013-07-30 10:31:54 +09002836 apn=""
2837 type="ia"
2838 />
2839
2840 <apn carrier="Cosmote Connect Mobile"
2841 mcc="226"
2842 mnc="03"
agathon.jungb80d9a22012-11-27 09:52:01 +09002843 apn="broadband"
2844 type="default,supl"
2845 />
2846
2847 <apn carrier="Cosmote MMS"
2848 mcc="226"
2849 mnc="03"
2850 apn="mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002851 user="mms"
agathon.jungb80d9a22012-11-27 09:52:01 +09002852 password="mms"
2853 mmsc="http://mmsc1.mms.cosmote.ro:8002"
2854 mmsproxy="10.252.1.62"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002855 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09002856 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002857 type="mms"
2858 />
2859
agathon.jungb80d9a22012-11-27 09:52:01 +09002860 <apn carrier="web'n'walk"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002861 mcc="226"
2862 mnc="03"
agathon.jungb80d9a22012-11-27 09:52:01 +09002863 apn="wnw"
2864 user="wnw"
2865 password="wnw"
sy.yuncc0d98d2013-05-16 11:14:59 +09002866 authtype="1"
agathon.jungb80d9a22012-11-27 09:52:01 +09002867 type="default,supl"
2868 />
2869
2870 <apn carrier="MMS"
2871 mcc="226"
2872 mnc="05"
2873 apn="mms"
2874 mmsc="http://10.10.3.133:8002"
2875 mmsproxy="10.10.3.130"
2876 mmsport="8080"
2877 type="mms"
2878 />
2879
2880 <apn carrier="Digi.Mobil"
2881 mcc="226"
2882 mnc="05"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002883 apn="internet"
sy.yuncc0d98d2013-05-16 11:14:59 +09002884 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002885 type="default,supl"
2886 />
2887
agathon.jungb80d9a22012-11-27 09:52:01 +09002888 <apn carrier="Cosmote Connect Mobile"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002889 mcc="226"
agathon.jungb80d9a22012-11-27 09:52:01 +09002890 mnc="06"
sy.yun5f7abb22013-07-30 10:31:54 +09002891 apn=""
2892 type="ia"
2893 />
2894
2895 <apn carrier="Cosmote Connect Mobile"
2896 mcc="226"
2897 mnc="06"
agathon.jungb80d9a22012-11-27 09:52:01 +09002898 apn="broadband"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002899 type="default,supl"
2900 />
2901
2902 <apn carrier="Cosmote MMS"
2903 mcc="226"
2904 mnc="06"
2905 apn="mms"
2906 user="mms"
2907 password="mms"
2908 mmsc="http://mmsc1.mms.cosmote.ro:8002"
2909 mmsproxy="10.252.1.62"
2910 mmsport="8080"
2911 type="mms"
2912 />
2913
2914 <apn carrier="web'n'walk"
2915 mcc="226"
2916 mnc="06"
2917 apn="wnw"
2918 user="wnw"
2919 password="wnw"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002920 type="default,supl"
2921 />
2922
sy.yun5f7abb22013-07-30 10:31:54 +09002923 <apn carrier="Orange Internet"
2924 mcc="226"
2925 mnc="10"
2926 apn=""
2927 type="ia"
2928 />
2929
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002930 <apn carrier="Orange MMS"
2931 mcc="226"
2932 mnc="10"
2933 apn="mms"
agathon.jungb80d9a22012-11-27 09:52:01 +09002934 user="mms"
2935 password="mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002936 mmsc="http://wap.mms.orange.ro:8002"
2937 mmsproxy="62.217.247.252"
agathon.jungb80d9a22012-11-27 09:52:01 +09002938 mmsport="8799"
sy.yuncc0d98d2013-05-16 11:14:59 +09002939 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002940 type="mms"
2941 />
2942
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002943 <apn carrier="Orange Internet"
2944 mcc="226"
2945 mnc="10"
2946 apn="net"
Nick Cunnahbeb7cfd2012-04-03 14:46:28 +02002947 type="default"
2948 />
2949
Irfan Sheriff453ac802011-02-01 17:21:43 -08002950 <apn carrier="Swisscom MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002951 mcc="228"
2952 mnc="01"
2953 apn="event.swisscom.ch"
2954 mmsc="http://mms.natel.ch:8079"
2955 mmsproxy="192.168.210.2"
2956 mmsport="8080"
2957 type="mms"
2958 />
2959
Irfan Sheriff453ac802011-02-01 17:21:43 -08002960 <apn carrier="Swisscom Services"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002961 mcc="228"
2962 mnc="01"
2963 apn="gprs.swisscom.ch"
John Huang48a18362011-09-08 15:44:54 -07002964 proxy="192.168.210.1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002965 port="8080"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002966 type="default,supl"
2967 />
2968
jsh433c8572011-02-02 14:23:42 -08002969 <apn carrier="Sunrise live"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002970 mcc="228"
2971 mnc="02"
2972 apn="internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002973 type="default,supl"
2974 />
2975
2976 <apn carrier="Sunrise MMS"
2977 mcc="228"
2978 mnc="02"
2979 apn="mms.sunrise.ch"
2980 mmsc="http://mmsc.sunrise.ch"
2981 mmsproxy="212.35.34.75"
2982 mmsport="8080"
2983 type="mms"
2984 />
2985
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09002986 <apn carrier="Orange Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002987 mcc="228"
2988 mnc="03"
2989 apn="internet"
2990 type="default,supl"
2991 />
2992
2993 <apn carrier="Orange MMS"
2994 mcc="228"
2995 mnc="03"
2996 apn="mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07002997 mmsc="http://192.168.151.3:8002"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08002998 mmsproxy="192.168.151.2"
2999 mmsport="8080"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003000 type="mms"
3001 />
3002
3003 <apn carrier="T-Mobile CZ"
3004 mcc="230"
3005 mnc="01"
sy.yun5f7abb22013-07-30 10:31:54 +09003006 apn=""
3007 type="ia"
3008 />
3009
3010 <apn carrier="T-Mobile CZ"
3011 mcc="230"
3012 mnc="01"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003013 apn="internet.t-mobile.cz"
3014 user="wap"
3015 password="wap"
sy.yuncc0d98d2013-05-16 11:14:59 +09003016 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003017 type="default,supl"
3018 />
3019
jsh433c8572011-02-02 14:23:42 -08003020 <apn carrier="T-Mobile MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003021 mcc="230"
3022 mnc="01"
3023 apn="mms.t-mobile.cz"
3024 user="mms"
3025 password="mms"
3026 mmsc="http://mms"
3027 mmsproxy="10.0.0.10"
3028 mmsport="80"
sy.yuncc0d98d2013-05-16 11:14:59 +09003029 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003030 type="mms"
3031 />
3032
3033 <apn carrier="O2 internet"
3034 mcc="230"
3035 mnc="02"
3036 apn="internet"
3037 type="default,supl"
3038 />
3039
3040 <apn carrier="O2 MMS"
3041 mcc="230"
3042 mnc="02"
3043 apn="mms"
3044 mmsc="http://mms.o2active.cz:8002"
3045 mmsproxy="160.218.160.218"
3046 mmsport="8080"
3047 type="mms"
3048 />
3049
sy.yunc162f2c2013-11-08 08:08:37 +09003050 <apn carrier="Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003051 mcc="230"
3052 mnc="03"
3053 apn="internet"
3054 type="default,supl"
3055 />
3056
sy.yunc162f2c2013-11-08 08:08:37 +09003057 <apn carrier="MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003058 mcc="230"
3059 mnc="03"
3060 apn="mms"
3061 user="mms"
3062 password="mms"
3063 mmsc="http://mms"
3064 mmsproxy="10.11.10.111"
3065 mmsport="80"
sy.yuncc0d98d2013-05-16 11:14:59 +09003066 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003067 type="mms"
3068 />
3069
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09003070 <apn carrier="Orange SK"
jsh433c8572011-02-02 14:23:42 -08003071 mcc="231"
3072 mnc="01"
3073 apn="internet"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09003074 type="default"
jsh433c8572011-02-02 14:23:42 -08003075 />
3076
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09003077 <apn carrier="Orange SK MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003078 mcc="231"
3079 mnc="01"
3080 apn="mms"
3081 user="wap"
3082 password="wap"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07003083 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003084 mmsc="http://imms.orange.sk"
3085 mmsproxy="213.151.208.145"
3086 mmsport="8799"
3087 type="mms"
3088 />
3089
3090 <apn carrier="Orange World"
3091 mcc="231"
3092 mnc="01"
3093 apn="orangewap"
3094 user="wap"
3095 password="wap"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07003096 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003097 proxy="213.151.208.156"
3098 port="8799"
3099 type="default,supl"
3100 />
3101
jsh433c8572011-02-02 14:23:42 -08003102 <apn carrier="T-Mobile internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003103 mcc="231"
3104 mnc="02"
3105 apn="internet"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07003106 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003107 type="default,supl"
3108 />
3109
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003110 <apn carrier="T-Mobile MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003111 mcc="231"
3112 mnc="02"
3113 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003114 user="mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003115 password="mms"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07003116 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003117 mmsc="http://mms"
3118 mmsproxy="192.168.1.1"
3119 mmsport="8080"
3120 type="mms"
3121 />
3122
John Wang3536e142011-02-18 14:43:25 -08003123 <apn carrier="O2 internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003124 mcc="231"
3125 mnc="06"
3126 apn="o2internet"
3127 type="default,supl"
3128 />
3129
John Wang3536e142011-02-18 14:43:25 -08003130 <apn carrier="O2 MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003131 mcc="231"
3132 mnc="06"
3133 apn="o2mms"
3134 mmsc="http://mms.o2world.sk:8002"
3135 mmsproxy="10.97.1.11"
3136 mmsport="8080"
3137 type="mms"
3138 />
3139
Sungmin Choi2f71bde2013-10-06 18:03:22 -07003140 <apn carrier="live!"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003141 mcc="232"
3142 mnc="01"
3143 apn="a1.net"
3144 user="ppp@a1plus.at"
3145 password="ppp"
sy.yuncc0d98d2013-05-16 11:14:59 +09003146 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003147 type="default,supl"
3148 />
3149
Irfan Sheriff453ac802011-02-01 17:21:43 -08003150 <apn carrier="A1 MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003151 mcc="232"
3152 mnc="01"
3153 apn="free.a1.net"
3154 user="ppp@a1plus.at"
3155 password="ppp"
3156 mmsc="http://mmsc.a1.net"
3157 mmsproxy="194.48.124.71"
3158 mmsport="8001"
sy.yuncc0d98d2013-05-16 11:14:59 +09003159 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003160 type="mms"
3161 />
3162
jsh433c8572011-02-02 14:23:42 -08003163 <apn carrier="T-Mobile Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003164 mcc="232"
3165 mnc="03"
sy.yun5f7abb22013-07-30 10:31:54 +09003166 apn=""
3167 type="ia"
3168 />
3169
3170 <apn carrier="T-Mobile Internet"
3171 mcc="232"
3172 mnc="03"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003173 apn="gprsinternet"
3174 user="t-mobile"
3175 password="tm"
sy.yuncc0d98d2013-05-16 11:14:59 +09003176 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003177 type="default,supl"
3178 />
3179
jsh433c8572011-02-02 14:23:42 -08003180 <apn carrier="T-Mobile MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003181 mcc="232"
3182 mnc="03"
3183 apn="gprsmms"
3184 user="t-mobile"
3185 password="tm"
3186 mmsc="http://mmsc.t-mobile.at/servlets/mms"
3187 mmsproxy="10.12.0.20"
3188 mmsport="80"
sy.yuncc0d98d2013-05-16 11:14:59 +09003189 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003190 type="mms"
3191 />
3192
sy.yun954ea8f2013-09-23 10:15:54 +09003193 <apn carrier="Planet 3"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003194 mcc="232"
3195 mnc="05"
sy.yun954ea8f2013-09-23 10:15:54 +09003196 apn="drei.at"
3197 mmsc="http://mmsc"
3198 mmsproxy="213.94.78.133"
3199 mmsport="8799"
3200 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003201 />
3202
Jing Zhao8d1b97b2014-07-17 17:38:34 -05003203 <!--apn carrier="Orange MMS (AT)"
3204 mcc="232"
3205 mnc="05"
3206 apn="orange.mms"
3207 authtype="1"
3208 user="mms"
3209 password="mms"
3210 mmsc="http://mmsc.orange.at/mms/wapenc"
3211 mmsproxy="194.24.128.118"
3212 mmsport="8080"
3213 type="mms"
3214 />
3215
3216 <apn carrier="Orange web (AT)"
3217 mcc="232"
3218 mnc="05"
3219 apn="web.one.at"
3220 authtype="0"
3221 user="web"
3222 password="web"
3223 type="default,supl,agps,fota,dun"
3224 /-->
3225
jsh433c8572011-02-02 14:23:42 -08003226 <apn carrier="tele.ring mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003227 mcc="232"
3228 mnc="07"
3229 apn="mms"
3230 user="wap@telering.at"
3231 password="wap"
3232 mmsc="http://relay.mms.telering.at"
jsh433c8572011-02-02 14:23:42 -08003233 mmsproxy="212.95.31.50"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003234 mmsport="80"
sy.yuncc0d98d2013-05-16 11:14:59 +09003235 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003236 type="mms"
3237 />
3238
jsh433c8572011-02-02 14:23:42 -08003239 <apn carrier="tele.ring web"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003240 mcc="232"
3241 mnc="07"
3242 apn="web"
3243 user="web@telering.at"
3244 password="web"
sy.yuncc0d98d2013-05-16 11:14:59 +09003245 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003246 type="default,supl"
3247 />
3248
3249 <apn carrier="Planet3"
3250 mcc="232"
3251 mnc="10"
3252 apn="drei.at"
3253 mmsc="http://mmsc"
3254 mmsproxy="213.94.78.133"
3255 mmsport="8799"
3256 type="default,supl,mms"
3257 />
3258
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003259 <apn carrier="data.bob"
3260 mcc="232"
3261 mnc="11"
3262 apn="bob.at"
3263 user="data@bob.at"
3264 password="ppp"
sy.yuncc0d98d2013-05-16 11:14:59 +09003265 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003266 type="default,supl"
3267 />
3268
3269 <apn carrier="data.bob MMS"
3270 mcc="232"
3271 mnc="11"
3272 apn="mms.bob.at"
3273 user="data@bob.at"
3274 password="ppp"
3275 mmsc="http://mmsc.bob.at"
John Huang48a18362011-09-08 15:44:54 -07003276 mmsproxy="194.48.124.7"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003277 mmsport="8001"
sy.yuncc0d98d2013-05-16 11:14:59 +09003278 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003279 type="mms"
3280 />
3281
Sungmin Choi2f71bde2013-10-06 18:03:22 -07003282 <apn carrier="yesss!"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003283 mcc="232"
3284 mnc="12"
3285 apn="web.yesss.at"
3286 type="default,supl"
3287 />
3288
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003289 <apn carrier="UBIQUISYS"
3290 mcc="234"
3291 mnc="01"
3292 apn="internet"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -08003293 type="default,supl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003294 />
3295
Sungmin Choi7d1a0872013-02-04 12:46:05 +09003296 <apn carrier="O2 MOBILE WEB"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003297 mcc="234"
3298 mnc="02"
3299 apn="mobile.o2.co.uk"
3300 user="O2web"
3301 password="O2web"
3302 type="default,supl"
3303 />
3304
3305 <apn carrier="O2 MMS Prepay"
3306 mcc="234"
3307 mnc="02"
3308 apn="payandgo.o2.co.uk"
3309 user="payandgo"
3310 password="password"
3311 mmsc="http://mmsc.mms.o2.co.uk:8002"
Ramanan Rajeswaran191c44d2011-06-28 08:00:17 -07003312 mmsproxy="82.132.254.1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003313 mmsport="8080"
3314 type="mms"
3315 />
3316
3317 <apn carrier="O2 MMS Postpay"
3318 mcc="234"
3319 mnc="02"
3320 apn="wap.o2.co.uk"
3321 user="o2wap"
3322 password="password"
3323 mmsc="http://mmsc.mms.o2.co.uk:8002"
Ramanan Rajeswaran191c44d2011-06-28 08:00:17 -07003324 mmsproxy="82.132.254.1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003325 mmsport="8080"
3326 type="mms"
3327 />
3328
Tony Hill455da1c2014-10-14 17:21:03 +01003329 <apn carrier="BT One Phone Internet"
3330 mcc="234"
3331 mnc="08"
3332 apn="internet.btonephone.com"
3333 mvno_type="gid"
3334 mvno_match_data="B2"
3335 type="default,supl"
3336 />
3337
3338 <apn carrier="BT One Phone MMS"
3339 mcc="234"
3340 mnc="08"
3341 apn="mms.btonephone.com"
3342 mmsc="http://MMSC/"
3343 mmsproxy="proxy.btonephone.com"
3344 mmsport="8080"
3345 mvno_type="gid"
3346 mvno_match_data="B2"
3347 type="mms"
3348 />
3349
John Wang6a572492011-04-04 14:51:32 -07003350 <apn carrier="O2 Mobile Web"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003351 mcc="234"
3352 mnc="10"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003353 apn="mobile.o2.co.uk"
3354 user="o2web"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003355 password="password"
John Wang6a572492011-04-04 14:51:32 -07003356 type="default,supl"
3357 />
3358
3359 <apn carrier="O2 MMS"
3360 mcc="234"
3361 mnc="10"
3362 apn="wap.o2.co.uk"
3363 user="o2wap"
3364 password="password"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07003365 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003366 mmsc="http://mmsc.mms.o2.co.uk:8002"
Ramanan Rajeswaran191c44d2011-06-28 08:00:17 -07003367 mmsproxy="82.132.254.1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003368 mmsport="8080"
John Wang6a572492011-04-04 14:51:32 -07003369 type="mms"
John Wang97e54ed2010-12-16 10:40:44 -08003370 />
3371
Sungmin Choicf27cf92013-09-20 14:46:46 -07003372 <apn carrier="O2 Pay &amp; Go"
John Wang97e54ed2010-12-16 10:40:44 -08003373 mcc="234"
3374 mnc="10"
3375 apn="payandgo.o2.co.uk"
sy.yuncc0d98d2013-05-16 11:14:59 +09003376 proxy="82.132.254.1"
John Wang97e54ed2010-12-16 10:40:44 -08003377 port="8080"
3378 user="payandgo"
3379 password="password"
3380 mmsc="http://mmsc.mms.o2.co.uk:8002"
Ramanan Rajeswaran191c44d2011-06-28 08:00:17 -07003381 mmsproxy="82.132.254.1"
John Wang97e54ed2010-12-16 10:40:44 -08003382 mmsport="8080"
3383 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003384 />
3385
John Wang6a572492011-04-04 14:51:32 -07003386 <apn carrier="TESCO"
3387 mcc="234"
3388 mnc="10"
3389 apn="prepay.tesco-mobile.com"
sy.yuncc0d98d2013-05-16 11:14:59 +09003390 proxy="193.113.200.195"
3391 port="8080"
John Wang6a572492011-04-04 14:51:32 -07003392 user="tescowap"
3393 password="password"
3394 mmsc="http://mmsc.mms.o2.co.uk:8002"
sy.yuncc0d98d2013-05-16 11:14:59 +09003395 mmsproxy="193.113.200.195"
John Wang6a572492011-04-04 14:51:32 -07003396 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09003397 authtype="1"
John Wang6a572492011-04-04 14:51:32 -07003398 type="default,supl,mms"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09003399 mvno_match_data="0A"
3400 mvno_type="gid"
John Wang6a572492011-04-04 14:51:32 -07003401 />
3402
Jing Zhao8d1b97b2014-07-17 17:38:34 -05003403 <apn carrier="giffgaff"
3404 mcc="234"
3405 mnc="10"
3406 apn="giffgaff.com"
3407 authtype="1"
3408 user="giffgaff"
3409 password="password"
3410 mmsc="http://mmsc.mediamessaging.co.uk:8002"
3411 mmsproxy="193.113.200.195"
3412 mmsport="8080"
3413 mvno_type="spn"
3414 mvno_match_data="giffgaff"
3415 />
3416
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003417 <apn carrier="O2 MOBILE WEB"
3418 mcc="234"
3419 mnc="11"
3420 apn="mobile.o2.co.uk"
3421 user="O2web"
3422 password="O2web"
3423 type="default,supl"
3424 />
3425
3426 <apn carrier="O2 MMS Prepay"
3427 mcc="234"
3428 mnc="11"
3429 apn="payandgo.o2.co.uk"
3430 user="payandgo"
3431 password="password"
3432 mmsc="http://mmsc.mms.o2.co.uk:8002"
Ramanan Rajeswaran191c44d2011-06-28 08:00:17 -07003433 mmsproxy="82.132.254.1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003434 mmsport="8080"
3435 type="mms"
3436 />
3437
3438 <apn carrier="O2 MMS Postpay"
3439 mcc="234"
3440 mnc="11"
3441 apn="wap.o2.co.uk"
3442 user="o2wap"
3443 password="password"
3444 mmsc="http://mmsc.mms.o2.co.uk:8002"
Ramanan Rajeswaran191c44d2011-06-28 08:00:17 -07003445 mmsproxy="82.132.254.1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003446 mmsport="8080"
3447 type="mms"
3448 />
3449
John Wang3536e142011-02-18 14:43:25 -08003450
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003451 <apn carrier="O2 MOBILE WEB"
3452 mcc="234"
3453 mnc="11"
3454 apn="mobile.o2.co.uk"
3455 user="O2web"
3456 password="O2web"
3457 type="default,supl"
3458 />
3459
3460 <apn carrier="O2 MMS Prepay"
3461 mcc="234"
3462 mnc="11"
3463 apn="payandgo.o2.co.uk"
3464 user="payandgo"
3465 password="password"
3466 mmsc="http://mmsc.mms.02.co.uk:8002"
Ramanan Rajeswaran191c44d2011-06-28 08:00:17 -07003467 mmsproxy="82.132.254.1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003468 mmsport="8080"
3469 type="mms"
3470 />
3471
3472 <apn carrier="O2 MMS Postpay"
3473 mcc="234"
3474 mnc="11"
3475 apn="wap.o2.co.uk"
3476 user="o2wap"
3477 password="password"
3478 mmsc="http://mmsc.mms.02.co.uk:8002"
Ramanan Rajeswaran191c44d2011-06-28 08:00:17 -07003479 mmsproxy="82.132.254.1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003480 mmsport="8080"
3481 type="mms"
3482 />
3483
John Wangdb1b1332010-12-08 18:59:04 -08003484 <apn carrier="Vodafone UK"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003485 mcc="234"
3486 mnc="15"
John Wangdb1b1332010-12-08 18:59:04 -08003487 apn="wap.vodafone.co.uk"
3488 user="wap"
3489 password="wap"
3490 mmsc="http://mms.vodafone.co.uk/servlets/mms"
3491 mmsproxy="212.183.137.12"
3492 mmsport="8799"
sy.yuncc0d98d2013-05-16 11:14:59 +09003493 authtype="1"
John Wangdb1b1332010-12-08 18:59:04 -08003494 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003495 />
3496
Irfan Sheriff453ac802011-02-01 17:21:43 -08003497 <apn carrier="Vodafone UK Prepay"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003498 mcc="234"
3499 mnc="15"
3500 apn="pp.vodafone.co.uk"
3501 user="wap"
3502 password="wap"
3503 mmsc="http://mms.vodafone.co.uk/servlets/mms"
3504 mmsproxy="212.183.137.12"
3505 mmsport="8799"
sy.yuncc0d98d2013-05-16 11:14:59 +09003506 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003507 type="default,supl,mms"
3508 />
3509
sy.yuncc0d98d2013-05-16 11:14:59 +09003510 <apn carrier="ASDA WAP"
3511 mcc="234"
3512 mnc="15"
3513 apn="asdamobiles.co.uk"
3514 proxy="212.183.137.12"
3515 port="8799"
3516 user="wap"
3517 password="wap"
3518 mmsc="http://mms.asdamobiles.co.uk/servlets/mms"
3519 mmsproxy="212.183.137.12"
3520 mmsport="8799"
3521 authtype="1"
3522 type="default,supl,mms"
3523 mvno_match_data="A0"
3524 mvno_type="gid"
3525 />
3526
3527 <apn carrier="Talkmob PAYG WAP"
3528 mcc="234"
3529 mnc="15"
3530 apn="payg.talkmobile.co.uk"
3531 proxy="212.183.137.12"
3532 port="8799"
3533 user="wap"
3534 password="wap"
3535 mmsc="http://mms.talkmobile.co.uk/servlets/mms"
3536 mmsproxy="212.183.137.12"
3537 mmsport="8799"
3538 authtype="1"
3539 type="default,supl,mms"
3540 mvno_match_data="C1"
3541 mvno_type="gid"
3542 />
3543
3544 <apn carrier="Talkmob WAP"
3545 mcc="234"
3546 mnc="15"
3547 apn="talkmobile.co.uk"
3548 proxy="212.183.137.12"
3549 port="8799"
3550 user="wap"
3551 password="wap"
3552 mmsc="http://mms.talkmobile.co.uk/servlets/mms"
3553 mmsproxy="212.183.137.12"
3554 mmsport="8799"
3555 authtype="1"
3556 type="default,supl,mms"
3557 mvno_match_data="C1"
3558 mvno_type="gid"
3559 />
3560
3561 <apn carrier="TalkTalk WAP"
3562 mcc="234"
3563 mnc="15"
3564 apn="mobile.talktalk.co.uk"
3565 mmsc="http://mms.talktalk.co.uk/servlets/mms"
3566 mmsproxy="212.183.137.12"
3567 mmsport="8799"
3568 type="default,supl,mms"
3569 mvno_match_data="70"
3570 mvno_type="gid"
3571 />
3572
Jing Zhao8d1b97b2014-07-17 17:38:34 -05003573 <apn carrier="BT Mobile"
3574 mcc="234"
3575 mnc="15"
3576 apn="btmobile.bt.com"
Tony Hill455da1c2014-10-14 17:21:03 +01003577 authtype="1"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05003578 user="bt"
3579 password="bt"
3580 mmsc="http://mms.bt.com/servlets/mms"
3581 mmsproxy="212.183.137.12"
3582 mmsport="8799"
Tony Hill455da1c2014-10-14 17:21:03 +01003583 mvno_type="gid"
3584 mvno_match_data="B3"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05003585 />
3586
3587 <apn carrier="Sainsbury's PAYG"
3588 mcc="234"
3589 mnc="15"
3590 apn="payg.mobilebysainsburys.co.uk"
3591 authtype="1"
3592 mmsc="http://mms.mobilebysainsburys.co.uk/servlets/mms"
3593 mmsproxy="212.183.137.12"
3594 mmsport="8799"
3595 mvno_type="spn"
3596 mvno_match_data="Sainsbury's"
3597 />
3598
3599 <apn carrier="Lebara Internet"
3600 mcc="234"
3601 mnc="15"
3602 apn="uk.lebara.mobi"
3603 authtype="1"
3604 user="wap"
3605 password="wap"
3606 mmsc="http://mms.lebara.co.uk/servlets/mms"
3607 mmsproxy="212.183.137.012"
3608 mmsport="8799"
3609 mvno_type="spn"
3610 mvno_match_data="Lebara"
3611 type="default,supl,mms"
3612 />
3613
John Huang4ce70bb2011-09-28 20:56:52 -07003614 <apn carrier="3"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003615 mcc="234"
3616 mnc="20"
3617 apn="three.co.uk"
3618 mmsc="http://mms.um.three.co.uk:10021/mmsc"
John Huang4ce70bb2011-09-28 20:56:52 -07003619 mmsproxy="mms.three.co.uk"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003620 mmsport="8799"
John Huang4ce70bb2011-09-28 20:56:52 -07003621 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003622 />
3623
Jing Zhao8d1b97b2014-07-17 17:38:34 -05003624 <apn carrier="3 Hotspot"
3625 mcc="234"
3626 mnc="20"
3627 apn="3hotspot"
3628 authtype="0"
3629 type="dun"
3630 />
3631
3632 <apn carrier="Lycamobile"
3633 mcc="234"
3634 mnc="26"
3635 apn="data.lycamobile.co.uk"
3636 authtype="1"
3637 user="lmuk"
3638 password="plus"
3639 mvno_type="spn"
3640 mvno_match_data="Lycamobile"
3641 />
3642
sy.yuncc0d98d2013-05-16 11:14:59 +09003643 <apn carrier="Virgin Media Mobile Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003644 mcc="234"
3645 mnc="30"
3646 apn="goto.virginmobile.uk"
3647 user="user"
3648 mmsc="http://mms.virginmobile.co.uk:8002"
3649 mmsproxy="193.30.166.2"
3650 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09003651 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003652 type="default,supl,mms"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09003653 mvno_match_data="28"
3654 mvno_type="gid"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003655 />
3656
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003657 <apn carrier="EE Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003658 mcc="234"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003659 mnc="30"
3660 apn="everywhere"
3661 user="eesecure"
3662 password="secure"
3663 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -08003664 type="default,supl"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003665 />
3666
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003667 <apn carrier="EE MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003668 mcc="234"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003669 mnc="30"
3670 apn="eezone"
3671 user="eesecure"
3672 password="secure"
3673 mmsc="http://mms/"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003674 mmsproxy="149.254.201.135"
3675 mmsport="8080"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003676 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003677 type="mms"
3678 />
3679
Tony Hill455da1c2014-10-14 17:21:03 +01003680 <apn carrier="BT One Phone Internet"
3681 mcc="234"
3682 mnc="30"
3683 apn="internet.btonephone.com"
3684 mvno_type="gid"
3685 mvno_match_data="B2"
3686 type="default,supl"
3687 />
3688
3689 <apn carrier="BT One Phone MMS"
3690 mcc="234"
3691 mnc="30"
3692 apn="mms.btonephone.com"
3693 mmsc="http://MMSC/"
3694 mmsproxy="proxy.btonephone.com"
3695 mmsport="8080"
3696 mvno_type="gid"
3697 mvno_match_data="B2"
3698 type="mms"
3699 />
3700
3701 <apn carrier="BT Internet"
3702 mcc="234"
3703 mnc="30"
3704 apn="btmobile.bt.com"
3705 user="bt"
3706 password="bt"
3707 authtype="1"
3708 mvno_type="gid"
3709 mvno_match_data="B3"
3710 type="default,supl"
3711 />
3712
3713 <apn carrier="BT MMS"
3714 mcc="234"
3715 mnc="30"
3716 apn="mms.bt.com"
3717 user="bt"
3718 password="bt"
3719 authtype="1"
3720 mmsc="http://MMS/"
3721 mmsproxy="149.254.201.135"
3722 mmsport="8080"
3723 mvno_type="gid"
3724 mvno_match_data="B3"
3725 type="mms"
3726 />
3727
3728 <apn carrier="BT Internet"
3729 mcc="234"
3730 mnc="30"
3731 apn="btmobile.bt.com"
3732 user="bt"
3733 password="bt"
3734 authtype="1"
3735 mvno_type="gid"
3736 mvno_match_data="C3"
3737 type="default,supl"
3738 />
3739
3740 <apn carrier="BT MMS"
3741 mcc="234"
3742 mnc="30"
3743 apn="mms.bt.com"
3744 user="bt"
3745 password="bt"
3746 authtype="1"
3747 mmsc="http://MMS/"
3748 mmsproxy="149.254.201.135"
3749 mmsport="8080"
3750 mvno_type="gid"
3751 mvno_match_data="C3"
3752 type="mms"
3753 />
3754
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003755 <apn carrier="EE Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003756 mcc="234"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003757 mnc="31"
3758 apn="everywhere"
3759 user="eesecure"
3760 password="secure"
3761 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -08003762 type="default,supl"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003763 />
3764
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003765 <apn carrier="EE MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003766 mcc="234"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003767 mnc="31"
3768 apn="eezone"
3769 user="eesecure"
3770 password="secure"
3771 mmsc="http://mms/"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003772 mmsproxy="149.254.201.135"
3773 mmsport="8080"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003774 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003775 type="mms"
3776 />
3777
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003778 <apn carrier="EE Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003779 mcc="234"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003780 mnc="32"
3781 apn="everywhere"
3782 user="eesecure"
3783 password="secure"
3784 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -08003785 type="default,supl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003786 />
3787
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003788 <apn carrier="EE MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003789 mcc="234"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003790 mnc="32"
3791 apn="eezone"
3792 user="eesecure"
3793 password="secure"
3794 mmsc="http://mms/"
3795 mmsproxy="149.254.201.135"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003796 mmsport="8080"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003797 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003798 type="mms"
3799 />
3800
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003801 <apn carrier="EE Internet"
jinho1227.lee41d67aa2013-03-04 17:17:53 +09003802 mcc="234"
3803 mnc="33"
3804 apn="everywhere"
3805 user="eesecure"
3806 password="secure"
3807 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -08003808 type="default,supl"
jinho1227.lee41d67aa2013-03-04 17:17:53 +09003809 />
3810
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003811 <apn carrier="EE MMS"
jinho1227.lee41d67aa2013-03-04 17:17:53 +09003812 mcc="234"
3813 mnc="33"
3814 apn="eezone"
3815 user="eesecure"
3816 password="secure"
3817 mmsc="http://mms/"
3818 mmsproxy="149.254.201.135"
3819 mmsport="8080"
3820 authtype="1"
3821 type="mms"
3822 />
3823
Jing Zhao8d1b97b2014-07-17 17:38:34 -05003824 <apn carrier="Internet"
3825 mcc="234"
3826 mnc="33"
3827 apn="tslpaygnet"
3828 authtype="0"
3829 type="default,supl,agps,fota,dun"
3830 mvno_type="spn"
3831 mvno_match_data="LIFE"
3832 />
3833
3834 <apn carrier="MMS"
3835 mcc="234"
3836 mnc="33"
3837 apn="tslmms"
3838 authtype="1"
3839 user="wap"
3840 password="wap"
3841 mmsc="http://mms/"
3842 mmsproxy="193.35.133.194"
3843 mmsport="8080"
3844 type="mms"
3845 mvno_type="spn"
3846 mvno_match_data="LIFE"
3847 />
3848
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003849 <apn carrier="EE Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003850 mcc="234"
3851 mnc="34"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003852 apn="everywhere"
3853 user="eesecure"
3854 password="secure"
3855 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -08003856 type="default,supl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003857 />
3858
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003859 <apn carrier="EE MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003860 mcc="234"
3861 mnc="34"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003862 apn="eezone"
3863 user="eesecure"
3864 password="secure"
3865 mmsc="http://mms/"
3866 mmsproxy="149.254.201.135"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003867 mmsport="8080"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003868 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003869 type="mms"
3870 />
3871
Jing Zhao8d1b97b2014-07-17 17:38:34 -05003872 <!--apn carrier="Orange UK 34"
3873 mcc="234"
3874 mnc="34"
3875 apn="orangeinternet"
3876 user="user"
3877 password="pass"
3878 port="8080"
3879 type="default"
3880 />
3881
3882 <apn carrier="Orange UK 34 MMS"
3883 mcc="234"
3884 mnc="34"
3885 apn="orangemms"
3886 user=""
3887 password=""
3888 mmsc="http://mms.orange.co.uk"
3889 mmsproxy="192.168.224.10"
3890 mmsport="8080"
3891 type="mms"
3892 /-->
3893
Ed Guy8747f002014-05-30 12:16:52 -04003894 <apn carrier="Truphone"
3895 mcc="234"
3896 mnc="25"
3897 apn="truphone.com"
3898 type="default,supl"
3899 />
3900
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07003901 <apn carrier="Jersey Telecom"
3902 mcc="234"
3903 mnc="50"
3904 apn="mms"
3905 user="mms"
3906 password="mms"
3907 mmsc="http://mms.surfmail.com/mmsc"
3908 mmsproxy="212.9.19.199"
3909 mmsport="3130"
3910 type="mms"
3911 />
3912
3913 <apn carrier="pepperWEB (Jersey)"
3914 mcc="234"
3915 mnc="50"
3916 apn="pepper"
3917 type="default,supl"
3918 />
3919
3920 <apn carrier="C&amp;W Guernsey Internet"
3921 mcc="234"
3922 mnc="55"
3923 apn="internet"
3924 type="default,supl"
3925 />
3926
3927 <apn carrier="Sure Picture Messaging"
3928 mcc="234"
3929 mnc="55"
3930 apn="mms"
3931 mmsc="http://mmsc.gprs.cw.com/"
3932 mmsproxy="10.0.3.101"
3933 mmsport="80"
3934 type="mms"
3935 />
3936
3937 <apn carrier="3G HSDPA"
3938 mcc="234"
3939 mnc="58"
3940 apn="3gpronto"
3941 type="default,supl"
3942 />
3943
3944 <apn carrier="Manx Telecom Contract MMS"
3945 mcc="234"
3946 mnc="58"
3947 apn="mms.manxpronto.net"
3948 user="mms"
3949 password="mms"
3950 mmsc="http://mms.manxpronto.net:8002"
3951 mmsproxy="195.10.99.46"
3952 mmsport="8080"
3953 type="mms"
3954 />
3955
3956 <apn carrier="Manx Telecom Prepay MMS"
3957 mcc="234"
3958 mnc="58"
3959 apn="mms.prontogo.net"
3960 user="mmsgo"
3961 password="mmsgo"
3962 mmsc="http://mms.manxpronto.net:8002"
3963 mmsproxy="195.10.99.41"
3964 mmsport="8080"
3965 type="mms"
3966 />
3967
3968 <apn carrier="Manx Telecom Contract WEB"
3969 mcc="234"
3970 mnc="58"
3971 apn="web.manxpronto.net"
3972 user="gprs"
3973 password="gprs"
3974 type="default,supl"
3975 />
3976
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003977 <apn carrier="EE Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003978 mcc="234"
3979 mnc="86"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003980 apn="everywhere"
3981 user="eesecure"
3982 password="secure"
3983 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -08003984 type="default,supl"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003985 />
3986
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003987 <apn carrier="EE MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003988 mcc="234"
3989 mnc="86"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003990 apn="eezone"
3991 user="eesecure"
3992 password="secure"
3993 mmsc="http://mms/"
3994 mmsproxy="149.254.201.135"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003995 mmsport="8080"
Guillaume Châteletd9bd5e72013-01-22 14:26:36 +01003996 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08003997 type="mms"
3998 />
3999
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004000 <apn carrier="3"
4001 mcc="235"
4002 mnc="94"
4003 apn="three.co.uk"
4004 mmsc="http://mms.um.three.co.uk:10021/mmsc"
4005 mmsproxy="mms.three.co.uk"
4006 mmsport="8799"
4007 type="default,supl,mms"
4008 />
4009
Jing Zhao8d1b97b2014-07-17 17:38:34 -05004010 <apn carrier="DK TDC"
4011 mcc="238"
4012 mnc="01"
4013 apn="internet"
4014 authtype="0"
4015 type="default,supl,agps,fota,dun"
4016 />
4017
4018 <apn carrier="DK TDC mms"
4019 mcc="238"
4020 mnc="01"
4021 apn="mms"
4022 authtype="0"
4023 mmsc="http://192.168.241.114:8002"
4024 mmsproxy="194.182.251.15"
4025 mmsport="8080"
4026 type="mms"
4027 />
4028
sy.yun639b1fa2013-07-19 14:00:11 +09004029 <apn carrier="TDC Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08004030 mcc="238"
4031 mnc="01"
4032 apn="internet"
4033 type="default,supl"
sy.yun639b1fa2013-07-19 14:00:11 +09004034 mvno_match_data="2380101xxxxxxxx"
4035 mvno_type="imsi"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08004036 />
4037
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004038 <apn carrier="TDC MMS"
4039 mcc="238"
4040 mnc="01"
4041 apn="mms"
John Wang3536e142011-02-18 14:43:25 -08004042 mmsc="http://mmsc.tdc.dk:8002"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004043 mmsproxy="194.182.251.15"
4044 mmsport="8080"
4045 type="mms"
sy.yun639b1fa2013-07-19 14:00:11 +09004046 mvno_match_data="2380101xxxxxxxx"
4047 mvno_type="imsi"
4048 />
4049
4050 <apn carrier="Telmore Internet"
4051 mcc="238"
4052 mnc="01"
4053 apn="internet"
4054 type="default,supl"
4055 mvno_type="spn"
4056 mvno_match_data="TELMORE"
4057 />
4058
4059 <apn carrier="Telmore MMS"
4060 mcc="238"
4061 mnc="01"
4062 apn="mms"
4063 mmsproxy="194.182.251.15"
4064 mmsport="8080"
4065 mmsc="http://192.168.241.114:8002"
4066 type="mms"
4067 mvno_type="spn"
4068 mvno_match_data="TELMORE"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004069 />
4070
Jing Zhao8d1b97b2014-07-17 17:38:34 -05004071 <apn carrier="TELMORE WAP"
4072 mcc="238"
4073 mnc="01"
4074 apn="wap"
4075 proxy="194.182.251.15"
4076 port="8080"
4077 authtype="0"
4078 type="default"
4079 mvno_type="spn"
4080 mvno_match_data="TELMORE"
4081 />
4082
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004083 <apn carrier="Telenor Internet"
4084 mcc="238"
4085 mnc="02"
4086 apn="Internet"
4087 type="default,supl"
4088 />
4089
4090 <apn carrier="Telenor MMS"
4091 mcc="238"
4092 mnc="02"
4093 apn="telenor"
4094 mmsc="http://mms.telenor.dk"
4095 mmsproxy="212.88.64.8"
4096 mmsport="8080"
4097 type="mms"
4098 />
4099
sy.yun639b1fa2013-07-19 14:00:11 +09004100 <apn carrier="BiBoB Internet profil"
4101 mcc="238"
4102 mnc="02"
4103 apn="internet.bibob.dk"
4104 type="default,supl"
4105 mvno_type="spn"
4106 mvno_match_data="BiBoB"
4107 />
4108
4109 <apn carrier="BiBoB"
4110 mcc="238"
4111 mnc="02"
4112 apn="mms.bibob.dk"
4113 mmsproxy="212.88.64.8"
4114 mmsport="8080"
4115 mmsc="http://mms.telenor.dk"
4116 type="mms"
4117 mvno_type="spn"
4118 mvno_match_data="BiBoB"
4119 />
4120
4121 <apn carrier="CBB Internet"
4122 mcc="238"
4123 mnc="02"
4124 apn="internet"
4125 type="default,supl"
4126 mvno_type="spn"
4127 mvno_match_data="CBB Mobil"
4128 />
4129
4130 <apn carrier="CBB MMS"
4131 mcc="238"
4132 mnc="02"
4133 apn="telenor"
4134 mmsproxy="212.88.64.8"
4135 mmsport="8080"
4136 mmsc="http://mms.telenor.dk"
4137 type="mms"
4138 mvno_type="spn"
4139 mvno_match_data="CBB Mobil"
4140 />
4141
John Huang4ce70bb2011-09-28 20:56:52 -07004142 <apn carrier="3"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004143 mcc="238"
4144 mnc="06"
4145 apn="data.tre.dk"
4146 mmsc="http://mms.3.dk/"
John Huang4ce70bb2011-09-28 20:56:52 -07004147 mmsproxy="mmsproxy.3.dk"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004148 mmsport="8799"
4149 type="default,supl,mms"
4150 />
4151
sy.yun639b1fa2013-07-19 14:00:11 +09004152 <apn carrier="Telia SurfPort"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004153 mcc="238"
4154 mnc="20"
4155 apn="www.internet.mtelia.dk"
4156 type="default,supl"
sy.yun639b1fa2013-07-19 14:00:11 +09004157 mvno_type="imsi"
4158 mvno_match_data="2382010x"
4159 />
4160
4161 <apn carrier="Telia SurfPort"
4162 mcc="238"
4163 mnc="20"
4164 apn="www.internet.mtelia.dk"
4165 type="default,supl"
4166 mvno_type="imsi"
4167 mvno_match_data="2382030x"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004168 />
4169
4170 <apn carrier="Telia MMS"
4171 mcc="238"
4172 mnc="20"
4173 apn="www.mms.mtelia.dk"
4174 mmsc="http://mms.telia.dk"
4175 mmsproxy="193.209.134.131"
4176 mmsport="8080"
4177 type="mms"
sy.yun639b1fa2013-07-19 14:00:11 +09004178 mvno_type="imsi"
4179 mvno_match_data="2382010x"
4180 />
4181
4182 <apn carrier="Telia MMS"
4183 mcc="238"
4184 mnc="20"
4185 apn="www.mms.mtelia.dk"
4186 mmsc="http://mms.telia.dk"
4187 mmsproxy="193.209.134.131"
4188 mmsport="8080"
4189 type="mms"
4190 mvno_type="imsi"
4191 mvno_match_data="2382030x"
4192 />
4193
4194 <apn carrier="Call me Internet"
4195 mcc="238"
4196 mnc="20"
4197 apn="webSP"
4198 type="default,supl"
4199 mvno_type="spn"
4200 mvno_match_data="Call me"
4201 />
4202
4203 <apn carrier="Call me MMS"
4204 mcc="238"
4205 mnc="20"
4206 apn="mmsSP"
4207 mmsproxy="193.209.134.131"
4208 mmsport="8080"
4209 mmsc="http://mms.telia.dk"
4210 type="mms"
4211 mvno_type="spn"
4212 mvno_match_data="Call me"
4213 />
4214
4215 <apn carrier="DLG Tele GPRS"
4216 mcc="238"
4217 mnc="20"
4218 apn="webSP"
4219 type="default,supl"
4220 mvno_type="spn"
4221 mvno_match_data="DLG Tele"
4222 />
4223
4224 <apn carrier="DLG Tele MMS"
4225 mcc="238"
4226 mnc="20"
4227 apn="mmsSP"
4228 mmsproxy="193.209.134.131"
4229 mmsport="8080"
4230 mmsc="http://mms.telia.dk"
4231 type="mms"
4232 mvno_type="spn"
4233 mvno_match_data="DLG Tele"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004234 />
4235
Jing Zhao8d1b97b2014-07-17 17:38:34 -05004236 <apn carrier="Orange DE"
4237 mcc="238"
4238 mnc="30"
4239 apn="web.orange.dk"
4240 user=""
4241 password=""
4242 />
4243
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004244 <apn carrier="Telenor Internet"
4245 mcc="238"
4246 mnc="77"
4247 apn="Internet"
4248 type="default,supl"
4249 />
4250
4251 <apn carrier="Telenor MMS"
4252 mcc="238"
4253 mnc="77"
4254 apn="telenor"
4255 mmsc="http://mms.telenor.dk"
4256 mmsproxy="212.88.64.8"
4257 mmsport="8080"
4258 type="mms"
4259 />
4260
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004261 <apn carrier="Telia MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004262 mcc="240"
4263 mnc="01"
4264 apn="mms.telia.se"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004265 mmsc="http://mmss"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004266 mmsproxy="193.209.134.132"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004267 mmsport="80"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004268 type="mms"
4269 />
4270
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004271 <apn carrier="Telia"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004272 mcc="240"
4273 mnc="01"
4274 apn="online.telia.se"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004275 type="default,supl"
4276 />
4277
4278 <apn carrier="Halebop Internet"
4279 mcc="240"
sy.yun639b1fa2013-07-19 14:00:11 +09004280 mnc="01"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004281 apn="halebop.telia.se"
4282 type="default,supl"
sy.yun639b1fa2013-07-19 14:00:11 +09004283 mvno_match_data="240017xxxxxxxxx"
4284 mvno_type="imsi"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004285 />
4286
4287 <apn carrier="Halebop MMS"
4288 mcc="240"
sy.yun639b1fa2013-07-19 14:00:11 +09004289 mnc="01"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004290 apn="mms.telia.se"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004291 mmsc="http://mmss"
4292 mmsproxy="193.209.134.132"
sy.yun639b1fa2013-07-19 14:00:11 +09004293 mmsport="80"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004294 type="mms"
sy.yun639b1fa2013-07-19 14:00:11 +09004295 mvno_match_data="240017xxxxxxxxx"
4296 mvno_type="imsi"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004297 />
4298
4299 <apn carrier="3"
4300 mcc="240"
4301 mnc="02"
4302 apn="data.tre.se"
4303 mmsc="http://mms.tre.se"
John Huang4ce70bb2011-09-28 20:56:52 -07004304 mmsproxy="mmsproxy.tre.se"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004305 mmsport="8799"
4306 type="default,supl,mms"
4307 />
4308
sy.yun639b1fa2013-07-19 14:00:11 +09004309 <apn carrier="3"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004310 mcc="240"
4311 mnc="04"
sy.yun639b1fa2013-07-19 14:00:11 +09004312 apn="data.tre.se"
4313 mmsc="http://mms.tre.se"
4314 mmsproxy="mmsproxy.tre.se"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004315 mmsport="8799"
Sangcheol Leebcd21a32012-07-24 17:47:31 +09004316 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004317 />
4318
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004319 <apn carrier="Telenor SE"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004320 mcc="240"
sy.yun639b1fa2013-07-19 14:00:11 +09004321 mnc="04"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004322 apn="services.telenor.se"
sy.yun639b1fa2013-07-19 14:00:11 +09004323 mmsc="http://mms"
4324 mmsproxy="172.30.253.241"
4325 mmsport="8799"
4326 type="default,supl,mms"
4327 mvno_match_data="Telenor SE"
4328 mvno_type="spn"
4329 />
4330
seonju.oheb269162013-10-10 11:24:00 +09004331 <apn carrier="Tele2 Internet"
sy.yun639b1fa2013-07-19 14:00:11 +09004332 mcc="240"
4333 mnc="05"
4334 apn="4g.tele2.se"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004335 type="default,supl"
4336 mvno_match_data="Tele2"
4337 mvno_type="spn"
4338 />
4339
seonju.oheb269162013-10-10 11:24:00 +09004340 <apn carrier="Tele2 MMS"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004341 mcc="240"
4342 mnc="05"
4343 apn="4g.tele2.se"
sy.yun639b1fa2013-07-19 14:00:11 +09004344 mmsc="http://mmsc.tele2.se"
4345 mmsproxy="130.244.202.30"
4346 mmsport="8080"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004347 type="mms"
4348 mvno_match_data="Tele2"
4349 mvno_type="spn"
sy.yun639b1fa2013-07-19 14:00:11 +09004350 />
4351
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004352 <apn carrier="Tele2 Internet 3G"
4353 mcc="240"
4354 mnc="05"
4355 apn="internet.tele2.se"
4356 type="default,supl"
4357 mvno_match_data="Tele2"
4358 mvno_type="spn"
4359 />
4360
4361 <apn carrier="Tele2 MMS 3G"
sy.yun639b1fa2013-07-19 14:00:11 +09004362 mcc="240"
4363 mnc="05"
4364 apn="internet.tele2.se"
4365 mmsc="http://mmsc.tele2.se"
4366 mmsproxy="130.244.202.30"
4367 mmsport="8080"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004368 type="mms"
4369 mvno_match_data="Tele2"
4370 mvno_type="spn"
sy.yun639b1fa2013-07-19 14:00:11 +09004371 />
4372
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004373 <apn carrier="Telia MMS"
sy.yun639b1fa2013-07-19 14:00:11 +09004374 mcc="240"
4375 mnc="05"
4376 apn="mms.telia.se"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004377 mmsc="http://mmss"
sy.yun639b1fa2013-07-19 14:00:11 +09004378 mmsproxy="193.209.134.132"
4379 mmsport="80"
4380 type="mms"
4381 mvno_match_data="Telia"
4382 mvno_type="spn"
4383 />
4384
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004385 <apn carrier="Telia"
sy.yun639b1fa2013-07-19 14:00:11 +09004386 mcc="240"
4387 mnc="05"
4388 apn="online.telia.se"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004389 type="default,supl"
sy.yun639b1fa2013-07-19 14:00:11 +09004390 mvno_match_data="Telia"
4391 mvno_type="spn"
4392 />
4393
4394 <apn carrier="Halebop Internet"
4395 mcc="240"
4396 mnc="05"
4397 apn="halebop.telia.se"
4398 type="default,supl"
4399 mvno_match_data="Halebop"
4400 mvno_type="spn"
4401 />
4402
4403 <apn carrier="Halebop MMS"
4404 mcc="240"
4405 mnc="05"
4406 apn="mms.telia.se"
4407 mmsc="http://mmss"
4408 mmsproxy="193.209.134.132"
4409 mmsport="80"
4410 type="mms"
4411 mvno_match_data="Halebop"
4412 mvno_type="spn"
4413 />
4414
Jing Zhao8d1b97b2014-07-17 17:38:34 -05004415 <apn carrier="Telenor Mobilsurf"
4416 mcc="240"
4417 mnc="06"
4418 apn="services.telenor.se"
4419 proxy="173.30.253.241"
4420 port="8799"
4421 type="default,supl"
4422 />
4423
4424 <apn carrier="Telenor MMS"
4425 mcc="240"
4426 mnc="06"
4427 apn="services.telenor.se"
4428 mmsc="http://mms"
4429 mmsproxy="173.30.253.241"
4430 mmsport="8799"
4431 type="mms"
4432 />
4433
Eliseu Massingdca12002014-10-16 22:57:30 -03004434 <apn carrier="Tele2"
sy.yun639b1fa2013-07-19 14:00:11 +09004435 mcc="240"
4436 mnc="07"
Eliseu Massingdca12002014-10-16 22:57:30 -03004437 apn="internet.tele2.no"
4438 mmsc="http://mmsc.tele2.no"
4439 mmsproxy="193.12.40.14"
sy.yun639b1fa2013-07-19 14:00:11 +09004440 mmsport="8080"
Eliseu Massingdca12002014-10-16 22:57:30 -03004441 protocol="IP"
4442 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004443 />
4444
sy.yun639b1fa2013-07-19 14:00:11 +09004445 <apn carrier="Tele2 Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004446 mcc="240"
sy.yun639b1fa2013-07-19 14:00:11 +09004447 mnc="07"
4448 apn="internet.tele2.no"
4449 user="wap"
4450 password="wap"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004451 type="default,supl"
sy.yun639b1fa2013-07-19 14:00:11 +09004452 authtype="1"
4453 mvno_match_data="2400768xxxxxxxx"
4454 mvno_type="imsi"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004455 />
4456
sy.yun639b1fa2013-07-19 14:00:11 +09004457 <apn carrier="Tele2 MMS"
4458 mcc="240"
4459 mnc="07"
4460 apn="internet.tele2.no"
4461 mmsproxy="193.12.40.14"
4462 mmsport="8080"
4463 mmsc="http://mmsc.tele2.no"
4464 type="mms"
4465 mvno_match_data="2400768xxxxxxxx"
4466 mvno_type="imsi"
4467 />
4468
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004469 <apn carrier="Telenor SE"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004470 mcc="240"
4471 mnc="08"
4472 apn="services.telenor.se"
4473 mmsc="http://mms"
4474 mmsproxy="172.30.253.241"
4475 mmsport="8799"
sy.yun639b1fa2013-07-19 14:00:11 +09004476 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004477 />
4478
Jing Zhao8d1b97b2014-07-17 17:38:34 -05004479 <apn carrier="TelenorMobilsurf"
4480 mcc="240"
4481 mnc="09"
4482 apn="services.telenor.se"
4483 proxy="173.30.253.241"
4484 port="8799"
4485 type="default,supl"
4486 />
4487
4488 <apn carrier="Telenor MMS"
4489 mcc="240"
4490 mnc="09"
4491 apn="services.telenor.se"
4492 mmsc="http://mms"
4493 mmsproxy="173.30.253.241"
4494 mmsport="8799"
4495 type="mms"
4496 />
4497
4498 <apn carrier="Spring data"
4499 mcc="240"
4500 mnc="10"
4501 apn="data.springmobil.se"
4502 type="default,supl"
4503 />
4504
4505 <apn carrier="Spring MMS"
4506 mcc="240"
4507 mnc="10"
4508 apn="mms.springmobil.se"
4509 mmsc="http://mms.springmobil.se"
4510 mmsproxy="213.88.184.37"
4511 mmsport="8080"
4512 type="mms"
4513 />
4514
4515 <apn carrier="Halebop Internet"
4516 mcc="240"
4517 mnc="017"
4518 apn="halebop.telia.se"
4519 type="default,supl"
4520 />
4521
4522 <apn carrier="Halebop MMS"
4523 mcc="240"
4524 mnc="017"
4525 apn="mms.telia.se"
4526 user="mms"
4527 password="telia"
4528 mmsc="http://mmss"
4529 mmsproxy="193.209.134.132"
4530 mmsport="9201"
4531 type="mms"
4532 />
4533
seonju.oheb269162013-10-10 11:24:00 +09004534 <apn carrier="Tele2 Internet"
sy.yun639b1fa2013-07-19 14:00:11 +09004535 mcc="240"
4536 mnc="24"
4537 apn="4g.tele2.se"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004538 type="default,supl"
4539 mvno_match_data="Tele2"
4540 mvno_type="spn"
4541 />
4542
seonju.oheb269162013-10-10 11:24:00 +09004543 <apn carrier="Tele2 MMS"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004544 mcc="240"
4545 mnc="24"
4546 apn="4g.tele2.se"
sy.yun639b1fa2013-07-19 14:00:11 +09004547 mmsc="http://mmsc.tele2.se"
4548 mmsproxy="130.244.202.30"
4549 mmsport="8080"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004550 type="mms"
4551 mvno_match_data="Tele2"
4552 mvno_type="spn"
sy.yun639b1fa2013-07-19 14:00:11 +09004553 />
4554
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004555 <apn carrier="Tele2 Internet 3G"
4556 mcc="240"
4557 mnc="24"
4558 apn="internet.tele2.se"
4559 type="default,supl"
4560 mvno_match_data="Tele2"
4561 mvno_type="spn"
4562 />
4563
4564 <apn carrier="Tele2 MMS 3G"
sy.yun639b1fa2013-07-19 14:00:11 +09004565 mcc="240"
4566 mnc="24"
4567 apn="internet.tele2.se"
4568 mmsc="http://mmsc.tele2.se"
4569 mmsproxy="130.244.202.30"
4570 mmsport="8080"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004571 type="mms"
4572 mvno_match_data="Tele2"
4573 mvno_type="spn"
sy.yun639b1fa2013-07-19 14:00:11 +09004574 />
4575
Sungmin Choi2f71bde2013-10-06 18:03:22 -07004576 <apn carrier="Telenor SE"
sy.yun639b1fa2013-07-19 14:00:11 +09004577 mcc="240"
4578 mnc="24"
4579 apn="services.telenor.se"
4580 mmsc="http://mms"
4581 mmsproxy="172.30.253.241"
4582 mmsport="8799"
4583 type="default,supl,mms"
4584 mvno_match_data="Telenor SE"
4585 mvno_type="spn"
4586 />
4587
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08004588 <apn carrier="Ventelo Internett"
4589 mcc="242"
4590 mnc="01"
4591 apn="internet.ventelo.no"
4592 type="default,supl"
sy.yun639b1fa2013-07-19 14:00:11 +09004593 mvno_match_data="24201700xxxxxxx"
4594 mvno_type="imsi"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08004595 />
4596
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08004597 <apn carrier="Ventelo MMS"
4598 mcc="242"
4599 mnc="01"
4600 apn="mms.ventelo.no"
4601 user="ventelo"
4602 password="1111"
4603 mmsc="http://mmsc/"
4604 mmsproxy="10.10.10.11"
4605 mmsport="8080"
4606 type="mms"
sy.yun639b1fa2013-07-19 14:00:11 +09004607 authtype="1"
4608 mvno_match_data="24201700xxxxxxx"
4609 mvno_type="imsi"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08004610 />
4611
4612 <apn carrier="Telenor"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004613 mcc="242"
4614 mnc="01"
4615 apn="telenor"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08004616 mmsc="http://mmsc"
4617 mmsproxy="10.10.10.11"
4618 mmsport="8080"
4619 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004620 />
4621
sy.yun639b1fa2013-07-19 14:00:11 +09004622 <apn carrier="NetCom"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004623 mcc="242"
4624 mnc="02"
sy.yun639b1fa2013-07-19 14:00:11 +09004625 apn="netcom"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004626 mmsc="http://mm/"
4627 mmsproxy="212.169.66.4"
John Wang3536e142011-02-18 14:43:25 -08004628 mmsport="8080"
sy.yun639b1fa2013-07-19 14:00:11 +09004629 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004630 />
4631
sy.yun639b1fa2013-07-19 14:00:11 +09004632 <apn carrier="Chess MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004633 mcc="242"
4634 mnc="02"
sy.yun639b1fa2013-07-19 14:00:11 +09004635 apn="netcom"
4636 user="mms"
4637 password="netcom"
4638 mmsproxy="212.169.66.4"
4639 mmsport="8080"
4640 mmsc="http://mm/"
4641 type="mms"
4642 authtype="1"
4643 mvno_match_data="2420256xxxxxxxx"
4644 mvno_type="imsi"
4645 />
4646
4647 <apn carrier="Chess Internett"
4648 mcc="242"
4649 mnc="02"
4650 apn="netcom"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004651 type="default,supl"
sy.yun639b1fa2013-07-19 14:00:11 +09004652 mvno_match_data="2420256xxxxxxxx"
4653 mvno_type="imsi"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004654 />
4655
Jing Zhao8d1b97b2014-07-17 17:38:34 -05004656 <apn carrier="Tele2 Internet"
4657 mcc="242"
4658 mnc="04"
4659 apn="internet.tele2.no"
4660 mmsc="http://mmsc.tele2.no"
4661 mmsproxy="193.12.40.14"
4662 mmsport="8080"
4663 type="default,supl,mms"
4664 />
4665
jsh433c8572011-02-02 14:23:42 -08004666 <apn carrier="NwN Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004667 mcc="242"
4668 mnc="05"
4669 apn="internet"
4670 type="default,supl"
4671 />
4672
jsh433c8572011-02-02 14:23:42 -08004673 <apn carrier="NwN MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004674 mcc="242"
4675 mnc="05"
4676 apn="mms"
4677 mmsc="http://mms.nwn.no"
John Wang3536e142011-02-18 14:43:25 -08004678 mmsproxy="188.149.250.10"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004679 mmsport="80"
4680 type="mms"
4681 />
4682
4683 <apn carrier="DNA Internet"
4684 mcc="244"
4685 mnc="03"
4686 apn="internet"
4687 type="default,supl"
4688 />
4689
4690 <apn carrier="DNA MMS"
4691 mcc="244"
4692 mnc="03"
4693 apn="mms"
sy.yun639b1fa2013-07-19 14:00:11 +09004694 mmsc="http://mmsc.dna.fi"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004695 mmsproxy="10.1.1.2"
4696 mmsport="8080"
4697 type="mms"
4698 />
4699
4700 <apn carrier="DNA Internet"
4701 mcc="244"
4702 mnc="04"
4703 apn="internet"
4704 type="default,supl"
4705 />
4706
4707 <apn carrier="DNA MMS"
4708 mcc="244"
4709 mnc="04"
4710 apn="mms"
4711 user="dna"
4712 password="mms"
4713 mmsc="http://mmsc.dnafinland.fi/"
4714 mmsproxy="10.1.1.2"
4715 mmsport="8080"
4716 type="mms"
4717 />
4718
4719 <apn carrier="Elisa Internet"
4720 mcc="244"
4721 mnc="05"
4722 apn="internet"
4723 type="default,supl"
4724 />
4725
4726 <apn carrier="Elisa MMS"
4727 mcc="244"
4728 mnc="05"
4729 apn="mms"
4730 mmsc="http://mms.elisa.fi"
4731 mmsproxy="213.161.41.57"
John Wang3536e142011-02-18 14:43:25 -08004732 mmsport="80"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004733 type="mms"
4734 />
4735
sy.yun639b1fa2013-07-19 14:00:11 +09004736 <apn carrier="Saunalahti Internet"
4737 mcc="244"
4738 mnc="05"
4739 apn="internet.saunalahti"
4740 type="default,supl"
4741 mvno_match_data="2440541"
4742 mvno_type="imsi"
4743 />
4744
4745 <apn carrier="Saunalahti MMS"
4746 mcc="244"
4747 mnc="05"
4748 apn="mms.saunalahti.fi"
4749 mmsc="http://mms.saunalahti.fi:8002/"
4750 mmsproxy="62.142.4.197"
4751 mmsport="8080"
4752 type="mms"
4753 mvno_match_data="2440541"
4754 mvno_type="imsi"
4755 />
4756
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004757 <apn carrier="TDC Internet"
4758 mcc="244"
4759 mnc="10"
4760 apn="internet.song.fi"
4761 user="song@internet"
4762 password="songnet"
4763 type="default,supl"
4764 />
4765
4766 <apn carrier="TDC MMS"
4767 mcc="244"
4768 mnc="10"
4769 apn="mms.song.fi"
4770 mmsc="http://mms.song.fi"
4771 mmsproxy="213.161.41.58"
4772 mmsport="80"
4773 type="mms"
4774 />
4775
Sangcheol Leebcd21a32012-07-24 17:47:31 +09004776 <apn carrier="DNA Internet"
4777 mcc="244"
4778 mnc="12"
4779 apn="internet"
4780 type="default,supl"
4781 />
4782
4783 <apn carrier="DNA MMS"
4784 mcc="244"
4785 mnc="12"
4786 apn="mms"
sy.yun639b1fa2013-07-19 14:00:11 +09004787 mmsc="http://mmsc.dna.fi"
Sangcheol Leebcd21a32012-07-24 17:47:31 +09004788 mmsproxy="10.1.1.2"
4789 mmsport="8080"
4790 type="mms"
4791 />
4792
Sangcheol Lee2fa91882011-11-18 09:57:59 -08004793 <apn carrier="DNA Pro Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004794 mcc="244"
4795 mnc="12"
Sangcheol Lee2fa91882011-11-18 09:57:59 -08004796 apn="dnapro.fi"
4797 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004798 type="default,supl"
4799 />
4800
Sangcheol Lee2fa91882011-11-18 09:57:59 -08004801 <apn carrier="DNA Pro MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004802 mcc="244"
4803 mnc="12"
Sangcheol Lee2fa91882011-11-18 09:57:59 -08004804 apn="mms.dnapro.fi"
4805 mmsc="http://mmsc.dnapro.fi/"
4806 mmsproxy="10.1.1.21"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004807 mmsport="8080"
Sangcheol Lee2fa91882011-11-18 09:57:59 -08004808 authtype="1"
4809 type="mms"
4810 />
4811
4812 <apn carrier="TDC Internet Finland"
4813 mcc="244"
4814 mnc="12"
4815 apn="inet.tdc.fi"
4816 authtype="1"
4817 type="default,supl"
4818 />
4819
4820 <apn carrier="TDC MMS Finland"
4821 mcc="244"
4822 mnc="12"
4823 apn="mms.tdc.fi"
4824 mmsc="http://mmsc.tdc.fi"
4825 mmsproxy="10.1.12.2"
4826 mmsport="8080"
4827 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004828 type="mms"
4829 />
4830
4831 <apn carrier="DNA Internet"
4832 mcc="244"
4833 mnc="13"
4834 apn="internet"
4835 type="default,supl"
4836 />
4837
4838 <apn carrier="DNA MMS"
4839 mcc="244"
4840 mnc="13"
4841 apn="mms"
4842 user="dna"
4843 password="mms"
4844 mmsc="http://mmsc.dnafinland.fi/"
4845 mmsproxy="10.1.1.2"
4846 mmsport="8080"
4847 type="mms"
4848 />
4849
4850 <apn carrier="Saunalahti Internet"
4851 mcc="244"
4852 mnc="21"
4853 apn="internet.saunalahti"
4854 type="default,supl"
4855 />
4856
4857 <apn carrier="Saunalahti MMS"
4858 mcc="244"
4859 mnc="21"
4860 apn="mms.saunalahti.fi"
4861 mmsc="http://mms.saunalahti.fi:8002/"
4862 mmsproxy="62.142.4.197"
jsh433c8572011-02-02 14:23:42 -08004863 mmsport="8080"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004864 type="mms"
4865 />
4866
jsh433c8572011-02-02 14:23:42 -08004867 <apn carrier="SONERA Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004868 mcc="244"
4869 mnc="91"
4870 apn="internet"
4871 type="default,supl"
4872 />
4873
jsh433c8572011-02-02 14:23:42 -08004874 <apn carrier="SONERA MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004875 mcc="244"
4876 mnc="91"
4877 apn="wap.sonera.net"
John Wang3536e142011-02-18 14:43:25 -08004878 mmsc="http://mms.sonera.fi:8002"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004879 mmsproxy="195.156.25.33"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08004880 mmsport="80"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004881 type="mms"
4882 />
4883
4884 <apn carrier="Omnitel MMS"
4885 mcc="246"
4886 mnc="01"
4887 apn="gprs.mms.lt"
4888 user="mms"
4889 password="mms"
4890 mmsc="http://mms.omnitel.net:8002/"
4891 mmsproxy="194.176.32.149"
4892 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09004893 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004894 type="mms"
4895 />
4896
4897 <apn carrier="Omnitel Internet"
4898 mcc="246"
4899 mnc="01"
4900 apn="omnitel"
4901 user="omni"
4902 password="omni"
sy.yuncc0d98d2013-05-16 11:14:59 +09004903 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004904 type="default,supl"
4905 />
4906
sy.yuncc0d98d2013-05-16 11:14:59 +09004907 <apn carrier="Bite Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004908 mcc="246"
4909 mnc="02"
sy.yuncc0d98d2013-05-16 11:14:59 +09004910 apn="wap"
4911 type="default,supl"
4912 />
4913
4914 <apn carrier="Bite MMS"
4915 mcc="246"
4916 mnc="02"
4917 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08004918 user="mms@mms"
4919 password="mms"
4920 mmsc="http://mmsc/servlets/mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004921 mmsproxy="192.168.150.2"
4922 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09004923 authtype="1"
4924 type="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08004925 />
4926
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004927 <apn carrier="Tele2 Internet LT"
4928 mcc="246"
4929 mnc="03"
4930 apn="internet.tele2.lt"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004931 mmsc="http://mmsc.tele2.lt/"
John Huang48a18362011-09-08 15:44:54 -07004932 mmsproxy="193.12.40.29"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004933 mmsport="8080"
John Huang7c77f992012-01-12 17:00:53 -08004934 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07004935 />
4936
Jing Zhao260ee292014-08-25 10:47:44 -05004937 <apn carrier="Test 800"
4938 mcc="246"
4939 mnc="081"
4940 apn="VZW800"
4941 type="vzw800"
Jing Zhao260ee292014-08-25 10:47:44 -05004942 protocol="IPV4V6"
4943 roaming_protocol="IPV4V6"
4944 bearer="13"
Jing Zhao260ee292014-08-25 10:47:44 -05004945 />
4946
4947 <apn carrier="Test 800"
4948 mcc="246"
4949 mnc="081"
4950 apn="VZW800"
4951 type="vzw800"
Jing Zhao260ee292014-08-25 10:47:44 -05004952 protocol="IPV4V6"
4953 roaming_protocol="IPV4V6"
4954 bearer="14"
Jing Zhao260ee292014-08-25 10:47:44 -05004955 />
4956
4957 <apn carrier="Test FOTA"
4958 mcc="246"
4959 mnc="081"
4960 apn="VZWADMIN"
4961 type="fota"
Jing Zhao260ee292014-08-25 10:47:44 -05004962 protocol="IPV4V6"
4963 roaming_protocol="IPV4V6"
4964 bearer="13"
Jing Zhao260ee292014-08-25 10:47:44 -05004965 />
4966
4967 <apn carrier="Test FOTA"
4968 mcc="246"
4969 mnc="081"
4970 apn="VZWADMIN"
4971 type="fota"
Jing Zhao260ee292014-08-25 10:47:44 -05004972 protocol="IPV4V6"
4973 roaming_protocol="IPV4V6"
4974 bearer="14"
Jing Zhao260ee292014-08-25 10:47:44 -05004975 />
4976
4977 <apn carrier="Test CBS"
4978 mcc="246"
4979 mnc="081"
4980 apn="VZWAPP"
Jing Zhao77710832014-09-12 10:32:43 -05004981 type="cbs,mms"
Jing Zhao260ee292014-08-25 10:47:44 -05004982 protocol="IPV4V6"
4983 roaming_protocol="IPV4V6"
4984 bearer="13"
Jing Zhao260ee292014-08-25 10:47:44 -05004985 />
4986
4987 <apn carrier="Test CBS"
4988 mcc="246"
4989 mnc="081"
4990 apn="VZWAPP"
Jing Zhao77710832014-09-12 10:32:43 -05004991 type="cbs,mms"
Jing Zhao260ee292014-08-25 10:47:44 -05004992 protocol="IPV4V6"
4993 roaming_protocol="IPV4V6"
4994 bearer="14"
Jing Zhao260ee292014-08-25 10:47:44 -05004995 />
4996
4997 <apn carrier="Test IMS"
4998 mcc="246"
4999 mnc="081"
5000 apn="VZWIMS"
5001 type="ims,ia"
Jing Zhao260ee292014-08-25 10:47:44 -05005002 protocol="IPV4V6"
5003 roaming_protocol="IPV4V6"
5004 bearer="13"
Jing Zhao260ee292014-08-25 10:47:44 -05005005 />
5006
5007 <apn carrier="Test IMS"
5008 mcc="246"
5009 mnc="081"
5010 apn="VZWIMS"
5011 type="ims,ia"
Jing Zhao260ee292014-08-25 10:47:44 -05005012 protocol="IPV4V6"
5013 roaming_protocol="IPV4V6"
5014 bearer="14"
Jing Zhao260ee292014-08-25 10:47:44 -05005015 />
5016
5017 <apn carrier="Test Internet"
5018 mcc="246"
5019 mnc="081"
5020 apn="VZWINTERNET"
5021 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -05005022 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -05005023 carrier_enabled="false"
5024 protocol="IPV4V6"
5025 roaming_protocol="IPV4V6"
5026 authtype="3"
5027 bearer="6"
Jing Zhao260ee292014-08-25 10:47:44 -05005028 />
5029
5030 <apn carrier="Test Internet"
5031 mcc="246"
5032 mnc="081"
5033 apn="VZWINTERNET"
5034 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -05005035 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -05005036 protocol="IPV4V6"
5037 roaming_protocol="IPV4V6"
5038 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -05005039 profile_id="0"
5040 modem_cognitive="true"
5041 max_conns="1023"
5042 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -05005043 />
5044
5045 <apn carrier="Test Internet"
5046 mcc="246"
5047 mnc="081"
5048 apn="VZWINTERNET"
5049 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -05005050 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -05005051 protocol="IPV4V6"
5052 roaming_protocol="IPV4V6"
5053 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -05005054 profile_id="0"
5055 modem_cognitive="true"
5056 max_conns="1023"
5057 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -05005058 />
5059
5060 <apn carrier="Test 800"
5061 mcc="246"
5062 mnc="81"
5063 apn="VZW800"
5064 type="vzw800"
Jing Zhao260ee292014-08-25 10:47:44 -05005065 protocol="IPV4V6"
5066 roaming_protocol="IPV4V6"
5067 bearer="13"
Jing Zhao260ee292014-08-25 10:47:44 -05005068 />
5069
5070 <apn carrier="Test 800"
5071 mcc="246"
5072 mnc="81"
5073 apn="VZW800"
5074 type="vzw800"
Jing Zhao260ee292014-08-25 10:47:44 -05005075 protocol="IPV4V6"
5076 roaming_protocol="IPV4V6"
5077 bearer="14"
Jing Zhao260ee292014-08-25 10:47:44 -05005078 />
5079
5080 <apn carrier="Test FOTA"
5081 mcc="246"
5082 mnc="81"
5083 apn="VZWADMIN"
5084 type="fota"
Jing Zhao260ee292014-08-25 10:47:44 -05005085 protocol="IPV4V6"
5086 roaming_protocol="IPV4V6"
5087 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -05005088 profile_id="3"
5089 modem_cognitive="true"
5090 max_conns="1023"
5091 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -05005092 />
5093
5094 <apn carrier="Test FOTA"
5095 mcc="246"
5096 mnc="81"
5097 apn="VZWADMIN"
5098 type="fota"
Jing Zhao260ee292014-08-25 10:47:44 -05005099 protocol="IPV4V6"
5100 roaming_protocol="IPV4V6"
5101 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -05005102 profile_id="3"
5103 modem_cognitive="true"
5104 max_conns="1023"
5105 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -05005106 />
5107
5108 <apn carrier="Test CBS"
5109 mcc="246"
5110 mnc="81"
5111 apn="VZWAPP"
Jing Zhao77710832014-09-12 10:32:43 -05005112 type="cbs,mms"
Jing Zhao260ee292014-08-25 10:47:44 -05005113 protocol="IPV4V6"
5114 roaming_protocol="IPV4V6"
5115 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -05005116 profile_id="4"
5117 modem_cognitive="true"
5118 max_conns="1023"
5119 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -05005120 />
5121
5122 <apn carrier="Test CBS"
5123 mcc="246"
5124 mnc="81"
5125 apn="VZWAPP"
Jing Zhao77710832014-09-12 10:32:43 -05005126 type="cbs,mms"
Jing Zhao260ee292014-08-25 10:47:44 -05005127 protocol="IPV4V6"
5128 roaming_protocol="IPV4V6"
5129 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -05005130 profile_id="4"
5131 modem_cognitive="true"
5132 max_conns="1023"
5133 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -05005134 />
5135
5136 <apn carrier="Test IMS"
5137 mcc="246"
5138 mnc="81"
5139 apn="VZWIMS"
5140 type="ims,ia"
Jing Zhao260ee292014-08-25 10:47:44 -05005141 protocol="IPV4V6"
5142 roaming_protocol="IPV4V6"
5143 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -05005144 profile_id="2"
5145 modem_cognitive="true"
5146 max_conns="1023"
5147 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -05005148 />
5149
5150 <apn carrier="Test IMS"
5151 mcc="246"
5152 mnc="81"
5153 apn="VZWIMS"
5154 type="ims,ia"
Jing Zhao260ee292014-08-25 10:47:44 -05005155 protocol="IPV4V6"
5156 roaming_protocol="IPV4V6"
5157 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -05005158 profile_id="2"
5159 modem_cognitive="true"
5160 max_conns="1023"
5161 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -05005162 />
5163
5164 <apn carrier="Test Internet"
5165 mcc="246"
5166 mnc="81"
5167 apn="VZWINTERNET"
5168 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -05005169 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -05005170 carrier_enabled="false"
5171 protocol="IPV4V6"
5172 roaming_protocol="IPV4V6"
5173 authtype="3"
5174 bearer="6"
Jing Zhao260ee292014-08-25 10:47:44 -05005175 />
5176
5177 <apn carrier="Test Internet"
5178 mcc="246"
5179 mnc="81"
5180 apn="VZWINTERNET"
5181 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -05005182 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -05005183 protocol="IPV4V6"
5184 roaming_protocol="IPV4V6"
5185 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -05005186 profile_id="0"
5187 modem_cognitive="true"
5188 max_conns="1023"
5189 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -05005190 />
5191
5192 <apn carrier="Test Internet"
5193 mcc="246"
5194 mnc="81"
5195 apn="VZWINTERNET"
5196 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -05005197 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -05005198 protocol="IPV4V6"
5199 roaming_protocol="IPV4V6"
5200 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -05005201 profile_id="0"
5202 modem_cognitive="true"
5203 max_conns="1023"
5204 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -05005205 />
5206
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005207 <apn carrier="LMT Internet"
5208 mcc="247"
5209 mnc="01"
5210 apn="internet.lmt.lv"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005211 type="default,supl"
5212 />
5213
5214 <apn carrier="LMT MMS"
5215 mcc="247"
5216 mnc="01"
seonju.oheb269162013-10-10 11:24:00 +09005217 apn="internet.lmt.lv"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005218 mmsc="http://mmsc.lmt.lv/mmsc"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005219 type="mms"
5220 />
5221
jsh433c8572011-02-02 14:23:42 -08005222 <apn carrier="Tele2 LV Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005223 mcc="247"
5224 mnc="02"
5225 apn="internet.tele2.lv"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005226 type="default,supl"
5227 />
5228
jsh433c8572011-02-02 14:23:42 -08005229 <apn carrier="Tele2 LV MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005230 mcc="247"
5231 mnc="02"
5232 apn="mms.tele2.lv"
5233 user="wap"
5234 password="wap"
5235 mmsc="http://mmsc.tele2.lv/"
John Huang48a18362011-09-08 15:44:54 -07005236 mmsproxy="193.12.40.38"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005237 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09005238 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005239 type="mms"
5240 />
5241
5242 <apn carrier="Bite LV Internet"
5243 mcc="247"
5244 mnc="05"
5245 apn="internet"
5246 type="default,supl"
5247 />
5248
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005249 <apn carrier="Bite LV MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005250 mcc="247"
5251 mnc="05"
5252 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005253 user="mms@mms"
5254 password="mms"
5255 mmsc="http://mmsc/servlets/mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005256 mmsproxy="192.168.150.2"
5257 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09005258 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005259 type="mms"
5260 />
5261
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005262 <apn carrier="Bite LV WAP"
5263 mcc="247"
5264 mnc="05"
5265 apn="wap"
5266 proxy="213.226.131.133"
5267 port="8080"
5268 type="default,supl"
5269 />
5270
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005271 <apn carrier="EMT Internet"
5272 mcc="248"
5273 mnc="01"
5274 apn="internet.emt.ee"
5275 type="default,supl"
5276 />
5277
5278 <apn carrier="EMT MMS"
5279 mcc="248"
5280 mnc="01"
5281 apn="mms.emt.ee"
5282 mmsc="http://mms.emt.ee/servlets/mms"
5283 mmsproxy="217.71.32.82"
5284 mmsport="8080"
5285 type="mms"
5286 />
5287
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005288 <apn carrier="EMT WAP"
5289 mcc="248"
5290 mnc="01"
5291 apn="wap.emt.ee"
5292 proxy="217.71.32.236"
5293 port="8080"
5294 type="default,supl"
5295 />
5296
sy.yuncc0d98d2013-05-16 11:14:59 +09005297 <apn carrier="Send"
5298 mcc="248"
5299 mnc="01"
5300 apn="send.ee"
5301 mmsc="http://mms.emt.ee/servlets/mms"
5302 mmsproxy="217.71.32.82"
5303 mmsport="8080"
5304 type="default,supl,mms"
5305 mvno_match_data="248010x2"
5306 mvno_type="imsi"
5307 />
5308
5309 <apn carrier="Send"
5310 mcc="248"
5311 mnc="01"
5312 apn="send.ee"
5313 mmsc="http://mms.emt.ee/servlets/mms"
5314 mmsproxy="217.71.32.82"
5315 mmsport="8080"
5316 type="default,supl,mms"
5317 mvno_match_data="248010x3"
5318 mvno_type="imsi"
5319 />
5320
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005321 <apn carrier="Elisa Internet"
5322 mcc="248"
5323 mnc="02"
5324 apn="internet"
5325 type="default,supl"
5326 />
5327
5328 <apn carrier="Elisa MMS"
5329 mcc="248"
5330 mnc="02"
5331 apn="mms"
5332 mmsc="http://194.204.2.10"
5333 mmsproxy="194.204.2.6"
5334 mmsport="8000"
5335 type="mms"
5336 />
5337
5338 <apn carrier="Elisa WAP"
5339 mcc="248"
5340 mnc="02"
5341 apn="wap"
5342 proxy="194.204.2.6"
5343 port="8000"
5344 type="default,supl"
5345 />
5346
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005347 <apn carrier="Tele2 Internet"
5348 mcc="248"
5349 mnc="03"
5350 apn="internet.tele2.ee"
5351 type="default,supl"
sy.yunc162f2c2013-11-08 08:08:37 +09005352 mvno_match_data="24803005x"
5353 mvno_type="imsi"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005354 />
5355
5356 <apn carrier="Tele2 MMS"
5357 mcc="248"
5358 mnc="03"
5359 apn="mms.tele2.ee"
5360 mmsc="http://mmsc.tele2.ee"
John Huang48a18362011-09-08 15:44:54 -07005361 mmsproxy="193.12.40.6"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005362 mmsport="8080"
5363 type="mms"
sy.yunc162f2c2013-11-08 08:08:37 +09005364 mvno_match_data="24803005x"
5365 mvno_type="imsi"
5366 />
5367
5368 <apn carrier="Smart/Ultra MMS"
5369 mcc="248"
5370 mnc="03"
5371 apn="internet.tele2.ee"
5372 mmsc="http://mmsc.tele2.ee"
5373 mmsproxy="193.12.40.6"
5374 mmsport="8080"
5375 type="mms"
5376 mvno_match_data="24803005x"
5377 mvno_type="imsi"
5378 />
5379
5380 <apn carrier="Tele2 Internet"
5381 mcc="248"
5382 mnc="03"
5383 apn="internet.tele2.ee"
5384 type="default,supl"
5385 mvno_match_data="24803000x"
5386 mvno_type="imsi"
5387 />
5388
5389 <apn carrier="Smart/Ultra MMS"
5390 mcc="248"
5391 mnc="03"
5392 apn="internet.tele2.ee"
5393 mmsc="http://mmsc.tele2.ee"
5394 mmsproxy="193.12.40.6"
5395 mmsport="8080"
5396 type="mms"
5397 mvno_match_data="24803000x"
5398 mvno_type="imsi"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005399 />
5400
Sungmin Choi7d1a0872013-02-04 12:46:05 +09005401 <apn carrier="MTS Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005402 mcc="250"
5403 mnc="01"
5404 apn="internet.mts.ru"
5405 user="mts"
5406 password="mts"
agathon.jung36ae0192012-11-28 13:31:48 +09005407 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005408 type="default,supl"
5409 />
5410
John Wang3536e142011-02-18 14:43:25 -08005411 <apn carrier="MTS MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005412 mcc="250"
5413 mnc="01"
5414 apn="mms.mts.ru"
5415 user="mts"
5416 password="mts"
5417 mmsc="http://mmsc"
5418 mmsproxy="192.168.192.192"
sy.yuncc0d98d2013-05-16 11:14:59 +09005419 mmsport="8080"
agathon.jung36ae0192012-11-28 13:31:48 +09005420 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005421 type="mms"
5422 />
5423
John Wang3536e142011-02-18 14:43:25 -08005424 <apn carrier="Megafon Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005425 mcc="250"
5426 mnc="02"
5427 apn="internet"
sy.yuncc0d98d2013-05-16 11:14:59 +09005428 user=""
5429 password=""
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005430 type="default,supl"
5431 />
5432
5433 <apn carrier="Megafon MMS"
5434 mcc="250"
5435 mnc="02"
5436 apn="mms"
5437 user="mms"
5438 password="mms"
5439 mmsc="http://mmsc:8002"
5440 mmsproxy="10.10.10.10"
5441 mmsport="8080"
agathon.jung36ae0192012-11-28 13:31:48 +09005442 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005443 type="mms"
5444 />
5445
sy.yuncc0d98d2013-05-16 11:14:59 +09005446 <apn carrier="YOTA Internet"
5447 mcc="250"
5448 mnc="11"
5449 apn="yota.ru"
5450 type="default,supl"
5451 />
5452
5453 <apn carrier="TELE2 Internet"
5454 mcc="250"
5455 mnc="20"
5456 apn="internet.tele2.ru"
5457 type="default,supl"
5458 />
5459
5460 <apn carrier="TELE2 MMS"
5461 mcc="250"
5462 mnc="20"
5463 apn="mms.tele2.ru"
5464 mmsc="http://mmsc.tele2.ru"
5465 mmsproxy="193.12.40.65"
5466 mmsport="8080"
5467 type="mms"
5468 />
5469
John Wang3536e142011-02-18 14:43:25 -08005470 <apn carrier="Beeline Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005471 mcc="250"
John Wang6a572492011-04-04 14:51:32 -07005472 mnc="99"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005473 apn="internet.beeline.ru"
5474 user="beeline"
5475 password="beeline"
agathon.jung36ae0192012-11-28 13:31:48 +09005476 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005477 type="default,supl"
5478 />
5479
5480 <apn carrier="Beeline MMS"
5481 mcc="250"
John Wang6a572492011-04-04 14:51:32 -07005482 mnc="99"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005483 apn="mms.beeline.ru"
5484 user="beeline"
5485 password="beeline"
5486 mmsc="http://mms/"
John Huang48a18362011-09-08 15:44:54 -07005487 mmsproxy="192.168.94.23"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005488 mmsport="8080"
agathon.jung36ae0192012-11-28 13:31:48 +09005489 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005490 type="mms"
5491 />
5492
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005493 <apn carrier="MTS MMS"
5494 mcc="255"
5495 mnc="01"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005496 apn="mms"
sy.yuncc0d98d2013-05-16 11:14:59 +09005497 mmsc="http://mmsc:8002/"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005498 mmsproxy="192.168.10.10"
5499 mmsport="8080"
5500 type="mms"
5501 />
5502
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005503 <apn carrier="MTS-internet"
5504 mcc="255"
5505 mnc="01"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005506 apn="internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005507 type="default,supl"
5508 />
5509
5510 <apn carrier="Beeline-internet"
5511 mcc="255"
5512 mnc="02"
5513 apn="internet.beeline.ua"
5514 type="default,supl"
5515 />
5516
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005517 <apn carrier="Beeline MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005518 mcc="255"
5519 mnc="02"
5520 apn="mms.beeline.ua"
5521 mmsc="http://mms/"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005522 mmsproxy="172.29.18.192"
5523 mmsport="8080"
5524 type="mms"
5525 />
5526
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005527
5528 <apn carrier="Kyivstar MMS"
5529 mcc="255"
5530 mnc="03"
5531 apn="mms.kyivstar.net"
5532 user="mms"
5533 password="mms"
Sungmin Choi0e0213a2013-06-02 13:29:25 -07005534 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005535 mmsc="http://mms.kyivstar.net"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005536 mmsproxy="10.10.10.10"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005537 mmsport="8080"
5538 type="mms"
5539 />
5540
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005541 <apn carrier="Kyivstar Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005542 mcc="255"
5543 mnc="03"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005544 apn="www.kyivstar.net"
sy.yuncc0d98d2013-05-16 11:14:59 +09005545 user="igprs"
5546 password="internet"
5547 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005548 type="default,supl"
5549 />
5550
Sungmin Choi7d1a0872013-02-04 12:46:05 +09005551 <apn carrier="Djuice MMS"
5552 mcc="255"
5553 mnc="03"
5554 apn="mms.djuice.com.ua"
5555 user="djuice"
5556 password="mms"
Sungmin Choi0e0213a2013-06-02 13:29:25 -07005557 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09005558 mmsc="http://mms.kyivstar.net"
5559 mmsproxy="10.10.10.10"
5560 mmsport="8080"
5561 type="mms"
5562 mvno_match_data="DJUICE"
5563 mvno_type="spn"
5564 />
5565
5566 <apn carrier="Djuice Internet"
5567 mcc="255"
5568 mnc="03"
Sungmin Choi0e0213a2013-06-02 13:29:25 -07005569 apn="www.djuice.com.ua"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09005570 type="default,supl"
5571 mvno_match_data="DJUICE"
5572 mvno_type="spn"
5573 />
5574
sy.yuncc0d98d2013-05-16 11:14:59 +09005575 <apn carrier="Life:) internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005576 mcc="255"
5577 mnc="06"
5578 apn="internet"
5579 type="default,supl"
5580 />
5581
sy.yuncc0d98d2013-05-16 11:14:59 +09005582 <apn carrier="Life:) MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005583 mcc="255"
5584 mnc="06"
5585 apn="mms"
5586 mmsc="http://mms.life.com.ua/cmmsc/post"
5587 mmsproxy="212.58.162.230"
5588 mmsport="8080"
5589 type="mms"
5590 />
5591
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005592 <apn carrier="Utel Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005593 mcc="255"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005594 mnc="07"
5595 apn="3g.utel.ua"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005596 type="default,supl"
5597 />
5598
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005599 <apn carrier="Utel MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005600 mcc="255"
5601 mnc="07"
5602 apn="3g.utel.ua"
5603 mmsc="http://10.212.1.4/mms/wapenc"
5604 mmsproxy="10.212.3.148"
5605 mmsport="8080"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005606 type="mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005607 />
5608
sy.yuncc0d98d2013-05-16 11:14:59 +09005609 <apn carrier="Velcom Internet"
5610 mcc="257"
5611 mnc="01"
5612 apn="web.velcom.by"
5613 authtype="1"
5614 proxy="10.200.15.15"
5615 port="8080"
5616 type="default,supl"
5617 />
5618
5619 <apn carrier="Velcom MMS"
5620 mcc="257"
5621 mnc="01"
5622 apn="mms.velcom.by"
5623 user="mms"
5624 password="mms"
5625 authtype="1"
5626 mmsc="http://mmsc"
5627 mmsproxy="10.200.15.15"
5628 mmsport="8080"
5629 type="mms"
5630 />
5631
5632 <apn carrier="MTS Internet"
5633 mcc="257"
5634 mnc="02"
5635 apn="mts"
5636 user="mts"
5637 password="mts"
5638 authtype="1"
5639 type="default,supl"
5640 />
5641
5642 <apn carrier="MTS MMS"
5643 mcc="257"
5644 mnc="02"
5645 apn="mts"
5646 user="mts"
5647 password="mts"
5648 authtype="1"
5649 mmsc="http://mmsc"
5650 mmsproxy="192.168.192.192"
5651 mmsport="8080"
5652 type="mms"
5653 />
5654
5655 <apn carrier="life:) Internet"
5656 mcc="257"
5657 mnc="04"
5658 apn="internet.life.com.by"
5659 authtype="1"
5660 type="default,supl"
5661 />
5662
5663 <apn carrier="life:) MMS"
5664 mcc="257"
5665 mnc="04"
5666 apn="mms.life.com.by"
5667 authtype="1"
5668 mmsc="http://mms.life.com.by/mmsc/"
5669 mmsproxy="10.10.10.20"
5670 mmsport="8080"
5671 type="mms"
5672 />
5673
5674 <apn carrier="Orange_Internet_GPRS"
5675 mcc="259"
5676 mnc="01"
5677 apn="wap.orange.md"
5678 type="default,supl"
5679 />
5680
5681 <apn carrier="Orange_MMS_GPRS"
5682 mcc="259"
5683 mnc="01"
5684 apn="mms.orange.md"
5685 mmsc="http://mms/mms"
5686 mmsproxy="192.168.127.125"
5687 mmsport="3128"
5688 type="mms"
5689 />
5690
5691 <apn carrier="Moldcell Internet"
5692 mcc="259"
5693 mnc="02"
5694 apn="internet"
5695 type="default,supl"
5696 />
5697
5698 <apn carrier="Moldcell MMS"
5699 mcc="259"
5700 mnc="02"
5701 apn="mms"
5702 mmsc="http://mms.moldcell.md/cmmsc/post"
5703 mmsproxy="10.0.10.10"
5704 mmsport="9401"
5705 type="mms"
5706 />
5707
5708 <apn carrier="Unite Internet PrePay"
5709 mcc="259"
5710 mnc="05"
5711 apn="internet3g.unite.md"
5712 type="default,supl"
5713 />
5714
5715 <apn carrier="Unite Internet PostPay"
5716 mcc="259"
5717 mnc="05"
5718 apn="internet.unite.md"
5719 type="default,supl"
5720 />
5721
5722 <apn carrier="Unite MMS"
5723 mcc="259"
5724 mnc="05"
5725 apn="mms.unite.md"
5726 mmsc="http://10.32.15.68:38090/was"
5727 mmsproxy="10.32.15.164"
5728 mmsport="8080"
5729 type="mms"
5730 />
5731
Robert Greenwaltee5e3d52013-08-23 12:45:40 -07005732 <apn carrier="Orange MMS"
5733 apn="mms.orange.md"
5734 mmsc="http://mms/mms"
5735 mmsproxy="192.168.127.125"
5736 mmsport="3128"
5737 mcc="259"
5738 mnc="01"
5739 type="mms"
5740 />
5741
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005742 <apn carrier="Plus Internet"
5743 mcc="260"
5744 mnc="01"
sy.yuncc0d98d2013-05-16 11:14:59 +09005745 apn="plus"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005746 type="default,supl"
5747 />
5748
5749 <apn carrier="Plus MMS"
5750 mcc="260"
5751 mnc="01"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005752 apn="mms"
5753 mmsc="http://mms.plusgsm.pl:8002"
5754 mmsproxy="212.2.96.16"
5755 mmsport="8080"
5756 type="mms"
5757 />
5758
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005759 <apn carrier="T-mobile.pl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005760 mcc="260"
5761 mnc="02"
sy.yun5f7abb22013-07-30 10:31:54 +09005762 apn=""
5763 type="ia"
5764 />
5765
5766 <apn carrier="T-mobile.pl"
5767 mcc="260"
5768 mnc="02"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005769 apn="internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005770 type="default,supl"
5771 />
5772
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005773 <apn carrier="T-mobile.pl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005774 mcc="260"
5775 mnc="02"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005776 apn="mms"
5777 mmsc="http://mms/servlets/mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005778 mmsproxy="213.158.194.226"
5779 mmsport="8080"
5780 type="mms"
5781 />
5782
5783 <apn carrier="heyahinternet"
5784 mcc="260"
5785 mnc="02"
5786 apn="heyah.pl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005787 type="default,supl"
5788 />
5789
5790 <apn carrier="heyahmms"
5791 mcc="260"
5792 mnc="02"
5793 apn="heyahmms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005794 mmsc="http://mms.heyah.pl/servlets/mms"
5795 mmsproxy="213.158.194.226"
5796 mmsport="8080"
5797 type="mms"
5798 />
5799
sy.yuncc0d98d2013-05-16 11:14:59 +09005800 <apn carrier="Orange Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005801 mcc="260"
5802 mnc="03"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005803 apn="Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08005804 user="internet"
5805 password="internet"
sy.yuncc0d98d2013-05-16 11:14:59 +09005806 authtype="1"
5807 type="default,supl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005808 />
5809
sy.yuncc0d98d2013-05-16 11:14:59 +09005810 <apn carrier="Orange MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005811 mcc="260"
5812 mnc="03"
5813 apn="mms"
5814 user="mms"
5815 password="mms"
5816 mmsc="http://mms.orange.pl"
5817 mmsproxy="192.168.6.104"
5818 mmsport="8080"
sy.yuncc0d98d2013-05-16 11:14:59 +09005819 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005820 type="mms"
5821 />
5822
sy.yuncc0d98d2013-05-16 11:14:59 +09005823 <apn carrier="Play Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005824 mcc="260"
5825 mnc="06"
5826 apn="internet"
5827 type="default,supl"
5828 />
5829
sy.yuncc0d98d2013-05-16 11:14:59 +09005830 <apn carrier="Play MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005831 mcc="260"
5832 mnc="06"
5833 apn="mms"
5834 mmsc="http://10.10.28.164/mms/wapenc"
5835 mmsproxy="10.10.25.5"
5836 mmsport="8080"
5837 type="mms"
5838 />
5839
Ed Guy8747f002014-05-30 12:16:52 -04005840 <apn carrier="Truphone"
5841 mcc="260"
5842 mnc="33"
5843 apn="truphone.com"
5844 type="default,supl"
5845 />
5846
sy.yuncc0d98d2013-05-16 11:14:59 +09005847 <apn carrier="Telekom Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005848 mcc="262"
5849 mnc="01"
sy.yun0c9faa92013-09-04 09:58:34 +09005850 apn=""
5851 type="ia"
5852 />
5853
5854 <apn carrier="Telekom Internet"
5855 mcc="262"
5856 mnc="01"
sy.yuncc0d98d2013-05-16 11:14:59 +09005857 apn="internet.telekom"
5858 user="telekom"
5859 password="telekom"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005860 mmsc="http://mms.t-mobile.de/servlets/mms"
5861 mmsproxy="172.28.23.131"
5862 mmsport="8008"
sy.yuncc0d98d2013-05-16 11:14:59 +09005863 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005864 type="default,supl,mms"
5865 />
5866
Jing Zhao8d1b97b2014-07-17 17:38:34 -05005867 <apn carrier="Telekom Internet"
5868 mcc="262"
5869 mnc="01"
5870 apn="internet.telekom"
5871 user="telekom"
5872 password="telekom"
5873 authtype="1"
5874 mmsproxy="172.28.23.131"
5875 mmsc="http://mms.t-mobile.de/servlets/mms"
5876 mmsport="8008"
5877 mvno_match_data="debitel"
5878 mvno_type="spn"
5879 protocol="IP"
5880 />
5881
sy.yun5f7abb22013-07-30 10:31:54 +09005882 <apn carrier="Vodafone DE"
5883 mcc="262"
5884 mnc="02"
5885 apn=""
5886 type="ia"
5887 />
5888
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005889 <apn carrier="Vodafone DE-MMS"
5890 mcc="262"
5891 mnc="02"
5892 apn="event.vodafone.de"
5893 mmsc="http://139.7.24.1/servlets/mms"
5894 mmsproxy="139.7.29.17"
5895 mmsport="80"
5896 type="mms"
5897 />
5898
5899 <apn carrier="Vodafone DE"
5900 mcc="262"
5901 mnc="02"
5902 apn="web.vodafone.de"
5903 type="default,supl"
5904 />
5905
5906 <apn carrier="E-Plus Web GPRS"
5907 mcc="262"
5908 mnc="03"
5909 apn="internet.eplus.de"
5910 user="eplus"
5911 password="internet"
sy.yuncc0d98d2013-05-16 11:14:59 +09005912 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005913 type="default,supl"
5914 />
5915
5916 <apn carrier="E-Plus MMS"
5917 mcc="262"
5918 mnc="03"
5919 apn="mms.eplus.de"
5920 user="mms"
5921 password="eplus"
5922 mmsc="http://mms/eplus/"
5923 mmsproxy="212.23.97.153"
5924 mmsport="5080"
sy.yuncc0d98d2013-05-16 11:14:59 +09005925 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005926 type="mms"
5927 />
5928
Jose Antonio Olivera Ortega9de5f832013-12-09 14:56:35 +01005929 <apn carrier="o2 Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005930 mcc="262"
5931 mnc="07"
5932 apn="internet"
5933 mmsc="http://10.81.0.7:8002"
5934 mmsproxy="82.113.100.5"
5935 mmsport="8080"
5936 type="default,supl,mms"
Albert621554e2014-07-08 14:02:54 +02005937 mvno_match_data="2620739"
5938 mvno_type="imsi"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005939 />
5940
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005941 <apn carrier="o2 Internet Prepaid"
5942 mcc="262"
5943 mnc="07"
5944 apn="pinternet.interkom.de"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005945 mmsc="http://10.81.0.7:8002"
5946 mmsproxy="82.113.100.6"
5947 mmsport="8080"
5948 type="default,supl,mms"
Albert621554e2014-07-08 14:02:54 +02005949 mvno_match_data="2620749"
5950 mvno_type="imsi"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09005951 />
5952
Jing Zhao8d1b97b2014-07-17 17:38:34 -05005953 <apn carrier="Alice"
5954 mcc="262"
5955 mnc="07"
5956 apn="internet.partner1"
5957 authtype="0"
5958 mmsc="http://10.81.0.7:8002"
5959 mmsproxy="82.113.100.41"
5960 mmsport="8080"
5961 mvno_type="spn"
5962 mvno_match_data="Alice"
5963 />
5964
5965 <apn carrier="Fonic"
5966 mcc="262"
5967 mnc="07"
5968 apn="pinternet.interkom.net"
5969 authtype="0"
5970 mmsc="http://10.81.0.7:8002"
5971 mmsproxy="82.113.100.6"
5972 mmsport="8080"
Tony Hill455da1c2014-10-14 17:21:03 +01005973 mvno_match_data="26207515"
5974 mvno_type="imsi"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05005975 />
5976
Ed Guy8747f002014-05-30 12:16:52 -04005977 <apn carrier="Truphone"
5978 mcc="262"
5979 mnc="42"
5980 apn="truphone.com"
5981 type="default,supl"
5982 />
5983
Irfan Sheriff453ac802011-02-01 17:21:43 -08005984 <apn carrier="Vodafone Net2"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005985 mcc="268"
5986 mnc="01"
sy.yun5f7abb22013-07-30 10:31:54 +09005987 apn=""
5988 type="ia"
5989 />
5990
5991 <apn carrier="Vodafone Net2"
5992 mcc="268"
5993 mnc="01"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07005994 apn="net2.vodafone.pt"
Irfan Sheriff453ac802011-02-01 17:21:43 -08005995 user="vodafone"
5996 password="vodafone"
sy.yun639b1fa2013-07-19 14:00:11 +09005997 authtype="1"
jsh433c8572011-02-02 14:23:42 -08005998 proxy="iproxy.vodafone.pt"
Irfan Sheriff453ac802011-02-01 17:21:43 -08005999 port="80"
6000 mmsc="http://mms.vodafone.pt/servlets/mms"
6001 mmsproxy="iproxy.vodafone.pt"
6002 mmsport="80"
6003 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006004 />
6005
Jing Zhao8d1b97b2014-07-17 17:38:34 -05006006 <apn carrier="vodafone P dun"
6007 mcc="268"
6008 mnc="01"
6009 apn="internet.vodafone.pt"
6010 authtype="0"
6011 type="dun"
6012 />
6013
sy.yun639b1fa2013-07-19 14:00:11 +09006014 <apn carrier="ZON Internet"
6015 mcc="268"
6016 mnc="01"
sy.yun5f7abb22013-07-30 10:31:54 +09006017 apn=""
6018 type="ia"
6019 mvno_match_data="ZON"
6020 mvno_type="spn"
6021 />
6022
6023 <apn carrier="ZON Internet"
6024 mcc="268"
6025 mnc="01"
sy.yun639b1fa2013-07-19 14:00:11 +09006026 apn="internet.zon.pt"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006027 type="default,supl"
sy.yun639b1fa2013-07-19 14:00:11 +09006028 mvno_match_data="ZON"
6029 mvno_type="spn"
6030 />
6031
6032 <apn carrier="ZON MMS"
6033 mcc="268"
6034 mnc="01"
6035 apn="vas.zon.pt"
6036 user="vas"
6037 password="vas"
6038 authtype="1"
6039 mmsc="http://mms/servlets/mms"
sy.yun7aa21a52013-09-26 10:49:02 +09006040 mmsproxy="213.30.27.63"
sy.yun639b1fa2013-07-19 14:00:11 +09006041 mmsport="8799"
6042 type="mms"
6043 mvno_match_data="ZON"
6044 mvno_type="spn"
6045 />
6046
6047 <apn carrier="PortalOptimus"
John Wang6a572492011-04-04 14:51:32 -07006048 mcc="268"
6049 mnc="03"
Sungmin Choicf27cf92013-09-20 14:46:46 -07006050 apn=""
6051 type="ia"
6052 />
6053
6054 <apn carrier="PortalOptimus"
6055 mcc="268"
6056 mnc="03"
John Wang6a572492011-04-04 14:51:32 -07006057 apn="umts"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006058 mmsc="http://mmsc:10021/mmsc"
sy.yun639b1fa2013-07-19 14:00:11 +09006059 mmsproxy="62.169.66.5"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006060 mmsport="8799"
sy.yun639b1fa2013-07-19 14:00:11 +09006061 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006062 />
6063
6064 <apn carrier="tmn internet"
6065 mcc="268"
6066 mnc="06"
sy.yun5f7abb22013-07-30 10:31:54 +09006067 apn=""
6068 type="ia"
6069 />
6070
6071 <apn carrier="tmn internet"
6072 mcc="268"
6073 mnc="06"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006074 apn="internet"
6075 type="default,supl"
6076 />
6077
6078 <apn carrier="mms tmn"
6079 mcc="268"
6080 mnc="06"
6081 apn="mmsc.tmn.pt"
6082 user="tmn"
6083 password="tmnnet"
sy.yun639b1fa2013-07-19 14:00:11 +09006084 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006085 mmsc="http://mmsc/"
John Huang48a18362011-09-08 15:44:54 -07006086 mmsproxy="10.111.2.16"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006087 mmsport="8080"
6088 type="mms"
6089 />
6090
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006091 <apn carrier="LUXGSM MMS"
6092 mcc="270"
6093 mnc="01"
6094 apn="mms.pt.lu"
6095 user="mms"
6096 password="mms"
6097 mmsc="http://mmsc.pt.lu"
6098 mmsproxy="194.154.192.88"
6099 mmsport="8080"
6100 type="mms"
6101 />
6102
6103 <apn carrier="LUXGSM WAP"
6104 mcc="270"
6105 mnc="01"
6106 apn="wap.pt.lu"
6107 user="wap"
6108 password="wap"
6109 proxy="194.154.192.98"
6110 port="8080"
6111 type="default,supl"
6112 />
6113
6114 <apn carrier="Tango WAP"
6115 mcc="270"
6116 mnc="77"
6117 apn="internet"
6118 user="tango"
6119 password="tango"
6120 proxy="130.244.196.90"
6121 port="8080"
6122 type="default,supl"
6123 />
6124
6125 <apn carrier="Tango MMS"
6126 mcc="270"
6127 mnc="77"
6128 apn="mms"
6129 user="tango"
6130 password="tango"
6131 mmsc="http://mms.tango.lu"
6132 mmsproxy="212.66.75.3"
6133 mmsport="8080"
6134 type="mms"
6135 />
6136
6137 <apn carrier="Vox Mobile"
6138 mcc="270"
6139 mnc="99"
6140 apn="vox.lu"
6141 mmsc="http://mms.vox.lu"
6142 mmsproxy="212.88.139.44"
6143 mmsport="8080"
6144 type="default,supl,mms"
6145 />
6146
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006147 <apn carrier="Vodafone IE"
6148 mcc="272"
6149 mnc="01"
6150 apn="live.vodafone.com"
6151 type="default,supl"
6152 />
6153
Irfan Sheriff453ac802011-02-01 17:21:43 -08006154 <apn carrier="Vodafone IE-MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006155 mcc="272"
6156 mnc="01"
6157 apn="mms.vodafone.net"
6158 mmsc="http://www.vodafone.ie/mms"
6159 mmsproxy="10.24.59.200"
6160 mmsport="80"
Irfan Sheriff453ac802011-02-01 17:21:43 -08006161 type="mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006162 />
6163
Jing Zhao8d1b97b2014-07-17 17:38:34 -05006164 <apn carrier="Vodafone MISP"
6165 mcc="272"
6166 mnc="01"
6167 apn="hs.vodafone.ie"
6168 authtype="0"
6169 user="vodafone"
6170 password="vodafone"
6171 type="dun"
6172 />
John Wang3536e142011-02-18 14:43:25 -08006173
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006174 <apn carrier="O2 Ireland"
6175 mcc="272"
6176 mnc="02"
6177 apn="internet"
John Wang3536e142011-02-18 14:43:25 -08006178 proxy="62.40.32.40"
6179 port="8080"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006180 mmsc="http://mmsc.mms.o2.ie:8002"
6181 mmsproxy="62.40.32.40"
6182 mmsport="8080"
6183 type="default,supl,mms"
6184 />
6185
Jing Zhao8d1b97b2014-07-17 17:38:34 -05006186 <apn carrier="O2.ie Mobile Hotspot"
6187 mcc="272"
6188 mnc="02"
6189 apn="Open.internet"
6190 authtype="0"
6191 type="dun"
6192 />
6193
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006194 <apn carrier="Meteor Data"
6195 mcc="272"
6196 mnc="03"
6197 apn="data.mymeteor.ie"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006198 user="my"
6199 password="wap"
6200 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006201 type="default,supl"
6202 />
6203
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006204 <apn carrier="Meteor MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006205 mcc="272"
6206 mnc="03"
6207 apn="mms.mymeteor.ie"
6208 user="my"
6209 password="wap"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006210 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006211 mmsc="http://mms.mymeteor.ie"
John Huang48a18362011-09-08 15:44:54 -07006212 mmsproxy="10.85.85.85"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006213 mmsport="8799"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006214 type="mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006215 />
6216
Sangcheol Lee2fa91882011-11-18 09:57:59 -08006217 <apn carrier="3"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006218 mcc="272"
6219 mnc="05"
6220 apn="3ireland.ie"
6221 mmsc="http://mms.um.3ireland.ie:10021/mmsc"
6222 mmsproxy="mms.3ireland.ie"
6223 mmsport="8799"
6224 type="default,supl,mms"
6225 />
6226
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006227 <apn carrier="Tesco"
6228 mcc="272"
6229 mnc="11"
6230 apn="tescomobile.liffeytelecom.com"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006231 mmsc="http://mmc1/servlets/mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006232 mmsproxy="10.1.11.19"
6233 mmsport="8080"
6234 type="default,supl,mms"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006235 mvno_match_data="0A"
6236 mvno_type="gid"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006237 />
6238
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006239 <apn carrier="Siminn Internet"
6240 mcc="274"
6241 mnc="01"
6242 apn="internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006243 proxy="213.167.138.200"
6244 port="8080"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006245 type="default,supl"
6246 />
6247
6248 <apn carrier="Siminn MMS"
6249 mcc="274"
6250 mnc="01"
6251 apn="mms.simi.is"
6252 mmsc="http://mms.simi.is/servlets/mms"
6253 mmsproxy="213.167.138.200"
6254 mmsport="8080"
6255 type="mms"
6256 />
6257
6258 <apn carrier="Vodafone Internet"
6259 mcc="274"
6260 mnc="02"
6261 apn="gprs.is"
6262 type="default,supl"
6263 />
6264
6265 <apn carrier="Vodafone MMS"
6266 mcc="274"
6267 mnc="02"
6268 apn="mms.gprs.is"
6269 mmsc="http://mmsc.vodafone.is"
6270 mmsproxy="10.22.0.10"
6271 mmsport="8080"
6272 type="mms"
6273 />
6274
Jing Zhao8d1b97b2014-07-17 17:38:34 -05006275 <apn carrier="Vodafone Internet"
6276 mcc="274"
6277 mnc="03"
6278 apn="gprs.is"
6279 authtype="0"
6280 type="default,supl,agps,fota,dun"
6281 />
6282
6283 <apn carrier="Vodafone MMS"
6284 mcc="274"
6285 mnc="03"
6286 apn="mms.gprs.is"
6287 authtype="0"
6288 mmsc="http://mmsc.vodafone.is"
6289 mmsproxy="10.22.0.10"
6290 mmsport="8080"
6291 type="mms"
6292 />
6293
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006294 <apn carrier="MMS Nova"
6295 mcc="274"
6296 mnc="11"
6297 apn="mms.nova.is"
6298 mmsc="http://mmsc.nova.is"
6299 mmsproxy="10.10.2.60"
6300 mmsport="8080"
6301 type="mms"
6302 />
6303
6304 <apn carrier="Net Nova"
6305 mcc="274"
6306 mnc="11"
6307 apn="net.nova.is"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006308 proxy="10.10.2.60"
6309 port="8080"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006310 type="default,supl"
6311 />
6312
Sangcheol Lee2fa91882011-11-18 09:57:59 -08006313 <apn carrier="Vodafone MT"
Irfan Sheriff453ac802011-02-01 17:21:43 -08006314 mcc="278"
6315 mnc="01"
6316 apn="internet"
6317 user="internet"
6318 password="internet"
6319 type="default,supl"
6320 />
6321
6322 <apn carrier="Vodafone MT-MMS"
6323 mcc="278"
6324 mnc="01"
6325 apn="mms.vodafone.com.mt"
6326 mmsc="http://mms.vodafone.com.mt/servlets/mms"
6327 mmsproxy="10.12.0.3"
6328 mmsport="8080"
6329 type="mms"
6330 />
6331
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006332 <apn carrier="CYTA"
6333 mcc="280"
6334 mnc="01"
6335 apn="cytamobile"
6336 user="user"
6337 password="pass"
6338 mmsc="http://mmsc.cyta.com.cy"
6339 mmsproxy="212.31.96.161"
6340 mmsport="8080"
6341 type="default,supl,mms"
6342 />
6343
6344 <apn carrier="MTN MMS"
6345 mcc="280"
6346 mnc="10"
6347 apn="mms"
6348 user="mms"
6349 password="mms"
6350 mmsc="http://mms.mtn.com.cy/mmsc"
6351 mmsproxy="172.24.97.1"
6352 mmsport="3130"
6353 type="mms"
6354 />
6355
6356 <apn carrier="MTN Wap"
6357 mcc="280"
6358 mnc="10"
6359 apn="wap"
6360 user="wap"
6361 password="wap"
6362 proxy="172.24.97.3"
6363 port="3130"
6364 type="default,supl"
6365 />
6366
sy.yun639b1fa2013-07-19 14:00:11 +09006367 <apn carrier="MTel"
Irfan Sheriff453ac802011-02-01 17:21:43 -08006368 mcc="284"
6369 mnc="01"
sy.yun639b1fa2013-07-19 14:00:11 +09006370 apn="inet-gprs.mtel.bg"
Irfan Sheriff453ac802011-02-01 17:21:43 -08006371 type="default,supl"
6372 />
6373
sy.yun639b1fa2013-07-19 14:00:11 +09006374 <apn carrier="MTel MMS"
Irfan Sheriff453ac802011-02-01 17:21:43 -08006375 mcc="284"
6376 mnc="01"
6377 apn="mms-gprs.mtel.bg"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09006378 user="mtel"
6379 password="mtel"
sy.yun639b1fa2013-07-19 14:00:11 +09006380 authtype="1"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09006381 mmsc="http://mmsc/"
John Huang48a18362011-09-08 15:44:54 -07006382 mmsproxy="10.150.0.33"
Irfan Sheriff453ac802011-02-01 17:21:43 -08006383 mmsport="8080"
6384 type="mms"
6385 />
6386
agathon.junge8cfabc2013-02-08 10:34:22 +09006387 <apn carrier="VIVACOM Internet"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09006388 mcc="284"
6389 mnc="03"
agathon.junge8cfabc2013-02-08 10:34:22 +09006390 apn="internet.vivacom.bg"
6391 user="vivacom"
6392 password="vivacom"
sy.yun639b1fa2013-07-19 14:00:11 +09006393 authtype="1"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09006394 type="default,supl"
6395 />
6396
6397 <apn carrier="Vivacom MMS"
6398 mcc="284"
6399 mnc="03"
6400 apn="mms.vivacom.bg"
6401 user="mms"
6402 password="mms"
sy.yun639b1fa2013-07-19 14:00:11 +09006403 authtype="1"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09006404 mmsc="http://mmsc.vivacom.bg"
6405 mmsproxy="192.168.123.123"
6406 mmsport="8080"
6407 type="mms"
6408 />
6409
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006410 <apn carrier="GPRS GLOBUL"
6411 mcc="284"
6412 mnc="05"
6413 apn="globul"
sy.yun639b1fa2013-07-19 14:00:11 +09006414 authtype="1"
6415 proxy="192.168.88.11"
6416 port="8004"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006417 type="default,supl"
6418 />
6419
6420 <apn carrier="GLOBUL MMS GPRS"
6421 mcc="284"
6422 mnc="05"
6423 apn="mms.globul.bg"
6424 user="mms"
6425 mmsc="http://mmsc1.mms.globul.bg:8002"
6426 mmsproxy="192.168.87.11"
6427 mmsport="8004"
6428 type="mms"
6429 />
6430
sy.yun23019322014-10-07 11:32:07 +09006431 <apn carrier="bulsatcom"
6432 mcc="284"
6433 mnc="11"
6434 apn="bulsat.com"
6435 type="default,supl"
6436 />
6437
6438 <apn carrier="MAX TELECOM"
6439 mcc="284"
6440 mnc="13"
6441 apn="apn.maxtelecom.bg"
6442 type="default,supl"
6443 />
6444
jewon.leee391a8a2012-11-30 17:00:26 +09006445 <apn carrier="TURKCELL INTERNET"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006446 mcc="286"
6447 mnc="01"
6448 apn="internet"
6449 type="default,supl"
6450 />
6451
jewon.leee391a8a2012-11-30 17:00:26 +09006452 <apn carrier="TURKCELL MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006453 mcc="286"
6454 mnc="01"
6455 apn="mms"
6456 user="mms"
6457 password="mms"
jewon.leee391a8a2012-11-30 17:00:26 +09006458 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006459 mmsc="http://mms.turkcell.com.tr/servlets/mms"
6460 mmsproxy="212.252.169.217"
6461 mmsport="8080"
6462 type="mms"
6463 />
6464
jewon.leee391a8a2012-11-30 17:00:26 +09006465 <apn carrier="Vodafone internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006466 mcc="286"
6467 mnc="02"
6468 apn="internet"
jewon.leee391a8a2012-11-30 17:00:26 +09006469 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006470 type="default,supl"
6471 />
6472
6473 <apn carrier="Vodafone MMS"
6474 mcc="286"
6475 mnc="02"
6476 apn="mms"
jewon.leee391a8a2012-11-30 17:00:26 +09006477 user="vodafone"
6478 password="vodafone"
6479 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006480 mmsc="http://217.31.233.18:6001/MM1Servlet"
6481 mmsproxy="217.31.233.18"
6482 mmsport="9401"
6483 type="mms"
6484 />
6485
jewon.leee391a8a2012-11-30 17:00:26 +09006486 <apn carrier="AVEA INTERNET"
6487 mcc="286"
6488 mnc="03"
6489 apn="internet"
6490 authtype="1"
6491 type="default,supl"
6492 />
6493
6494 <apn carrier="AVEA MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006495 mcc="286"
6496 mnc="03"
6497 apn="mms"
6498 user="mms"
6499 password="mms"
jewon.leee391a8a2012-11-30 17:00:26 +09006500 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006501 mmsc="http://mms.avea.com.tr/servlets/mms"
6502 mmsproxy="213.161.151.201"
6503 mmsport="8080"
6504 type="mms"
6505 />
6506
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006507 <apn carrier="Tele Internet"
6508 mcc="290"
6509 mnc="01"
6510 apn="internet"
6511 type="default,supl"
6512 />
6513
6514 <apn carrier="Tele MMS"
6515 mcc="290"
6516 mnc="01"
6517 apn="mms"
6518 mmsc="http://mms.tele.gl/mms/wapenc"
6519 mmsproxy="10.112.222.37"
6520 mmsport="8080"
6521 type="mms"
6522 />
6523
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006524 <apn carrier="Si.mobil GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006525 mcc="293"
6526 mnc="40"
6527 apn="internet.simobil.si"
6528 user="simobil"
6529 password="internet"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006530 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006531 proxy="80.95.224.17"
6532 port="9201"
6533 type="default,supl"
6534 />
6535
6536 <apn carrier="Si.mobil MMS"
6537 mcc="293"
6538 mnc="40"
6539 apn="mms.simobil.si"
6540 user="simobil"
6541 password="internet"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006542 authtype="1"
6543 mmsc="http://mmc/"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006544 mmsproxy="80.95.224.46"
6545 mmsport="9201"
6546 type="mms"
6547 />
6548
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006549 <apn carrier="Mobilni Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006550 mcc="293"
6551 mnc="41"
6552 apn="internet"
6553 user="mobitel"
6554 password="internet"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006555 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006556 mmsc="http://mms.mobitel.si/servlets/mms"
6557 mmsproxy="213.229.249.40"
6558 mmsport="8080"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006559 type="default,supl,mms"
6560 />
6561
6562 <apn carrier="T2"
6563 mcc="293"
6564 mnc="64"
6565 apn="internet.t-2.net"
6566 mmsc="http://www.mms.t-2.net:8002"
6567 mmsproxy="172.20.18.137"
6568 mmsport="8080"
6569 type="default,supl,mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006570 />
6571
Sungmin Choicf27cf92013-09-20 14:46:46 -07006572 <apn carrier="Tusmobil Internet"
6573 mcc="293"
6574 mnc="70"
6575 apn="internet.tusmobil.si"
6576 user="tusmobil"
6577 password="internet"
6578 authtype="1"
6579 type="default,supl"
6580 />
6581
6582 <apn carrier="Tusmobil MMS"
6583 mcc="293"
6584 mnc="70"
6585 apn="mms.tusmobil.si"
6586 user="tusmobil"
6587 password="mms"
6588 authtype="1"
6589 mmsc="http://mms.tusmobil.si:8002"
6590 mmsproxy="91.185.221.85"
6591 mmsport="8080"
6592 type="mms"
6593 />
6594
sy.yun23019322014-10-07 11:32:07 +09006595 <apn carrier="Telemach Internet"
6596 mcc="293"
6597 mnc="70"
6598 apn="telemach.net"
6599 mmsc="http://mms.telemach.net:8002"
6600 mmsproxy="91.185.221.85"
6601 mmsport="8080"
6602 mvno_type="imsi"
6603 mvno_match_data="29370029xxxxxxx"
6604 type="default,supl,mms"
6605 />
6606
jsh433c8572011-02-02 14:23:42 -08006607 <apn carrier="T-Mobile MK Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006608 mcc="294"
6609 mnc="01"
sy.yun5f7abb22013-07-30 10:31:54 +09006610 apn=""
6611 type="ia"
6612 />
6613
6614 <apn carrier="T-Mobile MK Internet"
6615 mcc="294"
6616 mnc="01"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006617 apn="internet"
6618 user="internet"
6619 password="t-mobile"
6620 type="default,supl"
6621 />
6622
6623 <apn carrier="T-Mobile MK MMS"
6624 mcc="294"
6625 mnc="01"
6626 apn="mms"
6627 user="mms"
6628 password="mms"
6629 mmsc="http://mms.t-mobile.com.mk"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006630 mmsproxy="62.162.155.227"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006631 mmsport="8080"
6632 type="mms"
6633 />
6634
sy.yuncc0d98d2013-05-16 11:14:59 +09006635 <apn carrier="Cosmofon"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +09006636 mcc="294"
6637 mnc="02"
6638 apn="Internet"
6639 user="Internet"
6640 password="Internet"
6641 proxy="http://wap.planet.mk"
6642 port="8080"
6643 type="default,supl"
6644 />
6645
6646 <apn carrier="Cosmofon MMS"
6647 mcc="294"
6648 mnc="02"
6649 apn="mms"
6650 mmsc="http://195.167.65.220:8002"
6651 mmsproxy="10.10.10.20"
6652 mmsport="8080"
6653 type="mms"
6654 />
6655
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006656 <apn carrier="Internet"
6657 mcc="294"
6658 mnc="03"
6659 apn="vipoperator"
6660 user="vipoperator"
6661 password="vipoperator"
John Wang6a572492011-04-04 14:51:32 -07006662 proxy="78.40.0.1"
6663 port="8080"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006664 type="default,supl"
6665 />
6666
6667 <apn carrier="MMS"
6668 mcc="294"
6669 mnc="03"
6670 apn="vipoperator.mms"
6671 user="vipoperator"
6672 password="vipoperator"
6673 mmsc="http://mmsc.vipoperator.com.mk"
John Wang6a572492011-04-04 14:51:32 -07006674 mmsproxy="78.40.0.1"
6675 mmsport="8080"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006676 type="mms"
6677 />
6678
jsh433c8572011-02-02 14:23:42 -08006679 <apn carrier="T-Mobile MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006680 mcc="297"
6681 mnc="02"
6682 apn="mms"
6683 user="38267"
6684 password="38267"
6685 mmsc="http://192.168.180.100/servlets/mms"
6686 mmsproxy="10.0.5.19"
6687 mmsport="8080"
6688 type="mms"
6689 />
6690
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006691 <apn carrier="T-Mobile Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006692 mcc="297"
6693 mnc="02"
6694 apn="tmcg-wnw"
6695 user="38267"
6696 password="38267"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006697 proxy="10.0.5.19"
6698 port="8080"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006699 type="default,supl"
6700 />
6701
6702 <apn carrier="TELUS"
6703 mcc="302"
6704 mnc="220"
6705 apn="sp.telus.com"
sy.yuncc0d98d2013-05-16 11:14:59 +09006706 type="default,mms,supl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006707 mmsc="http://aliasredirect.net/proxy/mmsc"
jsh433c8572011-02-02 14:23:42 -08006708 mmsproxy="74.49.0.18"
6709 mmsport="80"
sy.yuncc0d98d2013-05-16 11:14:59 +09006710 mvno_match_data="54"
6711 mvno_type="gid"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006712 />
6713
Robert Greenwaltde5e5b42012-07-16 16:30:41 -07006714 <apn carrier="Koodo"
Sangcheol Lee4ae8c092012-03-02 15:49:28 +09006715 mcc="302"
Robert Greenwaltde5e5b42012-07-16 16:30:41 -07006716 mnc="220"
6717 apn="sp.koodo.com"
Eliseu Massing39d5b762014-10-22 14:14:49 -02006718 type="default,mms,supl,dun"
Robert Greenwaltde5e5b42012-07-16 16:30:41 -07006719 mmsc="http://aliasredirect.net/proxy/koodo/mmsc"
6720 mmsproxy="74.49.0.18"
6721 mmsport="80"
sy.yuncc0d98d2013-05-16 11:14:59 +09006722 mvno_match_data="4B"
6723 mvno_type="gid"
Sangcheol Lee4ae8c092012-03-02 15:49:28 +09006724 />
6725
Eliseu Massingdca12002014-10-16 22:57:30 -03006726 <apn carrier="Mobile Internet"
jinho1227.lee41d67aa2013-03-04 17:17:53 +09006727 mcc="302"
6728 mnc="220"
6729 apn="sp.mb.com"
sy.yuncc0d98d2013-05-16 11:14:59 +09006730 type="default,mms,supl"
jinho1227.lee41d67aa2013-03-04 17:17:53 +09006731 mmsc="http://aliasredirect.net/proxy/mb/mmsc"
6732 mmsproxy="74.49.0.18"
6733 mmsport="80"
sy.yuncc0d98d2013-05-16 11:14:59 +09006734 mvno_match_data="50"
6735 mvno_type="gid"
6736 />
6737
Jing Zhao8d1b97b2014-07-17 17:38:34 -05006738 <apn carrier="Tethered Mobile Internet"
6739 mcc="302"
6740 mnc="220"
6741 apn="isp.mb.com"
6742 type="dun"
6743 mvno_type="gid"
6744 mvno_match_data="50"
6745 />
6746
6747 <apn carrier="Mobile Internet"
6748 mcc="302"
6749 mnc="220"
6750 apn="sp.mb.com"
6751 type="default,mms,agps,supl,fota,hipri"
6752 mmsc="http://aliasredirect.net/proxy/mb/mmsc"
6753 mmsproxy="74.49.0.18"
6754 mmsport="80"
6755 mvno_type="gid"
6756 mvno_match_data="4D4F"
6757 />
6758
6759 <apn carrier="Tethered Mobile Internet"
6760 mcc="302"
6761 mnc="220"
6762 apn="isp.mb.com"
6763 type="dun"
6764 mvno_type="gid"
6765 mvno_match_data="4D4F"
6766 />
6767
6768 <apn carrier="TELUS ISP"
6769 mcc="302"
6770 mnc="220"
6771 apn="isp.telus.com"
6772 type="dun"
6773 mvno_type="gid"
6774 mvno_match_data="54"
6775 />
6776
sy.yuncc0d98d2013-05-16 11:14:59 +09006777 <apn carrier="TELUS"
6778 mcc="302"
6779 mnc="221"
6780 apn="sp.telus.com"
6781 type="default,mms,supl"
6782 mmsc="http://aliasredirect.net/proxy/mmsc"
6783 mmsproxy="74.49.0.18"
6784 mmsport="80"
6785 mvno_match_data="54"
6786 mvno_type="gid"
6787 />
6788
6789 <apn carrier="Koodo"
6790 mcc="302"
6791 mnc="221"
6792 apn="sp.koodo.com"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -08006793 type="default,mms,supl"
sy.yuncc0d98d2013-05-16 11:14:59 +09006794 mmsc="http://aliasredirect.net/proxy/koodo/mmsc"
6795 mmsproxy="74.49.0.18"
6796 mmsport="80"
6797 mvno_match_data="4B"
6798 mvno_type="gid"
6799 />
6800
6801 <apn carrier="PC mobile"
6802 mcc="302"
6803 mnc="221"
6804 apn="sp.mb.com"
6805 type="default,mms,supl"
6806 mmsc="http://aliasredirect.net/proxy/mb/mmsc"
6807 mmsproxy="74.49.0.18"
6808 mmsport="80"
6809 mvno_match_data="50"
6810 mvno_type="gid"
jinho1227.lee41d67aa2013-03-04 17:17:53 +09006811 />
6812
John Wang6a572492011-04-04 14:51:32 -07006813 <apn carrier="MOWAP"
jsh433c8572011-02-02 14:23:42 -08006814 mcc="302"
6815 mnc="320"
6816 apn="wap.davewireless.com"
Sangcheol Lee703dc052012-04-03 19:12:29 +09006817 proxy="10.100.3.4"
6818 port="8080"
jsh433c8572011-02-02 14:23:42 -08006819 type="default,supl"
6820 />
6821
John Wang6a572492011-04-04 14:51:32 -07006822 <apn carrier="MOMMS"
jsh433c8572011-02-02 14:23:42 -08006823 mcc="302"
6824 mnc="320"
6825 apn="mms.davewireless.com"
6826 mmsc="http://mms.mobilicity.net"
6827 mmsproxy="10.100.3.4"
6828 mmsport="8080"
6829 type="mms"
6830 />
6831
Robert Greenwaltde5e5b42012-07-16 16:30:41 -07006832 <apn carrier="MMS"
6833 mcc="302"
6834 mnc="270"
6835 apn="mms.mobi.eastlink.ca"
6836 mmsc="http://mmss.mobi.eastlink.ca"
6837 mmsproxy="10.232.12.49"
6838 mmsport="8080"
6839 type="mms"
6840 />
6841
6842 <apn carrier="Internet"
6843 mcc="302"
6844 mnc="270"
6845 apn="wisp.mobi.eastlink.ca"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -08006846 type="default,supl"
Robert Greenwaltde5e5b42012-07-16 16:30:41 -07006847 />
John Wang3536e142011-02-18 14:43:25 -08006848
Jing Zhao8d1b97b2014-07-17 17:38:34 -05006849 <apn carrier="Fido Tethering"
6850 mcc="302"
6851 mnc="370"
6852 apn="ltedata.apn"
6853 type="dun"
6854 mvno_match_data="DD"
6855 mvno_type="gid"
6856 protocol="IPV4V6"
6857 roaming_protocol="IP"
6858 />
6859
6860 <apn carrier="Fido Internet"
6861 mcc="302"
6862 mnc="370"
6863 apn="ltemobile.apn"
6864 type="default,mms,agps,supl,fota,hipri"
6865 mmsproxy="mmsproxy.fido.ca"
6866 mmsc="http://mms.fido.ca"
6867 mmsport="80"
6868 mvno_match_data="DD"
6869 mvno_type="gid"
6870 protocol="IPV4V6"
6871 roaming_protocol="IP"
6872 />
6873
Yong Zhangadfeaa62014-08-29 14:54:02 -05006874 <apn carrier="MTS"
6875 mcc="302"
6876 mnc="370"
6877 apn="sp.mts"
6878 type="default,mms,supl"
6879 mmsc="http://mmsc2.mts.net/"
6880 mmsproxy="wapgw1.mts.net"
6881 mmsport="9201"
6882 protocol="IPV4V6"
6883 roaming_protocol="IPV4V6"
6884 mvno_match_data="2C"
6885 mvno_type="gid"
6886 />
6887
6888 <apn carrier="MTS Tethering S"
6889 mcc="302"
6890 mnc="370"
6891 apn="internet.mts"
6892 type="dun"
6893 protocol="IPV4V6"
6894 roaming_protocol="IP"
6895 mvno_type="gid"
6896 mvno_match_data="2C"
6897 />
6898
Sangcheol Lee703dc052012-04-03 19:12:29 +09006899 <apn carrier="Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006900 mcc="302"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006901 mnc="490"
6902 apn="internet.windmobile.ca"
6903 type="default,supl"
sy.yuncc0d98d2013-05-16 11:14:59 +09006904 protocol="IPV4V6"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07006905 />
6906
Sangcheol Lee703dc052012-04-03 19:12:29 +09006907 <apn carrier="MMS"
John Wang97e54ed2010-12-16 10:40:44 -08006908 mcc="302"
6909 mnc="490"
6910 apn="mms.windmobile.ca"
6911 mmsc="http://mms.windmobile.ca"
6912 mmsproxy="74.115.197.70"
6913 mmsport="8080"
6914 type="mms"
6915 />
6916
Sungmin Choibb865312014-08-10 10:48:27 +09006917 <apn carrier="Media"
jsh433c8572011-02-02 14:23:42 -08006918 mcc="302"
6919 mnc="500"
Sungmin Choibb865312014-08-10 10:48:27 +09006920 apn="media.ng"
jsh433c8572011-02-02 14:23:42 -08006921 mmsc="http://media.videotron.com"
jsh433c8572011-02-02 14:23:42 -08006922 type="default,supl,mms"
6923 />
6924
Sungmin Choibb865312014-08-10 10:48:27 +09006925 <apn carrier="Media"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006926 mcc="302"
6927 mnc="510"
Sungmin Choibb865312014-08-10 10:48:27 +09006928 apn="media.ng"
6929 mmsc="http://media.videotron.com"
6930 type="default,supl,mms"
6931 />
6932
6933 <apn carrier="Media"
6934 mcc="302"
6935 mnc="520"
6936 apn="media.ng"
Sungmin Choi2f71bde2013-10-06 18:03:22 -07006937 mmsc="http://media.videotron.com"
6938 type="default,supl,mms"
6939 />
6940
sy.yuncc0d98d2013-05-16 11:14:59 +09006941 <apn carrier="Bell Mobility"
John Wang97e54ed2010-12-16 10:40:44 -08006942 mcc="302"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006943 mnc="610"
6944 apn="pda.bell.ca"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -08006945 type="default,mms,supl"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006946 mmsc="http://mms.bell.ca/mms/wapenc"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -08006947 />
6948
sy.yunffd0b0d2013-09-27 13:58:32 +09006949 <apn carrier="MTS"
Sangcheol Lee4ae8c092012-03-02 15:49:28 +09006950 mcc="302"
sy.yuncc0d98d2013-05-16 11:14:59 +09006951 mnc="660"
6952 apn="sp.mts"
6953 type="default,mms,supl"
6954 mmsc="http://mmsc2.mts.net/"
Sungmin Choicf27cf92013-09-20 14:46:46 -07006955 mmsproxy="wapgw1.mts.net"
6956 mmsport="9201"
sy.yuncc0d98d2013-05-16 11:14:59 +09006957 protocol="IPV4V6"
6958 roaming_protocol="IPV4V6"
6959 mvno_match_data="2C"
6960 mvno_type="gid"
6961 />
6962
Jing Zhao8d1b97b2014-07-17 17:38:34 -05006963 <apn carrier="MTS Tethering"
6964 mcc="302"
6965 mnc="660"
6966 apn="internet.mts"
6967 type="dun"
6968 protocol="IPV4V6"
6969 roaming_protocol="IP"
6970 mvno_type="gid"
6971 mvno_match_data="2C"
6972 />
6973
sy.yunffd0b0d2013-09-27 13:58:32 +09006974 <apn carrier="chatr"
Robert Greenwaltf5fd4232012-06-05 12:09:41 -07006975 mcc="302"
6976 mnc="720"
6977 apn="chatrweb.apn"
sy.yuncc0d98d2013-05-16 11:14:59 +09006978 type="default,mms,supl"
Robert Greenwaltf5fd4232012-06-05 12:09:41 -07006979 mmsc="http://mms.chatrwireless.com"
6980 mmsproxy="205.151.11.11"
6981 mmsport="80"
sy.yuncc0d98d2013-05-16 11:14:59 +09006982 proxy="205.151.11.11"
6983 port="80"
6984 protocol="IPV4V6"
6985 roaming_protocol="IPV4V6"
Sungmin Choi7d1a0872013-02-04 12:46:05 +09006986 mvno_match_data="302720x94"
6987 mvno_type="imsi"
6988 />
6989
Jing Zhao8d1b97b2014-07-17 17:38:34 -05006990 <apn carrier="Chatr Tethering"
6991 mcc="302"
6992 mnc="720"
6993 apn="chatrisp.apn"
6994 type="dun"
6995 mvno_type="imsi"
6996 mvno_match_data="302720x94"
6997 protocol="IPV4V6"
6998 roaming_protocol="IP"
6999 />
7000
7001 <apn carrier="Tbaytel Tethering"
7002 mcc="302"
7003 mnc="720"
7004 apn="ltedata.apn"
7005 type="dun"
7006 protocol="IPV4V6"
7007 roaming_protocol="IP"
7008 mvno_type="gid"
7009 mvno_match_data="BA"
7010 />
7011
7012 <apn carrier="Tbaytel Internet"
7013 mnc="720"
7014 mcc="302"
7015 apn="ltemobile.apn"
7016 type="default,mms,agps,supl,fota,hipri"
7017 protocol="IPV4V6"
7018 roaming_protocol="IP"
7019 mmsc="http://mms.gprs.rogers.com"
7020 mmsproxy="mmsproxy.rogers.com"
7021 mmsport="80"
7022 mvno_type="gid"
7023 mvno_match_data="BA"
7024 />
7025
7026 <apn carrier="Cityfone Tethering"
7027 mcc="302"
7028 mnc="720"
7029 apn="ltedata.apn"
7030 type="dun"
7031 protocol="IPV4V6"
7032 roaming_protocol="IP"
7033 mvno_type="spn"
7034 mvno_match_data="CITYFONE"
7035 />
7036
7037 <apn carrier="Cityfone Internet"
7038 mnc="720"
7039 mcc="302"
7040 apn="ltemobile.apn"
7041 type="default,mms,agps,supl,fota,hipri"
7042 protocol="IPV4V6"
7043 roaming_protocol="IP"
7044 mmsc="http://mms.gprs.rogers.com"
7045 mmsproxy="mmsproxy.rogers.com"
7046 mmsport="80"
7047 mvno_type="spn"
7048 mvno_match_data="CITYFONE"
7049 />
7050
7051 <apn carrier="Rogers Tethering"
7052 mcc="302"
7053 mnc="720"
7054 apn="ltedata.apn"
7055 type="dun"
7056 mvno_match_data="ROGERS"
7057 mvno_type="spn"
7058 protocol="IPV4V6"
7059 roaming_protocol="IP"
7060 />
7061
7062 <apn carrier="Rogers Internet"
7063 mcc="302"
7064 mnc="720"
7065 apn="ltemobile.apn"
7066 type="default,mms,agps,supl,fota,hipri"
7067 mmsproxy="mmsproxy.rogers.com"
7068 mmsc="http://mms.gprs.rogers.com"
7069 mmsport="80"
7070 mvno_match_data="ROGERS"
7071 mvno_type="spn"
7072 protocol="IPV4V6"
7073 roaming_protocol="IP"
7074 />
7075
jsh433c8572011-02-02 14:23:42 -08007076 <apn carrier="SaskTel"
7077 mcc="302"
7078 mnc="780"
7079 apn="pda.stm.sk.ca"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -08007080 type="default,mms,supl"
sy.yuncc0d98d2013-05-16 11:14:59 +09007081 mmsc="http://mms.sasktel.com/"
jsh433c8572011-02-02 14:23:42 -08007082 mmsproxy="mig.sasktel.com"
7083 mmsport="80"
jsh433c8572011-02-02 14:23:42 -08007084 />
7085
Jing Zhao8d1b97b2014-07-17 17:38:34 -05007086 <apn carrier="Verizon CDMA HRPD"
7087 mcc="310"
7088 mnc="00"
7089 mmsc="http://mms.vzwreseller.com/servlets/mms"
7090 type="default,mms,hipri,dun,supl"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05007091 mvno_type="spn"
7092 mvno_match_data="Tracfone"
7093 authtype="3"
7094 />
7095
Yong Zhangadfeaa62014-08-29 14:54:02 -05007096 <apn carrier="Bluewire"
7097 mcc="310"
7098 mnc="000"
7099 apn="CdmaNai"
7100 mvno_type="spn"
7101 mvno_match_data="bluewire"
7102 mmsc="http://mms.blueunlimited.com"
7103 mmsproxy=""
7104 mmsport="8514"
7105 type="mms"
7106 carrier_enabled="false"
7107 protocol="IPV4V6"
7108 roaming_protocol="IPV4V6"
7109 bearer="6"
7110 />
7111
7112 <apn carrier="Bluewire IMS"
7113 mcc="310"
7114 mnc="000"
7115 apn="VZWIMS"
7116 type="ims,ia"
7117 mvno_type="spn"
7118 mvno_match_data="bluewire"
7119 protocol="IPV4V6"
7120 roaming_protocol="IPV4V6"
7121 bearer="13"
7122 />
7123
7124 <apn carrier="Bluewire IMS"
7125 mcc="310"
7126 mnc="000"
7127 apn="VZWIMS"
7128 type="ims,ia"
7129 mvno_type="spn"
7130 mvno_match_data="bluewire"
7131 protocol="IPV4V6"
7132 roaming_protocol="IPV4V6"
7133 bearer="14"
7134 />
7135
7136 <apn carrier="Bluewire FOTA"
7137 mcc="310"
7138 mnc="000"
7139 apn="VZWADMIN"
7140 type="fota"
7141 mvno_type="spn"
7142 mvno_match_data="bluewire"
7143 protocol="IPV4V6"
7144 roaming_protocol="IPV4V6"
7145 bearer="13"
7146 />
7147
7148 <apn carrier="Bluewire FOTA"
7149 mcc="310"
7150 mnc="000"
7151 apn="VZWADMIN"
7152 type="fota"
7153 mvno_type="spn"
7154 mvno_match_data="bluewire"
7155 protocol="IPV4V6"
7156 roaming_protocol="IPV4V6"
7157 bearer="14"
7158 />
7159
7160 <apn carrier="Bluewire"
7161 mcc="310"
7162 mnc="000"
7163 apn="VZWINTERNET"
7164 mmsc="http://mms.blueunlimited.com"
7165 mmsproxy=""
7166 mmsport="8514"
7167 mvno_type="spn"
7168 mvno_match_data="bluewire"
7169 type="default,mms,dun,supl"
7170 protocol="IPV4V6"
7171 roaming_protocol="IPV4V6"
7172 bearer="13"
7173 />
7174
7175 <apn carrier="Bluewire"
7176 mcc="310"
7177 mnc="000"
7178 apn="VZWINTERNET"
7179 mmsc="http://mms.blueunlimited.com"
7180 mmsproxy=""
7181 mmsport="8514"
7182 mvno_type="spn"
7183 mvno_match_data="bluewire"
7184 type="default,mms,dun,supl"
7185 protocol="IPV4V6"
7186 roaming_protocol="IPV4V6"
7187 bearer="14"
7188 />
7189
7190 <apn carrier="flatwire"
7191 mcc="310"
7192 mnc="000"
7193 apn="CdmaNai"
7194 mvno_type="spn"
7195 mvno_match_data="flatwire"
7196 mmsc="http://mmsc.cleartalk.csky.us/"
7197 mmsproxy=""
7198 mmsport=""
7199 type="mms"
7200 carrier_enabled="false"
7201 protocol="IPV4V6"
7202 roaming_protocol="IPV4V6"
7203 bearer="6"
7204 />
7205
7206 <apn carrier="Flatwire IMS"
7207 mcc="310"
7208 mnc="000"
7209 apn="VZWIMS"
7210 type="ims,ia"
7211 mvno_type="spn"
7212 mvno_match_data="flatwire"
7213 protocol="IPV4V6"
7214 roaming_protocol="IPV4V6"
7215 bearer="13"
7216 />
7217
7218 <apn carrier="Flatwire IMS"
7219 mcc="310"
7220 mnc="000"
7221 apn="VZWIMS"
7222 type="ims,ia"
7223 mvno_type="spn"
7224 mvno_match_data="flatwire"
7225 protocol="IPV4V6"
7226 roaming_protocol="IPV4V6"
7227 bearer="14"
7228 />
7229
7230 <apn carrier="Flatwire FOTA"
7231 mcc="310"
7232 mnc="000"
7233 apn="VZWADMIN"
7234 type="fota"
7235 mvno_type="spn"
7236 mvno_match_data="flatwire"
7237 protocol="IPV4V6"
7238 roaming_protocol="IPV4V6"
7239 bearer="13"
7240 />
7241
7242 <apn carrier="Flatwire FOTA"
7243 mcc="310"
7244 mnc="000"
7245 apn="VZWADMIN"
7246 type="fota"
7247 mvno_type="spn"
7248 mvno_match_data="flatwire"
7249 protocol="IPV4V6"
7250 roaming_protocol="IPV4V6"
7251 bearer="14"
7252 />
7253
7254 <apn carrier="Flatwire"
7255 mcc="310"
7256 mnc="000"
7257 apn="VZWINTERNET"
7258 mmsc="http://mmsc.cleartalk.csky.us/"
7259 mmsproxy=""
7260 mmsport=""
7261 mvno_type="spn"
7262 mvno_match_data="flatwire"
7263 type="default,mms,dun,supl"
7264 protocol="IPV4V6"
7265 roaming_protocol="IPV4V6"
7266 bearer="13"
7267 />
7268
7269 <apn carrier="Flatwire"
7270 mcc="310"
7271 mnc="000"
7272 apn="VZWINTERNET"
7273 mmsc="http://mmsc.cleartalk.csky.us/"
7274 mmsproxy=""
7275 mmsport=""
7276 mvno_type="spn"
7277 mvno_match_data="flatwire"
7278 type="default,mms,dun,supl"
7279 protocol="IPV4V6"
7280 roaming_protocol="IPV4V6"
7281 bearer="14"
7282 />
7283
7284 <apn carrier="mobipcs"
7285 mcc="310"
7286 mnc="000"
7287 apn="CdmaNai"
7288 mvno_type="spn"
7289 mvno_match_data="mobipcs"
7290 mmsc="http://mms.mobipcs.com"
7291 mmsproxy=""
7292 mmsport=""
7293 type="mms"
7294 carrier_enabled="false"
7295 protocol="IPV4V6"
7296 roaming_protocol="IPV4V6"
7297 bearer="6"
7298 />
7299
7300 <apn carrier="Mobipcs IMS"
7301 mcc="310"
7302 mnc="000"
7303 apn="VZWIMS"
7304 type="ims,ia"
7305 mvno_type="spn"
7306 mvno_match_data="mobipcs"
7307 protocol="IPV4V6"
7308 roaming_protocol="IPV4V6"
7309 bearer="13"
7310 />
7311
7312 <apn carrier="Mobipcs IMS"
7313 mcc="310"
7314 mnc="000"
7315 apn="VZWIMS"
7316 type="ims,ia"
7317 mvno_type="spn"
7318 mvno_match_data="mobipcs"
7319 protocol="IPV4V6"
7320 roaming_protocol="IPV4V6"
7321 bearer="14"
7322 />
7323
7324 <apn carrier="Mobipcs FOTA"
7325 mcc="310"
7326 mnc="000"
7327 apn="VZWADMIN"
7328 type="fota"
7329 mvno_type="spn"
7330 mvno_match_data="mobipcs"
7331 protocol="IPV4V6"
7332 roaming_protocol="IPV4V6"
7333 bearer="13"
7334 />
7335
7336 <apn carrier="Mobipcs FOTA"
7337 mcc="310"
7338 mnc="000"
7339 apn="VZWADMIN"
7340 type="fota"
7341 mvno_type="spn"
7342 mvno_match_data="mobipcs"
7343 protocol="IPV4V6"
7344 roaming_protocol="IPV4V6"
7345 bearer="14"
7346 />
7347
7348 <apn carrier="Mobipcs"
7349 mcc="310"
7350 mnc="000"
7351 apn="VZWINTERNET"
7352 mmsc="http://mms.mobipcs.com"
7353 mmsproxy=""
7354 mmsport=""
7355 mvno_type="spn"
7356 mvno_match_data="mobipcs"
7357 type="default,mms,dun,supl"
7358 protocol="IPV4V6"
7359 roaming_protocol="IPV4V6"
7360 bearer="13"
7361 />
7362
7363 <apn carrier="Mobipcs"
7364 mcc="310"
7365 mnc="000"
7366 apn="VZWINTERNET"
7367 mmsc="http://mms.mobipcs.com"
7368 mmsproxy=""
7369 mmsport=""
7370 mvno_type="spn"
7371 mvno_match_data="mobipcs"
7372 type="default,mms,dun,supl"
7373 protocol="IPV4V6"
7374 roaming_protocol="IPV4V6"
7375 bearer="14"
7376 />
7377
7378 <apn carrier="mobilenation"
7379 mcc="310"
7380 mnc="000"
7381 apn="CdmaNai"
7382 mvno_type="spn"
7383 mvno_match_data="mobilenation"
7384 mmsc="http://mms.mymn3g.net"
7385 mmsproxy="mms.mymn3g.net"
7386 mmsport="8081"
7387 type="mms"
7388 carrier_enabled="false"
7389 protocol="IPV4V6"
7390 roaming_protocol="IPV4V6"
7391 bearer="6"
7392 />
7393
7394 <apn carrier="Mobilenation IMS"
7395 mcc="310"
7396 mnc="000"
7397 apn="VZWIMS"
7398 type="ims,ia"
7399 mvno_type="spn"
7400 mvno_match_data="mobilenation"
7401 protocol="IPV4V6"
7402 roaming_protocol="IPV4V6"
7403 bearer="13"
7404 />
7405
7406 <apn carrier="Mobilenation IMS"
7407 mcc="310"
7408 mnc="000"
7409 apn="VZWIMS"
7410 type="ims,ia"
7411 mvno_type="spn"
7412 mvno_match_data="mobilenation"
7413 protocol="IPV4V6"
7414 roaming_protocol="IPV4V6"
7415 bearer="14"
7416 />
7417
7418 <apn carrier="Mobilenation FOTA"
7419 mcc="310"
7420 mnc="000"
7421 apn="VZWADMIN"
7422 type="fota"
7423 mvno_type="spn"
7424 mvno_match_data="mobilenation"
7425 protocol="IPV4V6"
7426 roaming_protocol="IPV4V6"
7427 bearer="13"
7428 />
7429
7430 <apn carrier="Mobilenation FOTA"
7431 mcc="310"
7432 mnc="000"
7433 apn="VZWADMIN"
7434 type="fota"
7435 mvno_type="spn"
7436 mvno_match_data="mobilenation"
7437 protocol="IPV4V6"
7438 roaming_protocol="IPV4V6"
7439 bearer="14"
7440 />
7441
7442 <apn carrier="Mobilenation"
7443 mcc="310"
7444 mnc="000"
7445 apn="VZWINTERNET"
7446 mmsc="http://mms.mymn3g.net"
7447 mmsproxy="mms.mymn3g.net"
7448 mmsport="8081"
7449 mvno_type="spn"
7450 mvno_match_data="mobilenation"
7451 type="default,mms,dun,supl"
7452 protocol="IPV4V6"
7453 roaming_protocol="IPV4V6"
7454 bearer="13"
7455 />
7456
7457 <apn carrier="Mobilenation"
7458 mcc="310"
7459 mnc="000"
7460 apn="VZWINTERNET"
7461 mmsc="http://mms.mymn3g.net"
7462 mmsproxy="mms.mymn3g.net"
7463 mmsport="8081"
7464 mvno_type="spn"
7465 mvno_match_data="mobilenation"
7466 type="default,mms,dun,supl"
7467 protocol="IPV4V6"
7468 roaming_protocol="IPV4V6"
7469 bearer="14"
7470 />
7471
7472 <apn carrier="mohave"
7473 mcc="310"
7474 mnc="000"
7475 apn="CdmaNai"
7476 mvno_type="spn"
7477 mvno_match_data="mohave"
7478 mmsc="http://mms.mohavewireless.com"
7479 mmsproxy=""
7480 mmsport=""
7481 type="mms"
7482 carrier_enabled="false"
7483 protocol="IPV4V6"
7484 roaming_protocol="IPV4V6"
7485 bearer="6"
7486 />
7487
7488 <apn carrier="Mohave IMS"
7489 mcc="310"
7490 mnc="000"
7491 apn="VZWIMS"
7492 type="ims,ia"
7493 mvno_type="spn"
7494 mvno_match_data="mohave"
7495 protocol="IPV4V6"
7496 roaming_protocol="IPV4V6"
7497 bearer="13"
7498 />
7499
7500 <apn carrier="Mohave IMS"
7501 mcc="310"
7502 mnc="000"
7503 apn="VZWIMS"
7504 type="ims,ia"
7505 mvno_type="spn"
7506 mvno_match_data="mohave"
7507 protocol="IPV4V6"
7508 roaming_protocol="IPV4V6"
7509 bearer="14"
7510 />
7511
7512 <apn carrier="Mohave FOTA"
7513 mcc="310"
7514 mnc="000"
7515 apn="VZWADMIN"
7516 type="fota"
7517 mvno_type="spn"
7518 mvno_match_data="mohave"
7519 protocol="IPV4V6"
7520 roaming_protocol="IPV4V6"
7521 bearer="13"
7522 />
7523
7524 <apn carrier="Mohave FOTA"
7525 mcc="310"
7526 mnc="000"
7527 apn="VZWADMIN"
7528 type="fota"
7529 mvno_type="spn"
7530 mvno_match_data="mohave"
7531 protocol="IPV4V6"
7532 roaming_protocol="IPV4V6"
7533 bearer="14"
7534 />
7535
7536 <apn carrier="Mohave"
7537 mcc="310"
7538 mnc="000"
7539 apn="VZWINTERNET"
7540 mmsc="http://mms.mohavewireless.com"
7541 mmsproxy=""
7542 mmsport=""
7543 mvno_type="spn"
7544 mvno_match_data="mohave"
7545 type="default,mms,dun,supl"
7546 protocol="IPV4V6"
7547 roaming_protocol="IPV4V6"
7548 bearer="13"
7549 />
7550
7551 <apn carrier="Mohave"
7552 mcc="310"
7553 mnc="000"
7554 apn="VZWINTERNET"
7555 mmsc="http://mms.mohavewireless.com"
7556 mmsproxy=""
7557 mmsport=""
7558 mvno_type="spn"
7559 mvno_match_data="mohave"
7560 type="default,mms,dun,supl"
7561 protocol="IPV4V6"
7562 roaming_protocol="IPV4V6"
7563 bearer="14"
7564 />
7565
7566 <apn carrier="peopleswire"
7567 mcc="310"
7568 mnc="000"
7569 apn="CdmaNai"
7570 mvno_type="spn"
7571 mvno_match_data="peopleswire"
7572 mmsc="http://172.16.16.130/mms/"
7573 mmsproxy=""
7574 mmsport="80"
7575 type="mms"
7576 carrier_enabled="false"
7577 protocol="IPV4V6"
7578 roaming_protocol="IPV4V6"
7579 bearer="6"
7580 />
7581
7582 <apn carrier="Peopleswire IMS"
7583 mcc="310"
7584 mnc="000"
7585 apn="VZWIMS"
7586 type="ims,ia"
7587 mvno_type="spn"
7588 mvno_match_data="Peopleswire"
7589 protocol="IPV4V6"
7590 roaming_protocol="IPV4V6"
7591 bearer="13"
7592 />
7593
7594 <apn carrier="Peopleswire IMS"
7595 mcc="310"
7596 mnc="000"
7597 apn="VZWIMS"
7598 type="ims,ia"
7599 mvno_type="spn"
7600 mvno_match_data="Peopleswire"
7601 protocol="IPV4V6"
7602 roaming_protocol="IPV4V6"
7603 bearer="14"
7604 />
7605
7606 <apn carrier="peopleswire FOTA"
7607 mcc="310"
7608 mnc="000"
7609 apn="VZWADMIN"
7610 type="fota"
7611 mvno_type="spn"
7612 mvno_match_data="peopleswire"
7613 protocol="IPV4V6"
7614 roaming_protocol="IPV4V6"
7615 bearer="13"
7616 />
7617
7618 <apn carrier="peopleswire FOTA"
7619 mcc="310"
7620 mnc="000"
7621 apn="VZWADMIN"
7622 type="fota"
7623 mvno_type="spn"
7624 mvno_match_data="peopleswire"
7625 protocol="IPV4V6"
7626 roaming_protocol="IPV4V6"
7627 bearer="14"
7628 />
7629
7630 <apn carrier="Peopleswire"
7631 mcc="310"
7632 mnc="000"
7633 apn="VZWINTERNET"
7634 mmsc="http://172.16.16.130/mms/"
7635 mmsproxy=""
7636 mmsport="80"
7637 mvno_type="spn"
7638 mvno_match_data="Peopleswire"
7639 type="default,mms,dun,supl"
7640 protocol="IPV4V6"
7641 roaming_protocol="IPV4V6"
7642 bearer="13"
7643 />
7644
7645 <apn carrier="Peopleswire"
7646 mcc="310"
7647 mnc="000"
7648 apn="VZWINTERNET"
7649 mmsc="http://172.16.16.130/mms/"
7650 mmsproxy=""
7651 mmsport="80"
7652 mvno_type="spn"
7653 mvno_match_data="Peopleswire"
7654 type="default,mms,dun,supl"
7655 protocol="IPV4V6"
7656 roaming_protocol="IPV4V6"
7657 bearer="14"
7658 />
7659
7660 <apn carrier="revol"
7661 mcc="310"
7662 mnc="000"
7663 apn="CdmaNai"
7664 mvno_type="spn"
7665 mvno_match_data="revol"
7666 mmsc="http://mms.revol.us/revol/mms.php"
7667 mmsproxy=""
7668 mmsport=""
7669 type="mms"
7670 carrier_enabled="false"
7671 protocol="IPV4V6"
7672 roaming_protocol="IPV4V6"
7673 bearer="6"
7674 />
7675
7676 <apn carrier="Revol IMS"
7677 mcc="310"
7678 mnc="000"
7679 apn="VZWIMS"
7680 type="ims,ia"
7681 mvno_type="spn"
7682 mvno_match_data="revol"
7683 protocol="IPV4V6"
7684 roaming_protocol="IPV4V6"
7685 bearer="13"
7686 />
7687
7688 <apn carrier="Revol IMS"
7689 mcc="310"
7690 mnc="000"
7691 apn="VZWIMS"
7692 type="ims,ia"
7693 mvno_type="spn"
7694 mvno_match_data="revol"
7695 protocol="IPV4V6"
7696 roaming_protocol="IPV4V6"
7697 bearer="14"
7698 />
7699
7700 <apn carrier="Revol FOTA"
7701 mcc="310"
7702 mnc="000"
7703 apn="VZWADMIN"
7704 type="fota"
7705 mvno_type="spn"
7706 mvno_match_data="revol"
7707 protocol="IPV4V6"
7708 roaming_protocol="IPV4V6"
7709 bearer="13"
7710 />
7711
7712 <apn carrier="Revol FOTA"
7713 mcc="310"
7714 mnc="000"
7715 apn="VZWADMIN"
7716 type="fota"
7717 mvno_type="spn"
7718 mvno_match_data="revol"
7719 protocol="IPV4V6"
7720 roaming_protocol="IPV4V6"
7721 bearer="14"
7722 />
7723
7724 <apn carrier="Revol"
7725 mcc="310"
7726 mnc="000"
7727 apn="VZWINTERNET"
7728 mmsc="http://mms.revol.us/revol/mms.php"
7729 mmsproxy=""
7730 mmsport=""
7731 mvno_type="spn"
7732 mvno_match_data="revol"
7733 type="default,mms,dun,supl"
7734 protocol="IPV4V6"
7735 roaming_protocol="IPV4V6"
7736 bearer="13"
7737 />
7738
7739 <apn carrier="Revol"
7740 mcc="310"
7741 mnc="000"
7742 apn="VZWINTERNET"
7743 mmsc="http://mms.revol.us/revol/mms.php"
7744 mmsproxy=""
7745 mmsport=""
7746 mvno_type="spn"
7747 mvno_match_data="revol"
7748 type="default,mms,dun,supl"
7749 protocol="IPV4V6"
7750 roaming_protocol="IPV4V6"
7751 bearer="14"
7752 />
7753
7754 <apn carrier="Commnet"
7755 mcc="310"
7756 mnc="000"
7757 apn="CdmaNai"
7758 mvno_type="spn"
7759 mvno_match_data="commnet"
7760 mmsc="http://mmsc.cccomm.csky.us"
7761 mmsproxy=""
7762 mmsport="6672"
7763 type="mms"
7764 carrier_enabled="false"
7765 protocol="IPV4V6"
7766 roaming_protocol="IPV4V6"
7767 bearer="6"
7768 />
7769
7770 <apn carrier="distribution"
7771 mcc="310"
7772 mnc="000"
7773 apn="CdmaNai"
7774 mvno_type="spn"
7775 mvno_match_data="distribution"
7776 mmsc="http://mms.dst.com/mms/"
7777 mmsproxy=""
7778 mmsport=""
7779 type="mms"
7780 carrier_enabled="false"
7781 protocol="IPV4V6"
7782 roaming_protocol="IPV4V6"
7783 bearer="6"
7784 />
7785
7786 <apn carrier="Distribution IMS"
7787 mcc="310"
7788 mnc="000"
7789 apn="VZWIMS"
7790 type="ims,ia"
7791 mvno_type="spn"
7792 mvno_match_data="distribution"
7793 protocol="IPV4V6"
7794 roaming_protocol="IPV4V6"
7795 bearer="13"
7796 />
7797
7798 <apn carrier="Distribution IMS"
7799 mcc="310"
7800 mnc="000"
7801 apn="VZWIMS"
7802 type="ims,ia"
7803 mvno_type="spn"
7804 mvno_match_data="distribution"
7805 protocol="IPV4V6"
7806 roaming_protocol="IPV4V6"
7807 bearer="14"
7808 />
7809
7810 <apn carrier="Distribution FOTA"
7811 mcc="310"
7812 mnc="000"
7813 apn="VZWADMIN"
7814 type="fota"
7815 mvno_type="spn"
7816 mvno_match_data="distribution"
7817 protocol="IPV4V6"
7818 roaming_protocol="IPV4V6"
7819 bearer="13"
7820 />
7821
7822 <apn carrier="Distribution FOTA"
7823 mcc="310"
7824 mnc="000"
7825 apn="VZWADMIN"
7826 type="fota"
7827 mvno_type="spn"
7828 mvno_match_data="distribution"
7829 protocol="IPV4V6"
7830 roaming_protocol="IPV4V6"
7831 bearer="14"
7832 />
7833
7834 <apn carrier="Distribution"
7835 mcc="310"
7836 mnc="000"
7837 apn="VZWINTERNET"
7838 mmsc="http://mms.dst.com/mms/"
7839 mmsproxy=""
7840 mmsport=""
7841 mvno_type="spn"
7842 mvno_match_data="distribution"
7843 type="default,mms,dun,supl"
7844 protocol="IPV4V6"
7845 roaming_protocol="IPV4V6"
7846 bearer="13"
7847 />
7848
7849 <apn carrier="Distribution"
7850 mcc="310"
7851 mnc="000"
7852 apn="VZWINTERNET"
7853 mmsc="http://mms.dst.com/mms/"
7854 mmsproxy=""
7855 mmsport=""
7856 mvno_type="spn"
7857 mvno_match_data="distribution"
7858 type="default,mms,dun,supl"
7859 protocol="IPV4V6"
7860 roaming_protocol="IPV4V6"
7861 bearer="14"
7862 />
7863
Jing Zhao8d1b97b2014-07-17 17:38:34 -05007864 <apn carrier="Union Wireless Data"
7865 mcc="310"
7866 mnc="020"
7867 apn="union.wap.com"
7868 proxy="166.230.4.83"
7869 port="8799"
7870 type="default,hipri,dun,supl"
7871 />
7872
7873 <apn carrier="Union Wireless MMS"
7874 mcc="310"
7875 mnc="020"
7876 apn="union.mms.com"
7877 mmsc="http://mmsc/01"
7878 mmsproxy="166.230.4.83"
7879 mmsport="8799"
7880 type="mms"
7881 />
7882
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07007883 <!-- Need two APNs for CDMA technologies: a default that is used normally -->
7884 <!-- and a second APN to be used when DUN is required. Even though the -->
7885 <!-- parameters appear the same, the profileID sent to the radio when requesting -->
7886 <!-- a DUN connection will be different -->
7887 <!-- IS95A - CDMA -->
Jing Zhao45923d72014-07-21 11:46:57 -05007888 <apn carrier="Verizon"
7889 mcc="310"
7890 mnc="004"
7891 apn="internet"
Hui Wang768b75b2014-08-22 16:08:48 -05007892 authtype="3"
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07007893 type="default,mms,supl,fota,ims,cbs"
7894 mmsc="http://mms.vtext.com/servlets/mms"
7895 protocol="IPV4V6"
7896 bearer="4"
7897 />
7898 <apn carrier="Verizon"
7899 mcc="310"
7900 mnc="004"
7901 apn="internet"
7902 authtype="3"
7903 type="default,mms,supl,fota,ims,cbs,dun"
Jing Zhao45923d72014-07-21 11:46:57 -05007904 mmsc="http://mms.vtext.com/servlets/mms"
7905 protocol="IPV4V6"
7906 bearer="4"
7907 />
7908
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07007909 <!-- IS95B - CDMA -->
Jing Zhao45923d72014-07-21 11:46:57 -05007910 <apn carrier="Verizon"
7911 mcc="310"
7912 mnc="004"
7913 apn="internet"
Hui Wang768b75b2014-08-22 16:08:48 -05007914 authtype="3"
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07007915 type="default,mms,supl,fota,ims,cbs"
7916 mmsc="http://mms.vtext.com/servlets/mms"
7917 protocol="IPV4V6"
7918 bearer="5"
7919 />
7920 <apn carrier="Verizon"
7921 mcc="310"
7922 mnc="004"
7923 apn="internet"
7924 authtype="3"
7925 type="default,mms,supl,fota,ims,cbs,dun"
Jing Zhao45923d72014-07-21 11:46:57 -05007926 mmsc="http://mms.vtext.com/servlets/mms"
7927 protocol="IPV4V6"
7928 bearer="5"
7929 />
7930
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07007931 <!-- 1xRTT - CDMA -->
Jing Zhao45923d72014-07-21 11:46:57 -05007932 <apn carrier="Verizon"
7933 mcc="310"
7934 mnc="004"
7935 apn="internet"
Hui Wang768b75b2014-08-22 16:08:48 -05007936 authtype="3"
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07007937 type="default,mms,supl,fota,ims,cbs"
7938 mmsc="http://mms.vtext.com/servlets/mms"
7939 protocol="IPV4V6"
7940 bearer="6"
7941 />
7942 <apn carrier="Verizon"
7943 mcc="310"
7944 mnc="004"
7945 apn="internet"
7946 authtype="3"
7947 type="default,mms,supl,fota,ims,cbs,dun"
Jing Zhao45923d72014-07-21 11:46:57 -05007948 mmsc="http://mms.vtext.com/servlets/mms"
7949 protocol="IPV4V6"
7950 bearer="6"
7951 />
7952
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07007953 <!-- EVDO_0 - CDMA -->
Jing Zhao45923d72014-07-21 11:46:57 -05007954 <apn carrier="Verizon"
7955 mcc="310"
7956 mnc="004"
7957 apn="internet"
Hui Wang768b75b2014-08-22 16:08:48 -05007958 authtype="3"
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07007959 type="default,mms,supl,fota,ims,cbs"
7960 mmsc="http://mms.vtext.com/servlets/mms"
7961 protocol="IPV4V6"
7962 bearer="7"
7963 />
7964 <apn carrier="Verizon"
7965 mcc="310"
7966 mnc="004"
7967 apn="internet"
7968 authtype="3"
7969 type="default,mms,supl,fota,ims,cbs,dun"
Jing Zhao45923d72014-07-21 11:46:57 -05007970 mmsc="http://mms.vtext.com/servlets/mms"
7971 protocol="IPV4V6"
7972 bearer="7"
7973 />
7974
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07007975 <!-- EVDO_A - CDMA -->
Jing Zhao45923d72014-07-21 11:46:57 -05007976 <apn carrier="Verizon"
7977 mcc="310"
7978 mnc="004"
7979 apn="internet"
Hui Wang768b75b2014-08-22 16:08:48 -05007980 authtype="3"
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07007981 type="default,mms,supl,fota,ims,cbs"
7982 mmsc="http://mms.vtext.com/servlets/mms"
7983 protocol="IPV4V6"
7984 bearer="8"
7985 />
7986 <apn carrier="Verizon"
7987 mcc="310"
7988 mnc="004"
7989 apn="internet"
7990 authtype="3"
7991 type="default,mms,supl,fota,ims,cbs,dun"
Jing Zhao45923d72014-07-21 11:46:57 -05007992 mmsc="http://mms.vtext.com/servlets/mms"
7993 protocol="IPV4V6"
7994 bearer="8"
7995 />
7996
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07007997 <!-- EVDO_B - CDMA -->
Jing Zhao45923d72014-07-21 11:46:57 -05007998 <apn carrier="Verizon"
7999 mcc="310"
8000 mnc="004"
8001 apn="internet"
Hui Wang768b75b2014-08-22 16:08:48 -05008002 authtype="3"
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07008003 type="default,mms,supl,fota,ims,cbs"
8004 mmsc="http://mms.vtext.com/servlets/mms"
8005 protocol="IPV4V6"
8006 bearer="12"
8007 />
8008 <apn carrier="Verizon"
8009 mcc="310"
8010 mnc="004"
8011 apn="internet"
8012 authtype="3"
8013 type="default,mms,supl,fota,ims,cbs,dun"
Jing Zhao45923d72014-07-21 11:46:57 -05008014 mmsc="http://mms.vtext.com/servlets/mms"
8015 protocol="IPV4V6"
8016 bearer="12"
8017 />
8018
8019 <apn carrier="Verizon Internet"
8020 mcc="310"
8021 mnc="004"
8022 apn="VZWINTERNET"
8023 type="default,dun"
8024 protocol="IPV4V6"
8025 roaming_protocol="IPV4V6"
8026 bearer="13"
Hui Wanga1ca4dd2014-09-12 14:25:42 -05008027 profile_id="0"
Hui Wang768b75b2014-08-22 16:08:48 -05008028 modem_cognitive="true"
8029 max_conns="1023"
8030 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -05008031 />
8032
8033 <apn carrier="Verizon Internet"
8034 mcc="310"
8035 mnc="004"
8036 apn="VZWINTERNET"
8037 type="default,dun"
8038 protocol="IPV4V6"
8039 roaming_protocol="IPV4V6"
8040 bearer="14"
Hui Wanga1ca4dd2014-09-12 14:25:42 -05008041 profile_id="0"
Hui Wang768b75b2014-08-22 16:08:48 -05008042 modem_cognitive="true"
8043 max_conns="1023"
8044 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -05008045 />
8046
8047 <apn carrier="Verizon FOTA"
8048 mcc="310"
8049 mnc="004"
8050 apn="VZWADMIN"
8051 type="fota"
8052 protocol="IPV4V6"
8053 roaming_protocol="IPV4V6"
8054 bearer="13"
Hui Wanga1ca4dd2014-09-12 14:25:42 -05008055 profile_id="3"
Hui Wang768b75b2014-08-22 16:08:48 -05008056 modem_cognitive="true"
8057 max_conns="1023"
8058 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -05008059 />
8060
8061 <apn carrier="Verizon FOTA"
8062 mcc="310"
8063 mnc="004"
8064 apn="VZWADMIN"
8065 type="fota"
8066 protocol="IPV4V6"
8067 roaming_protocol="IPV4V6"
8068 bearer="14"
Hui Wanga1ca4dd2014-09-12 14:25:42 -05008069 profile_id="3"
Hui Wang768b75b2014-08-22 16:08:48 -05008070 modem_cognitive="true"
8071 max_conns="1023"
8072 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -05008073 />
8074
8075 <apn carrier="Verizon IMS"
8076 mcc="310"
8077 mnc="004"
8078 apn="VZWIMS"
8079 type="ims"
8080 protocol="IPV4V6"
8081 roaming_protocol="IPV4V6"
8082 bearer="13"
Hui Wanga1ca4dd2014-09-12 14:25:42 -05008083 profile_id="2"
Hui Wang768b75b2014-08-22 16:08:48 -05008084 modem_cognitive="true"
8085 max_conns="1023"
8086 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -05008087 />
8088
8089 <apn carrier="Verizon IMS"
8090 mcc="310"
8091 mnc="004"
8092 apn="VZWIMS"
8093 type="ims,ia"
8094 protocol="IPV4V6"
8095 roaming_protocol="IPV4V6"
8096 bearer="14"
Hui Wanga1ca4dd2014-09-12 14:25:42 -05008097 profile_id="2"
Hui Wang768b75b2014-08-22 16:08:48 -05008098 modem_cognitive="true"
8099 max_conns="1023"
8100 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -05008101 />
8102
8103 <apn carrier="Verizon CBS"
8104 mcc="310"
8105 mnc="004"
8106 apn="VZWAPP"
8107 type="cbs,mms"
8108 mmsc="http://mms.vtext.com/servlets/mms"
8109 protocol="IPV4V6"
8110 roaming_protocol="IPV4V6"
8111 bearer="13"
Hui Wanga1ca4dd2014-09-12 14:25:42 -05008112 profile_id="4"
Hui Wang768b75b2014-08-22 16:08:48 -05008113 modem_cognitive="true"
8114 max_conns="1023"
8115 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -05008116 />
8117
8118 <apn carrier="Verizon CBS"
8119 mcc="310"
8120 mnc="004"
8121 apn="VZWAPP"
8122 type="cbs,mms"
8123 mmsc="http://mms.vtext.com/servlets/mms"
8124 protocol="IPV4V6"
8125 roaming_protocol="IPV4V6"
8126 bearer="14"
Hui Wanga1ca4dd2014-09-12 14:25:42 -05008127 profile_id="4"
Hui Wang768b75b2014-08-22 16:08:48 -05008128 modem_cognitive="true"
8129 max_conns="1023"
8130 max_conns_time="300"
Jing Zhao45923d72014-07-21 11:46:57 -05008131 />
8132
Jing Zhao260ee292014-08-25 10:47:44 -05008133 <apn carrier=" ALU Test-SIM Internet"
8134 mcc="310"
8135 mnc="028"
8136 apn="VZWINTERNET"
8137 mmsc="http://mms.vtext.com/servlets/mms"
8138 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -05008139 protocol="IPV4V6"
8140 roaming_protocol="IPV4V6"
8141 />
8142
8143 <apn carrier=" ALU Test-SIM FOTA"
8144 mcc="310"
8145 mnc="028"
8146 apn="VZWADMIN"
8147 type="fota"
Jing Zhao260ee292014-08-25 10:47:44 -05008148 protocol="IPV4V6"
8149 roaming_protocol="IPV4V6"
8150 />
8151
8152 <apn carrier=" ALU Test-SIM IMS"
8153 mcc="310"
8154 mnc="028"
8155 apn="VZWIMS"
8156 type="ims,ia"
Jing Zhao260ee292014-08-25 10:47:44 -05008157 protocol="IPV4V6"
8158 roaming_protocol="IPV4V6"
8159 />
8160
8161 <apn carrier=" ALU Test-SIM CBS"
8162 mcc="310"
8163 mnc="028"
8164 apn="VZWAPP"
8165 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -05008166 type="cbs,mms"
Jing Zhao260ee292014-08-25 10:47:44 -05008167 protocol="IPV4V6"
8168 roaming_protocol="IPV4V6"
8169 />
8170
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07008171 <apn carrier="myBlue Pix"
8172 mcc="310"
8173 mnc="030"
8174 apn="mmswap.centennialwireless.com"
8175 mmsc="http://mms.myblue.com/servlets/mms"
8176 mmsproxy="63.99.231.135"
8177 mmsport="8080"
8178 type="mms"
8179 />
8180
8181 <apn carrier="Internet"
8182 mcc="310"
8183 mnc="030"
8184 apn="private.centennialwireless.com"
8185 user="privuser"
8186 password="priv"
8187 type="default,supl"
8188 />
8189
Yong Zhangadfeaa62014-08-29 14:54:02 -05008190 <apn carrier="itewire"
8191 mcc="310"
8192 mnc="032"
8193 apn="CdmaNai"
8194 mvno_type="spn"
8195 mvno_match_data="itewire"
8196 mmsc=""
8197 mmsproxy=""
8198 mmsport=""
8199 type="mms"
8200 carrier_enabled="false"
8201 protocol="IPV4V6"
8202 roaming_protocol="IPV4V6"
8203 bearer="6"
8204 />
8205
8206 <apn carrier="Itewire IMS"
8207 mcc="310"
8208 mnc="032"
8209 apn="VZWIMS"
8210 type="ims,ia"
8211 mvno_type="spn"
8212 mvno_match_data="itewire"
8213 protocol="IPV4V6"
8214 roaming_protocol="IPV4V6"
8215 bearer="13"
8216 />
8217
8218 <apn carrier="Itewire IMS"
8219 mcc="310"
8220 mnc="032"
8221 apn="VZWIMS"
8222 type="ims,ia"
8223 mvno_type="spn"
8224 mvno_match_data="itewire"
8225 protocol="IPV4V6"
8226 roaming_protocol="IPV4V6"
8227 bearer="14"
8228 />
8229
8230 <apn carrier="Itewire FOTA"
8231 mcc="310"
8232 mnc="032"
8233 apn="VZWADMIN"
8234 type="fota"
8235 mvno_type="spn"
8236 mvno_match_data="itewire"
8237 protocol="IPV4V6"
8238 roaming_protocol="IPV4V6"
8239 bearer="13"
8240 />
8241
8242 <apn carrier="Itewire FOTA"
8243 mcc="310"
8244 mnc="032"
8245 apn="VZWADMIN"
8246 type="fota"
8247 mvno_type="spn"
8248 mvno_match_data="itewire"
8249 protocol="IPV4V6"
8250 roaming_protocol="IPV4V6"
8251 bearer="14"
8252 />
8253
8254 <apn carrier="Itewire"
8255 mcc="310"
8256 mnc="032"
8257 apn="VZWINTERNET"
8258 mmsc=""
8259 mmsproxy=""
8260 mmsport=""
8261 mvno_type="spn"
8262 mvno_match_data="itewire"
8263 type="default,mms,dun,supl"
8264 protocol="IPV4V6"
8265 roaming_protocol="IPV4V6"
8266 bearer="13"
8267 />
8268
8269 <apn carrier="Itewire"
8270 mcc="310"
8271 mnc="032"
8272 apn="VZWINTERNET"
8273 mmsc=""
8274 mmsproxy=""
8275 mmsport=""
8276 mvno_type="spn"
8277 mvno_match_data="itewire"
8278 type="default,mms,dun,supl"
8279 protocol="IPV4V6"
8280 roaming_protocol="IPV4V6"
8281 bearer="14"
8282 />
8283
8284 <apn carrier="etex"
8285 mcc="310"
8286 mnc="035"
8287 apn="CdmaNai"
8288 mvno_type="spn"
8289 mvno_match_data="etex"
8290 mmsc="http://mmsi.etex.mobi"
8291 mmsproxy=""
8292 mmsport=""
8293 type="mms"
8294 carrier_enabled="false"
8295 protocol="IPV4V6"
8296 roaming_protocol="IPV4V6"
8297 bearer="6"
8298 />
8299
8300 <apn carrier="Etex IMS"
8301 mcc="310"
8302 mnc="035"
8303 apn="VZWIMS"
8304 type="ims,ia"
8305 mvno_type="spn"
8306 mvno_match_data="etex"
8307 protocol="IPV4V6"
8308 roaming_protocol="IPV4V6"
8309 bearer="13"
8310 />
8311
8312 <apn carrier="Etex IMS"
8313 mcc="310"
8314 mnc="035"
8315 apn="VZWIMS"
8316 type="ims,ia"
8317 mvno_type="spn"
8318 mvno_match_data="etex"
8319 protocol="IPV4V6"
8320 roaming_protocol="IPV4V6"
8321 bearer="14"
8322 />
8323
8324 <apn carrier="Etex FOTA"
8325 mcc="310"
8326 mnc="035"
8327 apn="VZWADMIN"
8328 type="fota"
8329 mvno_type="spn"
8330 mvno_match_data="etex"
8331 protocol="IPV4V6"
8332 roaming_protocol="IPV4V6"
8333 bearer="13"
8334 />
8335
8336 <apn carrier="Etex FOTA"
8337 mcc="310"
8338 mnc="035"
8339 apn="VZWADMIN"
8340 type="fota"
8341 mvno_type="spn"
8342 mvno_match_data="etex"
8343 protocol="IPV4V6"
8344 roaming_protocol="IPV4V6"
8345 bearer="14"
8346 />
8347
8348 <apn carrier="Etex"
8349 mcc="310"
8350 mnc="035"
8351 apn="VZWINTERNET"
8352 mmsc="http://mmsi.etex.mobi"
8353 mmsproxy=""
8354 mmsport=""
8355 mvno_type="spn"
8356 mvno_match_data="etex"
8357 type="default,mms,dun,supl"
8358 protocol="IPV4V6"
8359 roaming_protocol="IPV4V6"
8360 bearer="13"
8361 />
8362
8363 <apn carrier="Etex"
8364 mcc="310"
8365 mnc="035"
8366 apn="VZWINTERNET"
8367 mmsc="http://mmsi.etex.mobi"
8368 mmsproxy=""
8369 mmsport=""
8370 mvno_type="spn"
8371 mvno_match_data="etex"
8372 type="default,mms,dun,supl"
8373 protocol="IPV4V6"
8374 roaming_protocol="IPV4V6"
8375 bearer="14"
8376 />
8377
8378 <apn carrier="mta"
8379 mcc="310"
8380 mnc="040"
8381 apn="CdmaNai"
8382 mvno_type="spn"
8383 mvno_match_data="mta"
8384 mmsc="http://mmsc.mta.dataonair.net/"
8385 mmsproxy="209.4.229.85"
8386 mmsport="6672"
8387 type="mms"
8388 carrier_enabled="false"
8389 protocol="IPV4V6"
8390 roaming_protocol="IPV4V6"
8391 bearer="6"
8392 />
8393
8394 <apn carrier="Mta IMS"
8395 mcc="310"
8396 mnc="040"
8397 apn="VZWIMS"
8398 type="ims,ia"
8399 mvno_type="spn"
8400 mvno_match_data="mta"
8401 protocol="IPV4V6"
8402 roaming_protocol="IPV4V6"
8403 bearer="13"
8404 />
8405
8406 <apn carrier="Mta IMS"
8407 mcc="310"
8408 mnc="040"
8409 apn="VZWIMS"
8410 type="ims,ia"
8411 mvno_type="spn"
8412 mvno_match_data="mta"
8413 protocol="IPV4V6"
8414 roaming_protocol="IPV4V6"
8415 bearer="14"
8416 />
8417
8418 <apn carrier="Mta FOTA"
8419 mcc="310"
8420 mnc="040"
8421 apn="VZWADMIN"
8422 type="fota"
8423 mvno_type="spn"
8424 mvno_match_data="mta"
8425 protocol="IPV4V6"
8426 roaming_protocol="IPV4V6"
8427 bearer="13"
8428 />
8429
8430 <apn carrier="Mta FOTA"
8431 mcc="310"
8432 mnc="040"
8433 apn="VZWADMIN"
8434 type="fota"
8435 mvno_type="spn"
8436 mvno_match_data="mta"
8437 protocol="IPV4V6"
8438 roaming_protocol="IPV4V6"
8439 bearer="14"
8440 />
8441
8442 <apn carrier="Mta"
8443 mcc="310"
8444 mnc="040"
8445 apn="VZWINTERNET"
8446 mmsc="http://mmsc.mta.dataonair.net/"
8447 mmsproxy="209.4.229.85"
8448 mmsport="6672"
8449 mvno_type="spn"
8450 mvno_match_data="mta"
8451 type="default,mms,dun,supl"
8452 protocol="IPV4V6"
8453 roaming_protocol="IPV4V6"
8454 bearer="13"
8455 />
8456
8457 <apn carrier="Mta"
8458 mcc="310"
8459 mnc="040"
8460 apn="VZWINTERNET"
8461 mmsc="http://mmsc.mta.dataonair.net/"
8462 mmsproxy="209.4.229.85"
8463 mmsport="6672"
8464 mvno_type="spn"
8465 mvno_match_data="mta"
8466 type="default,mms,dun,supl"
8467 protocol="IPV4V6"
8468 roaming_protocol="IPV4V6"
8469 bearer="14"
8470 />
8471
8472 <apn carrier="alaskacomm"
8473 mcc="310"
8474 mnc="050"
8475 apn="CdmaNai"
8476 mvno_type="spn"
8477 mvno_match_data="alaskacomm"
8478 mmsc="http://mmsc1.acsalaska.net/servlets/mms"
8479 mmsproxy=""
8480 mmsport=""
8481 type="mms"
8482 carrier_enabled="false"
8483 protocol="IPV4V6"
8484 roaming_protocol="IPV4V6"
8485 bearer="6"
8486 />
8487
8488 <apn carrier="Alaskacomm IMS"
8489 mcc="310"
8490 mnc="050"
8491 apn="VZWIMS"
8492 type="ims,ia"
8493 mvno_type="spn"
8494 mvno_match_data="alaskacomm"
8495 protocol="IPV4V6"
8496 roaming_protocol="IPV4V6"
8497 bearer="13"
8498 />
8499
8500 <apn carrier="Alaskacomm IMS"
8501 mcc="310"
8502 mnc="050"
8503 apn="VZWIMS"
8504 type="ims,ia"
8505 mvno_type="spn"
8506 mvno_match_data="alaskacomm"
8507 protocol="IPV4V6"
8508 roaming_protocol="IPV4V6"
8509 bearer="14"
8510 />
8511
8512 <apn carrier="Alaskacomm FOTA"
8513 mcc="310"
8514 mnc="050"
8515 apn="VZWADMIN"
8516 type="fota"
8517 mvno_type="spn"
8518 mvno_match_data="alaskacomm"
8519 protocol="IPV4V6"
8520 roaming_protocol="IPV4V6"
8521 bearer="13"
8522 />
8523
8524 <apn carrier="Alaskacomm FOTA"
8525 mcc="310"
8526 mnc="050"
8527 apn="VZWADMIN"
8528 type="fota"
8529 mvno_type="spn"
8530 mvno_match_data="alaskacomm"
8531 protocol="IPV4V6"
8532 roaming_protocol="IPV4V6"
8533 bearer="14"
8534 />
8535
8536 <apn carrier="Alaskacomm"
8537 mcc="310"
8538 mnc="050"
8539 apn="VZWINTERNET"
8540 mmsc="http://mmsc1.acsalaska.net/servlets/mms"
8541 mmsproxy=""
8542 mmsport=""
8543 mvno_type="spn"
8544 mvno_match_data="alaskacomm"
8545 type="default,mms,dun,supl"
8546 protocol="IPV4V6"
8547 roaming_protocol="IPV4V6"
8548 bearer="13"
8549 />
8550
8551 <apn carrier="Alaskacomm"
8552 mcc="310"
8553 mnc="050"
8554 apn="VZWINTERNET"
8555 mmsc="http://mmsc1.acsalaska.net/servlets/mms"
8556 mmsproxy=""
8557 mmsport=""
8558 mvno_type="spn"
8559 mvno_match_data="alaskacomm"
8560 protocol="IPV4V6"
8561 roaming_protocol="IPV4V6"
8562 bearer="14"
8563 />
8564
Jing Zhao8d1b97b2014-07-17 17:38:34 -05008565 <apn carrier="U.S.Cellular"
8566 mcc="310"
8567 mnc="066"
8568 apn="internet"
8569 user="*"
8570 server="*"
8571 password="*"
8572 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
Gordon Gao346b8172014-09-04 11:27:25 -07008573 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05008574 />
8575
8576 <apn carrier="Corr Wap"
8577 mcc="310"
8578 mnc="080"
8579 apn="corrgprs"
8580 server="http://w.iot1.com/corr/wml.php"
8581 proxy="74.112.57.172"
8582 port="9201"
8583 type="default"
8584 />
8585
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07008586 <apn carrier="CorrMMS"
8587 mcc="310"
8588 mnc="080"
8589 apn="corrmms"
8590 mmsc="http://mms.iot1.com/corr/mms.php"
8591 mmsproxy="66.255.55.23"
8592 mmsport="80"
8593 type="mms"
8594 />
8595
8596 <apn carrier="Internet"
8597 mcc="310"
8598 mnc="090"
8599 apn="isp"
8600 type="default,supl"
8601 />
8602
8603 <apn carrier="MMS"
8604 mcc="310"
8605 mnc="090"
8606 apn="mms"
8607 mmsc="http://mms.edgemobile.net/mmsc"
8608 mmsproxy="12.108.12.13"
8609 mmsport="3128"
8610 type="mms"
8611 />
8612
8613 <apn carrier="Edge MMS Prepay"
8614 mcc="310"
8615 mnc="090"
8616 apn="ppmms"
8617 mmsc="http://mms.edgemobile.net/mmsc"
8618 mmsproxy="12.108.12.13"
8619 mmsport="3128"
8620 type="mms"
8621 />
8622
sy.yunc162f2c2013-11-08 08:08:37 +09008623 <apn carrier="PLATMMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07008624 mcc="310"
8625 mnc="100"
sy.yunc162f2c2013-11-08 08:08:37 +09008626 apn="mms.plateau"
8627 mmsc="http://mms"
8628 mmsproxy="172.23.253.206"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07008629 mmsport="8080"
8630 type="mms"
8631 />
8632
8633 <apn carrier="PLATWEB"
8634 mcc="310"
8635 mnc="100"
sy.yunc162f2c2013-11-08 08:08:37 +09008636 apn="isp.plateau"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07008637 type="default,supl"
8638 />
8639
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07008640 <!-- Need two APNs for CDMA technologies: a default that is used normally -->
8641 <!-- and a second APN to be used when DUN is required. Even though the -->
8642 <!-- parameters appear the same, the profileID sent to the radio when requesting -->
8643 <!-- a DUN connection will be different -->
8644 <!-- 1xRTT - CDMA -->
Jake Hamby0e705452014-04-09 17:45:31 -07008645 <apn carrier="Sprint"
8646 mcc="310"
8647 mnc="120"
8648 apn="sprint"
8649 type="default,supl,mms,ims,cbs"
8650 mmsc="http://mms.sprintpcs.com"
8651 mmsproxy="68.28.31.7"
8652 mmsport="80"
8653 bearer="6"
8654 />
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07008655 <apn carrier="Sprint"
8656 mcc="310"
8657 mnc="120"
8658 apn="sprint"
8659 type="default,supl,mms,ims,cbs,dun"
8660 mmsc="http://mms.sprintpcs.com"
8661 mmsproxy="68.28.31.7"
8662 mmsport="80"
8663 bearer="6"
8664 />
Jake Hamby0e705452014-04-09 17:45:31 -07008665
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07008666 <!-- EVDO_0 - CDMA -->
Jake Hamby0e705452014-04-09 17:45:31 -07008667 <apn carrier="Sprint"
8668 mcc="310"
8669 mnc="120"
8670 apn="sprint"
8671 type="default,supl,mms,ims,cbs"
8672 mmsc="http://mms.sprintpcs.com"
8673 mmsproxy="68.28.31.7"
8674 mmsport="80"
8675 bearer="7"
8676 />
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07008677 <apn carrier="Sprint"
8678 mcc="310"
8679 mnc="120"
8680 apn="sprint"
8681 type="default,supl,mms,ims,cbs,dun"
8682 mmsc="http://mms.sprintpcs.com"
8683 mmsproxy="68.28.31.7"
8684 mmsport="80"
8685 bearer="7"
8686 />
Jake Hamby0e705452014-04-09 17:45:31 -07008687
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07008688 <!-- EVDO_A - CDMA -->
Jake Hamby0e705452014-04-09 17:45:31 -07008689 <apn carrier="Sprint"
8690 mcc="310"
8691 mnc="120"
8692 apn="sprint"
8693 type="default,supl,mms,ims,cbs"
8694 mmsc="http://mms.sprintpcs.com"
8695 mmsproxy="68.28.31.7"
8696 mmsport="80"
8697 bearer="8"
8698 />
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07008699 <apn carrier="Sprint"
8700 mcc="310"
8701 mnc="120"
8702 apn="sprint"
8703 type="default,supl,mms,ims,cbs,dun"
8704 mmsc="http://mms.sprintpcs.com"
8705 mmsproxy="68.28.31.7"
8706 mmsport="80"
8707 bearer="8"
8708 />
Jake Hamby0e705452014-04-09 17:45:31 -07008709
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07008710 <!-- EVDO_B - CDMA -->
Jake Hamby0e705452014-04-09 17:45:31 -07008711 <apn carrier="Sprint"
8712 mcc="310"
8713 mnc="120"
8714 apn="sprint"
8715 type="default,supl,mms,ims,cbs"
8716 mmsc="http://mms.sprintpcs.com"
8717 mmsproxy="68.28.31.7"
8718 mmsport="80"
8719 bearer="12"
8720 />
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07008721 <apn carrier="Sprint"
8722 mcc="310"
8723 mnc="120"
8724 apn="sprint"
8725 type="default,supl,mms,ims,cbs,dun"
8726 mmsc="http://mms.sprintpcs.com"
8727 mmsproxy="68.28.31.7"
8728 mmsport="80"
8729 bearer="12"
8730 />
Jake Hamby0e705452014-04-09 17:45:31 -07008731
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07008732 <!-- IS95A - CDMA -->
Jake Hamby0e705452014-04-09 17:45:31 -07008733 <apn carrier="Sprint"
8734 mcc="310"
8735 mnc="120"
8736 apn="sprint"
8737 type="default,supl,mms,ims,cbs"
8738 mmsc="http://mms.sprintpcs.com"
8739 mmsproxy="68.28.31.7"
8740 mmsport="80"
8741 bearer="4"
8742 />
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07008743 <apn carrier="Sprint"
8744 mcc="310"
8745 mnc="120"
8746 apn="sprint"
8747 type="default,supl,mms,ims,cbs,dun"
8748 mmsc="http://mms.sprintpcs.com"
8749 mmsproxy="68.28.31.7"
8750 mmsport="80"
8751 bearer="4"
8752 />
Jake Hamby0e705452014-04-09 17:45:31 -07008753
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07008754 <!-- IS95B - CDMA -->
Jake Hamby0e705452014-04-09 17:45:31 -07008755 <apn carrier="Sprint"
8756 mcc="310"
8757 mnc="120"
8758 apn="sprint"
8759 type="default,supl,mms,ims,cbs"
8760 mmsc="http://mms.sprintpcs.com"
8761 mmsproxy="68.28.31.7"
8762 mmsport="80"
8763 bearer="5"
8764 />
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -07008765 <apn carrier="Sprint"
8766 mcc="310"
8767 mnc="120"
8768 apn="sprint"
8769 type="default,supl,mms,ims,cbs,dun"
8770 mmsc="http://mms.sprintpcs.com"
8771 mmsproxy="68.28.31.7"
8772 mmsport="80"
8773 bearer="5"
8774 />
8775
Jake Hamby0e705452014-04-09 17:45:31 -07008776
Sungmin Choi4ad00a72013-09-15 15:37:37 -07008777 <!-- this APN will be deleted and replaced by a new ia APN by the HFA provisioning process.
8778 This is just a bootstrap APN to enable HFA -->
sy.yuncc0d98d2013-05-16 11:14:59 +09008779 <apn carrier="OTA"
8780 mcc="310"
8781 mnc="120"
8782 apn="otasn"
Sungmin Choi4ad00a72013-09-15 15:37:37 -07008783 type="fota,ia"
sy.yuncc0d98d2013-05-16 11:14:59 +09008784 user="null"
8785 password="null"
8786 />
8787
Jake Hamby0e705452014-04-09 17:45:31 -07008788 <!-- GPRS -->
8789 <apn carrier="SPCS Global"
8790 mcc="310"
8791 mnc="120"
8792 apn="cinet.spcs"
8793 mmsc="http://mms.sprintpcs.com"
8794 mmsproxy="68.28.31.7"
8795 mmsport="80"
8796 type="default,supl,mms"
8797 bearer="1"
8798 />
8799
8800 <!-- EDGE -->
8801 <apn carrier="SPCS Global"
8802 mcc="310"
8803 mnc="120"
8804 apn="cinet.spcs"
8805 mmsc="http://mms.sprintpcs.com"
8806 mmsproxy="68.28.31.7"
8807 mmsport="80"
8808 type="default,supl,mms"
8809 bearer="2"
8810 />
8811
8812 <!-- UMTS -->
8813 <apn carrier="SPCS Global"
8814 mcc="310"
8815 mnc="120"
8816 apn="cinet.spcs"
8817 mmsc="http://mms.sprintpcs.com"
8818 mmsproxy="68.28.31.7"
8819 mmsport="80"
8820 type="default,supl,mms"
8821 bearer="3"
8822 />
8823
8824 <!-- HSDPA -->
8825 <apn carrier="SPCS Global"
8826 mcc="310"
8827 mnc="120"
8828 apn="cinet.spcs"
8829 mmsc="http://mms.sprintpcs.com"
8830 mmsproxy="68.28.31.7"
8831 mmsport="80"
8832 type="default,supl,mms"
8833 bearer="9"
8834 />
8835
8836 <!-- HSUPA -->
8837 <apn carrier="SPCS Global"
8838 mcc="310"
8839 mnc="120"
8840 apn="cinet.spcs"
8841 mmsc="http://mms.sprintpcs.com"
8842 mmsproxy="68.28.31.7"
8843 mmsport="80"
8844 type="default,supl,mms"
8845 bearer="10"
8846 />
8847
8848 <!-- HSPA -->
8849 <apn carrier="SPCS Global"
8850 mcc="310"
8851 mnc="120"
8852 apn="cinet.spcs"
8853 mmsc="http://mms.sprintpcs.com"
8854 mmsproxy="68.28.31.7"
8855 mmsport="80"
8856 type="default,supl,mms"
8857 bearer="11"
8858 />
8859
8860 <!-- HSPAP -->
8861 <apn carrier="SPCS Global"
8862 mcc="310"
8863 mnc="120"
8864 apn="cinet.spcs"
8865 mmsc="http://mms.sprintpcs.com"
8866 mmsproxy="68.28.31.7"
8867 mmsport="80"
8868 type="default,supl,mms"
8869 bearer="15"
8870 />
8871
8872 <!-- GSM -->
8873 <apn carrier="SPCS Global"
8874 mcc="310"
8875 mnc="120"
8876 apn="cinet.spcs"
8877 mmsc="http://mms.sprintpcs.com"
8878 mmsproxy="68.28.31.7"
8879 mmsport="80"
8880 type="default,supl,mms"
8881 bearer="16"
8882 />
8883
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07008884 <apn carrier="My Multi Media"
8885 mcc="310"
8886 mnc="130"
8887 apn="mms.c1.ama"
8888 user="cell1mms"
8889 password="cell1"
8890 mmsc="http://mms.iot1.com/amarillo/mms.php"
8891 type="mms"
8892 />
8893
Yong Zhangadfeaa62014-08-29 14:54:02 -05008894 <apn carrier="carolinawest"
8895 mcc="310"
8896 mnc="130"
8897 apn="CdmaNai"
8898 mvno_type="spn"
8899 mvno_match_data="carolinawest"
8900 mmsc="http://mms.cwwmms.com/cww/mms.php"
8901 mmsproxy="204.117.091.161"
8902 mmsport="80"
8903 type="mms"
8904 carrier_enabled="false"
8905 protocol="IPV4V6"
8906 roaming_protocol="IPV4V6"
8907 bearer="6"
8908 />
8909
8910 <apn carrier="Carolina IMS"
8911 mcc="310"
8912 mnc="130"
8913 apn="VZWIMS"
8914 type="ims,ia"
8915 mvno_type="spn"
8916 mvno_match_data="carolinawest"
8917 protocol="IPV4V6"
8918 roaming_protocol="IPV4V6"
8919 bearer="13"
8920 />
8921
8922 <apn carrier="Carolina IMS"
8923 mcc="310"
8924 mnc="130"
8925 apn="VZWIMS"
8926 type="ims,ia"
8927 mvno_type="spn"
8928 mvno_match_data="carolinawest"
8929 protocol="IPV4V6"
8930 roaming_protocol="IPV4V6"
8931 bearer="14"
8932 />
8933
8934 <apn carrier="Carolina FOTA"
8935 mcc="310"
8936 mnc="130"
8937 apn="VZWADMIN"
8938 type="fota"
8939 mvno_type="spn"
8940 mvno_match_data="carolinawest"
8941 protocol="IPV4V6"
8942 roaming_protocol="IPV4V6"
8943 bearer="13"
8944 />
8945
8946 <apn carrier="Carolina FOTA"
8947 mcc="310"
8948 mnc="130"
8949 apn="VZWADMIN"
8950 type="fota"
8951 mvno_type="spn"
8952 mvno_match_data="carolinawest"
8953 protocol="IPV4V6"
8954 roaming_protocol="IPV4V6"
8955 bearer="14"
8956 />
8957
8958 <apn carrier="Carolina west"
8959 mcc="310"
8960 mnc="130"
8961 apn="VZWINTERNET"
8962 mmsc="http://mms.cwwmms.com/cww/mms.php"
8963 mmsproxy="204.117.091.161"
8964 mmsport="80"
8965 mvno_type="spn"
8966 mvno_match_data="carolinawest"
8967 type="default,mms,dun,supl"
8968 protocol="IPV4V6"
8969 roaming_protocol="IPV4V6"
8970 bearer="13"
8971 />
8972
8973 <apn carrier="Carolina west"
8974 mcc="310"
8975 mnc="130"
8976 apn="VZWINTERNET"
8977 mmsc="http://mms.cwwmms.com/cww/mms.php"
8978 mmsproxy="204.117.091.161"
8979 mmsport="80"
8980 mvno_type="spn"
8981 mvno_match_data="carolinawest"
8982 type="default,mms,dun,supl"
8983 protocol="IPV4V6"
8984 roaming_protocol="IPV4V6"
8985 bearer="14"
8986 />
8987
Jing Zhao8d1b97b2014-07-17 17:38:34 -05008988 <apn carrier="internet"
8989 mcc="310"
8990 mnc="150"
8991 apn="ndo"
8992 user=""
8993 password=""
8994 proxy=""
8995 port=""
8996 mmsc="http://mmsc.aiowireless.net"
8997 mmsproxy="proxy.aiowireless.net"
8998 mmsport="80"
8999 type="default,mms,fota,hipri,supl"
9000 />
9001
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009002 <apn carrier="T-Mobile US 160"
9003 mcc="310"
9004 mnc="160"
Sungmin Choif0949862013-09-12 00:02:12 -07009005 apn=""
9006 type="ia"
9007 protocol="IPV6"
9008 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009009 mtu="1440"
Sungmin Choif0949862013-09-12 00:02:12 -07009010 />
9011
9012 <apn carrier="T-Mobile US 160"
9013 mcc="310"
9014 mnc="160"
sy.yuncc0d98d2013-05-16 11:14:59 +09009015 apn="fast.t-mobile.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009016 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
9017 type="default,supl,mms"
Lorenzo Colitti0bcd8402013-05-30 13:27:15 +09009018 protocol="IPV6"
9019 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009020 mtu="1440"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009021 />
9022
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009023 <apn carrier="T-Mobile US 160 DUN"
9024 mcc="310"
9025 mnc="160"
9026 apn="pcweb.tmobile.com"
9027 user="none"
9028 server="*"
9029 password="none"
9030 protocol="IP"
9031 type="dun"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009032 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009033 />
9034
sy.yuncc0d98d2013-05-16 11:14:59 +09009035 <apn carrier="MetroPCS 160"
9036 mcc="310"
9037 mnc="160"
9038 apn="fast.metropcs.com"
9039 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
9040 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009041 protocol="IPV6"
9042 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +09009043 mvno_match_data="6D"
9044 mvno_type="gid"
9045 />
9046
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009047 <apn carrier="DataConnect"
9048 mcc="310"
9049 mnc="170"
9050 apn="isp.cingular"
9051 type="default,supl"
9052 />
9053
9054 <apn carrier="Cingular MMS"
9055 mcc="310"
9056 mnc="170"
9057 apn="wap.cingular"
9058 user="WAP@CINGULARGPRS.COM"
9059 password="CINGULAR1"
9060 mmsc="http://mmsc.cingular.com"
9061 mmsproxy="66.209.11.32"
9062 mmsport="8080"
9063 type="mms"
9064 />
9065
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009066 <apn carrier="WCW-INTERNET"
9067 mcc="310"
9068 mnc="180"
9069 apn="internet.wcc.net"
9070 user="13257630000"
9071 password="mmsc"
9072 type="default"
9073 />
9074
9075 <apn carrier="WCW-MMS"
9076 mcc="310"
9077 mnc="180"
9078 apn="mms.wcc.net"
9079 user="13257630000"
9080 password="mmsc"
9081 authtype="3"
9082 mmsc="http://mms.wcc.net"
9083 mmsproxy="209.55.70.246"
9084 mmsport="80"
9085 type="mms"
9086 />
9087
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009088 <apn carrier="T-Mobile US 200"
9089 mcc="310"
9090 mnc="200"
Sungmin Choif0949862013-09-12 00:02:12 -07009091 apn=""
9092 type="ia"
9093 protocol="IPV6"
9094 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009095 mtu="1440"
Sungmin Choif0949862013-09-12 00:02:12 -07009096 />
9097
9098 <apn carrier="T-Mobile US 200"
9099 mcc="310"
9100 mnc="200"
sy.yuncc0d98d2013-05-16 11:14:59 +09009101 apn="fast.t-mobile.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009102 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
9103 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009104 protocol="IPV6"
9105 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009106 mtu="1440"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009107 />
9108
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009109 <apn carrier="T-Mobile US 200 DUN"
9110 mcc="310"
9111 mnc="200"
9112 apn="pcweb.tmobile.com"
9113 user="none"
9114 server="*"
9115 password="none"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009116 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009117 protocol="IP"
9118 type="dun"
9119 />
9120
sy.yuncc0d98d2013-05-16 11:14:59 +09009121 <apn carrier="MetroPCS 200"
9122 mcc="310"
9123 mnc="200"
9124 apn="fast.metropcs.com"
9125 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
9126 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009127 protocol="IPV6"
9128 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +09009129 mvno_match_data="6D"
9130 mvno_type="gid"
9131 />
9132
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009133 <apn carrier="T-Mobile US 210"
9134 mcc="310"
9135 mnc="210"
Sungmin Choif0949862013-09-12 00:02:12 -07009136 apn=""
9137 type="ia"
9138 protocol="IPV6"
9139 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009140 mtu="1440"
Sungmin Choif0949862013-09-12 00:02:12 -07009141 />
9142
9143 <apn carrier="T-Mobile US 210"
9144 mcc="310"
9145 mnc="210"
sy.yuncc0d98d2013-05-16 11:14:59 +09009146 apn="fast.t-mobile.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009147 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
9148 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009149 protocol="IPV6"
9150 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009151 mtu="1440"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009152 />
9153
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009154 <apn carrier="T-Mobile US 210 DUN"
9155 mcc="310"
9156 mnc="210"
9157 apn="pcweb.tmobile.com"
9158 user="none"
9159 server="*"
9160 password="none"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009161 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009162 protocol="IP"
9163 type="dun"
9164 />
9165
sy.yuncc0d98d2013-05-16 11:14:59 +09009166 <apn carrier="MetroPCS 210"
9167 mcc="310"
9168 mnc="210"
9169 apn="fast.metropcs.com"
9170 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
9171 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009172 protocol="IPV6"
9173 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +09009174 mvno_match_data="6D"
9175 mvno_type="gid"
9176 />
9177
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009178 <apn carrier="T-Mobile US 220"
9179 mcc="310"
9180 mnc="220"
Sungmin Choif0949862013-09-12 00:02:12 -07009181 apn=""
9182 type="ia"
9183 protocol="IPV6"
9184 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009185 mtu="1440"
Sungmin Choif0949862013-09-12 00:02:12 -07009186 />
9187
9188 <apn carrier="T-Mobile US 220"
9189 mcc="310"
9190 mnc="220"
sy.yuncc0d98d2013-05-16 11:14:59 +09009191 apn="fast.t-mobile.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009192 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
9193 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009194 protocol="IPV6"
9195 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009196 mtu="1440"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009197 />
9198
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009199 <apn carrier="T-Mobile US 220 DUN"
9200 mcc="310"
9201 mnc="220"
9202 apn="pcweb.tmobile.com"
9203 user="none"
9204 server="*"
9205 password="none"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009206 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009207 protocol="IP"
9208 type="dun"
9209 />
9210
sy.yuncc0d98d2013-05-16 11:14:59 +09009211 <apn carrier="MetroPCS 220"
9212 mcc="310"
9213 mnc="220"
9214 apn="fast.metropcs.com"
9215 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
9216 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009217 protocol="IPV6"
9218 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +09009219 mvno_match_data="6D"
9220 mvno_type="gid"
9221 />
9222
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009223 <apn carrier="T-Mobile US 230"
9224 mcc="310"
9225 mnc="230"
Sungmin Choif0949862013-09-12 00:02:12 -07009226 apn=""
9227 type="ia"
9228 protocol="IPV6"
9229 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009230 mtu="1440"
Sungmin Choif0949862013-09-12 00:02:12 -07009231 />
9232
9233 <apn carrier="T-Mobile US 230"
9234 mcc="310"
9235 mnc="230"
sy.yuncc0d98d2013-05-16 11:14:59 +09009236 apn="fast.t-mobile.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009237 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
9238 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009239 protocol="IPV6"
9240 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009241 mtu="1440"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009242 />
9243
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009244 <apn carrier="T-Mobile US 230 DUN"
9245 mcc="310"
9246 mnc="230"
9247 apn="pcweb.tmobile.com"
9248 user="none"
9249 server="*"
9250 password="none"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009251 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009252 protocol="IP"
9253 type="dun"
9254 />
9255
sy.yuncc0d98d2013-05-16 11:14:59 +09009256 <apn carrier="MetroPCS 230"
9257 mcc="310"
9258 mnc="230"
9259 apn="fast.metropcs.com"
9260 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
9261 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009262 protocol="IPV6"
9263 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +09009264 mvno_match_data="6D"
9265 mvno_type="gid"
9266 />
9267
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009268 <apn carrier="T-Mobile US 240"
9269 mcc="310"
9270 mnc="240"
Sungmin Choif0949862013-09-12 00:02:12 -07009271 apn=""
9272 type="ia"
9273 protocol="IPV6"
9274 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009275 mtu="1440"
Sungmin Choif0949862013-09-12 00:02:12 -07009276 />
9277
9278 <apn carrier="T-Mobile US 240"
9279 mcc="310"
9280 mnc="240"
sy.yuncc0d98d2013-05-16 11:14:59 +09009281 apn="fast.t-mobile.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009282 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
9283 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009284 protocol="IPV6"
9285 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009286 mtu="1440"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009287 />
9288
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009289 <apn carrier="T-Mobile US 240 DUN"
9290 mcc="310"
9291 mnc="240"
9292 apn="pcweb.tmobile.com"
9293 user="none"
9294 server="*"
9295 password="none"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009296 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009297 protocol="IP"
9298 type="dun"
9299 />
9300
sy.yuncc0d98d2013-05-16 11:14:59 +09009301 <apn carrier="MetroPCS 240"
9302 mcc="310"
9303 mnc="240"
9304 apn="fast.metropcs.com"
9305 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
9306 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009307 protocol="IPV6"
9308 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +09009309 mvno_match_data="6D"
9310 mvno_type="gid"
9311 />
9312
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009313 <apn carrier="T-Mobile US 250"
9314 mcc="310"
9315 mnc="250"
Sungmin Choif0949862013-09-12 00:02:12 -07009316 apn=""
9317 type="ia"
9318 protocol="IPV6"
9319 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009320 mtu="1440"
Sungmin Choif0949862013-09-12 00:02:12 -07009321 />
9322
9323 <apn carrier="T-Mobile US 250"
9324 mcc="310"
9325 mnc="250"
sy.yuncc0d98d2013-05-16 11:14:59 +09009326 apn="fast.t-mobile.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009327 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
9328 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009329 protocol="IPV6"
9330 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009331 mtu="1440"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009332 />
9333
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009334 <apn carrier="T-Mobile US 250 DUN"
9335 mcc="310"
9336 mnc="250"
9337 apn="pcweb.tmobile.com"
9338 user="none"
9339 server="*"
9340 password="none"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009341 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009342 protocol="IP"
9343 type="dun"
9344 />
9345
sy.yuncc0d98d2013-05-16 11:14:59 +09009346 <apn carrier="MetroPCS 250"
9347 mcc="310"
9348 mnc="250"
9349 apn="fast.metropcs.com"
9350 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
9351 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009352 protocol="IPV6"
9353 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +09009354 mvno_match_data="6D"
9355 mvno_type="gid"
9356 />
9357
9358 <apn carrier="T-Mobile GPRS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009359 mcc="310"
9360 mnc="260"
sy.yun5f7abb22013-07-30 10:31:54 +09009361 apn=""
9362 type="ia"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009363 protocol="IPV6"
9364 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009365 mtu="1440"
sy.yun5f7abb22013-07-30 10:31:54 +09009366 />
9367
9368 <apn carrier="T-Mobile GPRS"
9369 mcc="310"
9370 mnc="260"
sy.yuncc0d98d2013-05-16 11:14:59 +09009371 apn="fast.t-mobile.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009372 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
9373 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009374 protocol="IPV6"
9375 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009376 mtu="1440"
sy.yuncc0d98d2013-05-16 11:14:59 +09009377 />
9378
9379 <apn carrier="MetroPCS"
9380 mcc="310"
9381 mnc="260"
9382 apn="fast.metropcs.com"
sy.yuncc0d98d2013-05-16 11:14:59 +09009383 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009384 type="default,supl,mms"
9385 protocol="IPV6"
9386 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +09009387 mvno_match_data="6D"
9388 mvno_type="gid"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009389 />
9390
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009391 <apn carrier="SIMPLE"
9392 mcc="310"
9393 mnc="260"
9394 apn="simple"
9395 type="default,mms,supl,hipri,fota"
9396 protocol="IP"
9397 roaming_protocol="IP"
9398 mmsc="http://smpl.mms.msg.eng.t-mobile.com/mms/wapenc"
9399 mvno_type="gid"
9400 mvno_match_data="534D"
9401 />
9402
9403 <apn carrier="TFWAP"
9404 mcc="310"
9405 mnc="260"
9406 apn="wap.tracfone"
9407 type="default,mms,supl,hipri,fota"
9408 protocol="IP"
9409 roaming_protocol="IP"
9410 mmsc="http://mms.tracfone.com"
9411 mvno_type="gid"
9412 mvno_match_data="deff"
9413 />
9414
9415 <apn carrier="TFWAP"
9416 mcc="310"
9417 mnc="260"
9418 apn="wap.tracfone"
9419 type="default,mms,supl,hipri,fota"
9420 protocol="IP"
9421 roaming_protocol="IP"
9422 mmsc="http://mms.tracfone.com"
9423 mvno_type="gid"
9424 mvno_match_data="ddff"
9425 />
9426
9427 <apn carrier="Consumer Cellular"
9428 mcc="310"
9429 mnc="260"
9430 apn="wholesale"
9431 user=""
9432 password=""
9433 proxy=""
9434 port=""
9435 mmsc="http://wholesale.mmsmvno.com/mms/wapenc"
9436 mmsproxy=""
9437 mmsport="80"
9438 type="default,mms,supl,hipri"
9439 mvno_type="gid"
9440 mvno_match_data="2AC9"
9441 />
9442
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009443 <apn carrier="T-Mobile US 270"
9444 mcc="310"
9445 mnc="270"
Sungmin Choif0949862013-09-12 00:02:12 -07009446 apn=""
9447 type="ia"
9448 protocol="IPV6"
9449 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009450 mtu="1440"
Sungmin Choif0949862013-09-12 00:02:12 -07009451 />
9452
9453 <apn carrier="T-Mobile US 270"
9454 mcc="310"
9455 mnc="270"
sy.yuncc0d98d2013-05-16 11:14:59 +09009456 apn="fast.t-mobile.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009457 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
9458 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009459 protocol="IPV6"
9460 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009461 mtu="1440"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009462 />
9463
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009464 <apn carrier="T-Mobile US 270 DUN"
9465 mcc="310"
9466 mnc="270"
9467 apn="pcweb.tmobile.com"
9468 user="none"
9469 server="*"
9470 password="none"
9471 protocol="IP"
9472 type="dun"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009473 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009474 />
9475
sy.yuncc0d98d2013-05-16 11:14:59 +09009476 <apn carrier="MetroPCS 270"
9477 mcc="310"
9478 mnc="270"
9479 apn="fast.metropcs.com"
9480 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
9481 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009482 protocol="IPV6"
9483 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +09009484 mvno_match_data="6D"
9485 mvno_type="gid"
9486 />
9487
9488 <apn carrier="T-Mobile US 300"
9489 mcc="310"
9490 mnc="300"
9491 apn="fast.t-mobile.com"
9492 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
9493 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009494 protocol="IPV6"
9495 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009496 mtu="1440"
sy.yuncc0d98d2013-05-16 11:14:59 +09009497 />
9498
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009499 <apn carrier="T-Mobile US 300 DUN"
9500 mcc="310"
9501 mnc="300"
9502 apn="pcweb.tmobile.com"
9503 user="none"
9504 server="*"
9505 password="none"
9506 protocol="IP"
9507 type="dun"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009508 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009509 />
9510
sy.yuncc0d98d2013-05-16 11:14:59 +09009511 <apn carrier="MetroPCS 300"
9512 mcc="310"
9513 mnc="300"
9514 apn="fast.metropcs.com"
9515 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
9516 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009517 protocol="IPV6"
9518 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +09009519 mvno_match_data="6D"
9520 mvno_type="gid"
9521 />
9522
Ed Guy8747f002014-05-30 12:16:52 -04009523 <apn carrier="Truphone"
9524 mcc="310"
9525 mnc="30"
9526 apn="truphone.com"
9527 type="default,supl"
9528 />
9529
9530
9531 <apn carrier="Truphone"
9532 mcc="310"
9533 mnc="300"
9534 apn="truphone.com"
9535 type="default,supl"
9536 />
9537
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009538 <apn carrier="T-Mobile US 310"
9539 mcc="310"
9540 mnc="310"
Sungmin Choif0949862013-09-12 00:02:12 -07009541 apn=""
9542 type="ia"
9543 protocol="IPV6"
9544 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009545 mtu="1440"
Sungmin Choif0949862013-09-12 00:02:12 -07009546 />
9547
9548 <apn carrier="T-Mobile US 310"
9549 mcc="310"
9550 mnc="310"
sy.yuncc0d98d2013-05-16 11:14:59 +09009551 apn="fast.t-mobile.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009552 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
9553 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009554 protocol="IPV6"
9555 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009556 mtu="1440"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009557 />
9558
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009559 <apn carrier="T-Mobile US 310 DUN"
9560 mcc="310"
9561 mnc="310"
9562 apn="pcweb.tmobile.com"
9563 user="none"
9564 server="*"
9565 password="none"
9566 protocol="IP"
9567 type="dun"
Rick Zhang1bfbe522014-08-28 11:13:19 -07009568 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009569 />
9570
sy.yuncc0d98d2013-05-16 11:14:59 +09009571 <apn carrier="MetroPCS 310"
9572 mcc="310"
9573 mnc="310"
9574 apn="fast.metropcs.com"
9575 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
9576 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +09009577 protocol="IPV6"
9578 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +09009579 mvno_match_data="6D"
9580 mvno_type="gid"
9581 />
9582
Jing Zhao8d1b97b2014-07-17 17:38:34 -05009583 <apn carrier="Cellular One NEAZ ISP"
9584 mcc="310"
9585 mnc="320"
9586 apn="isp.cellularoneaz.net"
9587 type="default,supl"
9588 />
9589
9590 <apn carrier="Cellular One ClearSky MMS"
9591 mcc="310"
9592 mnc="320"
9593 apn="wap.c1csky.net"
9594 mmsc="http://mmsc.c1neaz.csky.us:6672"
9595 mmsproxy="209.4.229.94"
9596 mmsport="9401"
9597 type="mms"
9598 />
9599
Yong Zhangadfeaa62014-08-29 14:54:02 -05009600 <apn carrier="alltel2"
9601 mcc="310"
9602 mnc="330"
9603 apn="CdmaNai"
9604 mvno_type="spn"
9605 mvno_match_data="alltel2"
9606 mmsc="http://mms.alltel.com/servlets/mms"
9607 mmsproxy="mms.alltel.com"
9608 mmsport="8080"
9609 type="mms"
9610 carrier_enabled="false"
9611 protocol="IPV4V6"
9612 roaming_protocol="IPV4V6"
9613 bearer="6"
9614 />
9615
9616 <apn carrier="Alltel2 IMS"
9617 mcc="310"
9618 mnc="330"
9619 apn="VZWIMS"
9620 type="ims,ia"
9621 mvno_type="spn"
9622 mvno_match_data="alltel2"
9623 protocol="IPV4V6"
9624 roaming_protocol="IPV4V6"
9625 bearer="13"
9626 />
9627
9628 <apn carrier="Alltel2 IMS"
9629 mcc="310"
9630 mnc="330"
9631 apn="VZWIMS"
9632 type="ims,ia"
9633 mvno_type="spn"
9634 mvno_match_data="alltel2"
9635 protocol="IPV4V6"
9636 roaming_protocol="IPV4V6"
9637 bearer="14"
9638 />
9639
9640 <apn carrier="Alltel2 FOTA"
9641 mcc="310"
9642 mnc="330"
9643 apn="VZWADMIN"
9644 type="fota"
9645 mvno_type="spn"
9646 mvno_match_data="alltel2"
9647 protocol="IPV4V6"
9648 roaming_protocol="IPV4V6"
9649 bearer="13"
9650 />
9651
9652 <apn carrier="Alltel2 FOTA"
9653 mcc="310"
9654 mnc="330"
9655 apn="VZWADMIN"
9656 type="fota"
9657 mvno_type="spn"
9658 mvno_match_data="alltel2"
9659 protocol="IPV4V6"
9660 roaming_protocol="IPV4V6"
9661 bearer="14"
9662 />
9663
9664 <apn carrier="Alltel2"
9665 mcc="310"
9666 mnc="330"
9667 apn="VZWINTERNET"
9668 mmsc="http://mms.alltel.com/servlets/mms"
9669 mmsproxy="mms.alltel.com"
9670 mmsport="8080"
9671 mvno_type="spn"
9672 mvno_match_data="alltel2"
9673 type="default,mms,dun,supl"
9674 protocol="IPV4V6"
9675 roaming_protocol="IPV4V6"
9676 bearer="13"
9677 />
9678
9679 <apn carrier="Alltel2"
9680 mcc="310"
9681 mnc="330"
9682 apn="VZWINTERNET"
9683 mmsc="http://mms.alltel.com/servlets/mms"
9684 mmsproxy="mms.alltel.com"
9685 mmsport="8080"
9686 mvno_type="spn"
9687 mvno_match_data="alltel2"
9688 type="default,mms,dun,supl"
9689 protocol="IPV4V6"
9690 roaming_protocol="IPV4V6"
9691 bearer="14"
9692 />
9693
9694 <apn carrier="pioneer"
9695 mcc="310"
9696 mnc="360"
9697 apn="CdmaNai"
9698 mvno_type="spn"
9699 mvno_match_data="pioneer"
9700 mmsc="http://mms1.zsend.com"
9701 mmsproxy=""
9702 mmsport=""
9703 type="mms"
9704 carrier_enabled="false"
9705 protocol="IPV4V6"
9706 roaming_protocol="IPV4V6"
9707 bearer="6"
9708 />
9709
9710 <apn carrier="Pioneer IMS"
9711 mcc="310"
9712 mnc="360"
9713 apn="VZWIMS"
9714 type="ims,ia"
9715 mvno_type="spn"
9716 mvno_match_data="pioneer"
9717 protocol="IPV4V6"
9718 roaming_protocol="IPV4V6"
9719 bearer="13"
9720 />
9721
9722 <apn carrier="Pioneer IMS"
9723 mcc="310"
9724 mnc="360"
9725 apn="VZWIMS"
9726 type="ims,ia"
9727 mvno_type="spn"
9728 mvno_match_data="pioneer"
9729 protocol="IPV4V6"
9730 roaming_protocol="IPV4V6"
9731 bearer="14"
9732 />
9733
9734 <apn carrier="Pioneer FOTA"
9735 mcc="310"
9736 mnc="360"
9737 apn="VZWADMIN"
9738 type="fota"
9739 mvno_type="spn"
9740 mvno_match_data="pioneer"
9741 protocol="IPV4V6"
9742 roaming_protocol="IPV4V6"
9743 bearer="13"
9744 />
9745
9746 <apn carrier="Pioneer FOTA"
9747 mcc="310"
9748 mnc="360"
9749 apn="VZWADMIN"
9750 type="fota"
9751 mvno_type="spn"
9752 mvno_match_data="pioneer"
9753 protocol="IPV4V6"
9754 roaming_protocol="IPV4V6"
9755 bearer="14"
9756 />
9757
9758 <apn carrier="Pioneer"
9759 mcc="310"
9760 mnc="360"
9761 apn="VZWINTERNET"
9762 mmsc="http://mms1.zsend.com"
9763 mmsproxy=""
9764 mmsport=""
9765 mvno_type="spn"
9766 mvno_match_data="pioneer"
9767 type="default,mms,dun,supl"
9768 protocol="IPV4V6"
9769 roaming_protocol="IPV4V6"
9770 bearer="13"
9771 />
9772
9773 <apn carrier="Pioneer"
9774 mcc="310"
9775 mnc="360"
9776 apn="VZWINTERNET"
9777 mmsc="http://mms1.zsend.com"
9778 mmsproxy=""
9779 mmsport=""
9780 mvno_type="spn"
9781 mvno_match_data="pioneer"
9782 type="default,mms,dun,supl"
9783 protocol="IPV4V6"
9784 roaming_protocol="IPV4V6"
9785 bearer="14"
9786 />
9787
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009788 <apn carrier="Cingular 380 ATT"
9789 mcc="310"
9790 mnc="380"
9791 apn="proxy"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009792 mmsc="http://mmsc.cingular.com/"
9793 mmsproxy="wireless.cingular.com"
9794 type="default,supl,mms"
9795 />
9796
9797 <apn carrier="AWS MMS"
9798 mcc="310"
9799 mnc="380"
9800 apn="proxy"
9801 mmsc="http://mmsc.mymmode.com"
9802 mmsproxy="10.250.250.55"
9803 mmsport="8080"
9804 type="mms"
9805 />
9806
9807 <apn carrier="Celloneet MMS"
9808 mcc="310"
9809 mnc="390"
9810 apn="mms.celloneet.com"
9811 user="user1@mms.celloneet.com"
9812 password="celloneet"
9813 mmsc="http://mms.celloneet.com/servlets/mms"
9814 mmsproxy="63.99.231.135"
9815 mmsport="8080"
9816 type="mms"
9817 />
9818
Vineeta Srivastavad09f9852014-10-08 11:29:25 -07009819 <apn carrier="ATT Nextgenphone"
jinho1227.lee41d67aa2013-03-04 17:17:53 +09009820 mcc="310"
9821 mnc="410"
Jing Zhaofcecb7c2014-05-20 18:38:17 -05009822 apn="nxtgenphone"
9823 type="default,mms,supl,fota,hipri"
jinho1227.lee41d67aa2013-03-04 17:17:53 +09009824 mmsc="http://mmsc.mobile.att.net"
9825 mmsproxy="proxy.mobile.att.net"
sy.yuncc0d98d2013-05-16 11:14:59 +09009826 mmsport="80"
Wink Saville3bd2d272013-04-30 15:48:53 -07009827 />
9828
9829 <apn carrier="ATT WAP"
9830 mcc="310"
9831 mnc="410"
9832 apn="wap.cingular"
9833 proxy="wireless.cingular.com"
9834 port="80"
9835 server="cingulargprs.com"
9836 mmsc="http://mmsc.cingular.com/"
9837 mmsproxy="wireless.cingular.com"
9838 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009839 />
9840
Yong Zhangadfeaa62014-08-29 14:54:02 -05009841 <apn carrier="Defense Mobile"
9842 mcc="310"
9843 mnc="410"
9844 apn="PRODATA"
9845 mmsc="http://mmsc.mobile.att.net"
9846 mmsproxy="proxy.mobile.att.net"
9847 mmsport="80"
9848 type="default,mms,supl"
9849 protocol="IP"
9850 mtusize="1410"
9851 mvno_type="gid"
9852 mvno_match_data="60FF"
9853 />
9854
Amit Mahajan1b6f4f42014-10-07 12:37:54 -07009855 <apn carrier="TFDATA"
9856 mcc="310"
9857 mnc="410"
9858 apn="tfdata"
9859 type="default,mms,supl,hipri,fota"
9860 protocol="IP"
9861 roaming_protocol="IP"
9862 mmsc="http://mms-tf.net"
9863 mmsproxy="mms3.tracfone.com"
9864 mmsport="80"
9865 mvno_type="gid"
9866 mvno_match_data="deff"
9867 />
9868
9869 <apn carrier="TFDATA"
9870 mcc="310"
9871 mnc="410"
9872 apn="tfdata"
9873 type="default,mms,supl,hipri,fota"
9874 protocol="IP"
9875 roaming_protocol="IP"
9876 mmsc="http://mms-tf.net"
9877 mmsproxy="mms3.tracfone.com"
9878 mmsport="80"
9879 mvno_type="gid"
9880 mvno_match_data="ddff"
9881 />
9882
jewon.leec331ea12012-12-14 10:07:51 +09009883 <apn carrier="CBW Data"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009884 mcc="310"
9885 mnc="420"
9886 apn="wap.gocbw.com"
9887 mmsc="http://mms.gocbw.com:8088/mms"
9888 mmsproxy="216.68.79.202"
9889 mmsport="80"
jewon.leec331ea12012-12-14 10:07:51 +09009890 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -07009891 />
9892
Yong Zhangadfeaa62014-08-29 14:54:02 -05009893 <apn carrier="gci"
9894 mcc="310"
9895 mnc="430"
9896 apn="CdmaNai"
9897 mvno_type="spn"
9898 mvno_match_data="gci"
9899 mmsc="http://mmsc.akdt.dataonair.net:6672/"
9900 mmsproxy=""
9901 mmsport=""
9902 type="mms"
9903 carrier_enabled="false"
9904 protocol="IPV4V6"
9905 roaming_protocol="IPV4V6"
9906 bearer="6"
9907 />
9908
9909 <apn carrier="Gci IMS"
9910 mcc="310"
9911 mnc="430"
9912 apn="VZWIMS"
9913 type="ims,ia"
9914 mvno_type="spn"
9915 mvno_match_data="gci"
9916 protocol="IPV4V6"
9917 roaming_protocol="IPV4V6"
9918 bearer="13"
9919 />
9920
9921 <apn carrier="Gci IMS"
9922 mcc="310"
9923 mnc="430"
9924 apn="VZWIMS"
9925 type="ims,ia"
9926 mvno_type="spn"
9927 mvno_match_data="gci"
9928 protocol="IPV4V6"
9929 roaming_protocol="IPV4V6"
9930 bearer="14"
9931 />
9932
9933 <apn carrier="Gci FOTA"
9934 mcc="310"
9935 mnc="430"
9936 apn="VZWADMIN"
9937 type="fota"
9938 mvno_type="spn"
9939 mvno_match_data="gci"
9940 protocol="IPV4V6"
9941 roaming_protocol="IPV4V6"
9942 bearer="13"
9943 />
9944
9945 <apn carrier="Gci FOTA"
9946 mcc="310"
9947 mnc="430"
9948 apn="VZWADMIN"
9949 type="fota"
9950 mvno_type="spn"
9951 mvno_match_data="gci"
9952 protocol="IPV4V6"
9953 roaming_protocol="IPV4V6"
9954 bearer="14"
9955 />
9956
9957 <apn carrier="Gci"
9958 mcc="310"
9959 mnc="430"
9960 apn="VZWINTERNET"
9961 mmsc="http://mmsc.akdt.dataonair.net:6672/"
9962 mmsproxy=""
9963 mmsport=""
9964 mvno_type="spn"
9965 mvno_match_data="gci"
9966 type="default,mms,dun,supl"
9967 protocol="IPV4V6"
9968 roaming_protocol="IPV4V6"
9969 bearer="13"
9970 />
9971
9972 <apn carrier="Gci"
9973 mcc="310"
9974 mnc="430"
9975 apn="VZWINTERNET"
9976 mmsc="http://mmsc.akdt.dataonair.net:6672/"
9977 mmsproxy=""
9978 mmsport=""
9979 mvno_type="spn"
9980 mvno_match_data="gci"
9981 type="default,mms,dun,supl"
9982 protocol="IPV4V6"
9983 roaming_protocol="IPV4V6"
9984 bearer="14"
9985 />
9986
sy.yunc162f2c2013-11-08 08:08:37 +09009987 <apn carrier="Viaero Connect"
sy.yun639b1fa2013-07-19 14:00:11 +09009988 mcc="310"
9989 mnc="450"
9990 apn="internet.vedge.com"
9991 type="default,supl"
9992 />
9993
9994 <apn carrier="Viaero MMS"
9995 mcc="310"
9996 mnc="450"
9997 apn="mms"
9998 mmsc="http://mms.viaero.com"
9999 mmsproxy="10.168.3.23"
10000 mmsport="9401"
10001 type="mms"
10002 />
10003
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010004 <apn carrier="DataConnect"
10005 mcc="310"
10006 mnc="470"
10007 apn="isp.cingular"
10008 type="default,supl"
10009 />
10010
10011 <apn carrier="MediaNet"
10012 mcc="310"
10013 mnc="470"
10014 apn="wap.cingular"
10015 user="WAP@CINGULARGPRS.COM"
10016 password="CINGULAR1"
10017 mmsc="http://mmsc.cingular.com"
10018 mmsproxy="66.209.11.32"
10019 mmsport="8080"
10020 type="default,supl,mms"
10021 />
10022
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010023 <apn carrier="nTelos Ota"
10024 mcc="310"
10025 mnc="470"
10026 apn="admin.4g.ntelos.com"
10027 type="admin,fota,ota"
10028 bearer="13"
10029 mmsc="http://mms.ntelospcs.net"
10030 server="*"
10031 protocol="IPV4V6"
10032 />
10033
10034 <apn carrier="nTelos Ota"
10035 mcc="310"
10036 mnc="470"
10037 apn="admin.4g.ntelos.com"
10038 type="admin,fota,ota"
10039 bearer="14"
10040 mmsc="http://mms.ntelospcs.net"
10041 server="*"
10042 protocol="IPV4V6"
10043 />
10044
10045 <apn carrier="nTelos Wireless"
10046 mcc="310"
10047 mnc="470"
10048 apn="internet.4g.ntelos.com"
10049 type="default,internet,supl,hipri,mms"
10050 mmsc="http://mms.ntelospcs.net"
10051 server="*"
10052 protocol="IPV4V6"
10053 />
10054
10055 <apn carrier="nTelos Tether"
10056 mcc="310"
10057 mnc="470"
10058 apn="tethering.4g.ntelos.com"
10059 type="dun,pam"
10060 bearer="13"
10061 mmsc="http://mms.ntelospcs.net"
10062 server="*"
10063 protocol="IPV4V6"
10064 />
10065
10066 <apn carrier="nTelos Tether"
10067 mcc="310"
10068 mnc="470"
10069 apn="tethering.4g.ntelos.com"
10070 type="dun,pam"
10071 bearer="14"
10072 mmsc="http://mms.ntelospcs.net"
10073 server="*"
10074 protocol="IPV4V6"
10075 />
10076
Yong Zhangadfeaa62014-08-29 14:54:02 -050010077 <apn carrier="nTelos Wireless"
10078 mcc="310"
10079 mnc="470"
10080 apn="CdmaNai"
10081 mvno_type="spn"
10082 mvno_match_data="ntelos"
10083 mmsc="http://mms.ntelospcs.net/"
10084 mmsproxy=""
10085 mmsport=""
10086 type="mms"
10087 carrier_enabled="false"
10088 protocol="IPV4V6"
10089 roaming_protocol="IPV4V6"
10090 bearer="6"
10091 />
10092
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010093 <apn carrier="DataConnect"
10094 mcc="310"
10095 mnc="480"
10096 apn="isp.cingular"
10097 type="default,supl"
10098 />
10099
10100 <apn carrier="MediaNet"
10101 mcc="310"
10102 mnc="480"
10103 apn="wap.cingular"
10104 user="WAP@CINGULARGPRS.COM"
10105 password="CINGULAR1"
10106 mmsc="http://mmsc.cingular.com"
10107 mmsproxy="66.209.11.32"
10108 mmsport="8080"
10109 type="default,supl,mms"
10110 />
10111
10112 <apn carrier="T-Mobile US 490"
10113 mcc="310"
10114 mnc="490"
Sungmin Choif0949862013-09-12 00:02:12 -070010115 apn=""
10116 type="ia"
10117 protocol="IPV6"
10118 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010119 mtu="1440"
Sungmin Choif0949862013-09-12 00:02:12 -070010120 />
10121
10122 <apn carrier="T-Mobile US 490"
10123 mcc="310"
10124 mnc="490"
sy.yuncc0d98d2013-05-16 11:14:59 +090010125 apn="fast.t-mobile.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010126 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
10127 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +090010128 protocol="IPV6"
10129 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010130 mtu="1440"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010131 />
10132
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010133 <apn carrier="T-Mobile US 490 DUN"
10134 mcc="310"
10135 mnc="490"
10136 apn="pcweb.tmobile.com"
10137 user="none"
10138 server="*"
10139 password="none"
10140 protocol="IP"
10141 type="dun"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010142 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010143 />
10144
sy.yuncc0d98d2013-05-16 11:14:59 +090010145 <apn carrier="MetroPCS 490"
10146 mcc="310"
10147 mnc="490"
10148 apn="fast.metropcs.com"
10149 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
10150 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +090010151 protocol="IPV6"
10152 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +090010153 mvno_match_data="6D"
10154 mvno_type="gid"
10155 />
10156
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010157 <apn carrier="GoodCall Picture Message"
10158 mcc="310"
10159 mnc="490"
10160 apn="good.call"
10161 mmsc="http://mms.suncom.net:8088/mms"
10162 mmsproxy="66.150.33.125"
10163 mmsport="8080"
10164 type="mms"
10165 />
10166
10167 <apn carrier="Suncom MMS"
10168 mcc="310"
10169 mnc="490"
10170 apn="mms"
10171 mmsc="http://mms.suncom.net:8088/mms"
10172 mmsproxy="66.150.33.125"
10173 mmsport="8080"
10174 type="mms"
10175 />
10176
sy.yuncc0d98d2013-05-16 11:14:59 +090010177 <apn carrier="T-Mobile US 530"
10178 mcc="310"
10179 mnc="530"
10180 apn="fast.t-mobile.com"
10181 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
10182 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +090010183 protocol="IPV6"
10184 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010185 mtu="1440"
sy.yuncc0d98d2013-05-16 11:14:59 +090010186 />
10187
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010188 <apn carrier="T-Mobile US 530 DUN"
10189 mcc="310"
10190 mnc="530"
10191 apn="pcweb.tmobile.com"
10192 user="none"
10193 server="*"
10194 password="none"
10195 protocol="IP"
10196 type="dun"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010197 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010198 />
10199
sy.yuncc0d98d2013-05-16 11:14:59 +090010200 <apn carrier="MetroPCS 530"
10201 mcc="310"
10202 mnc="530"
10203 apn="fast.metropcs.com"
10204 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
10205 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +090010206 protocol="IPV6"
10207 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +090010208 mvno_match_data="6D"
10209 mvno_type="gid"
10210 />
10211
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010212 <apn carrier="DobsonMMS"
10213 mcc="310"
10214 mnc="560"
10215 apn="dobsoncellularwap"
10216 mmsc="http://mmsc"
10217 mmsproxy="172.23.1.252"
10218 mmsport="8799"
10219 type="mms"
10220 />
10221
sy.yunc162f2c2013-11-08 08:08:37 +090010222 <apn carrier="Cellular One Smartphone"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010223 mcc="310"
10224 mnc="570"
sy.yunc162f2c2013-11-08 08:08:37 +090010225 apn="internet"
10226 type="default,supl"
10227 />
10228
10229 <apn carrier="Cellular One MMS"
10230 mcc="310"
10231 mnc="570"
10232 apn="clearsky"
10233 mmsc="http://mmsc.mtpcs.csky.us:6672/"
10234 mmsproxy="209.4.229.229"
10235 mmsport="9201"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010236 type="mms"
10237 />
10238
10239 <apn carrier="T-Mobile US 580"
10240 mcc="310"
10241 mnc="580"
Sungmin Choif0949862013-09-12 00:02:12 -070010242 apn=""
10243 type="ia"
10244 protocol="IPV6"
10245 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010246 mtu="1440"
Sungmin Choif0949862013-09-12 00:02:12 -070010247 />
10248
10249 <apn carrier="T-Mobile US 580"
10250 mcc="310"
10251 mnc="580"
sy.yuncc0d98d2013-05-16 11:14:59 +090010252 apn="fast.t-mobile.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010253 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
10254 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +090010255 protocol="IPV6"
10256 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010257 mtu="1440"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010258 />
10259
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010260 <apn carrier="T-Mobile US 580 DUN"
10261 mcc="310"
10262 mnc="580"
10263 apn="pcweb.tmobile.com"
10264 user="none"
10265 server="*"
10266 password="none"
10267 protocol="IP"
10268 type="dun"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010269 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010270 />
10271
sy.yuncc0d98d2013-05-16 11:14:59 +090010272 <apn carrier="MetroPCS 580"
10273 mcc="310"
10274 mnc="580"
10275 apn="fast.metropcs.com"
10276 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
10277 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +090010278 protocol="IPV6"
10279 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +090010280 mvno_match_data="6D"
10281 mvno_type="gid"
10282 />
10283
Yong Zhangadfeaa62014-08-29 14:54:02 -050010284 <apn carrier="inland"
10285 mcc="310"
10286 mnc="580"
10287 apn="CdmaNai"
10288 mvno_type="spn"
10289 mvno_match_data="inland"
10290 mmsc="http://mms.inland3g.com/inland/mms.php"
10291 mmsproxy=""
10292 mmsport=""
10293 type="mms"
10294 carrier_enabled="false"
10295 protocol="IPV4V6"
10296 roaming_protocol="IPV4V6"
10297 bearer="6"
10298 />
10299
10300 <apn carrier="Inland IMS"
10301 mcc="310"
10302 mnc="580"
10303 apn="VZWIMS"
10304 type="ims,ia"
10305 mvno_type="spn"
10306 mvno_match_data="inland"
10307 protocol="IPV4V6"
10308 roaming_protocol="IPV4V6"
10309 bearer="13"
10310 />
10311
10312 <apn carrier="Inland IMS"
10313 mcc="310"
10314 mnc="580"
10315 apn="VZWIMS"
10316 type="ims,ia"
10317 mvno_type="spn"
10318 mvno_match_data="inland"
10319 protocol="IPV4V6"
10320 roaming_protocol="IPV4V6"
10321 bearer="14"
10322 />
10323
10324 <apn carrier="Inland FOTA"
10325 mcc="310"
10326 mnc="580"
10327 apn="VZWADMIN"
10328 type="fota"
10329 mvno_type="spn"
10330 mvno_match_data="inland"
10331 protocol="IPV4V6"
10332 roaming_protocol="IPV4V6"
10333 bearer="13"
10334 />
10335
10336 <apn carrier="Inland FOTA"
10337 mcc="310"
10338 mnc="580"
10339 apn="VZWADMIN"
10340 type="fota"
10341 mvno_type="spn"
10342 mvno_match_data="inland"
10343 protocol="IPV4V6"
10344 roaming_protocol="IPV4V6"
10345 bearer="14"
10346 />
10347
10348 <apn carrier="Inland"
10349 mcc="310"
10350 mnc="580"
10351 apn="VZWINTERNET"
10352 mmsc="http://mms.inland3g.com/inland/mms.php"
10353 mmsproxy=""
10354 mmsport=""
10355 mvno_type="spn"
10356 mvno_match_data="inland"
10357 type="default,mms,dun,supl"
10358 protocol="IPV4V6"
10359 roaming_protocol="IPV4V6"
10360 bearer="13"
10361 />
10362
10363 <apn carrier="Inland"
10364 mcc="310"
10365 mnc="580"
10366 apn="VZWINTERNET"
10367 mmsc="http://mms.inland3g.com/inland/mms.php"
10368 mmsproxy=""
10369 mmsport=""
10370 mvno_type="spn"
10371 mvno_match_data="inland"
10372 type="default,mms,dun,supl"
10373 protocol="IPV4V6"
10374 roaming_protocol="IPV4V6"
10375 bearer="14"
10376 />
10377
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010378 <apn carrier="CellularOne MMS"
10379 mcc="310"
10380 mnc="590"
10381 apn="cellular1wap"
10382 mmsc="http://mmsc"
10383 mmsproxy="172.23.1.252"
10384 mmsport="8799"
10385 type="mms"
10386 />
10387
sy.yuncc0d98d2013-05-16 11:14:59 +090010388 <apn carrier="T-Mobile US 590"
10389 mcc="310"
10390 mnc="590"
10391 apn="fast.t-mobile.com"
10392 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
10393 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +090010394 protocol="IPV6"
10395 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010396 mtu="1440"
sy.yuncc0d98d2013-05-16 11:14:59 +090010397 />
10398
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010399 <apn carrier="T-Mobile US 590 DUN"
10400 mcc="310"
10401 mnc="590"
10402 apn="pcweb.tmobile.com"
10403 user="none"
10404 server="*"
10405 password="none"
10406 protocol="IP"
10407 type="dun"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010408 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010409 />
10410
sy.yuncc0d98d2013-05-16 11:14:59 +090010411 <apn carrier="MetroPCS 590"
10412 mcc="310"
10413 mnc="590"
10414 apn="fast.metropcs.com"
10415 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
10416 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +090010417 protocol="IPV6"
10418 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +090010419 mvno_match_data="6D"
10420 mvno_type="gid"
10421 />
10422
Yong Zhangadfeaa62014-08-29 14:54:02 -050010423 <apn carrier="cellcom"
10424 mcc="310"
10425 mnc="600"
10426 apn="CdmaNai"
10427 mvno_type="spn"
10428 mvno_match_data="cellcom"
10429 mmsc="http://mms.cellcom.com/cellcom/mms.php"
10430 mmsproxy=""
10431 mmsport=""
10432 type="mms"
10433 carrier_enabled="false"
10434 protocol="IPV4V6"
10435 roaming_protocol="IPV4V6"
10436 bearer="6"
10437 />
10438
10439 <apn carrier="Cellcom IMS"
10440 mcc="310"
10441 mnc="600"
10442 apn="VZWIMS"
10443 type="ims,ia"
10444 mvno_type="spn"
10445 mvno_match_data="cellcom"
10446 protocol="IPV4V6"
10447 roaming_protocol="IPV4V6"
10448 bearer="13"
10449 />
10450
10451 <apn carrier="Cellcom IMS"
10452 mcc="310"
10453 mnc="600"
10454 apn="VZWIMS"
10455 type="ims,ia"
10456 mvno_type="spn"
10457 mvno_match_data="cellcom"
10458 protocol="IPV4V6"
10459 roaming_protocol="IPV4V6"
10460 bearer="14"
10461 />
10462
10463 <apn carrier="Cellcom FOTA"
10464 mcc="310"
10465 mnc="600"
10466 apn="VZWADMIN"
10467 type="fota"
10468 mvno_type="spn"
10469 mvno_match_data="cellcom"
10470 protocol="IPV4V6"
10471 roaming_protocol="IPV4V6"
10472 bearer="13"
10473 />
10474
10475 <apn carrier="Cellcom FOTA"
10476 mcc="310"
10477 mnc="600"
10478 apn="VZWADMIN"
10479 type="fota"
10480 mvno_type="spn"
10481 mvno_match_data="cellcom"
10482 protocol="IPV4V6"
10483 roaming_protocol="IPV4V6"
10484 bearer="14"
10485 />
10486
10487 <apn carrier="Cellcom"
10488 mcc="310"
10489 mnc="600"
10490 apn="VZWINTERNET"
10491 mmsc="http://mms.cellcom.com/cellcom/mms.php"
10492 mmsproxy=""
10493 mmsport=""
10494 mvno_type="spn"
10495 mvno_match_data="cellcom"
10496 type="default,mms,dun,supl"
10497 protocol="IPV4V6"
10498 roaming_protocol="IPV4V6"
10499 bearer="13"
10500 />
10501
10502 <apn carrier="Cellcom"
10503 mcc="310"
10504 mnc="600"
10505 apn="VZWINTERNET"
10506 mmsc="http://mms.cellcom.com/cellcom/mms.php"
10507 mmsproxy=""
10508 mmsport=""
10509 mvno_type="spn"
10510 mvno_match_data="cellcom"
10511 type="default,mms,dun,supl"
10512 protocol="IPV4V6"
10513 roaming_protocol="IPV4V6"
10514 bearer="14"
10515 />
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010516 <apn carrier="EpicINT"
10517 mcc="310"
10518 mnc="610"
10519 apn="internet.epictouch"
10520 type="default,supl"
10521 />
10522
10523 <apn carrier="EpicMMS"
10524 mcc="310"
10525 mnc="610"
10526 apn="mms.epictouch"
10527 mmsc="http://mmsc.westlinkcom.com/servlets/mms"
10528 mmsproxy="63.99.231.135"
10529 mmsport="8080"
10530 type="mms"
10531 />
10532
sy.yuncc0d98d2013-05-16 11:14:59 +090010533 <apn carrier="T-Mobile US 640"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010534 mcc="310"
sy.yuncc0d98d2013-05-16 11:14:59 +090010535 mnc="640"
10536 apn="fast.t-mobile.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010537 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
10538 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +090010539 protocol="IPV6"
10540 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010541 mtu="1440"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010542 />
10543
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010544 <apn carrier="T-Mobile US 640 DUN"
10545 mcc="310"
10546 mnc="640"
10547 apn="pcweb.tmobile.com"
10548 user="none"
10549 server="*"
10550 password="none"
10551 protocol="IP"
10552 type="dun"
10553 />
10554
sy.yuncc0d98d2013-05-16 11:14:59 +090010555 <apn carrier="MetroPCS 640"
10556 mcc="310"
10557 mnc="640"
10558 apn="fast.metropcs.com"
10559 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
10560 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +090010561 protocol="IPV6"
10562 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +090010563 mvno_match_data="6D"
10564 mvno_type="gid"
10565 />
10566
10567 <apn carrier="T-Mobile US 660"
10568 mcc="310"
10569 mnc="660"
Sungmin Choif0949862013-09-12 00:02:12 -070010570 apn=""
10571 type="ia"
10572 protocol="IPV6"
10573 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010574 mtu="1440"
Sungmin Choif0949862013-09-12 00:02:12 -070010575 />
10576
10577 <apn carrier="T-Mobile US 660"
10578 mcc="310"
10579 mnc="660"
sy.yuncc0d98d2013-05-16 11:14:59 +090010580 apn="fast.t-mobile.com"
10581 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
10582 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +090010583 protocol="IPV6"
10584 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010585 mtu="1440"
sy.yuncc0d98d2013-05-16 11:14:59 +090010586 />
10587
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010588 <apn carrier="T-Mobile US 660 DUN"
10589 mcc="310"
10590 mnc="660"
10591 apn="pcweb.tmobile.com"
10592 user="none"
10593 server="*"
10594 password="none"
10595 protocol="IP"
10596 type="dun"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010597 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010598 />
10599
sy.yuncc0d98d2013-05-16 11:14:59 +090010600 <apn carrier="MetroPCS 660"
10601 mcc="310"
10602 mnc="660"
10603 apn="fast.metropcs.com"
10604 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
10605 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +090010606 protocol="IPV6"
10607 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +090010608 mvno_match_data="6D"
10609 mvno_type="gid"
10610 />
10611
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010612 <apn carrier="Rogers Internet"
10613 mcc="310"
10614 mnc="720"
10615 apn="internet.com"
10616 user=""
10617 password=""
10618 proxy="10.128.1.69"
10619 port="80"
10620 type="default"
10621 />
10622
10623 <apn carrier="Rogers Media"
10624 mcc="310"
10625 mnc="720"
10626 apn="media.com"
10627 user="media"
10628 password="mda01"
10629 proxy="10.128.1.69"
10630 port="80"
10631 type="mms"
10632 />
sy.yuncc0d98d2013-05-16 11:14:59 +090010633
Yong Zhangadfeaa62014-08-29 14:54:02 -050010634 <apn carrier="appalachian"
10635 mcc="310"
10636 mnc="750"
10637 apn="CdmaNai"
10638 mvno_type="spn"
10639 mvno_match_data="appalachian"
10640 mmsc="http://mms.ekn.com"
10641 mmsproxy=""
10642 mmsport="80"
10643 type="mms"
10644 carrier_enabled="false"
10645 protocol="IPV4V6"
10646 roaming_protocol="IPV4V6"
10647 bearer="6"
10648 />
10649
10650 <apn carrier="Appalachian IMS"
10651 mcc="310"
10652 mnc="750"
10653 apn="VZWIMS"
10654 type="ims,ia"
10655 mvno_type="spn"
10656 mvno_match_data="appalachian"
10657 protocol="IPV4V6"
10658 roaming_protocol="IPV4V6"
10659 bearer="13"
10660 />
10661
10662 <apn carrier="Appalachian IMS"
10663 mcc="310"
10664 mnc="750"
10665 apn="VZWIMS"
10666 type="ims,ia"
10667 mvno_type="spn"
10668 mvno_match_data="appalachian"
10669 protocol="IPV4V6"
10670 roaming_protocol="IPV4V6"
10671 bearer="14"
10672 />
10673
10674 <apn carrier="Appalachian FOTA"
10675 mcc="310"
10676 mnc="750"
10677 apn="VZWADMIN"
10678 type="fota"
10679 mvno_type="spn"
10680 mvno_match_data="appalachian"
10681 protocol="IPV4V6"
10682 roaming_protocol="IPV4V6"
10683 bearer="13"
10684 />
10685
10686 <apn carrier="Appalachian FOTA"
10687 mcc="310"
10688 mnc="750"
10689 apn="VZWADMIN"
10690 type="fota"
10691 mvno_type="spn"
10692 mvno_match_data="appalachian"
10693 protocol="IPV4V6"
10694 roaming_protocol="IPV4V6"
10695 bearer="14"
10696 />
10697
10698 <apn carrier="Appalachian"
10699 mcc="310"
10700 mnc="750"
10701 apn="VZWINTERNET"
10702 mmsc="http://mms.ekn.com"
10703 mmsproxy=""
10704 mmsport="80"
10705 mvno_type="spn"
10706 mvno_match_data="appalachian"
10707 type="default,mms,dun,supl"
10708 protocol="IPV4V6"
10709 roaming_protocol="IPV4V6"
10710 bearer="13"
10711 />
10712
10713 <apn carrier="Appalachian"
10714 mcc="310"
10715 mnc="750"
10716 apn="VZWINTERNET"
10717 mmsc="http://mms.ekn.com"
10718 mmsproxy=""
10719 mmsport="80"
10720 mvno_type="spn"
10721 mvno_match_data="appalachian"
10722 type="default,mms,dun,supl"
10723 protocol="IPV4V6"
10724 roaming_protocol="IPV4V6"
10725 bearer="14"
10726 />
sy.yun639b1fa2013-07-19 14:00:11 +090010727 <apn carrier="Web 2"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010728 mcc="310"
10729 mnc="770"
10730 apn="i2.iwireless.com"
10731 type="default,supl"
10732 />
10733
sy.yun639b1fa2013-07-19 14:00:11 +090010734 <apn carrier="Web 1"
10735 mcc="310"
10736 mnc="770"
10737 apn="wap1.iwireless.com"
10738 proxy="209.4.229.31"
10739 port="9401"
10740 type="default,supl"
10741 />
10742
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010743 <apn carrier="Picture Messaging"
10744 mcc="310"
10745 mnc="770"
10746 apn="wap1.iwireless.com"
10747 mmsc="http://mmsc.iwireless.dataonair.net:6672"
sy.yunc162f2c2013-11-08 08:08:37 +090010748 mmsproxy="209.4.229.31"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010749 mmsport="9401"
10750 type="mms"
10751 />
10752
10753 <apn carrier="T-Mobile US 800"
10754 mcc="310"
10755 mnc="800"
Sungmin Choif0949862013-09-12 00:02:12 -070010756 apn=""
10757 type="ia"
10758 protocol="IPV6"
10759 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010760 mtu="1440"
Sungmin Choif0949862013-09-12 00:02:12 -070010761 />
10762
10763 <apn carrier="T-Mobile US 800"
10764 mcc="310"
10765 mnc="800"
sy.yuncc0d98d2013-05-16 11:14:59 +090010766 apn="fast.t-mobile.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010767 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
10768 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +090010769 protocol="IPV6"
10770 roaming_protocol="IP"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010771 mtu="1440"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010772 />
10773
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010774 <apn carrier="T-Mobile US 800 DUN"
10775 mcc="310"
10776 mnc="800"
10777 apn="pcweb.tmobile.com"
10778 user="none"
10779 server="*"
10780 password="none"
10781 protocol="IP"
10782 type="dun"
Rick Zhang1bfbe522014-08-28 11:13:19 -070010783 mtu="1440"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010784 />
10785
sy.yuncc0d98d2013-05-16 11:14:59 +090010786 <apn carrier="MetroPCS 800"
10787 mcc="310"
10788 mnc="800"
10789 apn="fast.metropcs.com"
10790 mmsc="http://metropcs.mmsmvno.com/mms/wapenc"
10791 type="default,supl,mms"
Lorenzo Colitti4b3880d2013-09-11 12:26:00 +090010792 protocol="IPV6"
10793 roaming_protocol="IP"
sy.yuncc0d98d2013-05-16 11:14:59 +090010794 mvno_match_data="6D"
10795 mvno_type="gid"
10796 />
10797
Yong Zhangadfeaa62014-08-29 14:54:02 -050010798 <apn carrier="nepa"
10799 mcc="310"
10800 mnc="820"
10801 apn="CdmaNai"
10802 mvno_type="spn"
10803 mvno_match_data="nepa"
10804 mmsc="http://mmsc.c1nepa.csky.us:6672/"
10805 mmsproxy=""
10806 mmsport=""
10807 type="mms"
10808 carrier_enabled="false"
10809 protocol="IPV4V6"
10810 roaming_protocol="IPV4V6"
10811 bearer="6"
10812 />
10813
10814 <apn carrier="Nepa IMS"
10815 mcc="310"
10816 mnc="820"
10817 apn="VZWIMS"
10818 type="ims,ia"
10819 mvno_type="spn"
10820 mvno_match_data="nepa"
10821 protocol="IPV4V6"
10822 roaming_protocol="IPV4V6"
10823 bearer="13"
10824 />
10825
10826 <apn carrier="Nepa IMS"
10827 mcc="310"
10828 mnc="820"
10829 apn="VZWIMS"
10830 type="ims,ia"
10831 mvno_type="spn"
10832 mvno_match_data="nepa"
10833 protocol="IPV4V6"
10834 roaming_protocol="IPV4V6"
10835 bearer="14"
10836 />
10837
10838 <apn carrier="Nepa FOTA"
10839 mcc="310"
10840 mnc="820"
10841 apn="VZWADMIN"
10842 type="fota"
10843 mvno_type="spn"
10844 mvno_match_data="nepa"
10845 protocol="IPV4V6"
10846 roaming_protocol="IPV4V6"
10847 bearer="13"
10848 />
10849
10850 <apn carrier="Nepa FOTA"
10851 mcc="310"
10852 mnc="820"
10853 apn="VZWADMIN"
10854 type="fota"
10855 mvno_type="spn"
10856 mvno_match_data="nepa"
10857 protocol="IPV4V6"
10858 roaming_protocol="IPV4V6"
10859 bearer="14"
10860 />
10861
10862 <apn carrier="Nepa"
10863 mcc="310"
10864 mnc="820"
10865 apn="VZWINTERNET"
10866 mmsc="http://mmsc.c1nepa.csky.us:6672/"
10867 mmsproxy=""
10868 mmsport=""
10869 mvno_type="spn"
10870 mvno_match_data="nepa"
10871 type="default,mms,dun,supl"
10872 protocol="IPV4V6"
10873 roaming_protocol="IPV4V6"
10874 bearer="13"
10875 />
10876
10877 <apn carrier="Nepa"
10878 mcc="310"
10879 mnc="820"
10880 apn="VZWINTERNET"
10881 mmsc="http://mmsc.c1nepa.csky.us:6672/"
10882 mmsproxy=""
10883 mmsport=""
10884 mvno_type="spn"
10885 mvno_match_data="nepa"
10886 type="default,mms,dun,supl"
10887 protocol="IPV4V6"
10888 roaming_protocol="IPV4V6"
10889 bearer="14"
10890 />
10891
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010892 <apn carrier="Internet"
10893 mcc="310"
10894 mnc="840"
10895 apn="isp"
10896 type="default,supl"
10897 />
10898
10899 <apn carrier="MMS"
10900 mcc="310"
10901 mnc="840"
10902 apn="mms"
10903 mmsc="http://mms.edgemobile.net/mmsc"
10904 mmsproxy="12.108.12.13"
10905 mmsport="3128"
10906 type="mms"
10907 />
10908
10909 <apn carrier="Edge MMS Prepay"
10910 mcc="310"
10911 mnc="840"
10912 apn="ppmms"
10913 mmsc="http://mms.edgemobile.net/mmsc"
10914 mmsproxy="12.108.12.13"
10915 mmsport="3128"
10916 type="mms"
10917 />
10918
Jing Zhao8d1b97b2014-07-17 17:38:34 -050010919 <apn carrier="DTC dtcwap"
10920 mcc="310"
10921 mnc="880"
10922 apn="wapdtcw.com"
10923 type="default"
10924 proxy="204.181.155.218"
10925 port="8080"
10926 />
10927
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070010928 <apn carrier="DTC MMS"
10929 mcc="310"
10930 mnc="880"
10931 apn="mms.adv.com"
10932 mmsc="http://mms.iot1.com/advantage/mms.php"
10933 type="mms"
10934 />
10935
Yong Zhangadfeaa62014-08-29 14:54:02 -050010936 <apn carrier="midrivers"
10937 mcc="310"
10938 mnc="900"
10939 apn="CdmaNai"
10940 mvno_type="spn"
10941 mvno_match_data="midrivers"
10942 mmsc="http://mmsc.midrivers.csky.us:6672/"
10943 mmsproxy="209.4.229.27"
10944 mmsport="9401"
10945 type="mms"
10946 carrier_enabled="false"
10947 protocol="IPV4V6"
10948 roaming_protocol="IPV4V6"
10949 bearer="6"
10950 />
10951
10952 <apn carrier="Midrivers IMS"
10953 mcc="310"
10954 mnc="900"
10955 apn="VZWIMS"
10956 type="ims,ia"
10957 mvno_type="spn"
10958 mvno_match_data="midrivers"
10959 protocol="IPV4V6"
10960 roaming_protocol="IPV4V6"
10961 bearer="13"
10962 />
10963
10964 <apn carrier="Midrivers IMS"
10965 mcc="310"
10966 mnc="900"
10967 apn="VZWIMS"
10968 type="ims,ia"
10969 mvno_type="spn"
10970 mvno_match_data="midrivers"
10971 protocol="IPV4V6"
10972 roaming_protocol="IPV4V6"
10973 bearer="14"
10974 />
10975
10976 <apn carrier="Midrivers FOTA"
10977 mcc="310"
10978 mnc="900"
10979 apn="VZWADMIN"
10980 type="fota"
10981 mvno_type="spn"
10982 mvno_match_data="midrivers"
10983 protocol="IPV4V6"
10984 roaming_protocol="IPV4V6"
10985 bearer="13"
10986 />
10987
10988 <apn carrier="Midrivers FOTA"
10989 mcc="310"
10990 mnc="900"
10991 apn="VZWADMIN"
10992 type="fota"
10993 mvno_type="spn"
10994 mvno_match_data="midrivers"
10995 protocol="IPV4V6"
10996 roaming_protocol="IPV4V6"
10997 bearer="14"
10998 />
10999
11000 <apn carrier="Midrivers"
11001 mcc="310"
11002 mnc="900"
11003 apn="VZWINTERNET"
11004 mmsc="http://mmsc.midrivers.csky.us:6672/"
11005 mmsproxy="209.4.229.27"
11006 mmsport="9401"
11007 mvno_type="spn"
11008 mvno_match_data="midrivers"
11009 type="default,mms,dun,supl"
11010 protocol="IPV4V6"
11011 roaming_protocol="IPV4V6"
11012 bearer="13"
11013 />
11014
11015 <apn carrier="Midrivers"
11016 mcc="310"
11017 mnc="900"
11018 apn="VZWINTERNET"
11019 mmsc="http://mmsc.midrivers.csky.us:6672/"
11020 mmsproxy="209.4.229.27"
11021 mmsport="9401"
11022 mvno_type="spn"
11023 mvno_match_data="midrivers"
11024 type="default,mms,dun,supl"
11025 protocol="IPV4V6"
11026 roaming_protocol="IPV4V6"
11027 bearer="14"
11028 />
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070011029 <apn carrier="WOW_WAP"
11030 mcc="310"
11031 mnc="910"
11032 apn="wap.firstcellular.com"
11033 mmsc="mms.firstcellular.net/mmsc"
11034 mmsproxy="10.101.1.5"
11035 mmsport="3128"
11036 type="default,supl,mms"
11037 />
11038
Yong Zhangadfeaa62014-08-29 14:54:02 -050011039 <apn carrier="jamesvalley"
11040 mcc="310"
11041 mnc="920"
11042 apn="CdmaNai"
11043 mvno_type="spn"
11044 mvno_match_data="jamesvalley"
11045 mmsc="http://m.iot1.com/jamesvalley/mms.php"
11046 mmsproxy="m.iot1.com"
11047 mmsport="9201"
11048 type="mms"
11049 carrier_enabled="false"
11050 protocol="IPV4V6"
11051 roaming_protocol="IPV4V6"
11052 bearer="6"
11053 />
11054
11055 <apn carrier="Jamesvalley IMS"
11056 mcc="310"
11057 mnc="920"
11058 apn="VZWIMS"
11059 type="ims,ia"
11060 mvno_type="spn"
11061 mvno_match_data="jamesvalley"
11062 protocol="IPV4V6"
11063 roaming_protocol="IPV4V6"
11064 bearer="13"
11065 />
11066
11067 <apn carrier="Jamesvalley IMS"
11068 mcc="310"
11069 mnc="920"
11070 apn="VZWIMS"
11071 type="ims,ia"
11072 mvno_type="spn"
11073 mvno_match_data="jamesvalley"
11074 protocol="IPV4V6"
11075 roaming_protocol="IPV4V6"
11076 bearer="14"
11077 />
11078
11079 <apn carrier="Jamesvalley FOTA"
11080 mcc="310"
11081 mnc="920"
11082 apn="VZWADMIN"
11083 type="fota"
11084 mvno_type="spn"
11085 mvno_match_data="jamesvalley"
11086 protocol="IPV4V6"
11087 roaming_protocol="IPV4V6"
11088 bearer="13"
11089 />
11090
11091 <apn carrier="Jamesvalley FOTA"
11092 mcc="310"
11093 mnc="920"
11094 apn="VZWADMIN"
11095 type="fota"
11096 mvno_type="spn"
11097 mvno_match_data="jamesvalley"
11098 protocol="IPV4V6"
11099 roaming_protocol="IPV4V6"
11100 bearer="14"
11101 />
11102
11103 <apn carrier="Jamesvalley"
11104 mcc="310"
11105 mnc="920"
11106 apn="VZWINTERNET"
11107 mmsc="http://m.iot1.com/jamesvalley/mms.php"
11108 mmsproxy="m.iot1.com"
11109 mmsport="9201"
11110 mvno_type="spn"
11111 mvno_match_data="jamesvalley"
11112 type="default,mms,dun,supl"
11113 protocol="IPV4V6"
11114 roaming_protocol="IPV4V6"
11115 bearer="13"
11116 />
11117
11118 <apn carrier="Jamesvalley"
11119 mcc="310"
11120 mnc="920"
11121 apn="VZWINTERNET"
11122 mmsc="http://m.iot1.com/jamesvalley/mms.php"
11123 mmsproxy="m.iot1.com"
11124 mmsport="9201"
11125 mvno_type="spn"
11126 mvno_match_data="jamesvalley"
11127 type="default,mms,dun,supl"
11128 protocol="IPV4V6"
11129 roaming_protocol="IPV4V6"
11130 bearer="14"
11131 />
11132
11133 <apn carrier="coppervalley"
11134 mcc="310"
11135 mnc="930"
11136 apn="CdmaNai"
11137 mvno_type="spn"
11138 mvno_match_data="coppervalley"
11139 mmsc="http://cvwmms.com/servlets/mms"
11140 mmsproxy=""
11141 mmsport=""
11142 type="mms"
11143 carrier_enabled="false"
11144 protocol="IPV4V6"
11145 roaming_protocol="IPV4V6"
11146 bearer="6"
11147 />
11148
11149 <apn carrier="Coppervalley IMS"
11150 mcc="310"
11151 mnc="930"
11152 apn="VZWIMS"
11153 type="ims,ia"
11154 mvno_type="spn"
11155 mvno_match_data="coppervalley"
11156 protocol="IPV4V6"
11157 roaming_protocol="IPV4V6"
11158 bearer="13"
11159 />
11160
11161 <apn carrier="Coppervalley IMS"
11162 mcc="310"
11163 mnc="930"
11164 apn="VZWIMS"
11165 type="ims,ia"
11166 mvno_type="spn"
11167 mvno_match_data="coppervalley"
11168 protocol="IPV4V6"
11169 roaming_protocol="IPV4V6"
11170 bearer="14"
11171 />
11172
11173 <apn carrier="Coppervalley FOTA"
11174 mcc="310"
11175 mnc="930"
11176 apn="VZWADMIN"
11177 type="fota"
11178 mvno_type="spn"
11179 mvno_match_data="coppervalley"
11180 protocol="IPV4V6"
11181 roaming_protocol="IPV4V6"
11182 bearer="13"
11183 />
11184
11185 <apn carrier="Coppervalley FOTA"
11186 mcc="310"
11187 mnc="930"
11188 apn="VZWADMIN"
11189 type="fota"
11190 mvno_type="spn"
11191 mvno_match_data="coppervalley"
11192 protocol="IPV4V6"
11193 roaming_protocol="IPV4V6"
11194 bearer="14"
11195 />
11196
11197 <apn carrier="Copper Valley"
11198 mcc="310"
11199 mnc="930"
11200 apn="VZWINTERNET"
11201 mmsc="http://cvwmms.com/servlets/mms"
11202 mmsproxy=""
11203 mmsport=""
11204 mvno_type="spn"
11205 mvno_match_data="coppervalley"
11206 type="default,mms,dun,supl"
11207 protocol="IPV4V6"
11208 roaming_protocol="IPV4V6"
11209 bearer="13"
11210 />
11211
11212 <apn carrier="Copper Valley"
11213 mcc="310"
11214 mnc="930"
11215 apn="VZWINTERNET"
11216 mmsc="http://cvwmms.com/servlets/mms"
11217 mmsproxy=""
11218 mmsport=""
11219 mvno_type="spn"
11220 mvno_match_data="coppervalley"
11221 type="default,mms,dun,supl"
11222 protocol="IPV4V6"
11223 roaming_protocol="IPV4V6"
11224 bearer="14"
11225 />
11226
11227 <apn carrier="nntcwire"
11228 mcc="310"
11229 mnc="960"
11230 apn="CdmaNai"
11231 mvno_type="spn"
11232 mvno_match_data="nntcwire"
11233 mmsc="http://mms.rinawireless.com"
11234 mmsproxy=""
11235 mmsport=""
11236 type="mms"
11237 carrier_enabled="false"
11238 protocol="IPV4V6"
11239 roaming_protocol="IPV4V6"
11240 bearer="6"
11241 />
11242
11243 <apn carrier="Nntcwire IMS"
11244 mcc="310"
11245 mnc="960"
11246 apn="VZWIMS"
11247 type="ims,ia"
11248 mvno_type="spn"
11249 mvno_match_data="nntcwire"
11250 protocol="IPV4V6"
11251 roaming_protocol="IPV4V6"
11252 bearer="13"
11253 />
11254
11255 <apn carrier="Nntcwire IMS"
11256 mcc="310"
11257 mnc="960"
11258 apn="VZWIMS"
11259 type="ims,ia"
11260 mvno_type="spn"
11261 mvno_match_data="nntcwire"
11262 protocol="IPV4V6"
11263 roaming_protocol="IPV4V6"
11264 bearer="14"
11265 />
11266
11267 <apn carrier="Nntcwire FOTA"
11268 mcc="310"
11269 mnc="960"
11270 apn="VZWADMIN"
11271 type="fota"
11272 mvno_type="spn"
11273 mvno_match_data="nntcwire"
11274 protocol="IPV4V6"
11275 roaming_protocol="IPV4V6"
11276 bearer="13"
11277 />
11278
11279 <apn carrier="Nntcwire FOTA"
11280 mcc="310"
11281 mnc="960"
11282 apn="VZWADMIN"
11283 type="fota"
11284 mvno_type="spn"
11285 mvno_match_data="nntcwire"
11286 protocol="IPV4V6"
11287 roaming_protocol="IPV4V6"
11288 bearer="14"
11289 />
11290
11291 <apn carrier="Nntcwire"
11292 mcc="310"
11293 mnc="960"
11294 apn="VZWINTERNET"
11295 mmsc="http://mms.rinawireless.com"
11296 mmsproxy=""
11297 mmsport=""
11298 mvno_type="spn"
11299 mvno_match_data="nntcwire"
11300 type="default,mms,dun,supl"
11301 protocol="IPV4V6"
11302 roaming_protocol="IPV4V6"
11303 bearer="13"
11304 />
11305
11306 <apn carrier="Nntcwire"
11307 mcc="310"
11308 mnc="960"
11309 apn="VZWINTERNET"
11310 mmsc="http://mms.rinawireless.com"
11311 mmsproxy=""
11312 mmsport=""
11313 mvno_type="spn"
11314 mvno_match_data="nntcwire"
11315 type="default,mms,dun,supl"
11316 protocol="IPV4V6"
11317 roaming_protocol="IPV4V6"
11318 bearer="14"
11319 />
11320
11321 <apn carrier="silverstar"
11322 mcc="310"
11323 mnc="960"
11324 apn="CdmaNai"
11325 mvno_type="spn"
11326 mvno_match_data="silverstar"
11327 mmsc="http://mms.rinawireless.com"
11328 mmsproxy=""
11329 mmsport=""
11330 type="mms"
11331 carrier_enabled="false"
11332 protocol="IPV4V6"
11333 roaming_protocol="IPV4V6"
11334 bearer="6"
11335 />
11336
11337 <apn carrier="Silverstar IMS"
11338 mcc="310"
11339 mnc="960"
11340 apn="VZWIMS"
11341 type="ims,ia"
11342 mvno_type="spn"
11343 mvno_match_data="silverstar"
11344 protocol="IPV4V6"
11345 roaming_protocol="IPV4V6"
11346 bearer="13"
11347 />
11348
11349 <apn carrier="Silverstar IMS"
11350 mcc="310"
11351 mnc="960"
11352 apn="VZWIMS"
11353 type="ims,ia"
11354 mvno_type="spn"
11355 mvno_match_data="silverstar"
11356 protocol="IPV4V6"
11357 roaming_protocol="IPV4V6"
11358 bearer="14"
11359 />
11360
11361 <apn carrier="Silverstar FOTA"
11362 mcc="310"
11363 mnc="960"
11364 apn="VZWADMIN"
11365 type="fota"
11366 mvno_type="spn"
11367 mvno_match_data="silverstar"
11368 protocol="IPV4V6"
11369 roaming_protocol="IPV4V6"
11370 bearer="13"
11371 />
11372
11373 <apn carrier="Silverstar FOTA"
11374 mcc="310"
11375 mnc="960"
11376 apn="VZWADMIN"
11377 type="fota"
11378 mvno_type="spn"
11379 mvno_match_data="silverstar"
11380 protocol="IPV4V6"
11381 roaming_protocol="IPV4V6"
11382 bearer="14"
11383 />
11384
11385 <apn carrier="Silverstar"
11386 mcc="310"
11387 mnc="960"
11388 apn="VZWINTERNET"
11389 mmsc="http://mms.rinawireless.com"
11390 mmsproxy=""
11391 mmsport=""
11392 mvno_type="spn"
11393 mvno_match_data="silverstar"
11394 type="default,mms,dun,supl"
11395 protocol="IPV4V6"
11396 roaming_protocol="IPV4V6"
11397 bearer="13"
11398 />
11399
11400 <apn carrier="Silverstar"
11401 mcc="310"
11402 mnc="960"
11403 apn="VZWINTERNET"
11404 mmsc="http://mms.rinawireless.com"
11405 mmsproxy=""
11406 mmsport=""
11407 mvno_type="spn"
11408 mvno_match_data="silverstar"
11409 type="default,mms,dun,supl"
11410 protocol="IPV4V6"
11411 roaming_protocol="IPV4V6"
11412 bearer="14"
11413 />
11414
11415 <apn carrier="snakeriver"
11416 mcc="310"
11417 mnc="960"
11418 apn="CdmaNai"
11419 mvno_type="spn"
11420 mvno_match_data="snakeriver"
11421 mmsc="http://mms.rinawireless.com"
11422 mmsproxy=""
11423 mmsport=""
11424 type="mms"
11425 carrier_enabled="false"
11426 protocol="IPV4V6"
11427 roaming_protocol="IPV4V6"
11428 bearer="6"
11429 />
11430
11431 <apn carrier="Snakeriver IMS"
11432 mcc="310"
11433 mnc="960"
11434 apn="VZWIMS"
11435 type="ims,ia"
11436 mvno_type="spn"
11437 mvno_match_data="snakeriver"
11438 protocol="IPV4V6"
11439 roaming_protocol="IPV4V6"
11440 bearer="13"
11441 />
11442
11443 <apn carrier="Snakeriver IMS"
11444 mcc="310"
11445 mnc="960"
11446 apn="VZWIMS"
11447 type="ims,ia"
11448 mvno_type="spn"
11449 mvno_match_data="snakeriver"
11450 protocol="IPV4V6"
11451 roaming_protocol="IPV4V6"
11452 bearer="14"
11453 />
11454
11455 <apn carrier="Snakeriver FOTA"
11456 mcc="310"
11457 mnc="960"
11458 apn="VZWADMIN"
11459 type="fota"
11460 mvno_type="spn"
11461 mvno_match_data="snakeriver"
11462 protocol="IPV4V6"
11463 roaming_protocol="IPV4V6"
11464 bearer="13"
11465 />
11466
11467 <apn carrier="Snakeriver FOTA"
11468 mcc="310"
11469 mnc="960"
11470 apn="VZWADMIN"
11471 type="fota"
11472 mvno_type="spn"
11473 mvno_match_data="snakeriver"
11474 protocol="IPV4V6"
11475 roaming_protocol="IPV4V6"
11476 bearer="14"
11477 />
11478
11479 <apn carrier="Snakeriver"
11480 mcc="310"
11481 mnc="960"
11482 apn="VZWINTERNET"
11483 mmsc="http://mms.rinawireless.com"
11484 mmsproxy=""
11485 mmsport=""
11486 mvno_type="spn"
11487 mvno_match_data="snakeriver"
11488 type="default,mms,dun,supl"
11489 protocol="IPV4V6"
11490 roaming_protocol="IPV4V6"
11491 bearer="13"
11492 />
11493
11494 <apn carrier="Snakeriver"
11495 mcc="310"
11496 mnc="960"
11497 apn="VZWINTERNET"
11498 mmsc="http://mms.rinawireless.com"
11499 mmsproxy=""
11500 mmsport=""
11501 mvno_type="spn"
11502 mvno_match_data="snakeriver"
11503 type="default,mms,dun,supl"
11504 protocol="IPV4V6"
11505 roaming_protocol="IPV4V6"
11506 bearer="14"
11507 />
11508
11509 <apn carrier="southcentral"
11510 mcc="310"
11511 mnc="960"
11512 apn="CdmaNai"
11513 mvno_type="spn"
11514 mvno_match_data="southcentral"
11515 mmsc="http://mms.rinawireless.com"
11516 mmsproxy=""
11517 mmsport=""
11518 type="mms"
11519 carrier_enabled="false"
11520 protocol="IPV4V6"
11521 roaming_protocol="IPV4V6"
11522 bearer="6"
11523 />
11524
11525 <apn carrier="Southcentral IMS"
11526 mcc="310"
11527 mnc="960"
11528 apn="VZWIMS"
11529 type="ims,ia"
11530 mvno_type="spn"
11531 mvno_match_data="southcentral"
11532 protocol="IPV4V6"
11533 roaming_protocol="IPV4V6"
11534 bearer="13"
11535 />
11536
11537 <apn carrier="Southcentral IMS"
11538 mcc="310"
11539 mnc="960"
11540 apn="VZWIMS"
11541 type="ims,ia"
11542 mvno_type="spn"
11543 mvno_match_data="southcentral"
11544 protocol="IPV4V6"
11545 roaming_protocol="IPV4V6"
11546 bearer="14"
11547 />
11548
11549 <apn carrier="Southcentral FOTA"
11550 mcc="310"
11551 mnc="960"
11552 apn="VZWADMIN"
11553 type="fota"
11554 mvno_type="spn"
11555 mvno_match_data="southcentral"
11556 protocol="IPV4V6"
11557 roaming_protocol="IPV4V6"
11558 bearer="13"
11559 />
11560
11561 <apn carrier="Southcentral FOTA"
11562 mcc="310"
11563 mnc="960"
11564 apn="VZWADMIN"
11565 type="fota"
11566 mvno_type="spn"
11567 mvno_match_data="southcentral"
11568 protocol="IPV4V6"
11569 roaming_protocol="IPV4V6"
11570 bearer="14"
11571 />
11572
11573 <apn carrier="Southcentral"
11574 mcc="310"
11575 mnc="960"
11576 apn="VZWINTERNET"
11577 mmsc="http://mms.rinawireless.com"
11578 mmsproxy=""
11579 mmsport=""
11580 mvno_type="spn"
11581 mvno_match_data="southcentral"
11582 type="default,mms,dun,supl"
11583 protocol="IPV4V6"
11584 roaming_protocol="IPV4V6"
11585 bearer="13"
11586 />
11587
11588 <apn carrier="Southcentral"
11589 mcc="310"
11590 mnc="960"
11591 apn="VZWINTERNET"
11592 mmsc="http://mms.rinawireless.com"
11593 mmsproxy=""
11594 mmsport=""
11595 mvno_type="spn"
11596 mvno_match_data="southcentral"
11597 type="default,mms,dun,supl"
11598 protocol="IPV4V6"
11599 roaming_protocol="IPV4V6"
11600 bearer="14"
11601 />
11602
11603 <apn carrier="strata"
11604 mcc="310"
11605 mnc="960"
11606 apn="CdmaNai"
11607 mvno_type="spn"
11608 mvno_match_data="strata"
11609 mmsc="http://mms.rinawireless.com"
11610 mmsproxy=""
11611 mmsport=""
11612 type="mms"
11613 carrier_enabled="false"
11614 protocol="IPV4V6"
11615 roaming_protocol="IPV4V6"
11616 bearer="6"
11617 />
11618
11619 <apn carrier="Strata IMS"
11620 mcc="310"
11621 mnc="960"
11622 apn="VZWIMS"
11623 type="ims,ia"
11624 mvno_type="spn"
11625 mvno_match_data="strata"
11626 protocol="IPV4V6"
11627 roaming_protocol="IPV4V6"
11628 bearer="13"
11629 />
11630
11631 <apn carrier="Strata IMS"
11632 mcc="310"
11633 mnc="960"
11634 apn="VZWIMS"
11635 type="ims,ia"
11636 mvno_type="spn"
11637 mvno_match_data="strata"
11638 protocol="IPV4V6"
11639 roaming_protocol="IPV4V6"
11640 bearer="14"
11641 />
11642
11643 <apn carrier="Strata FOTA"
11644 mcc="310"
11645 mnc="960"
11646 apn="VZWADMIN"
11647 type="fota"
11648 mvno_type="spn"
11649 mvno_match_data="strata"
11650 protocol="IPV4V6"
11651 roaming_protocol="IPV4V6"
11652 bearer="13"
11653 />
11654
11655 <apn carrier="Strata FOTA"
11656 mcc="310"
11657 mnc="960"
11658 apn="VZWADMIN"
11659 type="fota"
11660 mvno_type="spn"
11661 mvno_match_data="strata"
11662 protocol="IPV4V6"
11663 roaming_protocol="IPV4V6"
11664 bearer="14"
11665 />
11666
11667 <apn carrier="strata"
11668 mcc="310"
11669 mnc="960"
11670 apn="VZWINTERNET"
11671 mmsc="http://mms.rinawireless.com"
11672 mmsproxy=""
11673 mmsport=""
11674 mvno_type="spn"
11675 mvno_match_data="strata"
11676 type="default,mms,dun,supl"
11677 protocol="IPV4V6"
11678 roaming_protocol="IPV4V6"
11679 bearer="13"
11680 />
11681
11682 <apn carrier="strata"
11683 mcc="310"
11684 mnc="960"
11685 apn="VZWINTERNET"
11686 mmsc="http://mms.rinawireless.com"
11687 mmsproxy=""
11688 mmsport=""
11689 mvno_type="spn"
11690 mvno_match_data="strata"
11691 type="default,mms,dun,supl"
11692 protocol="IPV4V6"
11693 roaming_protocol="IPV4V6"
11694 bearer="14"
11695 />
11696
11697 <apn carrier="syringa"
11698 mcc="310"
11699 mnc="960"
11700 apn="CdmaNai"
11701 mvno_type="spn"
11702 mvno_match_data="syringa"
11703 mmsc="http://mms.rinawireless.com"
11704 mmsproxy=""
11705 mmsport=""
11706 type="mms"
11707 carrier_enabled="false"
11708 protocol="IPV4V6"
11709 roaming_protocol="IPV4V6"
11710 bearer="6"
11711 />
11712
11713 <apn carrier="Syringa IMS"
11714 mcc="310"
11715 mnc="960"
11716 apn="VZWIMS"
11717 type="ims,ia"
11718 mvno_type="spn"
11719 mvno_match_data="syringa"
11720 protocol="IPV4V6"
11721 roaming_protocol="IPV4V6"
11722 bearer="13"
11723 />
11724
11725 <apn carrier="Syringa IMS"
11726 mcc="310"
11727 mnc="960"
11728 apn="VZWIMS"
11729 type="ims,ia"
11730 mvno_type="spn"
11731 mvno_match_data="syringa"
11732 protocol="IPV4V6"
11733 roaming_protocol="IPV4V6"
11734 bearer="14"
11735 />
11736
11737 <apn carrier="Syringa FOTA"
11738 mcc="310"
11739 mnc="960"
11740 apn="VZWADMIN"
11741 type="fota"
11742 mvno_type="spn"
11743 mvno_match_data="syringa"
11744 protocol="IPV4V6"
11745 roaming_protocol="IPV4V6"
11746 bearer="13"
11747 />
11748
11749 <apn carrier="Syringa FOTA"
11750 mcc="310"
11751 mnc="960"
11752 apn="VZWADMIN"
11753 type="fota"
11754 mvno_type="spn"
11755 mvno_match_data="syringa"
11756 protocol="IPV4V6"
11757 roaming_protocol="IPV4V6"
11758 bearer="14"
11759 />
11760
11761 <apn carrier="Syringa"
11762 mcc="310"
11763 mnc="960"
11764 apn="VZWINTERNET"
11765 mmsc="http://mms.rinawireless.com"
11766 mmsproxy=""
11767 mmsport=""
11768 mvno_type="spn"
11769 mvno_match_data="syringa"
11770 type="default,mms,dun,supl"
11771 protocol="IPV4V6"
11772 roaming_protocol="IPV4V6"
11773 bearer="13"
11774 />
11775
11776 <apn carrier="Syringa"
11777 mcc="310"
11778 mnc="960"
11779 apn="VZWINTERNET"
11780 mmsc="http://mms.rinawireless.com"
11781 mmsproxy=""
11782 mmsport=""
11783 mvno_type="spn"
11784 mvno_match_data="syringa"
11785 type="default,mms,dun,supl"
11786 protocol="IPV4V6"
11787 roaming_protocol="IPV4V6"
11788 bearer="14"
11789 />
11790
11791 <apn carrier="thumbcellular"
11792 mcc="311"
11793 mnc="050"
11794 apn="CdmaNai"
11795 mvno_type="spn"
11796 mvno_match_data="thumbcellular"
11797 mmsc="http://mms.thumbcell.com/thumb/mms.php"
11798 mmsproxy=""
11799 mmsport=""
11800 type="mms"
11801 carrier_enabled="false"
11802 protocol="IPV4V6"
11803 roaming_protocol="IPV4V6"
11804 bearer="6"
11805 />
11806
11807 <apn carrier="Thumb IMS"
11808 mcc="311"
11809 mnc="050"
11810 apn="VZWIMS"
11811 type="ims,ia"
11812 mvno_type="spn"
11813 mvno_match_data="thumbcellular"
11814 protocol="IPV4V6"
11815 roaming_protocol="IPV4V6"
11816 bearer="13"
11817 />
11818
11819 <apn carrier="Thumb IMS"
11820 mcc="311"
11821 mnc="050"
11822 apn="VZWIMS"
11823 type="ims,ia"
11824 mvno_type="spn"
11825 mvno_match_data="thumbcellular"
11826 protocol="IPV4V6"
11827 roaming_protocol="IPV4V6"
11828 bearer="14"
11829 />
11830
11831 <apn carrier="Thumb FOTA"
11832 mcc="311"
11833 mnc="050"
11834 apn="VZWADMIN"
11835 type="fota"
11836 mvno_type="spn"
11837 mvno_match_data="thumbcellular"
11838 protocol="IPV4V6"
11839 roaming_protocol="IPV4V6"
11840 bearer="13"
11841 />
11842
11843 <apn carrier="Thumb FOTA"
11844 mcc="311"
11845 mnc="050"
11846 apn="VZWADMIN"
11847 type="fota"
11848 mvno_type="spn"
11849 mvno_match_data="thumbcellular"
11850 protocol="IPV4V6"
11851 roaming_protocol="IPV4V6"
11852 bearer="14"
11853 />
11854
11855 <apn carrier="Thumbcellular"
11856 mcc="311"
11857 mnc="050"
11858 apn="VZWINTERNET"
11859 mmsc="http://mms.thumbcell.com/thumb/mms.php"
11860 mmsproxy=""
11861 mmsport=""
11862 mvno_type="spn"
11863 mvno_match_data="thumbcellular"
11864 type="default,mms,dun,supl"
11865 protocol="IPV4V6"
11866 roaming_protocol="IPV4V6"
11867 bearer="13"
11868 />
11869
11870 <apn carrier="Thumbcellular"
11871 mcc="311"
11872 mnc="050"
11873 apn="VZWINTERNET"
11874 mmsc="http://mms.thumbcell.com/thumb/mms.php"
11875 mmsproxy=""
11876 mmsport=""
11877 mvno_type="spn"
11878 mvno_match_data="thumbcellular"
11879 type="default,mms,dun,supl"
11880 protocol="IPV4V6"
11881 roaming_protocol="IPV4V6"
11882 bearer="14"
11883 />
11884
11885 <apn carrier="elementmobile"
11886 mcc="311"
11887 mnc="070"
11888 apn="CdmaNai"
11889 mvno_type="spn"
11890 mvno_match_data="elementmobile"
11891 mmsc="http://mms.elementmobile.net"
11892 mmsproxy=""
11893 mmsport="8080"
11894 type="mms"
11895 carrier_enabled="false"
11896 protocol="IPV4V6"
11897 roaming_protocol="IPV4V6"
11898 bearer="6"
11899 />
11900
11901 <apn carrier="Elementmobile IMS"
11902 mcc="311"
11903 mnc="070"
11904 apn="VZWIMS"
11905 type="ims,ia"
11906 mvno_type="spn"
11907 mvno_match_data="elementmobile"
11908 protocol="IPV4V6"
11909 roaming_protocol="IPV4V6"
11910 bearer="13"
11911 />
11912
11913 <apn carrier="Elementmobile IMS"
11914 mcc="311"
11915 mnc="070"
11916 apn="VZWIMS"
11917 type="ims,ia"
11918 mvno_type="spn"
11919 mvno_match_data="elementmobile"
11920 protocol="IPV4V6"
11921 roaming_protocol="IPV4V6"
11922 bearer="14"
11923 />
11924
11925 <apn carrier="Elementmobile FOTA"
11926 mcc="311"
11927 mnc="070"
11928 apn="VZWADMIN"
11929 type="fota"
11930 mvno_type="spn"
11931 mvno_match_data="elementmobile"
11932 protocol="IPV4V6"
11933 roaming_protocol="IPV4V6"
11934 bearer="13"
11935 />
11936
11937 <apn carrier="Elementmobile FOTA"
11938 mcc="311"
11939 mnc="070"
11940 apn="VZWADMIN"
11941 type="fota"
11942 mvno_type="spn"
11943 mvno_match_data="elementmobile"
11944 protocol="IPV4V6"
11945 roaming_protocol="IPV4V6"
11946 bearer="14"
11947 />
11948
11949 <apn carrier="Elementmobile"
11950 mcc="311"
11951 mnc="070"
11952 apn="VZWINTERNET"
11953 mmsc="http://mms.elementmobile.net"
11954 mmsproxy=""
11955 mmsport="8080"
11956 mvno_type="spn"
11957 mvno_match_data="elementmobile"
11958 type="default,mms,dun,supl"
11959 protocol="IPV4V6"
11960 roaming_protocol="IPV4V6"
11961 bearer="13"
11962 />
11963
11964 <apn carrier="Elementmobile"
11965 mcc="311"
11966 mnc="070"
11967 apn="VZWINTERNET"
11968 mmsc="http://mms.elementmobile.net"
11969 mmsproxy=""
11970 mmsport="8080"
11971 mvno_type="spn"
11972 mvno_match_data="elementmobile"
11973 type="default,mms,dun,supl"
11974 protocol="IPV4V6"
11975 roaming_protocol="IPV4V6"
11976 bearer="14"
11977 />
11978
Jing Zhao8d1b97b2014-07-17 17:38:34 -050011979 <apn carrier="PINE WAP"
11980 mcc="311"
11981 mnc="080"
11982 apn="PINE"
11983 mmsc="http://69.8.34.146/mms/"
11984 mmsproxy="69.8.34.146"
11985 mmsport="9401"
11986 type="default,mms"
11987 />
11988
11989 <apn carrier="NexTech Wireless"
11990 mcc="311"
11991 mnc="100"
11992 authtype="3"
11993 type="mms"
11994 mmsc="http://mms.ntwls.net/nex-tech/mms.php"
11995 server="*"
11996 protocol="IPV4V6"
11997 />
11998
Yong Zhangadfeaa62014-08-29 14:54:02 -050011999 <apn carrier="sprocket"
12000 mcc="311"
12001 mnc="140"
12002 apn="CdmaNai"
12003 mvno_type="spn"
12004 mvno_match_data="sprocket"
12005 mmsc="http://mms.sprocketwireless.com"
12006 mmsproxy=""
12007 mmsport=""
12008 type="mms"
12009 carrier_enabled="false"
12010 protocol="IPV4V6"
12011 roaming_protocol="IPV4V6"
12012 bearer="6"
12013 />
12014
12015 <apn carrier="Sprocket IMS"
12016 mcc="311"
12017 mnc="140"
12018 apn="VZWIMS"
12019 type="ims,ia"
12020 mvno_type="spn"
12021 mvno_match_data="sprocket"
12022 protocol="IPV4V6"
12023 roaming_protocol="IPV4V6"
12024 bearer="13"
12025 />
12026
12027 <apn carrier="Sprocket IMS"
12028 mcc="311"
12029 mnc="140"
12030 apn="VZWIMS"
12031 type="ims,ia"
12032 mvno_type="spn"
12033 mvno_match_data="sprocket"
12034 protocol="IPV4V6"
12035 roaming_protocol="IPV4V6"
12036 bearer="14"
12037 />
12038
12039 <apn carrier="Sprocket FOTA"
12040 mcc="311"
12041 mnc="140"
12042 apn="VZWADMIN"
12043 type="fota"
12044 mvno_type="spn"
12045 mvno_match_data="sprocket"
12046 protocol="IPV4V6"
12047 roaming_protocol="IPV4V6"
12048 bearer="13"
12049 />
12050
12051 <apn carrier="Sprocket FOTA"
12052 mcc="311"
12053 mnc="140"
12054 apn="VZWADMIN"
12055 type="fota"
12056 mvno_type="spn"
12057 mvno_match_data="sprocket"
12058 protocol="IPV4V6"
12059 roaming_protocol="IPV4V6"
12060 bearer="14"
12061 />
12062
12063 <apn carrier="Sprocket"
12064 mcc="311"
12065 mnc="140"
12066 apn="VZWINTERNET"
12067 mmsc="http://mms.sprocketwireless.com"
12068 mmsproxy=""
12069 mmsport=""
12070 mvno_type="spn"
12071 mvno_match_data="sprocket"
12072 type="default,mms,dun,supl"
12073 protocol="IPV4V6"
12074 roaming_protocol="IPV4V6"
12075 bearer="13"
12076 />
12077
12078 <apn carrier="Sprocket"
12079 mcc="311"
12080 mnc="140"
12081 apn="VZWINTERNET"
12082 mmsc="http://mms.sprocketwireless.com"
12083 mmsproxy=""
12084 mmsport=""
12085 mvno_type="spn"
12086 mvno_match_data="sprocket"
12087 type="default,mms,dun,supl"
12088 protocol="IPV4V6"
12089 roaming_protocol="IPV4V6"
12090 bearer="14"
12091 />
12092
sy.yunc162f2c2013-11-08 08:08:37 +090012093 <apn carrier="ISP"
12094 mcc="311"
12095 mnc="190"
12096 apn="isp.cellular1.net"
12097 type="default,supl"
12098 />
12099
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070012100 <apn carrier="MMS"
12101 mcc="311"
12102 mnc="190"
sy.yunc162f2c2013-11-08 08:08:37 +090012103 apn="mms.cellular1.net"
12104 mmsc="http://mms.cellular1.net"
12105 mmsproxy="10.10.0.97"
12106 mmsport="9201"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070012107 type="mms"
12108 />
12109
12110 <apn carrier="Farmers GPRS"
12111 mcc="311"
12112 mnc="210"
12113 apn="internet.farmerswireless.com"
12114 type="default,supl"
12115 />
12116
12117 <apn carrier="Farmers MMS"
12118 mcc="311"
12119 mnc="210"
12120 apn="mms.farmers.com"
12121 mmsc="172.16.0.37:8514"
12122 type="mms"
12123 />
12124
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012125 <apn carrier="U.S. Cellular"
Sungmin Choiccb0b062013-06-03 18:26:18 -070012126 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012127 mnc="220"
12128 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12129 type="default,mms,dun,hipri,fota"
12130 protocol="IPV4V6"
12131 authtype="3"
12132 roaming_protocol="IPV4V6"
12133 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070012134 mtu="1422"
Sungmin Choiccb0b062013-06-03 18:26:18 -070012135 />
12136
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012137 <apn carrier="U.S. Cellular"
Sungmin Choiccb0b062013-06-03 18:26:18 -070012138 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012139 mnc="220"
12140 apn="usccinternet"
12141 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12142 type="default,mms,dun,hipri,fota"
12143 protocol="IPV4V6"
12144 roaming_protocol="IPV4V6"
12145 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070012146 mtu="1422"
Sungmin Choiccb0b062013-06-03 18:26:18 -070012147 />
12148
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012149 <apn carrier="U.S. Cellular"
sy.yunc162f2c2013-11-08 08:08:37 +090012150 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012151 mnc="220"
12152 apn="usccinternet"
12153 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12154 type="default,mms,dun,hipri,fota"
12155 protocol="IPV4V6"
12156 roaming_protocol="IPV4V6"
12157 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070012158 mtu="1422"
sy.yunc162f2c2013-11-08 08:08:37 +090012159 />
12160
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012161 <apn carrier="U.S. Cellular"
sy.yunc162f2c2013-11-08 08:08:37 +090012162 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012163 mnc="221"
12164 apn="usccinternet"
12165 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12166 type="default,mms,dun,hipri,fota"
12167 protocol="IPV4V6"
12168 roaming_protocol="IPV4V6"
12169 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070012170 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012171 />
12172
12173 <apn carrier="U.S. Cellular"
12174 mcc="311"
12175 mnc="221"
12176 apn="usccinternet"
12177 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12178 type="default,mms,dun,hipri,fota"
12179 protocol="IPV4V6"
12180 roaming_protocol="IPV4V6"
12181 bearer="14"
sy.yunc162f2c2013-11-08 08:08:37 +090012182 />
12183
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012184 <apn carrier="U.S. Cellular"
12185 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050012186 mnc="220"
12187 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12188 type="default,mms,dun,hipri,fota"
12189 authtype="3"
12190 protocol="IPV4V6"
12191 roaming_protocol="IPV4V6"
12192 bearer="4"
12193 mtu="1422"
12194 />
12195
12196 <apn carrier="U.S. Cellular"
12197 mcc="311"
12198 mnc="220"
12199 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12200 type="default,mms,dun,hipri,fota"
12201 authtype="3"
12202 protocol="IPV4V6"
12203 roaming_protocol="IPV4V6"
12204 bearer="5"
12205 mtu="1422"
12206 />
12207
12208 <apn carrier="U.S. Cellular"
12209 mcc="311"
12210 mnc="220"
12211 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12212 type="default,mms,dun,hipri,fota"
12213 authtype="3"
12214 protocol="IPV4V6"
12215 roaming_protocol="IPV4V6"
12216 bearer="6"
12217 mtu="1422"
12218 />
12219
12220 <apn carrier="U.S. Cellular"
12221 mcc="311"
12222 mnc="220"
12223 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12224 type="default,mms,dun,hipri,fota"
12225 authtype="3"
12226 protocol="IPV4V6"
12227 roaming_protocol="IPV4V6"
12228 bearer="7"
12229 mtu="1422"
12230 />
12231
12232 <apn carrier="U.S. Cellular"
12233 mcc="311"
12234 mnc="220"
12235 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12236 type="default,mms,dun,hipri,fota"
12237 authtype="3"
12238 protocol="IPV4V6"
12239 roaming_protocol="IPV4V6"
12240 bearer="8"
12241 mtu="1422"
12242 />
12243
12244 <apn carrier="U.S. Cellular"
12245 mcc="311"
12246 mnc="220"
12247 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12248 type="default,mms,dun,hipri,fota"
12249 authtype="3"
12250 protocol="IPV4V6"
12251 roaming_protocol="IPV4V6"
12252 bearer="12"
12253 mtu="1422"
12254 />
12255
12256 <apn carrier="U.S. Cellular"
12257 mcc="311"
12258 mnc="221"
12259 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12260 type="default,mms,dun,hipri,fota"
12261 authtype="3"
12262 protocol="IPV4V6"
12263 roaming_protocol="IPV4V6"
12264 bearer="4"
12265 mtu="1422"
12266 />
12267
12268 <apn carrier="U.S. Cellular"
12269 mcc="311"
12270 mnc="221"
12271 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12272 type="default,mms,dun,hipri,fota"
12273 authtype="3"
12274 protocol="IPV4V6"
12275 roaming_protocol="IPV4V6"
12276 bearer="5"
12277 mtu="1422"
12278 />
12279
12280 <apn carrier="U.S. Cellular"
12281 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012282 mnc="221"
12283 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12284 type="default,mms,dun,hipri,fota"
12285 authtype="3"
12286 protocol="IPV4V6"
12287 roaming_protocol="IPV4V6"
12288 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070012289 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012290 />
12291
12292 <apn carrier="U.S. Cellular"
12293 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050012294 mnc="221"
12295 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12296 type="default,mms,dun,hipri,fota"
12297 authtype="3"
12298 protocol="IPV4V6"
12299 roaming_protocol="IPV4V6"
12300 bearer="7"
12301 mtu="1422"
12302 />
12303
12304 <apn carrier="U.S. Cellular"
12305 mcc="311"
12306 mnc="221"
12307 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12308 type="default,mms,dun,hipri,fota"
12309 authtype="3"
12310 protocol="IPV4V6"
12311 roaming_protocol="IPV4V6"
12312 bearer="8"
12313 mtu="1422"
12314 />
12315
12316 <apn carrier="U.S. Cellular"
12317 mcc="311"
12318 mnc="221"
12319 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12320 type="default,mms,dun,hipri,fota"
12321 authtype="3"
12322 protocol="IPV4V6"
12323 roaming_protocol="IPV4V6"
12324 bearer="12"
12325 mtu="1422"
12326 />
12327
12328 <apn carrier="U.S. Cellular"
12329 mcc="311"
12330 mnc="221"
12331 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12332 type="default,mms,dun,hipri,fota"
12333 authtype="3"
12334 protocol="IPV4V6"
12335 roaming_protocol="IPV4V6"
12336 bearer="13"
12337 mtu="1422"
12338 />
12339
12340 <apn carrier="U.S. Cellular"
12341 mcc="311"
12342 mnc="221"
12343 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12344 type="default,mms,dun,hipri,fota"
12345 authtype="3"
12346 protocol="IPV4V6"
12347 roaming_protocol="IPV4V6"
12348 bearer="14"
12349 mtu="1422"
12350 />
12351
12352 <apn carrier="U.S. Cellular"
12353 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012354 mnc="222"
12355 apn="usccinternet"
12356 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12357 type="default,mms,dun,hipri,fota"
12358 protocol="IPV4V6"
12359 roaming_protocol="IPV4V6"
12360 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070012361 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012362 />
12363
12364 <apn carrier="U.S. Cellular"
12365 mcc="311"
12366 mnc="222"
12367 apn="usccinternet"
12368 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12369 type="default,mms,dun,hipri,fota"
12370 protocol="IPV4V6"
12371 roaming_protocol="IPV4V6"
12372 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070012373 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012374 />
12375
12376 <apn carrier="U.S. Cellular"
12377 mcc="311"
12378 mnc="222"
12379 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12380 type="default,mms,dun,hipri,fota"
12381 authtype="3"
12382 protocol="IPV4V6"
12383 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050012384 bearer="4"
12385 mtu="1422"
12386 />
12387
12388 <apn carrier="U.S. Cellular"
12389 mcc="311"
12390 mnc="222"
12391 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12392 type="default,mms,dun,hipri,fota"
12393 authtype="3"
12394 protocol="IPV4V6"
12395 roaming_protocol="IPV4V6"
12396 bearer="5"
12397 mtu="1422"
12398 />
12399
12400 <apn carrier="U.S. Cellular"
12401 mcc="311"
12402 mnc="222"
12403 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12404 type="default,mms,dun,hipri,fota"
12405 authtype="3"
12406 protocol="IPV4V6"
12407 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012408 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070012409 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012410 />
12411
12412 <apn carrier="U.S. Cellular"
12413 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050012414 mnc="222"
12415 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12416 type="default,mms,dun,hipri,fota"
12417 authtype="3"
12418 protocol="IPV4V6"
12419 roaming_protocol="IPV4V6"
12420 bearer="7"
12421 mtu="1422"
12422 />
12423
12424 <apn carrier="U.S. Cellular"
12425 mcc="311"
12426 mnc="222"
12427 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12428 type="default,mms,dun,hipri,fota"
12429 authtype="3"
12430 protocol="IPV4V6"
12431 roaming_protocol="IPV4V6"
12432 bearer="8"
12433 mtu="1422"
12434 />
12435
12436 <apn carrier="U.S. Cellular"
12437 mcc="311"
12438 mnc="222"
12439 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12440 type="default,mms,dun,hipri,fota"
12441 authtype="3"
12442 protocol="IPV4V6"
12443 roaming_protocol="IPV4V6"
12444 bearer="12"
12445 mtu="1422"
12446 />
12447
12448 <apn carrier="U.S. Cellular"
12449 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012450 mnc="223"
12451 apn="usccinternet"
12452 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12453 type="default,mms,dun,hipri,fota"
12454 protocol="IPV4V6"
12455 roaming_protocol="IPV4V6"
12456 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070012457 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012458 />
12459
12460 <apn carrier="U.S. Cellular"
12461 mcc="311"
12462 mnc="223"
12463 apn="usccinternet"
12464 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12465 type="default,mms,dun,hipri,fota"
12466 protocol="IPV4V6"
12467 roaming_protocol="IPV4V6"
12468 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070012469 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012470 />
12471
12472 <apn carrier="U.S. Cellular"
12473 mcc="311"
12474 mnc="223"
12475 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12476 type="default,mms,dun,hipri,fota"
12477 authtype="3"
12478 protocol="IPV4V6"
12479 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050012480 bearer="4"
12481 mtu="1422"
12482 />
12483
12484 <apn carrier="U.S. Cellular"
12485 mcc="311"
12486 mnc="223"
12487 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12488 type="default,mms,dun,hipri,fota"
12489 authtype="3"
12490 protocol="IPV4V6"
12491 roaming_protocol="IPV4V6"
12492 bearer="5"
12493 mtu="1422"
12494 />
12495
12496 <apn carrier="U.S. Cellular"
12497 mcc="311"
12498 mnc="223"
12499 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12500 type="default,mms,dun,hipri,fota"
12501 authtype="3"
12502 protocol="IPV4V6"
12503 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012504 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070012505 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012506 />
12507
12508 <apn carrier="U.S. Cellular"
12509 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050012510 mnc="223"
12511 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12512 type="default,mms,dun,hipri,fota"
12513 authtype="3"
12514 protocol="IPV4V6"
12515 roaming_protocol="IPV4V6"
12516 bearer="7"
12517 mtu="1422"
12518 />
12519
12520 <apn carrier="U.S. Cellular"
12521 mcc="311"
12522 mnc="223"
12523 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12524 type="default,mms,dun,hipri,fota"
12525 authtype="3"
12526 protocol="IPV4V6"
12527 roaming_protocol="IPV4V6"
12528 bearer="8"
12529 mtu="1422"
12530 />
12531
12532 <apn carrier="U.S. Cellular"
12533 mcc="311"
12534 mnc="223"
12535 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12536 type="default,mms,dun,hipri,fota"
12537 authtype="3"
12538 protocol="IPV4V6"
12539 roaming_protocol="IPV4V6"
12540 bearer="12"
12541 mtu="1422"
12542 />
12543
12544 <apn carrier="U.S. Cellular"
12545 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012546 mnc="224"
12547 apn="usccinternet"
12548 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12549 type="default,mms,dun,hipri,fota"
12550 protocol="IPV4V6"
12551 roaming_protocol="IPV4V6"
12552 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070012553 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012554 />
12555
12556 <apn carrier="U.S. Cellular"
12557 mcc="311"
12558 mnc="224"
12559 apn="usccinternet"
12560 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12561 type="default,mms,dun,hipri,fota"
12562 protocol="IPV4V6"
12563 roaming_protocol="IPV4V6"
12564 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070012565 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012566 />
12567
12568 <apn carrier="U.S. Cellular"
12569 mcc="311"
12570 mnc="224"
12571 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12572 type="default,mms,dun,hipri,fota"
12573 authtype="3"
12574 protocol="IPV4V6"
12575 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050012576 bearer="4"
12577 mtu="1422"
12578 />
12579
12580 <apn carrier="U.S. Cellular"
12581 mcc="311"
12582 mnc="224"
12583 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12584 type="default,mms,dun,hipri,fota"
12585 authtype="3"
12586 protocol="IPV4V6"
12587 roaming_protocol="IPV4V6"
12588 bearer="5"
12589 mtu="1422"
12590 />
12591
12592 <apn carrier="U.S. Cellular"
12593 mcc="311"
12594 mnc="224"
12595 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12596 type="default,mms,dun,hipri,fota"
12597 authtype="3"
12598 protocol="IPV4V6"
12599 roaming_protocol="IPV4V6"
12600 bearer="6"
12601 mtu="1422"
12602 />
12603
12604 <apn carrier="U.S. Cellular"
12605 mcc="311"
12606 mnc="224"
12607 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12608 type="default,mms,dun,hipri,fota"
12609 authtype="3"
12610 protocol="IPV4V6"
12611 roaming_protocol="IPV4V6"
12612 bearer="7"
12613 mtu="1422"
12614 />
12615
12616 <apn carrier="U.S. Cellular"
12617 mcc="311"
12618 mnc="224"
12619 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12620 type="default,mms,dun,hipri,fota"
12621 authtype="3"
12622 protocol="IPV4V6"
12623 roaming_protocol="IPV4V6"
12624 bearer="8"
12625 mtu="1422"
12626 />
12627
12628 <apn carrier="U.S. Cellular"
12629 mcc="311"
12630 mnc="224"
12631 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12632 type="default,mms,dun,hipri,fota"
12633 authtype="3"
12634 protocol="IPV4V6"
12635 roaming_protocol="IPV4V6"
12636 bearer="12"
12637 mtu="1422"
12638 />
12639
12640 <apn carrier="U.S. Cellular"
12641 mcc="311"
12642 mnc="225"
12643 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12644 type="default,mms,dun,hipri,fota"
12645 authtype="3"
12646 protocol="IPV4V6"
12647 roaming_protocol="IPV4V6"
12648 bearer="4"
12649 mtu="1422"
12650 />
12651
12652 <apn carrier="U.S. Cellular"
12653 mcc="311"
12654 mnc="225"
12655 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12656 type="default,mms,dun,hipri,fota"
12657 authtype="3"
12658 protocol="IPV4V6"
12659 roaming_protocol="IPV4V6"
12660 bearer="5"
12661 mtu="1422"
12662 />
12663
12664 <apn carrier="U.S. Cellular"
12665 mcc="311"
12666 mnc="225"
12667 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12668 type="default,mms,dun,hipri,fota"
12669 authtype="3"
12670 protocol="IPV4V6"
12671 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012672 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070012673 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012674 />
12675
12676 <apn carrier="U.S. Cellular"
12677 mcc="311"
12678 mnc="225"
12679 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12680 type="default,mms,dun,hipri,fota"
12681 authtype="3"
12682 protocol="IPV4V6"
12683 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050012684 bearer="7"
12685 mtu="1422"
12686 />
12687
12688 <apn carrier="U.S. Cellular"
12689 mcc="311"
12690 mnc="225"
12691 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12692 type="default,mms,dun,hipri,fota"
12693 authtype="3"
12694 protocol="IPV4V6"
12695 roaming_protocol="IPV4V6"
12696 bearer="8"
12697 mtu="1422"
12698 />
12699
12700 <apn carrier="U.S. Cellular"
12701 mcc="311"
12702 mnc="225"
12703 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12704 type="default,mms,dun,hipri,fota"
12705 authtype="3"
12706 protocol="IPV4V6"
12707 roaming_protocol="IPV4V6"
12708 bearer="12"
Gordon Gao346b8172014-09-04 11:27:25 -070012709 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012710 />
12711
12712 <apn carrier="U.S. Cellular"
12713 mcc="311"
12714 mnc="225"
12715 apn="usccinternet"
12716 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12717 type="default,mms,dun,hipri,fota"
12718 carrier_enabled="true"
12719 protocol="IPV4V6"
12720 roaming_protocol="IPV4V6"
12721 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070012722 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012723 />
12724
12725 <apn carrier="U.S. Cellular"
12726 mcc="311"
12727 mnc="225"
12728 apn="usccinternet"
12729 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12730 type="default,mms,dun,hipri,fota"
12731 carrier_enabled="true"
12732 protocol="IPV4V6"
12733 roaming_protocol="IPV4V6"
12734 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070012735 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012736 />
12737
12738 <apn carrier="U.S. Cellular"
12739 mcc="311"
12740 mnc="226"
12741 apn="usccinternet"
12742 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12743 type="default,mms,dun,hipri,fota"
12744 protocol="IPV4V6"
12745 roaming_protocol="IPV4V6"
12746 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070012747 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012748 />
12749
12750 <apn carrier="U.S. Cellular"
12751 mcc="311"
12752 mnc="226"
12753 apn="usccinternet"
12754 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12755 type="default,mms,dun,hipri,fota"
12756 protocol="IPV4V6"
12757 roaming_protocol="IPV4V6"
12758 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070012759 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012760 />
12761
12762 <apn carrier="U.S. Cellular"
12763 mcc="311"
12764 mnc="226"
12765 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12766 type="default,mms,dun,hipri,fota"
12767 authtype="3"
12768 protocol="IPV4V6"
12769 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050012770 bearer="4"
12771 mtu="1422"
12772 />
12773
12774 <apn carrier="U.S. Cellular"
12775 mcc="311"
12776 mnc="226"
12777 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12778 type="default,mms,dun,hipri,fota"
12779 authtype="3"
12780 protocol="IPV4V6"
12781 roaming_protocol="IPV4V6"
12782 bearer="5"
12783 mtu="1422"
12784 />
12785
12786 <apn carrier="U.S. Cellular"
12787 mcc="311"
12788 mnc="226"
12789 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12790 type="default,mms,dun,hipri,fota"
12791 authtype="3"
12792 protocol="IPV4V6"
12793 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012794 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070012795 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012796 />
12797
12798 <apn carrier="U.S. Cellular"
12799 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050012800 mnc="226"
12801 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12802 type="default,mms,dun,hipri,fota"
12803 authtype="3"
12804 protocol="IPV4V6"
12805 roaming_protocol="IPV4V6"
12806 bearer="7"
12807 mtu="1422"
12808 />
12809
12810 <apn carrier="U.S. Cellular"
12811 mcc="311"
12812 mnc="226"
12813 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12814 type="default,mms,dun,hipri,fota"
12815 authtype="3"
12816 protocol="IPV4V6"
12817 roaming_protocol="IPV4V6"
12818 bearer="8"
12819 mtu="1422"
12820 />
12821
12822 <apn carrier="U.S. Cellular"
12823 mcc="311"
12824 mnc="226"
12825 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12826 type="default,mms,dun,hipri,fota"
12827 authtype="3"
12828 protocol="IPV4V6"
12829 roaming_protocol="IPV4V6"
12830 bearer="12"
12831 mtu="1422"
12832 />
12833
12834 <apn carrier="U.S. Cellular"
12835 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012836 mnc="227"
12837 apn="usccinternet"
12838 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12839 type="default,mms,dun,hipri,fota"
12840 protocol="IPV4V6"
12841 roaming_protocol="IPV4V6"
12842 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070012843 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012844 />
12845
12846 <apn carrier="U.S. Cellular"
12847 mcc="311"
12848 mnc="227"
12849 apn="usccinternet"
12850 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12851 type="default,mms,dun,hipri,fota"
12852 protocol="IPV4V6"
12853 roaming_protocol="IPV4V6"
12854 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070012855 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012856 />
12857
12858 <apn carrier="U.S. Cellular"
12859 mcc="311"
12860 mnc="227"
12861 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12862 type="default,mms,dun,hipri,fota"
12863 authtype="3"
12864 protocol="IPV4V6"
12865 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050012866 bearer="4"
12867 mtu="1422"
12868 />
12869
12870 <apn carrier="U.S. Cellular"
12871 mcc="311"
12872 mnc="227"
12873 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12874 type="default,mms,dun,hipri,fota"
12875 authtype="3"
12876 protocol="IPV4V6"
12877 roaming_protocol="IPV4V6"
12878 bearer="5"
12879 mtu="1422"
12880 />
12881
12882 <apn carrier="U.S. Cellular"
12883 mcc="311"
12884 mnc="227"
12885 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12886 type="default,mms,dun,hipri,fota"
12887 authtype="3"
12888 protocol="IPV4V6"
12889 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012890 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070012891 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012892 />
12893
12894 <apn carrier="U.S. Cellular"
12895 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050012896 mnc="227"
12897 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12898 type="default,mms,dun,hipri,fota"
12899 authtype="3"
12900 protocol="IPV4V6"
12901 roaming_protocol="IPV4V6"
12902 bearer="7"
12903 mtu="1422"
12904 />
12905
12906 <apn carrier="U.S. Cellular"
12907 mcc="311"
12908 mnc="227"
12909 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12910 type="default,mms,dun,hipri,fota"
12911 authtype="3"
12912 protocol="IPV4V6"
12913 roaming_protocol="IPV4V6"
12914 bearer="8"
12915 mtu="1422"
12916 />
12917
12918 <apn carrier="U.S. Cellular"
12919 mcc="311"
12920 mnc="227"
12921 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12922 type="default,mms,dun,hipri,fota"
12923 authtype="3"
12924 protocol="IPV4V6"
12925 roaming_protocol="IPV4V6"
12926 bearer="12"
12927 mtu="1422"
12928 />
12929
12930 <apn carrier="U.S. Cellular"
12931 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012932 mnc="228"
12933 apn="usccinternet"
12934 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12935 type="default,mms,dun,hipri,fota"
12936 protocol="IPV4V6"
12937 roaming_protocol="IPV4V6"
12938 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070012939 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012940 />
12941
12942 <apn carrier="U.S. Cellular"
12943 mcc="311"
12944 mnc="228"
12945 apn="usccinternet"
12946 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12947 type="default,mms,dun,hipri,fota"
12948 protocol="IPV4V6"
12949 roaming_protocol="IPV4V6"
12950 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070012951 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012952 />
12953
12954 <apn carrier="U.S. Cellular"
12955 mcc="311"
12956 mnc="228"
12957 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12958 type="default,mms,dun,hipri,fota"
12959 authtype="3"
12960 protocol="IPV4V6"
12961 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050012962 bearer="4"
12963 mtu="1422"
12964 />
12965
12966 <apn carrier="U.S. Cellular"
12967 mcc="311"
12968 mnc="228"
12969 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12970 type="default,mms,dun,hipri,fota"
12971 authtype="3"
12972 protocol="IPV4V6"
12973 roaming_protocol="IPV4V6"
12974 bearer="5"
12975 mtu="1422"
12976 />
12977
12978 <apn carrier="U.S. Cellular"
12979 mcc="311"
12980 mnc="228"
12981 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12982 type="default,mms,dun,hipri,fota"
12983 authtype="3"
12984 protocol="IPV4V6"
12985 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012986 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070012987 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050012988 />
12989
12990 <apn carrier="U.S. Cellular"
12991 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050012992 mnc="228"
12993 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
12994 type="default,mms,dun,hipri,fota"
12995 authtype="3"
12996 protocol="IPV4V6"
12997 roaming_protocol="IPV4V6"
12998 bearer="7"
12999 mtu="1422"
13000 />
13001
13002 <apn carrier="U.S. Cellular"
13003 mcc="311"
13004 mnc="228"
13005 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
13006 type="default,mms,dun,hipri,fota"
13007 authtype="3"
13008 protocol="IPV4V6"
13009 roaming_protocol="IPV4V6"
13010 bearer="8"
13011 mtu="1422"
13012 />
13013
13014 <apn carrier="U.S. Cellular"
13015 mcc="311"
13016 mnc="228"
13017 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
13018 type="default,mms,dun,hipri,fota"
13019 authtype="3"
13020 protocol="IPV4V6"
13021 roaming_protocol="IPV4V6"
13022 bearer="12"
13023 mtu="1422"
13024 />
13025
13026 <apn carrier="U.S. Cellular"
13027 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050013028 mnc="229"
13029 apn="usccinternet"
13030 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
13031 type="default,mms,dun,hipri,fota"
13032 protocol="IPV4V6"
13033 roaming_protocol="IPV4V6"
13034 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070013035 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050013036 />
13037
13038 <apn carrier="U.S. Cellular"
13039 mcc="311"
13040 mnc="229"
13041 apn="usccinternet"
13042 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
13043 type="default,mms,dun,hipri,fota"
13044 protocol="IPV4V6"
13045 roaming_protocol="IPV4V6"
13046 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070013047 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050013048 />
13049
13050 <apn carrier="U.S. Cellular"
13051 mcc="311"
13052 mnc="229"
13053 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
13054 type="default,mms,dun,hipri,fota"
13055 authtype="3"
13056 protocol="IPV4V6"
13057 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050013058 bearer="4"
13059 mtu="1422"
13060 />
13061
13062 <apn carrier="U.S. Cellular"
13063 mcc="311"
13064 mnc="229"
13065 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
13066 type="default,mms,dun,hipri,fota"
13067 authtype="3"
13068 protocol="IPV4V6"
13069 roaming_protocol="IPV4V6"
13070 bearer="5"
13071 mtu="1422"
13072 />
13073
13074 <apn carrier="U.S. Cellular"
13075 mcc="311"
13076 mnc="229"
13077 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
13078 type="default,mms,dun,hipri,fota"
13079 authtype="3"
13080 protocol="IPV4V6"
13081 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050013082 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070013083 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050013084 />
13085
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050013086 <apn carrier="U.S. Cellular"
13087 mcc="311"
13088 mnc="229"
13089 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
13090 type="default,mms,dun,hipri,fota"
13091 authtype="3"
13092 protocol="IPV4V6"
13093 roaming_protocol="IPV4V6"
13094 bearer="7"
13095 mtu="1422"
13096 />
13097
13098 <apn carrier="U.S. Cellular"
13099 mcc="311"
13100 mnc="229"
13101 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
13102 type="default,mms,dun,hipri,fota"
13103 authtype="3"
13104 protocol="IPV4V6"
13105 roaming_protocol="IPV4V6"
13106 bearer="8"
13107 mtu="1422"
13108 />
13109
13110 <apn carrier="U.S. Cellular"
13111 mcc="311"
13112 mnc="229"
13113 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
13114 type="default,mms,dun,hipri,fota"
13115 authtype="3"
13116 protocol="IPV4V6"
13117 roaming_protocol="IPV4V6"
13118 bearer="12"
13119 mtu="1422"
13120 />
13121
Jing Zhao8d1b97b2014-07-17 17:38:34 -050013122 <apn carrier="CSpire ota"
13123 mcc="311"
13124 mnc="230"
13125 apn="admin.cs4glte.com"
13126 server="*"
13127 mmsport=""
13128 mmsproxy=""
13129 mmsc="http://pix.cspire.com"
13130 type="admin,fota,ota"
13131 bearer="14"
13132 protocol="IPV4V6"
13133 />
13134
13135 <apn carrier="CSpire ota"
13136 mcc="311"
13137 mnc="230"
13138 apn="admin.cs4glte.com"
13139 server="*"
13140 mmsport=""
13141 mmsproxy=""
13142 mmsc="http://pix.cspire.com"
13143 type="admin,fota,ota"
13144 bearer="13"
13145 protocol="IPV4V6"
13146 />
13147
13148 <apn carrier="CSpire internet"
13149 mcc="311"
13150 mnc="230"
13151 apn="internet.cs4glte.com"
13152 server="*"
13153 mmsport=""
13154 mmsproxy=""
13155 mmsc="http://pix.cspire.com"
13156 type="default,internet,mms"
13157 protocol="IPV4V6"
13158 />
13159
13160 <apn carrier="CSpire tether"
13161 mcc="311"
13162 mnc="230"
13163 apn="tethering.cs4glte.com"
13164 server="*"
13165 mmsport=""
13166 mmsproxy=""
13167 mmsc="http://pix.cspire.com"
13168 type="dun,pam"
13169 bearer="13"
13170 protocol="IPV4V6"
13171 />
13172
13173 <apn carrier="CSpire tether"
13174 mcc="311"
13175 mnc="230"
13176 apn="tethering.cs4glte.com"
13177 server="*"
13178 mmsport=""
13179 mmsproxy=""
13180 mmsc="http://pix.cspire.com"
13181 type="dun,pam"
13182 bearer="14"
13183 protocol="IPV4V6"
13184 />
13185
Yong Zhangadfeaa62014-08-29 14:54:02 -050013186 <apn carrier="CSpire"
13187 mcc="311"
13188 mnc="230"
13189 apn="CdmaNai"
13190 mvno_type="spn"
13191 mvno_match_data="cspire"
13192 mmsc="http://pix.cspire.com/servlets/mms"
13193 mmsproxy="66.175.144.91"
13194 mmsport="80"
13195 type="mms"
13196 carrier_enabled="false"
13197 protocol="IPV4V6"
13198 roaming_protocol="IPV4V6"
13199 bearer="6"
13200 />
13201
13202 <apn carrier="leaco"
13203 mcc="311"
13204 mnc="310"
13205 apn="CdmaNai"
13206 mvno_type="spn"
13207 mvno_match_data="leaco"
13208 mmsc="http://204.181.155.217/mms/"
13209 mmsproxy=""
13210 mmsport=""
13211 type="mms"
13212 carrier_enabled="false"
13213 protocol="IPV4V6"
13214 roaming_protocol="IPV4V6"
13215 bearer="6"
13216 />
13217
13218 <apn carrier="Leaco IMS"
13219 mcc="311"
13220 mnc="310"
13221 apn="VZWIMS"
13222 type="ims,ia"
13223 mvno_type="spn"
13224 mvno_match_data="leaco"
13225 protocol="IPV4V6"
13226 roaming_protocol="IPV4V6"
13227 bearer="13"
13228 />
13229
13230 <apn carrier="Leaco IMS"
13231 mcc="311"
13232 mnc="310"
13233 apn="VZWIMS"
13234 type="ims,ia"
13235 mvno_type="spn"
13236 mvno_match_data="leaco"
13237 protocol="IPV4V6"
13238 roaming_protocol="IPV4V6"
13239 bearer="14"
13240 />
13241
13242 <apn carrier="Leaco FOTA"
13243 mcc="311"
13244 mnc="310"
13245 apn="VZWADMIN"
13246 type="fota"
13247 mvno_type="spn"
13248 mvno_match_data="leaco"
13249 protocol="IPV4V6"
13250 roaming_protocol="IPV4V6"
13251 bearer="13"
13252 />
13253
13254 <apn carrier="Leaco FOTA"
13255 mcc="311"
13256 mnc="310"
13257 apn="VZWADMIN"
13258 type="fota"
13259 mvno_type="spn"
13260 mvno_match_data="leaco"
13261 protocol="IPV4V6"
13262 roaming_protocol="IPV4V6"
13263 bearer="14"
13264 />
13265
13266 <apn carrier="Leaco"
13267 mcc="311"
13268 mnc="310"
13269 apn="VZWINTERNET"
13270 mmsc="http://204.181.155.217/mms/"
13271 mmsproxy=""
13272 mmsport=""
13273 mvno_type="spn"
13274 mvno_match_data="leaco"
13275 type="default,mms,dun,supl"
13276 protocol="IPV4V6"
13277 roaming_protocol="IPV4V6"
13278 bearer="13"
13279 />
13280
13281 <apn carrier="Leaco"
13282 mcc="311"
13283 mnc="310"
13284 apn="VZWINTERNET"
13285 mmsc="http://204.181.155.217/mms/"
13286 mmsproxy=""
13287 mmsport=""
13288 mvno_type="spn"
13289 mvno_match_data="leaco"
13290 type="default,mms,dun,supl"
13291 protocol="IPV4V6"
13292 roaming_protocol="IPV4V6"
13293 bearer="14"
13294 />
13295
13296 <apn carrier="illinoisvalley"
13297 mcc="311"
13298 mnc="340"
13299 apn="CdmaNai"
13300 mvno_type="spn"
13301 mvno_match_data="illinoisvalley"
13302 mmsc="http://mms.iot1.com/ivc/mms.php"
13303 mmsproxy=""
13304 mmsport=""
13305 type="mms"
13306 carrier_enabled="false"
13307 protocol="IPV4V6"
13308 roaming_protocol="IPV4V6"
13309 bearer="6"
13310 />
13311
13312 <apn carrier="Illinois IMS"
13313 mcc="311"
13314 mnc="340"
13315 apn="VZWIMS"
13316 type="ims,ia"
13317 mvno_type="spn"
13318 mvno_match_data="illinoisvalley"
13319 protocol="IPV4V6"
13320 roaming_protocol="IPV4V6"
13321 bearer="13"
13322 />
13323
13324 <apn carrier="Illinois IMS"
13325 mcc="311"
13326 mnc="340"
13327 apn="VZWIMS"
13328 type="ims,ia"
13329 mvno_type="spn"
13330 mvno_match_data="illinoisvalley"
13331 protocol="IPV4V6"
13332 roaming_protocol="IPV4V6"
13333 bearer="14"
13334 />
13335
13336 <apn carrier="Illinois FOTA"
13337 mcc="311"
13338 mnc="340"
13339 apn="VZWADMIN"
13340 type="fota"
13341 mvno_type="spn"
13342 mvno_match_data="illinoisvalley"
13343 protocol="IPV4V6"
13344 roaming_protocol="IPV4V6"
13345 bearer="13"
13346 />
13347
13348 <apn carrier="Illinois FOTA"
13349 mcc="311"
13350 mnc="340"
13351 apn="VZWADMIN"
13352 type="fota"
13353 mvno_type="spn"
13354 mvno_match_data="illinoisvalley"
13355 protocol="IPV4V6"
13356 roaming_protocol="IPV4V6"
13357 bearer="14"
13358 />
13359
13360 <apn carrier="Illinois valley"
13361 mcc="311"
13362 mnc="340"
13363 apn="VZWINTERNET"
13364 mmsc="http://mms.iot1.com/ivc/mms.php"
13365 mmsproxy=""
13366 mmsport=""
13367 mvno_type="spn"
13368 mvno_match_data="illinoisvalley"
13369 type="default,mms,dun,supl"
13370 protocol="IPV4V6"
13371 roaming_protocol="IPV4V6"
13372 bearer="13"
13373 />
13374
13375 <apn carrier="Illinois valley"
13376 mcc="311"
13377 mnc="340"
13378 apn="VZWINTERNET"
13379 mmsc="http://mms.iot1.com/ivc/mms.php"
13380 mmsproxy=""
13381 mmsport=""
13382 mvno_type="spn"
13383 mvno_match_data="illinoisvalley"
13384 type="default,mms,dun,supl"
13385 protocol="IPV4V6"
13386 roaming_protocol="IPV4V6"
13387 bearer="14"
13388 />
13389
13390 <apn carrier="nemont"
13391 mcc="311"
13392 mnc="350"
13393 apn="CdmaNai"
13394 mvno_type="spn"
13395 mvno_match_data="nemont"
13396 mmsc="http://mms.nemont.mobi/mms/"
13397 mmsproxy=""
13398 mmsport=""
13399 type="mms"
13400 carrier_enabled="false"
13401 protocol="IPV4V6"
13402 roaming_protocol="IPV4V6"
13403 bearer="6"
13404 />
13405
13406 <apn carrier="Nemont IMS"
13407 mcc="311"
13408 mnc="350"
13409 apn="VZWIMS"
13410 type="ims,ia"
13411 mvno_type="spn"
13412 mvno_match_data="nemont"
13413 protocol="IPV4V6"
13414 roaming_protocol="IPV4V6"
13415 bearer="13"
13416 />
13417
13418 <apn carrier="Nemont IMS"
13419 mcc="311"
13420 mnc="350"
13421 apn="VZWIMS"
13422 type="ims,ia"
13423 mvno_type="spn"
13424 mvno_match_data="nemont"
13425 protocol="IPV4V6"
13426 roaming_protocol="IPV4V6"
13427 bearer="14"
13428 />
13429
13430 <apn carrier="Nemont FOTA"
13431 mcc="311"
13432 mnc="350"
13433 apn="VZWADMIN"
13434 type="fota"
13435 mvno_type="spn"
13436 mvno_match_data="nemont"
13437 protocol="IPV4V6"
13438 roaming_protocol="IPV4V6"
13439 bearer="13"
13440 />
13441
13442 <apn carrier="Nemont FOTA"
13443 mcc="311"
13444 mnc="350"
13445 apn="VZWADMIN"
13446 type="fota"
13447 mvno_type="spn"
13448 mvno_match_data="nemont"
13449 protocol="IPV4V6"
13450 roaming_protocol="IPV4V6"
13451 bearer="14"
13452 />
13453
13454 <apn carrier="Nemont"
13455 mcc="311"
13456 mnc="350"
13457 apn="VZWINTERNET"
13458 mmsc="http://mms.nemont.mobi/mms/"
13459 mmsproxy=""
13460 mmsport=""
13461 mvno_type="spn"
13462 mvno_match_data="nemont"
13463 type="default,mms,dun,supl"
13464 protocol="IPV4V6"
13465 roaming_protocol="IPV4V6"
13466 bearer="13"
13467 />
13468
13469 <apn carrier="Nemont"
13470 mcc="311"
13471 mnc="350"
13472 apn="VZWINTERNET"
13473 mmsc="http://mms.nemont.mobi/mms/"
13474 mmsproxy=""
13475 mmsport=""
13476 mvno_type="spn"
13477 mvno_match_data="nemont"
13478 type="default,mms,dun,supl"
13479 protocol="IPV4V6"
13480 roaming_protocol="IPV4V6"
13481 bearer="14"
13482 />
13483
Jing Zhao8d1b97b2014-07-17 17:38:34 -050013484 <apn carrier="GCI WEB"
13485 mcc="311"
13486 mnc="370"
13487 apn="web.gci"
13488 type="default,supl"
13489 />
13490
13491 <apn carrier="GCI MMS"
13492 mcc="311"
13493 mnc="370"
13494 apn="mms.gci"
13495 proxy="209.4.229.92"
13496 port="9201"
13497 mmsc="http://mmsc.gci.csky.us:6672"
13498 mmsproxy="209.4.229.92"
13499 mmsport="9201"
13500 type="mms"
13501 />
13502
13503 <apn carrier="ACS WEB"
13504 mcc="311"
13505 mnc="370"
13506 apn="web.acs"
13507 type="default,supl"
13508 mvno_match_data="3113702"
13509 mvno_type="imsi"
13510 />
13511
13512 <apn carrier="ACS MMS"
13513 mcc="311"
13514 mnc="370"
13515 apn="mms.acs"
13516 mmsc="http://mmsc.acsalaska.net"
13517 mmsproxy="209.4.229.92"
13518 mmsport="9201"
13519 type="mms"
13520 mvno_match_data="3113702"
13521 mvno_type="imsi"
13522 />
13523
Jing Zhao260ee292014-08-25 10:47:44 -050013524 <apn carrier="Ericsson Test-SIM Internet"
13525 mcc="311"
13526 mnc="390"
13527 apn="VZWINTERNET"
13528 mmsc="http://mms.vtext.com/servlets/mms"
13529 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -050013530 protocol="IPV4V6"
13531 roaming_protocol="IPV4V6"
13532 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -050013533 profile_id="0"
13534 modem_cognitive="true"
13535 max_conns="1023"
13536 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -050013537 />
13538
13539 <apn carrier="Ericsson Test-SIM Internet"
13540 mcc="311"
13541 mnc="390"
13542 apn="VZWINTERNET"
13543 mmsc="http://mms.vtext.com/servlets/mms"
13544 type="default,dun"
Jing Zhao260ee292014-08-25 10:47:44 -050013545 protocol="IPV4V6"
13546 roaming_protocol="IPV4V6"
13547 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -050013548 profile_id="0"
13549 modem_cognitive="true"
13550 max_conns="1023"
13551 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -050013552 />
13553
13554 <apn carrier="Ericsson Test-SIM FOTA"
13555 mcc="311"
13556 mnc="390"
13557 apn="VZWADMIN"
13558 type="fota"
Jing Zhao260ee292014-08-25 10:47:44 -050013559 protocol="IPV4V6"
13560 roaming_protocol="IPV4V6"
13561 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -050013562 profile_id="3"
13563 modem_cognitive="true"
13564 max_conns="1023"
13565 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -050013566 />
13567
13568 <apn carrier="Ericsson Test-SIM FOTA"
13569 mcc="311"
13570 mnc="390"
13571 apn="VZWADMIN"
13572 type="fota"
Jing Zhao260ee292014-08-25 10:47:44 -050013573 protocol="IPV4V6"
13574 roaming_protocol="IPV4V6"
13575 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -050013576 profile_id="3"
13577 modem_cognitive="true"
13578 max_conns="1023"
13579 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -050013580 />
13581
13582 <apn carrier="Ericsson Test-SIM IMS"
13583 mcc="311"
13584 mnc="390"
13585 apn="VZWIMS"
13586 type="ims,ia"
Jing Zhao260ee292014-08-25 10:47:44 -050013587 protocol="IPV4V6"
13588 roaming_protocol="IPV4V6"
13589 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -050013590 profile_id="2"
13591 modem_cognitive="true"
13592 max_conns="1023"
13593 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -050013594 />
13595
13596 <apn carrier="Ericsson Test-SIM IMS"
13597 mcc="311"
13598 mnc="390"
13599 apn="VZWIMS"
13600 type="ims,ia"
Jing Zhao260ee292014-08-25 10:47:44 -050013601 protocol="IPV4V6"
13602 roaming_protocol="IPV4V6"
13603 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -050013604 profile_id="2"
13605 modem_cognitive="true"
13606 max_conns="1023"
13607 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -050013608 />
13609
13610 <apn carrier="Ericsson Test-SIM CBS"
13611 mcc="311"
13612 mnc="390"
13613 apn="VZWAPP"
13614 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -050013615 type="cbs,mms"
Jing Zhao260ee292014-08-25 10:47:44 -050013616 protocol="IPV4V6"
13617 roaming_protocol="IPV4V6"
13618 bearer="14"
Hui Wang2f965ea2014-09-17 13:07:01 -050013619 profile_id="4"
13620 modem_cognitive="true"
13621 max_conns="1023"
13622 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -050013623 />
13624
13625 <apn carrier="Ericsson Test-SIM CBS"
13626 mcc="311"
13627 mnc="390"
13628 apn="VZWAPP"
13629 mmsc="http://mms.vtext.com/servlets/mms"
Jing Zhao77710832014-09-12 10:32:43 -050013630 type="cbs,mms"
Jing Zhao260ee292014-08-25 10:47:44 -050013631 protocol="IPV4V6"
13632 roaming_protocol="IPV4V6"
13633 bearer="13"
Hui Wang2f965ea2014-09-17 13:07:01 -050013634 profile_id="4"
13635 modem_cognitive="true"
13636 max_conns="1023"
13637 max_conns_time="300"
Jing Zhao260ee292014-08-25 10:47:44 -050013638 />
13639
Yong Zhangadfeaa62014-08-29 14:54:02 -050013640 <apn carrier="chatmobrsa2"
13641 mcc="311"
13642 mnc="410"
13643 apn="CdmaNai"
13644 mvno_type="spn"
13645 mvno_match_data="chatmobrsa2"
13646 mmsc="http://mmsc.hawkeyeswitch.net/mms/"
13647 mmsproxy=""
13648 mmsport="80"
13649 type="mms"
13650 carrier_enabled="false"
13651 protocol="IPV4V6"
13652 roaming_protocol="IPV4V6"
13653 bearer="6"
13654 />
13655
13656 <apn carrier="Chatmobrsa2 IMS"
13657 mcc="311"
13658 mnc="410"
13659 apn="VZWIMS"
13660 type="ims,ia"
13661 mvno_type="spn"
13662 mvno_match_data="chatmobrsa2"
13663 protocol="IPV4V6"
13664 roaming_protocol="IPV4V6"
13665 bearer="13"
13666 />
13667
13668 <apn carrier="Chatmobrsa2 IMS"
13669 mcc="311"
13670 mnc="410"
13671 apn="VZWIMS"
13672 type="ims,ia"
13673 mvno_type="spn"
13674 mvno_match_data="chatmobrsa2"
13675 protocol="IPV4V6"
13676 roaming_protocol="IPV4V6"
13677 bearer="14"
13678 />
13679
13680 <apn carrier="Chatmobrsa2 FOTA"
13681 mcc="311"
13682 mnc="410"
13683 apn="VZWADMIN"
13684 type="fota"
13685 mvno_type="spn"
13686 mvno_match_data="chatmobrsa2"
13687 protocol="IPV4V6"
13688 roaming_protocol="IPV4V6"
13689 bearer="13"
13690 />
13691
13692 <apn carrier="Chatmobrsa2 FOTA"
13693 mcc="311"
13694 mnc="410"
13695 apn="VZWADMIN"
13696 type="fota"
13697 mvno_type="spn"
13698 mvno_match_data="chatmobrsa2"
13699 protocol="IPV4V6"
13700 roaming_protocol="IPV4V6"
13701 bearer="14"
13702 />
13703
13704 <apn carrier="Chatmobrsa2"
13705 mcc="311"
13706 mnc="410"
13707 apn="VZWINTERNET"
13708 mmsc="http://mmsc.hawkeyeswitch.net/mms/"
13709 mmsproxy=""
13710 mmsport="80"
13711 mvno_type="spn"
13712 mvno_match_data="chatmobrsa2"
13713 type="default,mms,dun,supl"
13714 protocol="IPV4V6"
13715 roaming_protocol="IPV4V6"
13716 bearer="13"
13717 />
13718
13719 <apn carrier="Chatmobrsa2"
13720 mcc="311"
13721 mnc="410"
13722 apn="VZWINTERNET"
13723 mmsc="http://mmsc.hawkeyeswitch.net/mms/"
13724 mmsproxy=""
13725 mmsport="80"
13726 mvno_type="spn"
13727 mvno_match_data="chatmobrsa2"
13728 type="default,mms,dun,supl"
13729 protocol="IPV4V6"
13730 roaming_protocol="IPV4V6"
13731 bearer="14"
13732 />
13733
13734 <apn carrier="northwestcell"
13735 mcc="311"
13736 mnc="420"
13737 apn="CdmaNai"
13738 mvno_type="spn"
13739 mvno_match_data="northwestcell"
13740 mmsc="http://mms.nwmcell.com/mms/"
13741 mmsproxy=""
13742 mmsport=""
13743 type="mms"
13744 carrier_enabled="false"
13745 protocol="IPV4V6"
13746 roaming_protocol="IPV4V6"
13747 bearer="6"
13748 />
13749
13750 <apn carrier="NW IMS"
13751 mcc="311"
13752 mnc="420"
13753 apn="VZWIMS"
13754 type="ims,ia"
13755 mvno_type="spn"
13756 mvno_match_data="northwestcell"
13757 protocol="IPV4V6"
13758 roaming_protocol="IPV4V6"
13759 bearer="13"
13760 />
13761
13762 <apn carrier="NW IMS"
13763 mcc="311"
13764 mnc="420"
13765 apn="VZWIMS"
13766 type="ims,ia"
13767 mvno_type="spn"
13768 mvno_match_data="northwestcell"
13769 protocol="IPV4V6"
13770 roaming_protocol="IPV4V6"
13771 bearer="14"
13772 />
13773
13774 <apn carrier="NW FOTA"
13775 mcc="311"
13776 mnc="420"
13777 apn="VZWADMIN"
13778 type="fota"
13779 mvno_type="spn"
13780 mvno_match_data="northwestcell"
13781 protocol="IPV4V6"
13782 roaming_protocol="IPV4V6"
13783 bearer="13"
13784 />
13785
13786 <apn carrier="NW FOTA"
13787 mcc="311"
13788 mnc="420"
13789 apn="VZWADMIN"
13790 type="fota"
13791 mvno_type="spn"
13792 mvno_match_data="northwestcell"
13793 protocol="IPV4V6"
13794 roaming_protocol="IPV4V6"
13795 bearer="14"
13796 />
13797
13798 <apn carrier="Northwestcell"
13799 mcc="311"
13800 mnc="420"
13801 apn="VZWINTERNET"
13802 mmsc="http://mms.nwmcell.com/mms/"
13803 mmsproxy=""
13804 mmsport=""
13805 mvno_type="spn"
13806 mvno_match_data="northwestcell"
13807 type="default,mms,dun,supl"
13808 protocol="IPV4V6"
13809 roaming_protocol="IPV4V6"
13810 bearer="13"
13811 />
13812
13813 <apn carrier="Northwestcell"
13814 mcc="311"
13815 mnc="420"
13816 apn="VZWINTERNET"
13817 mmsc="http://mms.nwmcell.com/mms/"
13818 mmsproxy=""
13819 mmsport=""
13820 mvno_type="spn"
13821 mvno_match_data="northwestcell"
13822 type="default,mms,dun,supl"
13823 protocol="IPV4V6"
13824 roaming_protocol="IPV4V6"
13825 bearer="14"
13826 />
13827
13828 <apn carrier="chatmobrsa1"
13829 mcc="311"
13830 mnc="430"
13831 apn="CdmaNai"
13832 mvno_type="spn"
13833 mvno_match_data="chatmobrsa1"
13834 mmsc="http://mmsc.hawkeyeswitch.net/mms/"
13835 mmsproxy=""
13836 mmsport="80"
13837 type="mms"
13838 carrier_enabled="false"
13839 protocol="IPV4V6"
13840 roaming_protocol="IPV4V6"
13841 bearer="6"
13842 />
13843
13844 <apn carrier="Chatmobrsa1 IMS"
13845 mcc="311"
13846 mnc="430"
13847 apn="VZWIMS"
13848 type="ims,ia"
13849 mvno_type="spn"
13850 mvno_match_data="chatmobrsa1"
13851 protocol="IPV4V6"
13852 roaming_protocol="IPV4V6"
13853 bearer="13"
13854 />
13855
13856 <apn carrier="Chatmobrsa1 IMS"
13857 mcc="311"
13858 mnc="430"
13859 apn="VZWIMS"
13860 type="ims,ia"
13861 mvno_type="spn"
13862 mvno_match_data="chatmobrsa1"
13863 protocol="IPV4V6"
13864 roaming_protocol="IPV4V6"
13865 bearer="14"
13866 />
13867
13868 <apn carrier="Chatmobrsa1 FOTA"
13869 mcc="311"
13870 mnc="430"
13871 apn="VZWADMIN"
13872 type="fota"
13873 mvno_type="spn"
13874 mvno_match_data="chatmobrsa1"
13875 protocol="IPV4V6"
13876 roaming_protocol="IPV4V6"
13877 bearer="13"
13878 />
13879
13880 <apn carrier="Chatmobrsa1 FOTA"
13881 mcc="311"
13882 mnc="430"
13883 apn="VZWADMIN"
13884 type="fota"
13885 mvno_type="spn"
13886 mvno_match_data="chatmobrsa1"
13887 protocol="IPV4V6"
13888 roaming_protocol="IPV4V6"
13889 bearer="14"
13890 />
13891
13892 <apn carrier="Chatmobrsa1"
13893 mcc="311"
13894 mnc="430"
13895 apn="VZWINTERNET"
13896 mmsc="http://mmsc.hawkeyeswitch.net/mms/"
13897 mmsproxy=""
13898 mmsport="80"
13899 mvno_type="spn"
13900 mvno_match_data="chatmobrsa1"
13901 type="default,mms,dun,supl"
13902 protocol="IPV4V6"
13903 roaming_protocol="IPV4V6"
13904 bearer="13"
13905 />
13906
13907 <apn carrier="Chatmobrsa1"
13908 mcc="311"
13909 mnc="430"
13910 apn="VZWINTERNET"
13911 mmsc="http://mmsc.hawkeyeswitch.net/mms/"
13912 mmsproxy=""
13913 mmsport="80"
13914 mvno_type="spn"
13915 mvno_match_data="chatmobrsa1"
13916 type="default,mms,dun,supl"
13917 protocol="IPV4V6"
13918 roaming_protocol="IPV4V6"
13919 bearer="14"
13920 />
13921
13922 <apn carrier="bluegrass"
13923 mcc="311"
13924 mnc="440"
13925 apn="CdmaNai"
13926 mvno_type="spn"
13927 mvno_match_data="bluegrass"
13928 mmsc="http://mms.iot1.com/bluegrass/mms.php"
13929 mmsproxy=""
13930 mmsport=""
13931 type="mms"
13932 carrier_enabled="false"
13933 protocol="IPV4V6"
13934 roaming_protocol="IPV4V6"
13935 bearer="6"
13936 />
13937
13938 <apn carrier="Bluegrass IMS"
13939 mcc="311"
13940 mnc="440"
13941 apn="VZWIMS"
13942 type="ims,ia"
13943 mvno_type="spn"
13944 mvno_match_data="bluegrass"
13945 protocol="IPV4V6"
13946 roaming_protocol="IPV4V6"
13947 bearer="13"
13948 />
13949
13950 <apn carrier="Bluegrass IMS"
13951 mcc="311"
13952 mnc="440"
13953 apn="VZWIMS"
13954 type="ims,ia"
13955 mvno_type="spn"
13956 mvno_match_data="bluegrass"
13957 protocol="IPV4V6"
13958 roaming_protocol="IPV4V6"
13959 bearer="14"
13960 />
13961
13962 <apn carrier="Bluegrass FOTA"
13963 mcc="311"
13964 mnc="440"
13965 apn="VZWADMIN"
13966 type="fota"
13967 mvno_type="spn"
13968 mvno_match_data="bluegrass"
13969 protocol="IPV4V6"
13970 roaming_protocol="IPV4V6"
13971 bearer="13"
13972 />
13973
13974 <apn carrier="Bluegrass FOTA"
13975 mcc="311"
13976 mnc="440"
13977 apn="VZWADMIN"
13978 type="fota"
13979 mvno_type="spn"
13980 mvno_match_data="bluegrass"
13981 protocol="IPV4V6"
13982 roaming_protocol="IPV4V6"
13983 bearer="14"
13984 />
13985
13986 <apn carrier="Bluegrass"
13987 mcc="311"
13988 mnc="440"
13989 apn="VZWINTERNET"
13990 mmsc="http://mms.iot1.com/bluegrass/mms.php"
13991 mmsproxy=""
13992 mmsport=""
13993 mvno_type="spn"
13994 mvno_match_data="bluegrass"
13995 type="default,mms,dun,supl"
13996 protocol="IPV4V6"
13997 roaming_protocol="IPV4V6"
13998 bearer="13"
13999 />
14000
14001 <apn carrier="Bluegrass"
14002 mcc="311"
14003 mnc="440"
14004 apn="VZWINTERNET"
14005 mmsc="http://mms.iot1.com/bluegrass/mms.php"
14006 mmsproxy=""
14007 mmsport=""
14008 mvno_type="spn"
14009 mvno_match_data="bluegrass"
14010 type="default,mms,dun,supl"
14011 protocol="IPV4V6"
14012 roaming_protocol="IPV4V6"
14013 bearer="14"
14014 />
14015
14016 <apn carrier="ptci"
14017 mcc="311"
14018 mnc="450"
14019 apn="CdmaNai"
14020 mvno_type="spn"
14021 mvno_match_data="ptci"
14022 mmsc="http://mmsc.ptci.net"
14023 mmsproxy=""
14024 mmsport="6672"
14025 type="mms"
14026 carrier_enabled="false"
14027 protocol="IPV4V6"
14028 roaming_protocol="IPV4V6"
14029 bearer="6"
14030 />
14031
14032 <apn carrier="Ptci IMS"
14033 mcc="311"
14034 mnc="450"
14035 apn="VZWIMS"
14036 type="ims,ia"
14037 mvno_type="spn"
14038 mvno_match_data="ptci"
14039 protocol="IPV4V6"
14040 roaming_protocol="IPV4V6"
14041 bearer="13"
14042 />
14043
14044 <apn carrier="Ptci IMS"
14045 mcc="311"
14046 mnc="450"
14047 apn="VZWIMS"
14048 type="ims,ia"
14049 mvno_type="spn"
14050 mvno_match_data="ptci"
14051 protocol="IPV4V6"
14052 roaming_protocol="IPV4V6"
14053 bearer="14"
14054 />
14055
14056 <apn carrier="Ptci FOTA"
14057 mcc="311"
14058 mnc="450"
14059 apn="VZWADMIN"
14060 type="fota"
14061 mvno_type="spn"
14062 mvno_match_data="ptci"
14063 protocol="IPV4V6"
14064 roaming_protocol="IPV4V6"
14065 bearer="13"
14066 />
14067
14068 <apn carrier="Ptci FOTA"
14069 mcc="311"
14070 mnc="450"
14071 apn="VZWADMIN"
14072 type="fota"
14073 mvno_type="spn"
14074 mvno_match_data="ptci"
14075 protocol="IPV4V6"
14076 roaming_protocol="IPV4V6"
14077 bearer="14"
14078 />
14079
14080 <apn carrier="Ptci"
14081 mcc="311"
14082 mnc="450"
14083 apn="VZWINTERNET"
14084 mmsc="http://mmsc.ptci.net"
14085 mmsproxy=""
14086 mmsport="6672"
14087 mvno_type="spn"
14088 mvno_match_data="ptci"
14089 type="default,mms,dun,supl"
14090 protocol="IPV4V6"
14091 roaming_protocol="IPV4V6"
14092 bearer="13"
14093 />
14094
14095 <apn carrier="Ptci"
14096 mcc="311"
14097 mnc="450"
14098 apn="VZWINTERNET"
14099 mmsc="http://mmsc.ptci.net"
14100 mmsproxy=""
14101 mmsport="6672"
14102 mvno_type="spn"
14103 mvno_match_data="ptci"
14104 type="default,mms,dun,supl"
14105 protocol="IPV4V6"
14106 roaming_protocol="IPV4V6"
14107 bearer="14"
14108 />
14109
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -070014110 <!-- Need two APNs for CDMA technologies: a default that is used normally -->
14111 <!-- and a second APN to be used when DUN is required. Even though the -->
14112 <!-- parameters appear the same, the profileID sent to the radio when requesting -->
14113 <!-- a DUN connection will be different -->
14114 <!-- IS95A - CDMA -->
Yong Zhangadfeaa62014-08-29 14:54:02 -050014115 <apn carrier="Verizon"
14116 mcc="311"
14117 mnc="480"
14118 apn="internet"
14119 authtype="3"
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -070014120 type="default,mms,supl,fota,ims,cbs"
14121 mmsc="http://mms.vtext.com/servlets/mms"
14122 protocol="IPV4V6"
14123 bearer="4"
14124 />
14125 <apn carrier="Verizon"
14126 mcc="311"
14127 mnc="480"
14128 apn="internet"
14129 authtype="3"
14130 type="default,mms,supl,fota,ims,cbs,dun"
Yong Zhangadfeaa62014-08-29 14:54:02 -050014131 mmsc="http://mms.vtext.com/servlets/mms"
14132 protocol="IPV4V6"
14133 bearer="4"
14134 />
14135
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -070014136 <!-- IS95B - CDMA -->
Yong Zhangadfeaa62014-08-29 14:54:02 -050014137 <apn carrier="Verizon"
14138 mcc="311"
14139 mnc="480"
14140 apn="internet"
14141 authtype="3"
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -070014142 type="default,mms,supl,fota,ims,cbs"
14143 mmsc="http://mms.vtext.com/servlets/mms"
14144 protocol="IPV4V6"
14145 bearer="5"
14146 />
14147 <apn carrier="Verizon"
14148 mcc="311"
14149 mnc="480"
14150 apn="internet"
14151 authtype="3"
14152 type="default,mms,supl,fota,ims,cbs,dun"
Yong Zhangadfeaa62014-08-29 14:54:02 -050014153 mmsc="http://mms.vtext.com/servlets/mms"
14154 protocol="IPV4V6"
14155 bearer="5"
14156 />
14157
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -070014158 <!-- 1xRTT - CDMA -->
Yong Zhangadfeaa62014-08-29 14:54:02 -050014159 <apn carrier="Verizon"
14160 mcc="311"
14161 mnc="480"
14162 apn="internet"
14163 authtype="3"
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -070014164 type="default,mms,supl,fota,ims,cbs"
14165 mmsc="http://mms.vtext.com/servlets/mms"
14166 protocol="IPV4V6"
14167 bearer="6"
14168 />
14169 <apn carrier="Verizon"
14170 mcc="311"
14171 mnc="480"
14172 apn="internet"
14173 authtype="3"
14174 type="default,mms,supl,fota,ims,cbs,dun"
Yong Zhangadfeaa62014-08-29 14:54:02 -050014175 mmsc="http://mms.vtext.com/servlets/mms"
14176 protocol="IPV4V6"
14177 bearer="6"
14178 />
14179
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -070014180 <!-- EVDO_0 - CDMA -->
Yong Zhangadfeaa62014-08-29 14:54:02 -050014181 <apn carrier="Verizon"
14182 mcc="311"
14183 mnc="480"
14184 apn="internet"
14185 authtype="3"
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -070014186 type="default,mms,supl,fota,ims,cbs"
14187 mmsc="http://mms.vtext.com/servlets/mms"
14188 protocol="IPV4V6"
14189 bearer="7"
14190 />
14191 <apn carrier="Verizon"
14192 mcc="311"
14193 mnc="480"
14194 apn="internet"
14195 authtype="3"
14196 type="default,mms,supl,fota,ims,cbs,dun"
Yong Zhangadfeaa62014-08-29 14:54:02 -050014197 mmsc="http://mms.vtext.com/servlets/mms"
14198 protocol="IPV4V6"
14199 bearer="7"
14200 />
14201
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -070014202 <!-- EVDO_A - CDMA -->
Yong Zhangadfeaa62014-08-29 14:54:02 -050014203 <apn carrier="Verizon"
14204 mcc="311"
14205 mnc="480"
14206 apn="internet"
14207 authtype="3"
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -070014208 type="default,mms,supl,fota,ims,cbs"
14209 mmsc="http://mms.vtext.com/servlets/mms"
14210 protocol="IPV4V6"
14211 bearer="8"
14212 />
14213 <apn carrier="Verizon"
14214 mcc="311"
14215 mnc="480"
14216 apn="internet"
14217 authtype="3"
14218 type="default,mms,supl,fota,ims,cbs,dun"
Yong Zhangadfeaa62014-08-29 14:54:02 -050014219 mmsc="http://mms.vtext.com/servlets/mms"
14220 protocol="IPV4V6"
14221 bearer="8"
14222 />
14223
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -070014224 <!-- EVDO_B - CDMA -->
Yong Zhangadfeaa62014-08-29 14:54:02 -050014225 <apn carrier="Verizon"
14226 mcc="311"
14227 mnc="480"
14228 apn="internet"
14229 authtype="3"
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -070014230 type="default,mms,supl,fota,ims,cbs"
Yong Zhangadfeaa62014-08-29 14:54:02 -050014231 mmsc="http://mms.vtext.com/servlets/mms"
14232 protocol="IPV4V6"
14233 bearer="12"
14234 />
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -070014235 <apn carrier="Verizon"
14236 mcc="311"
14237 mnc="480"
14238 apn="internet"
14239 authtype="3"
14240 type="default,mms,supl,fota,ims,cbs,dun"
14241 mmsc="http://mms.vtext.com/servlets/mms"
14242 protocol="IPV4V6"
14243 bearer="12"
14244 />
14245
Yong Zhangadfeaa62014-08-29 14:54:02 -050014246
14247 <apn carrier="Verizon"
14248 mcc="311"
14249 mnc="480"
14250 apn="VZWINTERNET"
14251 type="default,dun,supl"
14252 protocol="IPV4V6"
14253 roaming_protocol="IPV4V6"
14254 bearer="1"
14255 profile_id="0"
14256 modem_cognitive="true"
14257 max_conns="1023"
14258 max_conns_time="300"
14259 />
14260
14261 <apn carrier="Verizon"
14262 mcc="311"
14263 mnc="480"
14264 apn="VZWINTERNET"
14265 type="default,dun,supl"
14266 protocol="IPV4V6"
14267 roaming_protocol="IPV4V6"
14268 bearer="2"
14269 profile_id="0"
14270 modem_cognitive="true"
14271 max_conns="1023"
14272 max_conns_time="300"
14273 />
14274
14275 <apn carrier="Verizon"
14276 mcc="311"
14277 mnc="480"
14278 apn="VZWINTERNET"
14279 type="default,dun,supl"
14280 protocol="IPV4V6"
14281 roaming_protocol="IPV4V6"
14282 bearer="3"
14283 profile_id="0"
14284 modem_cognitive="true"
14285 max_conns="1023"
14286 max_conns_time="300"
14287 />
14288
14289 <apn carrier="Verizon"
14290 mcc="311"
14291 mnc="480"
14292 apn="VZWINTERNET"
14293 type="default,dun,supl"
14294 protocol="IPV4V6"
14295 roaming_protocol="IPV4V6"
14296 bearer="9"
14297 profile_id="0"
14298 modem_cognitive="true"
14299 max_conns="1023"
14300 max_conns_time="300"
14301 />
14302
14303 <apn carrier="Verizon"
14304 mcc="311"
14305 mnc="480"
14306 apn="VZWINTERNET"
14307 type="default,dun,supl"
14308 protocol="IPV4V6"
14309 roaming_protocol="IPV4V6"
14310 bearer="10"
14311 profile_id="0"
14312 modem_cognitive="true"
14313 max_conns="1023"
14314 max_conns_time="300"
14315 />
14316
14317 <apn carrier="Verizon"
14318 mcc="311"
14319 mnc="480"
14320 apn="VZWINTERNET"
14321 type="default,dun,supl"
14322 protocol="IPV4V6"
14323 roaming_protocol="IPV4V6"
14324 bearer="11"
14325 profile_id="0"
14326 modem_cognitive="true"
14327 max_conns="1023"
14328 max_conns_time="300"
14329 />
14330
14331 <apn carrier="Verizon"
14332 mcc="311"
14333 mnc="480"
14334 apn="VZWINTERNET"
14335 type="default,dun,supl"
14336 protocol="IPV4V6"
14337 roaming_protocol="IPV4V6"
14338 bearer="15"
14339 profile_id="0"
14340 modem_cognitive="true"
14341 max_conns="1023"
14342 max_conns_time="300"
14343 />
14344
Robert Greenwalt2d38f7a2014-09-22 15:58:21 -070014345 <!-- EHRPD - CDMA -->
14346 <apn carrier="EHRPD - Verizon Internet"
14347 mcc="311"
14348 mnc="480"
14349 apn="VZWINTERNET"
Yong Zhangadfeaa62014-08-29 14:54:02 -050014350 type="default,dun,supl"
14351 protocol="IPV4V6"
14352 roaming_protocol="IPV4V6"
14353 bearer="13"
14354 profile_id="0"
14355 modem_cognitive="true"
14356 max_conns="1023"
14357 max_conns_time="300"
14358 />
14359
14360 <apn carrier="LTE - Verizon Internet"
14361 mcc="311"
14362 mnc="480"
14363 apn="VZWINTERNET"
14364 type="default,dun,supl"
14365 protocol="IPV4V6"
14366 roaming_protocol="IPV4V6"
14367 bearer="14"
14368 profile_id="0"
14369 modem_cognitive="true"
14370 max_conns="1023"
14371 max_conns_time="300"
14372 />
14373
14374 <apn carrier="Verizon"
14375 mcc="311"
14376 mnc="480"
14377 apn="VZWADMIN"
14378 type="fota"
14379 protocol="IPV4V6"
14380 roaming_protocol="IPV4V6"
14381 bearer="1"
14382 profile_id="3"
14383 modem_cognitive="true"
14384 max_conns="1023"
14385 max_conns_time="300"
14386 />
14387
14388 <apn carrier="Verizon"
14389 mcc="311"
14390 mnc="480"
14391 apn="VZWADMIN"
14392 type="fota"
14393 protocol="IPV4V6"
14394 roaming_protocol="IPV4V6"
14395 bearer="2"
14396 profile_id="3"
14397 modem_cognitive="true"
14398 max_conns="1023"
14399 max_conns_time="300"
14400 />
14401
14402 <apn carrier="Verizon"
14403 mcc="311"
14404 mnc="480"
14405 apn="VZWADMIN"
14406 type="fota"
14407 protocol="IPV4V6"
14408 roaming_protocol="IPV4V6"
14409 bearer="3"
14410 profile_id="3"
14411 modem_cognitive="true"
14412 max_conns="1023"
14413 max_conns_time="300"
14414 />
14415
14416 <apn carrier="Verizon"
14417 mcc="311"
14418 mnc="480"
14419 apn="VZWADMIN"
14420 type="fota"
14421 protocol="IPV4V6"
14422 roaming_protocol="IPV4V6"
14423 bearer="9"
14424 profile_id="3"
14425 modem_cognitive="true"
14426 max_conns="1023"
14427 max_conns_time="300"
14428 />
14429
14430 <apn carrier="Verizon"
14431 mcc="311"
14432 mnc="480"
14433 apn="VZWADMIN"
14434 type="fota"
14435 protocol="IPV4V6"
14436 roaming_protocol="IPV4V6"
14437 bearer="10"
14438 profile_id="3"
14439 modem_cognitive="true"
14440 max_conns="1023"
14441 max_conns_time="300"
14442 />
14443
14444 <apn carrier="Verizon"
14445 mcc="311"
14446 mnc="480"
14447 apn="VZWADMIN"
14448 type="fota"
14449 protocol="IPV4V6"
14450 roaming_protocol="IPV4V6"
14451 bearer="11"
14452 profile_id="3"
14453 modem_cognitive="true"
14454 max_conns="1023"
14455 max_conns_time="300"
14456 />
14457
14458 <apn carrier="Verizon"
14459 mcc="311"
14460 mnc="480"
14461 apn="VZWADMIN"
14462 type="fota"
14463 protocol="IPV4V6"
14464 roaming_protocol="IPV4V6"
14465 bearer="15"
14466 profile_id="3"
14467 modem_cognitive="true"
14468 max_conns="1023"
14469 max_conns_time="300"
14470 />
14471
14472 <apn carrier="EHRPD - Verizon FOTA"
14473 mcc="311"
14474 mnc="480"
14475 apn="VZWADMIN"
14476 type="fota"
14477 protocol="IPV4V6"
14478 roaming_protocol="IPV4V6"
14479 bearer="13"
14480 profile_id="3"
14481 modem_cognitive="true"
14482 max_conns="1023"
14483 max_conns_time="300"
14484 />
14485
14486 <apn carrier="LTE - Verizon FOTA"
14487 mcc="311"
14488 mnc="480"
14489 apn="VZWADMIN"
14490 type="fota"
14491 protocol="IPV4V6"
14492 roaming_protocol="IPV4V6"
14493 bearer="14"
14494 profile_id="3"
14495 modem_cognitive="true"
14496 max_conns="1023"
14497 max_conns_time="300"
14498 />
14499
14500 <apn carrier="Verizon"
14501 mcc="311"
14502 mnc="480"
14503 apn="VZWIMS"
14504 type="ims,ia"
14505 protocol="IPV4V6"
14506 roaming_protocol="IPV4V6"
14507 bearer="1"
14508 profile_id="2"
14509 modem_cognitive="true"
14510 max_conns="1023"
14511 max_conns_time="300"
14512 />
14513
14514 <apn carrier="Verizon"
14515 mcc="311"
14516 mnc="480"
14517 apn="VZWIMS"
14518 type="ims,ia"
14519 protocol="IPV4V6"
14520 roaming_protocol="IPV4V6"
14521 bearer="2"
14522 profile_id="2"
14523 modem_cognitive="true"
14524 max_conns="1023"
14525 max_conns_time="300"
14526 />
14527
14528 <apn carrier="Verizon"
14529 mcc="311"
14530 mnc="480"
14531 apn="VZWIMS"
14532 type="ims,ia"
14533 protocol="IPV4V6"
14534 roaming_protocol="IPV4V6"
14535 bearer="3"
14536 profile_id="2"
14537 modem_cognitive="true"
14538 max_conns="1023"
14539 max_conns_time="300"
14540 />
14541
14542 <apn carrier="Verizon"
14543 mcc="311"
14544 mnc="480"
14545 apn="VZWIMS"
14546 type="ims,ia"
14547 protocol="IPV4V6"
14548 roaming_protocol="IPV4V6"
14549 bearer="9"
14550 profile_id="2"
14551 modem_cognitive="true"
14552 max_conns="1023"
14553 max_conns_time="300"
14554 />
14555
14556 <apn carrier="Verizon"
14557 mcc="311"
14558 mnc="480"
14559 apn="VZWIMS"
14560 type="ims,ia"
14561 protocol="IPV4V6"
14562 roaming_protocol="IPV4V6"
14563 bearer="10"
14564 profile_id="2"
14565 modem_cognitive="true"
14566 max_conns="1023"
14567 max_conns_time="300"
14568 />
14569
14570 <apn carrier="Verizon"
14571 mcc="311"
14572 mnc="480"
14573 apn="VZWIMS"
14574 type="ims,ia"
14575 protocol="IPV4V6"
14576 roaming_protocol="IPV4V6"
14577 bearer="11"
14578 profile_id="2"
14579 modem_cognitive="true"
14580 max_conns="1023"
14581 max_conns_time="300"
14582 />
14583
14584 <apn carrier="Verizon"
14585 mcc="311"
14586 mnc="480"
14587 apn="VZWIMS"
14588 type="ims,ia"
14589 protocol="IPV4V6"
14590 roaming_protocol="IPV4V6"
14591 bearer="15"
14592 profile_id="2"
14593 modem_cognitive="true"
14594 max_conns="1023"
14595 max_conns_time="300"
14596 />
14597
14598 <apn carrier="EHRPD - Verizon IMS"
14599 mcc="311"
14600 mnc="480"
14601 apn="VZWIMS"
14602 type="ims,ia"
14603 protocol="IPV4V6"
14604 roaming_protocol="IPV4V6"
14605 bearer="13"
14606 profile_id="2"
14607 modem_cognitive="true"
14608 max_conns="1023"
14609 max_conns_time="300"
14610 />
14611
14612 <apn carrier="LTE - Verizon IMS"
14613 mcc="311"
14614 mnc="480"
14615 apn="VZWIMS"
14616 type="ims,ia"
14617 protocol="IPV4V6"
14618 roaming_protocol="IPV4V6"
14619 bearer="14"
14620 profile_id="2"
14621 modem_cognitive="true"
14622 max_conns="1023"
14623 max_conns_time="300"
14624 />
14625
14626 <apn carrier="Verizon"
14627 mcc="311"
14628 mnc="480"
14629 apn="VZWAPP"
14630 type="cbs,mms"
14631 mmsc="http://mms.vtext.com/servlets/mms"
14632 protocol="IPV4V6"
14633 roaming_protocol="IPV4V6"
14634 bearer="1"
14635 profile_id="4"
14636 modem_cognitive="true"
14637 max_conns="1023"
14638 max_conns_time="300"
14639 />
14640
14641 <apn carrier="Verizon"
14642 mcc="311"
14643 mnc="480"
14644 apn="VZWAPP"
14645 type="cbs,mms"
14646 mmsc="http://mms.vtext.com/servlets/mms"
14647 protocol="IPV4V6"
14648 roaming_protocol="IPV4V6"
14649 bearer="2"
14650 profile_id="4"
14651 modem_cognitive="true"
14652 max_conns="1023"
14653 max_conns_time="300"
14654 />
14655
14656 <apn carrier="Verizon"
14657 mcc="311"
14658 mnc="480"
14659 apn="VZWAPP"
14660 type="cbs,mms"
14661 mmsc="http://mms.vtext.com/servlets/mms"
14662 protocol="IPV4V6"
14663 roaming_protocol="IPV4V6"
14664 bearer="3"
14665 profile_id="4"
14666 modem_cognitive="true"
14667 max_conns="1023"
14668 max_conns_time="300"
14669 />
14670
14671 <apn carrier="Verizon"
14672 mcc="311"
14673 mnc="480"
14674 apn="VZWAPP"
14675 type="cbs,mms"
14676 mmsc="http://mms.vtext.com/servlets/mms"
14677 protocol="IPV4V6"
14678 roaming_protocol="IPV4V6"
14679 bearer="9"
14680 profile_id="4"
14681 modem_cognitive="true"
14682 max_conns="1023"
14683 max_conns_time="300"
14684 />
14685
14686 <apn carrier="Verizon"
14687 mcc="311"
14688 mnc="480"
14689 apn="VZWAPP"
14690 type="cbs,mms"
14691 mmsc="http://mms.vtext.com/servlets/mms"
14692 protocol="IPV4V6"
14693 roaming_protocol="IPV4V6"
14694 bearer="10"
14695 profile_id="4"
14696 modem_cognitive="true"
14697 max_conns="1023"
14698 max_conns_time="300"
14699 />
14700
14701 <apn carrier="Verizon"
14702 mcc="311"
14703 mnc="480"
14704 apn="VZWAPP"
14705 type="cbs,mms"
14706 mmsc="http://mms.vtext.com/servlets/mms"
14707 protocol="IPV4V6"
14708 roaming_protocol="IPV4V6"
14709 bearer="11"
14710 profile_id="4"
14711 modem_cognitive="true"
14712 max_conns="1023"
14713 max_conns_time="300"
14714 />
14715
14716 <apn carrier="Verizon"
14717 mcc="311"
14718 mnc="480"
14719 apn="VZWAPP"
14720 type="cbs,mms"
14721 mmsc="http://mms.vtext.com/servlets/mms"
14722 protocol="IPV4V6"
14723 roaming_protocol="IPV4V6"
14724 bearer="15"
14725 profile_id="4"
14726 modem_cognitive="true"
14727 max_conns="1023"
14728 max_conns_time="300"
14729 />
14730
14731 <apn carrier="EHRPD - Verizon CBS"
14732 mcc="311"
14733 mnc="480"
14734 apn="VZWAPP"
14735 type="cbs,mms"
14736 mmsc="http://mms.vtext.com/servlets/mms"
14737 protocol="IPV4V6"
14738 roaming_protocol="IPV4V6"
14739 bearer="13"
14740 profile_id="4"
14741 modem_cognitive="true"
14742 max_conns="1023"
14743 max_conns_time="300"
14744 />
14745
14746 <apn carrier="LTE - Verizon CBS"
14747 mcc="311"
14748 mnc="480"
14749 apn="VZWAPP"
14750 type="cbs,mms"
14751 mmsc="http://mms.vtext.com/servlets/mms"
14752 protocol="IPV4V6"
14753 roaming_protocol="IPV4V6"
14754 bearer="14"
14755 profile_id="4"
14756 modem_cognitive="true"
14757 max_conns="1023"
14758 max_conns_time="300"
14759 />
14760
Jing Zhao8d1b97b2014-07-17 17:38:34 -050014761 <apn carrier="Sprint"
14762 mcc="311"
14763 mnc="490"
14764 apn="cinet.spcs"
14765 user="none"
14766 server="*"
14767 password="none"
14768 mmsproxy="68.28.31.2"
14769 mmsport="80"
14770 mmsc="http://mmsc.vmobl.com:8088"
14771 type="default,mms"
14772 bearer="1"
14773 />
14774
14775 <apn carrier="Sprint"
14776 mcc="311"
14777 mnc="490"
14778 apn="cinet.spcs"
14779 user="none"
14780 server="*"
14781 password="none"
14782 mmsproxy="68.28.31.2"
14783 mmsport="80"
14784 mmsc="http://mmsc.vmobl.com:8088"
14785 type="default,mms"
14786 bearer="2"
14787 />
14788
14789 <apn carrier="Sprint"
14790 mcc="311"
14791 mnc="490"
14792 apn="cinet.spcs"
14793 user="none"
14794 server="*"
14795 password="none"
14796 mmsproxy="68.28.31.2"
14797 mmsport="80"
14798 mmsc="http://mmsc.vmobl.com:8088"
14799 type="default,mms"
14800 bearer="3"
14801 />
14802
14803 <apn carrier="Sprint CdmaNai"
14804 mcc="311"
14805 mnc="490"
14806 mmsproxy="68.28.31.2"
14807 mmsport="80"
14808 mmsc="http://mmsc.vmobl.com:8088"
14809 type="default,mms"
14810 authtype="3"
14811 protocol="IPV4V6"
14812 roaming_protocol="IPV4V6"
14813 bearer="6"
14814 />
14815
14816 <apn carrier="Sprint"
14817 mcc="311"
14818 mnc="490"
14819 apn="cinet.spcs"
14820 user="none"
14821 server="*"
14822 password="none"
14823 mmsproxy="68.28.31.2"
14824 mmsport="80"
14825 mmsc="http://mmsc.vmobl.com:8088"
14826 type="default,mms"
14827 bearer="9"
14828 />
14829
14830 <apn carrier="Sprint"
14831 mcc="311"
14832 mnc="490"
14833 apn="cinet.spcs"
14834 user="none"
14835 server="*"
14836 password="none"
14837 mmsproxy="68.28.31.2"
14838 mmsport="80"
14839 mmsc="http://mmsc.vmobl.com:8088"
14840 type="default,mms"
14841 bearer="10"
14842 />
14843
14844 <apn carrier="Sprint"
14845 mcc="311"
14846 mnc="490"
14847 apn="cinet.spcs"
14848 user="none"
14849 server="*"
14850 password="none"
14851 mmsproxy="68.28.31.2"
14852 mmsport="80"
14853 mmsc="http://mmsc.vmobl.com:8088"
14854 type="default,mms"
14855 bearer="11"
14856 />
14857
14858 <apn carrier="Sprint"
14859 mcc="311"
14860 mnc="490"
14861 apn="otasn"
14862 type="ota"
14863 carrier_enabled="true"
14864 protocol="IPV4V6"
14865 bearer="13"
14866 />
14867
14868 <apn carrier="Sprint"
14869 mcc="311"
14870 mnc="490"
14871 apn="otasn"
14872 type="ota"
14873 carrier_enabled="true"
14874 protocol="IPV4V6"
14875 bearer="14"
14876 />
14877
14878 <apn carrier="Sprint"
14879 mcc="311"
14880 mnc="490"
14881 apn="cinet.spcs"
14882 user="none"
14883 server="*"
14884 password="none"
14885 mmsproxy="68.28.31.2"
14886 mmsport="80"
14887 mmsc="http://mmsc.vmobl.com:8088"
14888 type="default,mms"
14889 bearer="15"
14890 />
14891
14892 <apn carrier="Sprint"
14893 mcc="311"
14894 mnc="490"
14895 apn="cinet.spcs"
14896 user="none"
14897 server="*"
14898 password="none"
14899 mmsproxy="68.28.31.2"
14900 mmsport="80"
14901 mmsc="http://mmsc.vmobl.com:8088"
14902 type="default,mms"
14903 bearer="16"
14904 />
14905
14906 <apn carrier="24-7 WAP"
14907 mcc="311"
14908 mnc="500"
14909 apn="wap"
14910 mmsc="http://mmsc.ctc.csky.us:6672"
14911 mmsproxy="09.4.229.46"
14912 mmsport="9201"
14913 mvno_type="spn"
14914 mvno_match_data="24-7 Wireless"
14915 />
14916
14917 <apn carrier="24-7 WAP AT&amp;T"
14918 mcc="311"
14919 mnc="500"
14920 apn="wap"
14921 mmsc="http://mmsc.ctc.csky.us:6672"
14922 mmsproxy="09.4.229.46"
14923 mmsport="9201"
14924 mvno_type="spn"
14925 mvno_match_data="24-7 Wireless RPA"
14926 />
14927
14928 <apn carrier="24-7 WAP T-Mobile"
14929 mcc="311"
14930 mnc="500"
14931 apn="wap"
14932 mmsc="http://mmsc.ctc.csky.us:6672"
14933 mmsproxy="09.4.229.46"
14934 mmsport="9201"
14935 mvno_type="spn"
14936 mvno_match_data="24-7 Wireless RPT"
14937 />
14938
14939 <apn carrier="24-7 WAP Other networks"
14940 mcc="311"
14941 mnc="500"
14942 apn="wap"
14943 mmsc="http://mmsc.ctc.csky.us:6672"
14944 mmsproxy="09.4.229.46"
14945 mmsport="9201"
14946 mvno_type="spn"
14947 mvno_match_data="24-7 Wireless RPO"
14948 />
14949
14950 <apn carrier="Mosaic WAP"
14951 mcc="311"
14952 mnc="500"
14953 apn="wap"
14954 type="default,mms"
14955 mmsc="http://mmsc.ctc.csky.us:6672/"
14956 mmsproxy="209.4.229.46"
14957 mmsport="9201"
14958 mvno_type="spn"
14959 mvno_match_data="Mosaic Mobile"
14960 />
14961
14962 <apn carrier="Mosaic WAP AT&amp;T"
14963 mcc="311"
14964 mnc="500"
14965 apn="wap"
14966 type="default,mms"
14967 mmsc="http://mmsc.ctc.csky.us:6672/"
14968 mmsproxy="209.4.229.46"
14969 mmsport="9201"
14970 mvno_type="spn"
14971 mvno_match_data="Mosaic RPA"
14972 />
14973
14974 <apn carrier="Mosaic WAP T-Mobile"
14975 mcc="311"
14976 mnc="500"
14977 apn="wap"
14978 type="default,mms"
14979 mmsc="http://mmsc.ctc.csky.us:6672/"
14980 mmsproxy="209.4.229.46"
14981 mmsport="9201"
14982 mvno_type="spn"
14983 mvno_match_data="Mosaic RPT"
14984 />
14985
14986 <apn carrier="Mosaic WAP Other networks"
14987 mcc="311"
14988 mnc="500"
14989 apn="wap"
14990 type="default,mms"
14991 mmsc="http://mmsc.ctc.csky.us:6672/"
14992 mmsproxy="209.4.229.46"
14993 mmsport="9201"
14994 mvno_type="spn"
14995 mvno_match_data="Mosaic RPO"
14996 />
14997
14998 <apn carrier="Norvado"
14999 mcc="311"
15000 mnc="500"
15001 apn="wap"
15002 type="default,mms"
15003 mmsc="http://mmsc.ctc.csky.us:6672/"
15004 mmsproxy="209.4.229.46"
15005 mmsport="9201"
15006 mvno_type="spn"
15007 mvno_match_data="Norvado Wireless"
15008 />
15009
15010 <apn carrier="Norvado AT&amp;T"
15011 mcc="311"
15012 mnc="500"
15013 apn="wap"
15014 type="default,mms"
15015 mmsc="http://mmsc.ctc.csky.us:6672/"
15016 mmsproxy="209.4.229.46"
15017 mmsport="9201"
15018 mvno_type="spn"
15019 mvno_match_data="Norvado Wireless RPA"
15020 />
15021
15022 <apn carrier="Norvado T-Mobile"
15023 mcc="311"
15024 mnc="500"
15025 apn="wap"
15026 type="default,mms"
15027 mmsc="http://mmsc.ctc.csky.us:6672/"
15028 mmsproxy="209.4.229.46"
15029 mmsport="9201"
15030 mvno_type="spn"
15031 mvno_match_data="Norvado Wireless RPT"
15032 />
15033
15034 <apn carrier="Norvado Other networks"
15035 mcc="311"
15036 mnc="500"
15037 apn="wap"
15038 type="default,mms"
15039 mmsc="http://mmsc.ctc.csky.us:6672/"
15040 mmsproxy="209.4.229.46"
15041 mmsport="9201"
15042 mvno_type="spn"
15043 mvno_match_data="Norvado Wireless RPO"
15044 />
15045
15046 <apn carrier="Blaze"
15047 mcc="311"
15048 mnc="530"
15049 apn="mms.mymobiletxt.com"
15050 type="default,mms"
15051 mmsc="http://mms2.mymobiletxt.net"
15052 mvno_type="spn"
15053 mvno_match_data="Blaze Wireless"
15054 />
15055
15056 <apn carrier="Duet Internet"
15057 mcc="311"
15058 mnc="530"
15059 apn="wap.mymobiletxt.com"
15060 type="default,mms"
15061 protocol="IP"
15062 mmsc="http://172.16.16.103/mms/"
15063 mmsproxy="172.16.16.102"
15064 mmsport="8080"
15065 />
15066
15067 <apn carrier="U.S. Cellular"
15068 mcc="311"
15069 mnc="580"
15070 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15071 type="default,mms,dun,hipri,fota"
15072 authtype="3"
15073 protocol="IPV4V6"
15074 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015075 bearer="4"
15076 mtu="1422"
15077 />
15078
15079 <apn carrier="U.S. Cellular"
15080 mcc="311"
15081 mnc="580"
15082 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15083 type="default,mms,dun,hipri,fota"
15084 authtype="3"
15085 protocol="IPV4V6"
15086 roaming_protocol="IPV4V6"
15087 bearer="5"
15088 mtu="1422"
15089 />
15090
15091 <apn carrier="U.S. Cellular"
15092 mcc="311"
15093 mnc="580"
15094 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15095 type="default,mms,dun,hipri,fota"
15096 authtype="3"
15097 protocol="IPV4V6"
15098 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015099 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070015100 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015101 />
15102
15103 <apn carrier="U.S. Cellular"
15104 mcc="311"
15105 mnc="580"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015106 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15107 type="default,mms,dun,hipri,fota"
15108 authtype="3"
15109 protocol="IPV4V6"
15110 roaming_protocol="IPV4V6"
15111 bearer="7"
15112 mtu="1422"
15113 />
15114
15115 <apn carrier="U.S. Cellular"
15116 mcc="311"
15117 mnc="580"
15118 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15119 type="default,mms,dun,hipri,fota"
15120 authtype="3"
15121 protocol="IPV4V6"
15122 roaming_protocol="IPV4V6"
15123 bearer="8"
15124 mtu="1422"
15125 />
15126
15127 <apn carrier="U.S. Cellular"
15128 mcc="311"
15129 mnc="580"
15130 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15131 type="default,mms,dun,hipri,fota"
15132 authtype="3"
15133 protocol="IPV4V6"
15134 roaming_protocol="IPV4V6"
15135 bearer="12"
15136 mtu="1422"
15137 />
15138
15139 <apn carrier="U.S. Cellular"
15140 mcc="311"
15141 mnc="580"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015142 apn="usccinternet"
15143 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15144 type="default,mms,dun,hipri,fota"
15145 protocol="IPV4V6"
15146 roaming_protocol="IPV4V6"
15147 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070015148 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015149 />
15150
15151 <apn carrier="U.S. Cellular"
15152 mcc="311"
15153 mnc="580"
15154 apn="usccinternet"
15155 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15156 type="default,mms,dun,hipri,fota"
15157 protocol="IPV4V6"
15158 roaming_protocol="IPV4V6"
15159 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070015160 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015161 />
15162
15163 <apn carrier="U.S. Cellular"
15164 mcc="311"
15165 mnc="581"
15166 apn="usccinternet"
15167 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15168 type="default,mms,dun,hipri,fota"
15169 protocol="IPV4V6"
15170 roaming_protocol="IPV4V6"
15171 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070015172 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015173 />
15174
15175 <apn carrier="U.S. Cellular"
15176 mcc="311"
15177 mnc="581"
15178 apn="usccinternet"
15179 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15180 type="default,mms,dun,hipri,fota"
15181 protocol="IPV4V6"
15182 roaming_protocol="IPV4V6"
15183 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070015184 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015185 />
15186
15187 <apn carrier="U.S. Cellular"
15188 mcc="311"
15189 mnc="581"
15190 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15191 type="default,mms,dun,hipri,fota"
15192 authtype="3"
15193 protocol="IPV4V6"
15194 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015195 bearer="4"
15196 mtu="1422"
15197 />
15198
15199 <apn carrier="U.S. Cellular"
15200 mcc="311"
15201 mnc="581"
15202 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15203 type="default,mms,dun,hipri,fota"
15204 authtype="3"
15205 protocol="IPV4V6"
15206 roaming_protocol="IPV4V6"
15207 bearer="5"
15208 mtu="1422"
15209 />
15210
15211 <apn carrier="U.S. Cellular"
15212 mcc="311"
15213 mnc="581"
15214 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15215 type="default,mms,dun,hipri,fota"
15216 authtype="3"
15217 protocol="IPV4V6"
15218 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015219 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070015220 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015221 />
15222
15223 <apn carrier="U.S. Cellular"
15224 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015225 mnc="581"
15226 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15227 type="default,mms,dun,hipri,fota"
15228 authtype="3"
15229 protocol="IPV4V6"
15230 roaming_protocol="IPV4V6"
15231 bearer="7"
15232 mtu="1422"
15233 />
15234
15235 <apn carrier="U.S. Cellular"
15236 mcc="311"
15237 mnc="581"
15238 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15239 type="default,mms,dun,hipri,fota"
15240 authtype="3"
15241 protocol="IPV4V6"
15242 roaming_protocol="IPV4V6"
15243 bearer="8"
15244 mtu="1422"
15245 />
15246
15247 <apn carrier="U.S. Cellular"
15248 mcc="311"
15249 mnc="581"
15250 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15251 type="default,mms,dun,hipri,fota"
15252 authtype="3"
15253 protocol="IPV4V6"
15254 roaming_protocol="IPV4V6"
15255 bearer="12"
15256 mtu="1422"
15257 />
15258
15259 <apn carrier="U.S. Cellular"
15260 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015261 mnc="582"
15262 apn="usccinternet"
15263 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15264 type="default,mms,dun,hipri,fota"
15265 protocol="IPV4V6"
15266 roaming_protocol="IPV4V6"
15267 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070015268 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015269 />
15270
15271 <apn carrier="U.S. Cellular"
15272 mcc="311"
15273 mnc="582"
15274 apn="usccinternet"
15275 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15276 type="default,mms,dun,hipri,fota"
15277 protocol="IPV4V6"
15278 roaming_protocol="IPV4V6"
15279 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070015280 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015281 />
15282
15283 <apn carrier="U.S. Cellular"
15284 mcc="311"
15285 mnc="582"
15286 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15287 type="default,mms,dun,hipri,fota"
15288 authtype="3"
15289 protocol="IPV4V6"
15290 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015291 bearer="4"
15292 mtu="1422"
15293 />
15294
15295 <apn carrier="U.S. Cellular"
15296 mcc="311"
15297 mnc="582"
15298 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15299 type="default,mms,dun,hipri,fota"
15300 authtype="3"
15301 protocol="IPV4V6"
15302 roaming_protocol="IPV4V6"
15303 bearer="5"
15304 mtu="1422"
15305 />
15306
15307 <apn carrier="U.S. Cellular"
15308 mcc="311"
15309 mnc="582"
15310 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15311 type="default,mms,dun,hipri,fota"
15312 authtype="3"
15313 protocol="IPV4V6"
15314 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015315 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070015316 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015317 />
15318
15319 <apn carrier="U.S. Cellular"
15320 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015321 mnc="582"
15322 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15323 type="default,mms,dun,hipri,fota"
15324 authtype="3"
15325 protocol="IPV4V6"
15326 roaming_protocol="IPV4V6"
15327 bearer="7"
15328 mtu="1422"
15329 />
15330
15331 <apn carrier="U.S. Cellular"
15332 mcc="311"
15333 mnc="582"
15334 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15335 type="default,mms,dun,hipri,fota"
15336 authtype="3"
15337 protocol="IPV4V6"
15338 roaming_protocol="IPV4V6"
15339 bearer="8"
15340 mtu="1422"
15341 />
15342
15343 <apn carrier="U.S. Cellular"
15344 mcc="311"
15345 mnc="582"
15346 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15347 type="default,mms,dun,hipri,fota"
15348 authtype="3"
15349 protocol="IPV4V6"
15350 roaming_protocol="IPV4V6"
15351 bearer="12"
15352 mtu="1422"
15353 />
15354
15355 <apn carrier="U.S. Cellular"
15356 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015357 mnc="583"
15358 apn="usccinternet"
15359 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15360 type="default,mms,dun,hipri,fota"
15361 protocol="IPV4V6"
15362 roaming_protocol="IPV4V6"
15363 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070015364 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015365 />
15366
15367 <apn carrier="U.S. Cellular"
15368 mcc="311"
15369 mnc="583"
15370 apn="usccinternet"
15371 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15372 type="default,mms,dun,hipri,fota"
15373 protocol="IPV4V6"
15374 roaming_protocol="IPV4V6"
15375 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070015376 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015377 />
15378
15379 <apn carrier="U.S. Cellular"
15380 mcc="311"
15381 mnc="583"
15382 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15383 type="default,mms,dun,hipri,fota"
15384 authtype="3"
15385 protocol="IPV4V6"
15386 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015387 bearer="4"
15388 mtu="1422"
15389 />
15390
15391 <apn carrier="U.S. Cellular"
15392 mcc="311"
15393 mnc="583"
15394 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15395 type="default,mms,dun,hipri,fota"
15396 authtype="3"
15397 protocol="IPV4V6"
15398 roaming_protocol="IPV4V6"
15399 bearer="5"
15400 mtu="1422"
15401 />
15402
15403 <apn carrier="U.S. Cellular"
15404 mcc="311"
15405 mnc="583"
15406 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15407 type="default,mms,dun,hipri,fota"
15408 authtype="3"
15409 protocol="IPV4V6"
15410 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015411 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070015412 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015413 />
15414
15415 <apn carrier="U.S. Cellular"
15416 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015417 mnc="583"
15418 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15419 type="default,mms,dun,hipri,fota"
15420 authtype="3"
15421 protocol="IPV4V6"
15422 roaming_protocol="IPV4V6"
15423 bearer="7"
15424 mtu="1422"
15425 />
15426
15427 <apn carrier="U.S. Cellular"
15428 mcc="311"
15429 mnc="583"
15430 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15431 type="default,mms,dun,hipri,fota"
15432 authtype="3"
15433 protocol="IPV4V6"
15434 roaming_protocol="IPV4V6"
15435 bearer="8"
15436 mtu="1422"
15437 />
15438
15439 <apn carrier="U.S. Cellular"
15440 mcc="311"
15441 mnc="583"
15442 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15443 type="default,mms,dun,hipri,fota"
15444 authtype="3"
15445 protocol="IPV4V6"
15446 roaming_protocol="IPV4V6"
15447 bearer="12"
15448 mtu="1422"
15449 />
15450
15451 <apn carrier="U.S. Cellular"
15452 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015453 mnc="584"
15454 apn="usccinternet"
15455 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15456 type="default,mms,dun,hipri,fota"
15457 protocol="IPV4V6"
15458 roaming_protocol="IPV4V6"
15459 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070015460 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015461 />
15462
15463 <apn carrier="U.S. Cellular"
15464 mcc="311"
15465 mnc="584"
15466 apn="usccinternet"
15467 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15468 type="default,mms,dun,hipri,fota"
15469 protocol="IPV4V6"
15470 roaming_protocol="IPV4V6"
15471 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070015472 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015473 />
15474
15475 <apn carrier="U.S. Cellular"
15476 mcc="311"
15477 mnc="584"
15478 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15479 type="default,mms,dun,hipri,fota"
15480 authtype="3"
15481 protocol="IPV4V6"
15482 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015483 bearer="4"
15484 mtu="1422"
15485 />
15486
15487 <apn carrier="U.S. Cellular"
15488 mcc="311"
15489 mnc="584"
15490 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15491 type="default,mms,dun,hipri,fota"
15492 authtype="3"
15493 protocol="IPV4V6"
15494 roaming_protocol="IPV4V6"
15495 bearer="5"
15496 mtu="1422"
15497 />
15498
15499 <apn carrier="U.S. Cellular"
15500 mcc="311"
15501 mnc="584"
15502 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15503 type="default,mms,dun,hipri,fota"
15504 authtype="3"
15505 protocol="IPV4V6"
15506 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015507 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070015508 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015509 />
15510
15511 <apn carrier="U.S. Cellular"
15512 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015513 mnc="584"
15514 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15515 type="default,mms,dun,hipri,fota"
15516 authtype="3"
15517 protocol="IPV4V6"
15518 roaming_protocol="IPV4V6"
15519 bearer="7"
15520 mtu="1422"
15521 />
15522
15523 <apn carrier="U.S. Cellular"
15524 mcc="311"
15525 mnc="584"
15526 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15527 type="default,mms,dun,hipri,fota"
15528 authtype="3"
15529 protocol="IPV4V6"
15530 roaming_protocol="IPV4V6"
15531 bearer="8"
15532 mtu="1422"
15533 />
15534
15535 <apn carrier="U.S. Cellular"
15536 mcc="311"
15537 mnc="584"
15538 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15539 type="default,mms,dun,hipri,fota"
15540 authtype="3"
15541 protocol="IPV4V6"
15542 roaming_protocol="IPV4V6"
15543 bearer="12"
15544 mtu="1422"
15545 />
15546
15547 <apn carrier="U.S. Cellular"
15548 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015549 mnc="585"
15550 apn="usccinternet"
15551 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15552 type="default,mms,dun,hipri,fota"
15553 protocol="IPV4V6"
15554 roaming_protocol="IPV4V6"
15555 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070015556 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015557 />
15558
15559 <apn carrier="U.S. Cellular"
15560 mcc="311"
15561 mnc="585"
15562 apn="usccinternet"
15563 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15564 type="default,mms,dun,hipri,fota"
15565 protocol="IPV4V6"
15566 roaming_protocol="IPV4V6"
15567 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070015568 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015569 />
15570
15571 <apn carrier="U.S. Cellular"
15572 mcc="311"
15573 mnc="585"
15574 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15575 type="default,mms,dun,hipri,fota"
15576 authtype="3"
15577 protocol="IPV4V6"
15578 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015579 bearer="4"
15580 mtu="1422"
15581 />
15582
15583 <apn carrier="U.S. Cellular"
15584 mcc="311"
15585 mnc="585"
15586 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15587 type="default,mms,dun,hipri,fota"
15588 authtype="3"
15589 protocol="IPV4V6"
15590 roaming_protocol="IPV4V6"
15591 bearer="5"
15592 mtu="1422"
15593 />
15594
15595 <apn carrier="U.S. Cellular"
15596 mcc="311"
15597 mnc="585"
15598 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15599 type="default,mms,dun,hipri,fota"
15600 authtype="3"
15601 protocol="IPV4V6"
15602 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015603 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070015604 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015605 />
15606
15607 <apn carrier="U.S. Cellular"
15608 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015609 mnc="585"
15610 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15611 type="default,mms,dun,hipri,fota"
15612 authtype="3"
15613 protocol="IPV4V6"
15614 roaming_protocol="IPV4V6"
15615 bearer="7"
15616 mtu="1422"
15617 />
15618
15619 <apn carrier="U.S. Cellular"
15620 mcc="311"
15621 mnc="585"
15622 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15623 type="default,mms,dun,hipri,fota"
15624 authtype="3"
15625 protocol="IPV4V6"
15626 roaming_protocol="IPV4V6"
15627 bearer="8"
15628 mtu="1422"
15629 />
15630
15631 <apn carrier="U.S. Cellular"
15632 mcc="311"
15633 mnc="585"
15634 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15635 type="default,mms,dun,hipri,fota"
15636 authtype="3"
15637 protocol="IPV4V6"
15638 roaming_protocol="IPV4V6"
15639 bearer="12"
15640 mtu="1422"
15641 />
15642
15643 <apn carrier="U.S. Cellular"
15644 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015645 mnc="586"
15646 apn="usccinternet"
15647 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15648 type="default,mms,dun,hipri,fota"
15649 protocol="IPV4V6"
15650 roaming_protocol="IPV4V6"
15651 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070015652 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015653 />
15654
15655 <apn carrier="U.S. Cellular"
15656 mcc="311"
15657 mnc="586"
15658 apn="usccinternet"
15659 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15660 type="default,mms,dun,hipri,fota"
15661 protocol="IPV4V6"
15662 roaming_protocol="IPV4V6"
15663 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070015664 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015665 />
15666
15667 <apn carrier="U.S. Cellular"
15668 mcc="311"
15669 mnc="586"
15670 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15671 type="default,mms,dun,hipri,fota"
15672 authtype="3"
15673 protocol="IPV4V6"
15674 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015675 bearer="4"
15676 mtu="1422"
15677 />
15678
15679 <apn carrier="U.S. Cellular"
15680 mcc="311"
15681 mnc="586"
15682 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15683 type="default,mms,dun,hipri,fota"
15684 authtype="3"
15685 protocol="IPV4V6"
15686 roaming_protocol="IPV4V6"
15687 bearer="5"
15688 mtu="1422"
15689 />
15690
15691 <apn carrier="U.S. Cellular"
15692 mcc="311"
15693 mnc="586"
15694 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15695 type="default,mms,dun,hipri,fota"
15696 authtype="3"
15697 protocol="IPV4V6"
15698 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015699 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070015700 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015701 />
15702
15703 <apn carrier="U.S. Cellular"
15704 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015705 mnc="586"
15706 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15707 type="default,mms,dun,hipri,fota"
15708 authtype="3"
15709 protocol="IPV4V6"
15710 roaming_protocol="IPV4V6"
15711 bearer="7"
15712 mtu="1422"
15713 />
15714
15715 <apn carrier="U.S. Cellular"
15716 mcc="311"
15717 mnc="586"
15718 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15719 type="default,mms,dun,hipri,fota"
15720 authtype="3"
15721 protocol="IPV4V6"
15722 roaming_protocol="IPV4V6"
15723 bearer="8"
15724 mtu="1422"
15725 />
15726
15727 <apn carrier="U.S. Cellular"
15728 mcc="311"
15729 mnc="586"
15730 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15731 type="default,mms,dun,hipri,fota"
15732 authtype="3"
15733 protocol="IPV4V6"
15734 roaming_protocol="IPV4V6"
15735 bearer="12"
15736 mtu="1422"
15737 />
15738
15739 <apn carrier="U.S. Cellular"
15740 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015741 mnc="587"
15742 apn="usccinternet"
15743 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15744 type="default,mms,dun,hipri,fota"
15745 protocol="IPV4V6"
15746 roaming_protocol="IPV4V6"
15747 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070015748 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015749 />
15750
15751 <apn carrier="U.S. Cellular"
15752 mcc="311"
15753 mnc="587"
15754 apn="usccinternet"
15755 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15756 type="default,mms,dun,hipri,fota"
15757 protocol="IPV4V6"
15758 roaming_protocol="IPV4V6"
15759 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070015760 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015761 />
15762
15763 <apn carrier="U.S. Cellular"
15764 mcc="311"
15765 mnc="587"
15766 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15767 type="default,mms,dun,hipri,fota"
15768 authtype="3"
15769 protocol="IPV4V6"
15770 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015771 bearer="4"
15772 mtu="1422"
15773 />
15774
15775 <apn carrier="U.S. Cellular"
15776 mcc="311"
15777 mnc="587"
15778 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15779 type="default,mms,dun,hipri,fota"
15780 authtype="3"
15781 protocol="IPV4V6"
15782 roaming_protocol="IPV4V6"
15783 bearer="5"
15784 mtu="1422"
15785 />
15786
15787 <apn carrier="U.S. Cellular"
15788 mcc="311"
15789 mnc="587"
15790 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15791 type="default,mms,dun,hipri,fota"
15792 authtype="3"
15793 protocol="IPV4V6"
15794 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015795 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070015796 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015797 />
15798
15799 <apn carrier="U.S. Cellular"
15800 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015801 mnc="587"
15802 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15803 type="default,mms,dun,hipri,fota"
15804 authtype="3"
15805 protocol="IPV4V6"
15806 roaming_protocol="IPV4V6"
15807 bearer="7"
15808 mtu="1422"
15809 />
15810
15811 <apn carrier="U.S. Cellular"
15812 mcc="311"
15813 mnc="587"
15814 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15815 type="default,mms,dun,hipri,fota"
15816 authtype="3"
15817 protocol="IPV4V6"
15818 roaming_protocol="IPV4V6"
15819 bearer="8"
15820 mtu="1422"
15821 />
15822
15823 <apn carrier="U.S. Cellular"
15824 mcc="311"
15825 mnc="587"
15826 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15827 type="default,mms,dun,hipri,fota"
15828 authtype="3"
15829 protocol="IPV4V6"
15830 roaming_protocol="IPV4V6"
15831 bearer="12"
15832 mtu="1422"
15833 />
15834
15835 <apn carrier="U.S. Cellular"
15836 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015837 mnc="588"
15838 apn="usccinternet"
15839 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15840 type="default,mms,dun,hipri,fota"
15841 protocol="IPV4V6"
15842 roaming_protocol="IPV4V6"
15843 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070015844 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015845 />
15846
15847 <apn carrier="U.S. Cellular"
15848 mcc="311"
15849 mnc="588"
15850 apn="usccinternet"
15851 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15852 type="default,mms,dun,hipri,fota"
15853 protocol="IPV4V6"
15854 roaming_protocol="IPV4V6"
15855 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070015856 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015857 />
15858
15859 <apn carrier="U.S. Cellular"
15860 mcc="311"
15861 mnc="588"
15862 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15863 type="default,mms,dun,hipri,fota"
15864 authtype="3"
15865 protocol="IPV4V6"
15866 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015867 bearer="4"
15868 mtu="1422"
15869 />
15870
15871 <apn carrier="U.S. Cellular"
15872 mcc="311"
15873 mnc="588"
15874 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15875 type="default,mms,dun,hipri,fota"
15876 authtype="3"
15877 protocol="IPV4V6"
15878 roaming_protocol="IPV4V6"
15879 bearer="5"
15880 mtu="1422"
15881 />
15882
15883 <apn carrier="U.S. Cellular"
15884 mcc="311"
15885 mnc="588"
15886 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15887 type="default,mms,dun,hipri,fota"
15888 authtype="3"
15889 protocol="IPV4V6"
15890 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015891 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070015892 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015893 />
15894
15895 <apn carrier="U.S. Cellular"
15896 mcc="311"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015897 mnc="588"
15898 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15899 type="default,mms,dun,hipri,fota"
15900 authtype="3"
15901 protocol="IPV4V6"
15902 roaming_protocol="IPV4V6"
15903 bearer="7"
15904 mtu="1422"
15905 />
15906
15907 <apn carrier="U.S. Cellular"
15908 mcc="311"
15909 mnc="588"
15910 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15911 type="default,mms,dun,hipri,fota"
15912 authtype="3"
15913 protocol="IPV4V6"
15914 roaming_protocol="IPV4V6"
15915 bearer="8"
15916 mtu="1422"
15917 />
15918
15919 <apn carrier="U.S. Cellular"
15920 mcc="311"
15921 mnc="588"
15922 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15923 type="default,mms,dun,hipri,fota"
15924 authtype="3"
15925 protocol="IPV4V6"
15926 roaming_protocol="IPV4V6"
15927 bearer="12"
15928 mtu="1422"
15929 />
15930
15931 <apn carrier="U.S. Cellular"
15932 mcc="311"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015933 mnc="589"
15934 apn="usccinternet"
15935 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15936 type="default,mms,dun,hipri,fota"
15937 protocol="IPV4V6"
15938 roaming_protocol="IPV4V6"
15939 bearer="13"
Gordon Gao346b8172014-09-04 11:27:25 -070015940 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015941 />
15942
15943 <apn carrier="U.S. Cellular"
15944 mcc="311"
15945 mnc="589"
15946 apn="usccinternet"
15947 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15948 type="default,mms,dun,hipri,fota"
15949 protocol="IPV4V6"
15950 roaming_protocol="IPV4V6"
15951 bearer="14"
Gordon Gao346b8172014-09-04 11:27:25 -070015952 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015953 />
15954
15955 <apn carrier="U.S. Cellular"
15956 mcc="311"
15957 mnc="589"
15958 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15959 type="default,mms,dun,hipri,fota"
15960 authtype="3"
15961 protocol="IPV4V6"
15962 roaming_protocol="IPV4V6"
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015963 bearer="4"
15964 mtu="1422"
15965 />
15966
15967 <apn carrier="U.S. Cellular"
15968 mcc="311"
15969 mnc="589"
15970 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15971 type="default,mms,dun,hipri,fota"
15972 authtype="3"
15973 protocol="IPV4V6"
15974 roaming_protocol="IPV4V6"
15975 bearer="5"
15976 mtu="1422"
15977 />
15978
15979 <apn carrier="U.S. Cellular"
15980 mcc="311"
15981 mnc="589"
15982 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15983 type="default,mms,dun,hipri,fota"
15984 authtype="3"
15985 protocol="IPV4V6"
15986 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015987 bearer="6"
Gordon Gao346b8172014-09-04 11:27:25 -070015988 mtu="1422"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050015989 />
15990
Jing Zhaoa0d0ad32014-09-15 10:37:01 -050015991 <apn carrier="U.S. Cellular"
15992 mcc="311"
15993 mnc="589"
15994 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
15995 type="default,mms,dun,hipri,fota"
15996 authtype="3"
15997 protocol="IPV4V6"
15998 roaming_protocol="IPV4V6"
15999 bearer="7"
16000 mtu="1422"
16001 />
16002
16003 <apn carrier="U.S. Cellular"
16004 mcc="311"
16005 mnc="589"
16006 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
16007 type="default,mms,dun,hipri,fota"
16008 authtype="3"
16009 protocol="IPV4V6"
16010 roaming_protocol="IPV4V6"
16011 bearer="8"
16012 mtu="1422"
16013 />
16014
16015 <apn carrier="U.S. Cellular"
16016 mcc="311"
16017 mnc="589"
16018 mmsc="http://mmsc1.uscc.net/mmsc/MMS"
16019 type="default,mms,dun,hipri,fota"
16020 authtype="3"
16021 protocol="IPV4V6"
16022 roaming_protocol="IPV4V6"
16023 bearer="12"
16024 mtu="1422"
16025 />
16026
Yong Zhangadfeaa62014-08-29 14:54:02 -050016027 <apn carrier="gsc"
16028 mcc="311"
16029 mnc="590"
16030 apn="CdmaNai"
16031 mvno_type="spn"
16032 mvno_match_data="gsc"
16033 mmsc="http://mmsc1.gscdata.com"
16034 mmsproxy=""
16035 mmsport=""
16036 type="mms"
16037 carrier_enabled="false"
16038 protocol="IPV4V6"
16039 roaming_protocol="IPV4V6"
16040 bearer="6"
16041 />
16042
16043 <apn carrier="Gsc IMS"
16044 mcc="311"
16045 mnc="590"
16046 apn="VZWIMS"
16047 type="ims,ia"
16048 mvno_type="spn"
16049 mvno_match_data="gsc"
16050 protocol="IPV4V6"
16051 roaming_protocol="IPV4V6"
16052 bearer="13"
16053 />
16054
16055 <apn carrier="Gsc IMS"
16056 mcc="311"
16057 mnc="590"
16058 apn="VZWIMS"
16059 type="ims,ia"
16060 mvno_type="spn"
16061 mvno_match_data="gsc"
16062 protocol="IPV4V6"
16063 roaming_protocol="IPV4V6"
16064 bearer="14"
16065 />
16066
16067 <apn carrier="Gsc FOTA"
16068 mcc="311"
16069 mnc="590"
16070 apn="VZWADMIN"
16071 type="fota"
16072 mvno_type="spn"
16073 mvno_match_data="gsc"
16074 protocol="IPV4V6"
16075 roaming_protocol="IPV4V6"
16076 bearer="13"
16077 />
16078
16079 <apn carrier="Gsc FOTA"
16080 mcc="311"
16081 mnc="590"
16082 apn="VZWADMIN"
16083 type="fota"
16084 mvno_type="spn"
16085 mvno_match_data="gsc"
16086 protocol="IPV4V6"
16087 roaming_protocol="IPV4V6"
16088 bearer="14"
16089 />
16090
16091 <apn carrier="Gsc"
16092 mcc="311"
16093 mnc="590"
16094 apn="VZWINTERNET"
16095 mmsc="http://mmsc1.gscdata.com"
16096 mmsproxy=""
16097 mmsport=""
16098 mvno_type="spn"
16099 mvno_match_data="gsc"
16100 type="default,mms,dun,supl"
16101 protocol="IPV4V6"
16102 roaming_protocol="IPV4V6"
16103 bearer="13"
16104 />
16105
16106 <apn carrier="Gsc"
16107 mcc="311"
16108 mnc="590"
16109 apn="VZWINTERNET"
16110 mmsc="http://mmsc1.gscdata.com"
16111 mmsproxy=""
16112 mmsport=""
16113 mvno_type="spn"
16114 mvno_match_data="gsc"
16115 type="default,mms,dun,supl"
16116 protocol="IPV4V6"
16117 roaming_protocol="IPV4V6"
16118 bearer="14"
16119 />
16120
16121 <apn carrier="cox"
16122 mcc="311"
16123 mnc="600"
16124 apn="CdmaNai"
16125 mvno_type="spn"
16126 mvno_match_data="cox"
16127 mmsc="http://mms.cox.net/cox/mms.php"
16128 mmsproxy=""
16129 mmsport=""
16130 type="mms"
16131 carrier_enabled="false"
16132 protocol="IPV4V6"
16133 roaming_protocol="IPV4V6"
16134 bearer="6"
16135 />
16136
16137 <apn carrier="Cox IMS"
16138 mcc="311"
16139 mnc="600"
16140 apn="VZWIMS"
16141 type="ims,ia"
16142 mvno_type="spn"
16143 mvno_match_data="cox"
16144 protocol="IPV4V6"
16145 roaming_protocol="IPV4V6"
16146 bearer="13"
16147 />
16148
16149 <apn carrier="Cox IMS"
16150 mcc="311"
16151 mnc="600"
16152 apn="VZWIMS"
16153 type="ims,ia"
16154 mvno_type="spn"
16155 mvno_match_data="cox"
16156 protocol="IPV4V6"
16157 roaming_protocol="IPV4V6"
16158 bearer="14"
16159 />
16160
16161 <apn carrier="Cox FOTA"
16162 mcc="311"
16163 mnc="600"
16164 apn="VZWADMIN"
16165 type="fota"
16166 mvno_type="spn"
16167 mvno_match_data="cox"
16168 protocol="IPV4V6"
16169 roaming_protocol="IPV4V6"
16170 bearer="13"
16171 />
16172
16173 <apn carrier="Cox FOTA"
16174 mcc="311"
16175 mnc="600"
16176 apn="VZWADMIN"
16177 type="fota"
16178 mvno_type="spn"
16179 mvno_match_data="cox"
16180 protocol="IPV4V6"
16181 roaming_protocol="IPV4V6"
16182 bearer="14"
16183 />
16184
16185 <apn carrier="Cox"
16186 mcc="311"
16187 mnc="600"
16188 apn="VZWINTERNET"
16189 mmsc="http://mms.cox.net/cox/mms.php"
16190 mmsproxy=""
16191 mmsport=""
16192 mvno_type="spn"
16193 mvno_match_data="cox"
16194 type="default,mms,dun,supl"
16195 protocol="IPV4V6"
16196 roaming_protocol="IPV4V6"
16197 bearer="13"
16198 />
16199
16200 <apn carrier="Cox"
16201 mcc="311"
16202 mnc="600"
16203 apn="VZWINTERNET"
16204 mmsc="http://mms.cox.net/cox/mms.php"
16205 mmsproxy=""
16206 mmsport=""
16207 mvno_type="spn"
16208 mvno_match_data="cox"
16209 type="default,mms,dun,supl"
16210 protocol="IPV4V6"
16211 roaming_protocol="IPV4V6"
16212 bearer="14"
16213 />
16214
16215 <apn carrier="srtcomm"
16216 mcc="311"
16217 mnc="610"
16218 apn="CdmaNai"
16219 mvno_type="spn"
16220 mvno_match_data="srtcomm"
16221 mmsc="http://mms.iot1.com/srt/mms.php"
16222 mmsproxy="mms.iot1.com"
16223 mmsport="9201"
16224 type="mms"
16225 carrier_enabled="false"
16226 protocol="IPV4V6"
16227 roaming_protocol="IPV4V6"
16228 bearer="6"
16229 />
16230
16231 <apn carrier="Srtcomm IMS"
16232 mcc="311"
16233 mnc="610"
16234 apn="VZWIMS"
16235 type="ims,ia"
16236 mvno_type="spn"
16237 mvno_match_data="srtcomm"
16238 protocol="IPV4V6"
16239 roaming_protocol="IPV4V6"
16240 bearer="13"
16241 />
16242
16243 <apn carrier="Srtcomm IMS"
16244 mcc="311"
16245 mnc="610"
16246 apn="VZWIMS"
16247 type="ims,ia"
16248 mvno_type="spn"
16249 mvno_match_data="srtcomm"
16250 protocol="IPV4V6"
16251 roaming_protocol="IPV4V6"
16252 bearer="14"
16253 />
16254
16255 <apn carrier="Srtcomm FOTA"
16256 mcc="311"
16257 mnc="610"
16258 apn="VZWADMIN"
16259 type="fota"
16260 mvno_type="spn"
16261 mvno_match_data="srtcomm"
16262 protocol="IPV4V6"
16263 roaming_protocol="IPV4V6"
16264 bearer="13"
16265 />
16266
16267 <apn carrier="Srtcomm FOTA"
16268 mcc="311"
16269 mnc="610"
16270 apn="VZWADMIN"
16271 type="fota"
16272 mvno_type="spn"
16273 mvno_match_data="srtcomm"
16274 protocol="IPV4V6"
16275 roaming_protocol="IPV4V6"
16276 bearer="14"
16277 />
16278
16279 <apn carrier="Srtcomm"
16280 mcc="311"
16281 mnc="610"
16282 apn="VZWINTERNET"
16283 mmsc="http://mms.iot1.com/srt/mms.php"
16284 mmsproxy="mms.iot1.com"
16285 mmsport="9201"
16286 mvno_type="spn"
16287 mvno_match_data="srtcomm"
16288 type="default,mms,dun,supl"
16289 protocol="IPV4V6"
16290 roaming_protocol="IPV4V6"
16291 bearer="13"
16292 />
16293
16294 <apn carrier="Srtcomm"
16295 mcc="311"
16296 mnc="610"
16297 apn="VZWINTERNET"
16298 mmsc="http://mms.iot1.com/srt/mms.php"
16299 mmsproxy="mms.iot1.com"
16300 mmsport="9201"
16301 mvno_type="spn"
16302 mvno_match_data="srtcomm"
16303 type="default,mms,dun,supl"
16304 protocol="IPV4V6"
16305 roaming_protocol="IPV4V6"
16306 bearer="14"
16307 />
16308
16309 <apn carrier="unitedwireless"
16310 mcc="311"
16311 mnc="650"
16312 apn="CdmaNai"
16313 mvno_type="spn"
16314 mvno_match_data="unitedwireless"
16315 mmsc="http://mms.unitedwireless.com/united/mms.php"
16316 mmsproxy=""
16317 mmsport=""
16318 type="mms"
16319 carrier_enabled="false"
16320 protocol="IPV4V6"
16321 roaming_protocol="IPV4V6"
16322 bearer="6"
16323 />
16324
16325 <apn carrier="United IMS"
16326 mcc="311"
16327 mnc="650"
16328 apn="VZWIMS"
16329 type="ims,ia"
16330 mvno_type="spn"
16331 mvno_match_data="unitedwireless"
16332 protocol="IPV4V6"
16333 roaming_protocol="IPV4V6"
16334 bearer="13"
16335 />
16336
16337 <apn carrier="United IMS"
16338 mcc="311"
16339 mnc="650"
16340 apn="VZWIMS"
16341 type="ims,ia"
16342 mvno_type="spn"
16343 mvno_match_data="unitedwireless"
16344 protocol="IPV4V6"
16345 roaming_protocol="IPV4V6"
16346 bearer="14"
16347 />
16348
16349 <apn carrier="United FOTA"
16350 mcc="311"
16351 mnc="650"
16352 apn="VZWADMIN"
16353 type="fota"
16354 mvno_type="spn"
16355 mvno_match_data="unitedwireless"
16356 protocol="IPV4V6"
16357 roaming_protocol="IPV4V6"
16358 bearer="13"
16359 />
16360
16361 <apn carrier="United FOTA"
16362 mcc="311"
16363 mnc="650"
16364 apn="VZWADMIN"
16365 type="fota"
16366 mvno_type="spn"
16367 mvno_match_data="unitedwireless"
16368 protocol="IPV4V6"
16369 roaming_protocol="IPV4V6"
16370 bearer="14"
16371 />
16372
16373 <apn carrier="Unitedwireless"
16374 mcc="311"
16375 mnc="650"
16376 apn="VZWINTERNET"
16377 mmsc="http://mms.unitedwireless.com/united/mms.php"
16378 mmsproxy=""
16379 mmsport=""
16380 mvno_type="spn"
16381 mvno_match_data="unitedwireless"
16382 type="default,mms,dun,supl"
16383 protocol="IPV4V6"
16384 roaming_protocol="IPV4V6"
16385 bearer="13"
16386 />
16387
16388 <apn carrier="Unitedwireless"
16389 mcc="311"
16390 mnc="650"
16391 apn="VZWINTERNET"
16392 mmsc="http://mms.unitedwireless.com/united/mms.php"
16393 mmsproxy=""
16394 mmsport=""
16395 mvno_type="spn"
16396 mvno_match_data="unitedwireless"
16397 type="default,mms,dun,supl"
16398 protocol="IPV4V6"
16399 roaming_protocol="IPV4V6"
16400 bearer="14"
16401 />
16402
16403 <apn carrier="pinebelt"
16404 mcc="311"
16405 mnc="670"
16406 apn="CdmaNai"
16407 mvno_type="spn"
16408 mvno_match_data="pinebelt"
16409 mmsc="http://mmsc.pinebelt.csky.us:6672/"
16410 mmsproxy=""
16411 mmsport=""
16412 type="mms"
16413 carrier_enabled="false"
16414 protocol="IPV4V6"
16415 roaming_protocol="IPV4V6"
16416 bearer="6"
16417 />
16418
16419 <apn carrier="Pinebelt IMS"
16420 mcc="311"
16421 mnc="670"
16422 apn="VZWIMS"
16423 type="ims,ia"
16424 mvno_type="spn"
16425 mvno_match_data="pinebelt"
16426 protocol="IPV4V6"
16427 roaming_protocol="IPV4V6"
16428 bearer="13"
16429 />
16430
16431 <apn carrier="Pinebelt IMS"
16432 mcc="311"
16433 mnc="670"
16434 apn="VZWIMS"
16435 type="ims,ia"
16436 mvno_type="spn"
16437 mvno_match_data="pinebelt"
16438 protocol="IPV4V6"
16439 roaming_protocol="IPV4V6"
16440 bearer="14"
16441 />
16442
16443 <apn carrier="Pinebelt FOTA"
16444 mcc="311"
16445 mnc="670"
16446 apn="VZWADMIN"
16447 type="fota"
16448 mvno_type="spn"
16449 mvno_match_data="pinebelt"
16450 protocol="IPV4V6"
16451 roaming_protocol="IPV4V6"
16452 bearer="13"
16453 />
16454
16455 <apn carrier="Pinebelt FOTA"
16456 mcc="311"
16457 mnc="670"
16458 apn="VZWADMIN"
16459 type="fota"
16460 mvno_type="spn"
16461 mvno_match_data="pinebelt"
16462 protocol="IPV4V6"
16463 roaming_protocol="IPV4V6"
16464 bearer="14"
16465 />
16466
16467 <apn carrier="Pinebelt"
16468 mcc="311"
16469 mnc="670"
16470 apn="VZWINTERNET"
16471 mmsc="http://mmsc.pinebelt.csky.us:6672/"
16472 mmsproxy=""
16473 mmsport=""
16474 mvno_type="spn"
16475 mvno_match_data="pinebelt"
16476 type="default,mms,dun,supl"
16477 protocol="IPV4V6"
16478 roaming_protocol="IPV4V6"
16479 bearer="13"
16480 />
16481
16482 <apn carrier="Pinebelt"
16483 mcc="311"
16484 mnc="670"
16485 apn="VZWINTERNET"
16486 mmsc="http://mmsc.pinebelt.csky.us:6672/"
16487 mmsproxy=""
16488 mmsport=""
16489 mvno_type="spn"
16490 mvno_match_data="pinebelt"
16491 type="default,mms,dun,supl"
16492 protocol="IPV4V6"
16493 roaming_protocol="IPV4V6"
16494 bearer="14"
16495 />
Jing Zhao8d1b97b2014-07-17 17:38:34 -050016496 <apn carrier="TelAlaska Cellular"
16497 mcc="311"
16498 mnc="740"
16499 apn="akcell.mobi"
16500 type="default"
16501 protocol="IP"
16502 roaming_protocol="IP"
16503 />
16504
16505 <apn carrier="Sprint"
16506 mcc="311"
16507 mnc="870"
16508 apn="cinet.spcs"
16509 user="none"
16510 server="*"
16511 password="none"
16512 mmsproxy="68.28.31.7"
16513 mmsport="80"
16514 mmsc="http://mm.myboostmobile.com"
16515 type="default,mms"
16516 bearer="1"
16517 />
16518
16519 <apn carrier="Sprint"
16520 mcc="311"
16521 mnc="870"
16522 apn="cinet.spcs"
16523 user="none"
16524 server="*"
16525 password="none"
16526 mmsproxy="68.28.31.7"
16527 mmsport="80"
16528 mmsc="http://mm.myboostmobile.com"
16529 type="default,mms"
16530 bearer="2"
16531 />
16532
16533 <apn carrier="Sprint"
16534 mcc="311"
16535 mnc="870"
16536 apn="cinet.spcs"
16537 user="none"
16538 server="*"
16539 password="none"
16540 mmsproxy="68.28.31.7"
16541 mmsport="80"
16542 mmsc="http://mm.myboostmobile.com"
16543 type="default,mms"
16544 bearer="3"
16545 />
16546
16547 <apn carrier="Sprint CdmaNai"
16548 mcc="311"
16549 mnc="870"
16550 mmsproxy="68.28.31.7"
16551 mmsport="80"
16552 mmsc="http://mm.myboostmobile.com"
16553 type="default,mms"
16554 authtype="3"
16555 protocol="IPV4V6"
16556 roaming_protocol="IPV4V6"
16557 bearer="6"
16558 />
16559
16560 <apn carrier="Sprint"
16561 mcc="311"
16562 mnc="870"
16563 apn="cinet.spcs"
16564 user="none"
16565 server="*"
16566 password="none"
16567 mmsproxy="68.28.31.7"
16568 mmsport="80"
16569 mmsc="http://mm.myboostmobile.com"
16570 type="default,mms"
16571 bearer="9"
16572 />
16573
16574 <apn carrier="Sprint"
16575 mcc="311"
16576 mnc="870"
16577 apn="cinet.spcs"
16578 user="none"
16579 server="*"
16580 password="none"
16581 mmsproxy="68.28.31.7"
16582 mmsport="80"
16583 mmsc="http://mm.myboostmobile.com"
16584 type="default,mms"
16585 bearer="10"
16586 />
16587
16588 <apn carrier="Sprint"
16589 mcc="311"
16590 mnc="870"
16591 apn="cinet.spcs"
16592 user="none"
16593 server="*"
16594 password="none"
16595 mmsproxy="68.28.31.7"
16596 mmsport="80"
16597 mmsc="http://mm.myboostmobile.com"
16598 type="default,mms"
16599 bearer="11"
16600 />
16601
16602 <apn carrier="Sprint"
16603 mcc="311"
16604 mnc="870"
16605 apn="otasn"
16606 type="ota"
16607 protocol="IPV4V6"
16608 bearer="13"
16609 />
16610
16611 <apn carrier="Sprint"
16612 mcc="311"
16613 mnc="870"
16614 apn="otasn"
16615 type="ota"
16616 protocol="IPV4V6"
16617 bearer="14"
16618 />
16619
16620 <apn carrier="Sprint"
16621 mcc="311"
16622 mnc="870"
16623 apn="cinet.spcs"
16624 user="none"
16625 server="*"
16626 password="none"
16627 mmsproxy="68.28.31.7"
16628 mmsport="80"
16629 mmsc="http://mm.myboostmobile.com"
16630 type="default,mms"
16631 bearer="15"
16632 />
16633
16634 <apn carrier="Sprint"
16635 mcc="311"
16636 mnc="870"
16637 apn="cinet.spcs"
16638 user="none"
16639 server="*"
16640 password="none"
16641 mmsproxy="68.28.31.7"
16642 mmsport="80"
16643 mmsc="http://mm.myboostmobile.com"
16644 type="default,mms"
16645 bearer="16"
16646 />
16647
Yong Zhangadfeaa62014-08-29 14:54:02 -050016648 <apn carrier="MobileNation"
16649 mcc="311"
16650 mnc="910"
16651 apn="mymn4g.net"
16652 server="*"
16653 mmsport="8081"
16654 mmsproxy="mms.mymn3g.net"
16655 mmsc="http://mms.mymn3g.net"
16656 type="default,internet,admin,fota,dun,mms"
16657 protocol="IPV4V6"
16658 />
16659
16660 <apn carrier="charitonvalley"
16661 mcc="311"
16662 mnc="920"
16663 apn="CdmaNai"
16664 mvno_type="spn"
16665 mvno_match_data="charitonvalley"
16666 mmsc="http://mms.cvalley.net"
16667 mmsproxy=""
16668 mmsport="80"
16669 type="mms"
16670 carrier_enabled="false"
16671 protocol="IPV4V6"
16672 roaming_protocol="IPV4V6"
16673 bearer="6"
16674 />
16675
16676 <apn carrier="Chariton IMS"
16677 mcc="311"
16678 mnc="920"
16679 apn="VZWIMS"
16680 type="ims,ia"
16681 mvno_type="spn"
16682 mvno_match_data="charitonvalley"
16683 protocol="IPV4V6"
16684 roaming_protocol="IPV4V6"
16685 bearer="13"
16686 />
16687
16688 <apn carrier="Chariton IMS"
16689 mcc="311"
16690 mnc="920"
16691 apn="VZWIMS"
16692 type="ims,ia"
16693 mvno_type="spn"
16694 mvno_match_data="charitonvalley"
16695 protocol="IPV4V6"
16696 roaming_protocol="IPV4V6"
16697 bearer="14"
16698 />
16699
16700 <apn carrier="Chariton FOTA"
16701 mcc="311"
16702 mnc="920"
16703 apn="VZWADMIN"
16704 type="fota"
16705 mvno_type="spn"
16706 mvno_match_data="charitonvalley"
16707 protocol="IPV4V6"
16708 roaming_protocol="IPV4V6"
16709 bearer="13"
16710 />
16711
16712 <apn carrier="Chariton FOTA"
16713 mcc="311"
16714 mnc="920"
16715 apn="VZWADMIN"
16716 type="fota"
16717 mvno_type="spn"
16718 mvno_match_data="charitonvalley"
16719 protocol="IPV4V6"
16720 roaming_protocol="IPV4V6"
16721 bearer="14"
16722 />
16723
16724 <apn carrier="Chariton valley"
16725 mcc="311"
16726 mnc="920"
16727 apn="VZWINTERNET"
16728 mmsc="http://mms.cvalley.net"
16729 mmsproxy=""
16730 mmsport="80"
16731 mvno_type="spn"
16732 mvno_match_data="charitonvalley"
16733 type="default,mms,dun,supl"
16734 protocol="IPV4V6"
16735 roaming_protocol="IPV4V6"
16736 bearer="13"
16737 />
16738
16739 <apn carrier="Chariton valley"
16740 mcc="311"
16741 mnc="920"
16742 apn="VZWINTERNET"
16743 mmsc="http://mms.cvalley.net"
16744 mmsproxy=""
16745 mmsport="80"
16746 mvno_type="spn"
16747 mvno_match_data="charitonvalley"
16748 type="default,mms,dun,supl"
16749 protocol="IPV4V6"
16750 roaming_protocol="IPV4V6"
16751 bearer="14"
16752 />
16753
16754 <apn carrier="Syringa Wireless"
16755 mcc="311"
16756 mnc="930"
16757 apn="internet.syringawireless.com"
16758 server="*"
16759 mmsport="80"
16760 mmsproxy=""
16761 mmsc="http://mms.rinawireless.com"
16762 type="default,internet,admin,fota,dun,mms"
16763 protocol="IPV4V6"
16764 />
16765
16766 <apn carrier="custer"
16767 mcc="312"
16768 mnc="040"
16769 apn="CdmaNai"
16770 mvno_type="spn"
16771 mvno_match_data="custer"
16772 mmsc="http://mms.rinawireless.com"
16773 mmsproxy=""
16774 mmsport=""
16775 type="mms"
16776 carrier_enabled="false"
16777 protocol="IPV4V6"
16778 roaming_protocol="IPV4V6"
16779 bearer="6"
16780 />
16781
16782 <apn carrier="Custer IMS"
16783 mcc="312"
16784 mnc="040"
16785 apn="VZWIMS"
16786 type="ims,ia"
16787 mvno_type="spn"
16788 mvno_match_data="custer"
16789 protocol="IPV4V6"
16790 roaming_protocol="IPV4V6"
16791 bearer="13"
16792 />
16793
16794 <apn carrier="Custer IMS"
16795 mcc="312"
16796 mnc="040"
16797 apn="VZWIMS"
16798 type="ims,ia"
16799 mvno_type="spn"
16800 mvno_match_data="custer"
16801 protocol="IPV4V6"
16802 roaming_protocol="IPV4V6"
16803 bearer="14"
16804 />
16805
16806 <apn carrier="Custer FOTA"
16807 mcc="312"
16808 mnc="040"
16809 apn="VZWADMIN"
16810 type="fota"
16811 mvno_type="spn"
16812 mvno_match_data="custer"
16813 protocol="IPV4V6"
16814 roaming_protocol="IPV4V6"
16815 bearer="13"
16816 />
16817
16818 <apn carrier="Custer FOTA"
16819 mcc="312"
16820 mnc="040"
16821 apn="VZWADMIN"
16822 type="fota"
16823 mvno_type="spn"
16824 mvno_match_data="custer"
16825 protocol="IPV4V6"
16826 roaming_protocol="IPV4V6"
16827 bearer="14"
16828 />
16829
16830 <apn carrier="Custer"
16831 mcc="312"
16832 mnc="040"
16833 apn="VZWINTERNET"
16834 mmsc="http://mms.rinawireless.com"
16835 mmsproxy=""
16836 mmsport=""
16837 mvno_type="spn"
16838 mvno_match_data="custer"
16839 type="default,mms,dun,supl"
16840 protocol="IPV4V6"
16841 roaming_protocol="IPV4V6"
16842 bearer="13"
16843 />
16844
16845 <apn carrier="Custer"
16846 mcc="312"
16847 mnc="040"
16848 apn="VZWINTERNET"
16849 mmsc="http://mms.rinawireless.com"
16850 mmsproxy=""
16851 mmsport=""
16852 mvno_type="spn"
16853 mvno_match_data="custer"
16854 type="default,mms,dun,supl"
16855 protocol="IPV4V6"
16856 roaming_protocol="IPV4V6"
16857 bearer="14"
16858 />
16859
16860 <apn carrier="chatmobility"
16861 mcc="312"
16862 mnc="160"
16863 apn="CdmaNai"
16864 mvno_type="spn"
16865 mvno_match_data="chatmobility"
16866 mmsc="http://mms.chatmobility.com/mms/"
16867 mmsproxy=""
16868 mmsport="80"
16869 type="mms"
16870 carrier_enabled="false"
16871 protocol="IPV4V6"
16872 roaming_protocol="IPV4V6"
16873 bearer="6"
16874 />
16875
16876 <apn carrier="Chatmobility IMS"
16877 mcc="312"
16878 mnc="160"
16879 apn="VZWIMS"
16880 type="ims,ia"
16881 mvno_type="spn"
16882 mvno_match_data="chatmobility"
16883 protocol="IPV4V6"
16884 roaming_protocol="IPV4V6"
16885 bearer="13"
16886 />
16887
16888 <apn carrier="Chatmobility IMS"
16889 mcc="312"
16890 mnc="160"
16891 apn="VZWIMS"
16892 type="ims,ia"
16893 mvno_type="spn"
16894 mvno_match_data="chatmobility"
16895 protocol="IPV4V6"
16896 roaming_protocol="IPV4V6"
16897 bearer="14"
16898 />
16899
16900 <apn carrier="chatmobility FOTA"
16901 mcc="312"
16902 mnc="160"
16903 apn="VZWADMIN"
16904 type="fota"
16905 mvno_type="spn"
16906 mvno_match_data="chatmobility"
16907 protocol="IPV4V6"
16908 roaming_protocol="IPV4V6"
16909 bearer="13"
16910 />
16911
16912 <apn carrier="chatmobility FOTA"
16913 mcc="312"
16914 mnc="160"
16915 apn="VZWADMIN"
16916 type="fota"
16917 mvno_type="spn"
16918 mvno_match_data="chatmobility"
16919 protocol="IPV4V6"
16920 roaming_protocol="IPV4V6"
16921 bearer="14"
16922 />
16923
16924 <apn carrier="chatmobility"
16925 mcc="312"
16926 mnc="160"
16927 apn="VZWINTERNET"
16928 mmsc="http://mms.chatmobility.com/mms/"
16929 mmsproxy=""
16930 mmsport="80"
16931 mvno_type="spn"
16932 mvno_match_data="chatmobility"
16933 type="default,mms,dun,supl"
16934 protocol="IPV4V6"
16935 roaming_protocol="IPV4V6"
16936 bearer="13"
16937 />
16938
16939 <apn carrier="chatmobility"
16940 mcc="312"
16941 mnc="160"
16942 apn="VZWINTERNET"
16943 mmsc="http://mms.chatmobility.com/mms/"
16944 mmsproxy=""
16945 mmsport="80"
16946 mvno_type="spn"
16947 mvno_match_data="chatmobility"
16948 type="default,mms,dun,supl"
16949 protocol="IPV4V6"
16950 roaming_protocol="IPV4V6"
16951 bearer="14"
16952 />
16953
Jing Zhao8d1b97b2014-07-17 17:38:34 -050016954 <apn carrier="NexTech Ota"
16955 mcc="312"
16956 mnc="420"
16957 apn="admin.lte.ntwls.com"
16958 server="*"
16959 mmsport=""
16960 mmsproxy=""
16961 mmsc="http://mms.ntwls.net/nex-tech/mms.php"
16962 type="admin,fota,ota"
16963 bearer="14"
16964 protocol="IP"
16965 />
16966
16967 <apn carrier="NexTech Ota"
16968 mcc="312"
16969 mnc="420"
16970 apn="admin.lte.ntwls.com"
16971 server="*"
16972 mmsport=""
16973 mmsproxy=""
16974 mmsc="http://mms.ntwls.net/nex-tech/mms.php"
16975 type="admin,fota,ota"
16976 bearer="13"
16977 protocol="IP"
16978 />
16979
16980 <apn carrier="NexTech Wireless"
16981 mcc="312"
16982 mnc="420"
16983 apn="internet.lte.ntwls.com"
16984 server="*"
16985 mmsport=""
16986 mmsproxy=""
16987 mmsc="http://mms.ntwls.net/nex-tech/mms.php"
16988 type="default,internet,supl,hipri,mms"
16989 protocol="IPV4V6"
16990 />
16991
16992 <apn carrier="NexTech Tether"
16993 mcc="312"
16994 mnc="420"
16995 apn="modem.lte.ntwls.com"
16996 server="*"
16997 mmsport=""
16998 mmsproxy=""
16999 mmsc="http://mms.ntwls.net/nex-tech/mms.php"
17000 type="dun,pam"
17001 bearer="14"
17002 protocol="IPV4V6"
17003 />
17004
17005 <apn carrier="NexTech Tether"
17006 mcc="312"
17007 mnc="420"
17008 apn="modem.lte.ntwls.com"
17009 server="*"
17010 mmsport=""
17011 mmsproxy=""
17012 mmsc="http://mms.ntwls.net/nex-tech/mms.php"
17013 type="dun,pam"
17014 bearer="13"
17015 protocol="IPV4V6"
17016 />
17017
17018 <apn carrier="Sprint CdmaNai"
17019 mcc="312"
17020 mnc="530"
17021 mmsproxy="68.28.31.7"
17022 mmsport="80"
17023 mmsc="http://mms.sprintpcs.com"
17024 authtype="3"
17025 type="default,mms"
17026 protocol="IPV4V6"
17027 roaming_protocol="IPV4V6"
17028 bearer="6"
17029 />
17030
17031 <apn carrier="Sprint"
17032 mcc="312"
17033 mnc="530"
17034 apn="cinet.spcs"
17035 user="none"
17036 server="*"
17037 password="none"
17038 mmsproxy="68.28.31.7"
17039 mmsport="80"
17040 mmsc="http://mms.sprintpcs.com"
17041 type="default,mms"
17042 bearer="1"
17043 />
17044
17045 <apn carrier="Sprint"
17046 mcc="312"
17047 mnc="530"
17048 apn="cinet.spcs"
17049 user="none"
17050 server="*"
17051 password="none"
17052 mmsproxy="68.28.31.7"
17053 mmsport="80"
17054 mmsc="http://mms.sprintpcs.com"
17055 type="default,mms"
17056 bearer="2"
17057 />
17058
17059 <apn carrier="Sprint"
17060 mcc="312"
17061 mnc="530"
17062 apn="cinet.spcs"
17063 user="none"
17064 server="*"
17065 password="none"
17066 mmsproxy="68.28.31.7"
17067 mmsport="80"
17068 mmsc="http://mms.sprintpcs.com"
17069 type="default,mms"
17070 bearer="3"
17071 />
17072
17073 <apn carrier="Sprint"
17074 mcc="312"
17075 mnc="530"
17076 apn="cinet.spcs"
17077 user="none"
17078 server="*"
17079 password="none"
17080 mmsproxy="68.28.31.7"
17081 mmsport="80"
17082 mmsc="http://mms.sprintpcs.com"
17083 type="default,mms"
17084 bearer="9"
17085 />
17086
17087 <apn carrier="Sprint"
17088 mcc="312"
17089 mnc="530"
17090 apn="cinet.spcs"
17091 user="none"
17092 server="*"
17093 password="none"
17094 mmsproxy="68.28.31.7"
17095 mmsport="80"
17096 mmsc="http://mms.sprintpcs.com"
17097 type="default,mms"
17098 bearer="10"
17099 />
17100
17101 <apn carrier="Sprint"
17102 mcc="312"
17103 mnc="530"
17104 apn="cinet.spcs"
17105 user="none"
17106 server="*"
17107 password="none"
17108 mmsproxy="68.28.31.7"
17109 mmsport="80"
17110 mmsc="http://mms.sprintpcs.com"
17111 type="default,mms"
17112 bearer="11"
17113 />
17114
17115 <apn carrier="Sprint"
17116 mcc="312"
17117 mnc="530"
17118 apn="cinet.spcs"
17119 user="none"
17120 server="*"
17121 password="none"
17122 mmsproxy="68.28.31.7"
17123 mmsport="80"
17124 mmsc="http://mms.sprintpcs.com"
17125 type="default,mms"
17126 bearer="15"
17127 />
17128
17129 <apn carrier="Sprint"
17130 mcc="312"
17131 mnc="530"
17132 apn="cinet.spcs"
17133 user="none"
17134 server="*"
17135 password="none"
17136 mmsproxy="68.28.31.7"
17137 mmsport="80"
17138 mmsc="http://mms.sprintpcs.com"
17139 type="default,mms"
17140 bearer="16"
17141 />
17142
17143 <apn carrier="Sprint"
17144 mcc="312"
17145 mnc="530"
17146 apn="otasn"
17147 type="ota"
17148 protocol="IPV4V6"
17149 bearer="13"
17150 />
17151
17152 <apn carrier="Sprint"
17153 mcc="312"
17154 mnc="530"
17155 apn="otasn"
17156 type="ota"
17157 protocol="IPV4V6"
17158 bearer="14"
17159 />
17160
Yong Zhangadfeaa62014-08-29 14:54:02 -050017161 <apn carrier="Blue Wireless"
17162 mcc="312"
17163 mnc="570"
17164 apn="Blue Hotspot"
17165 server="*"
17166 mmsport="8514"
17167 mmsproxy=""
17168 user="%M@dun.bluehandset.com"
17169 password="wirelessblue"
17170 mmsc="http://mms.blueunlimited.com"
17171 type="default,dun,mms"
17172 protocol="IPV4V6"
17173 />
17174
Jing Zhao8d1b97b2014-07-17 17:38:34 -050017175 <apn carrier="Sprint APN"
17176 mcc="316"
17177 mnc="010"
17178 apn="cinet.spcs"
17179 user="none"
17180 server="*"
17181 password="none"
17182 mmsproxy="68.28.31.7"
17183 mmsport="80"
17184 mmsc="http://mms.sprintpcs.com"
17185 type="default"
17186 />
17187
Yong Zhangadfeaa62014-08-29 14:54:02 -050017188 <apn carrier="openmobile"
17189 mcc="330"
17190 mnc="000"
17191 apn="CdmaNai"
17192 mvno_type="spn"
17193 mvno_match_data="openmobile"
17194 mmsc="http://mms.openmobilepr.com:1981/"
17195 mmsproxy=""
17196 mmsport=""
17197 type="mms"
17198 carrier_enabled="false"
17199 protocol="IPV4V6"
17200 roaming_protocol="IPV4V6"
17201 bearer="6"
17202 />
17203
17204 <apn carrier="Openmobile IMS"
17205 mcc="330"
17206 mnc="000"
17207 apn="VZWIMS"
17208 type="ims,ia"
17209 mvno_type="spn"
17210 mvno_match_data="openmobile"
17211 protocol="IPV4V6"
17212 roaming_protocol="IPV4V6"
17213 bearer="13"
17214 />
17215
17216 <apn carrier="Openmobile IMS"
17217 mcc="330"
17218 mnc="000"
17219 apn="VZWIMS"
17220 type="ims,ia"
17221 mvno_type="spn"
17222 mvno_match_data="openmobile"
17223 protocol="IPV4V6"
17224 roaming_protocol="IPV4V6"
17225 bearer="14"
17226 />
17227
17228 <apn carrier="Openmobile FOTA"
17229 mcc="330"
17230 mnc="000"
17231 apn="VZWADMIN"
17232 type="fota"
17233 mvno_type="spn"
17234 mvno_match_data="openmobile"
17235 protocol="IPV4V6"
17236 roaming_protocol="IPV4V6"
17237 bearer="13"
17238 />
17239
17240 <apn carrier="Openmobile FOTA"
17241 mcc="330"
17242 mnc="000"
17243 apn="VZWADMIN"
17244 type="fota"
17245 mvno_type="spn"
17246 mvno_match_data="openmobile"
17247 protocol="IPV4V6"
17248 roaming_protocol="IPV4V6"
17249 bearer="14"
17250 />
17251
17252 <apn carrier="Openmobile"
17253 mcc="330"
17254 mnc="000"
17255 apn="VZWINTERNET"
17256 mmsc="http://mms.openmobilepr.com:1981/"
17257 mmsproxy=""
17258 mmsport=""
17259 mvno_type="spn"
17260 mvno_match_data="openmobile"
17261 type="default,mms,dun,supl"
17262 protocol="IPV4V6"
17263 roaming_protocol="IPV4V6"
17264 bearer="13"
17265 />
17266
17267 <apn carrier="Openmobile"
17268 mcc="330"
17269 mnc="000"
17270 apn="VZWINTERNET"
17271 mmsc="http://mms.openmobilepr.com:1981/"
17272 mmsproxy=""
17273 mmsport=""
17274 mvno_type="spn"
17275 mvno_match_data="openmobile"
17276 type="default,mms,dun,supl"
17277 protocol="IPV4V6"
17278 roaming_protocol="IPV4V6"
17279 bearer="14"
17280 />
17281
Jing Zhao9cf32e82014-09-10 16:39:52 -050017282 <apn carrier="Puerto Rico:Claro:LTE"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050017283 mcc="330"
17284 mnc="110"
Jing Zhao9cf32e82014-09-10 16:39:52 -050017285 apn="lte.claropr.com"
17286 type="default"
17287 authtype="1"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050017288 />
17289
17290 <apn carrier="Puerto Rico:Claro:Banda Ancha"
17291 mcc="330"
17292 mnc="110"
17293 apn="lte.claropr.com"
17294 type="dun"
17295 authtype="1"
17296 />
17297
jsh433c8572011-02-02 14:23:42 -080017298 <apn carrier="MMS CLARO"
17299 mcc="330"
17300 mnc="110"
17301 apn="mms.claropr.com"
jsh433c8572011-02-02 14:23:42 -080017302 mmsproxy="10.50.38.3"
17303 mmsport="8799"
17304 mmsc="http://mmsg.claropr.com:10021/mmsc"
17305 type="mms"
17306 />
17307
John Wang3536e142011-02-18 14:43:25 -080017308
17309 <apn carrier="Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070017310 mcc="334"
John Wang3536e142011-02-18 14:43:25 -080017311 mnc="020"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070017312 apn="internet.itelcel.com"
17313 user="webgprs"
17314 password="webgprs2002"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090017315 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017316 type="default,supl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070017317 />
17318
John Wang3536e142011-02-18 14:43:25 -080017319
17320 <apn carrier="Mensajes Multimedia"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070017321 mcc="334"
John Wang3536e142011-02-18 14:43:25 -080017322 mnc="020"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070017323 apn="mms.itelcel.com"
17324 user="mmsgprs"
17325 password="mmsgprs2003"
17326 mmsc="http://mms.itelcel.com/servlets/mms"
17327 mmsproxy="148.233.151.240"
17328 mmsport="8080"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090017329 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070017330 type="mms"
17331 />
17332
John Wang3536e142011-02-18 14:43:25 -080017333
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020017334 <apn carrier="Movistar INTERNET"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070017335 mcc="334"
17336 mnc="03"
17337 apn="internet.movistar.mx"
17338 user="movistar"
17339 password="movistar"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090017340 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017341 type="default,supl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070017342 />
17343
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020017344 <apn carrier="Movistar MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070017345 mcc="334"
17346 mnc="03"
17347 apn="mms.movistar.mx"
17348 user="movistar"
17349 password="movistar"
17350 mmsc="http://mms.movistar.mx"
17351 mmsproxy="10.2.20.1"
John Wang3536e142011-02-18 14:43:25 -080017352 mmsport="80"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090017353 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080017354 type="mms"
17355 />
17356
sy.yun38eb77c2013-08-17 01:46:34 +090017357 <apn carrier="Movistar INTERNET"
John Wang6a572492011-04-04 14:51:32 -070017358 mcc="334"
17359 mnc="030"
17360 apn="internet.movistar.mx"
17361 user="movistar"
17362 password="movistar"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090017363 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017364 type="default,supl"
John Wang6a572492011-04-04 14:51:32 -070017365 />
17366
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020017367 <apn carrier="Movistar MMS"
John Wang6a572492011-04-04 14:51:32 -070017368 mcc="334"
17369 mnc="030"
17370 apn="mms.movistar.mx"
17371 user="movistar"
17372 password="movistar"
17373 mmsc="http://mms.movistar.mx"
17374 mmsproxy="10.2.20.1"
17375 mmsport="80"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090017376 authtype="1"
John Wang6a572492011-04-04 14:51:32 -070017377 type="mms"
17378 />
17379
17380 <apn carrier="Iusacell Internet"
17381 mcc="334"
17382 mnc="050"
17383 apn="web.iusacellgsm.mx"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070017384 user="iusacellgsm"
17385 password="iusacellgsm"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017386 type="default,supl"
John Wang6a572492011-04-04 14:51:32 -070017387 />
17388
17389 <apn carrier="Iusacell MMS"
17390 mcc="334"
17391 mnc="050"
17392 apn="mms.iusacellgsm.mx"
17393 user="mmsiusacellgsm"
17394 password="mmsiusacellgsm"
John Wang6a572492011-04-04 14:51:32 -070017395 mmsc="http://mms.iusacell3g.com/"
17396 type="mms"
17397 />
17398
Jing Zhao8d1b97b2014-07-17 17:38:34 -050017399 <apn carrier='Nextel Localización'
17400 mcc='334'
17401 mnc='090'
17402 apn='location.nexteldata.com.mx'
17403 server='http://supl.nexteldata.com.mx'
17404 authtype='0'
17405 type='supl'
17406 port='7275'
17407 />
17408
17409 <apn carrier='Nextel MMS'
17410 mcc='334'
17411 mnc='090'
17412 apn='mms.nexteldata.com.mx'
17413 authtype='0'
17414 mmsc='http://3gmms.nexteldata.com.mx'
17415 mmsproxy='129.192.129.104'
17416 mmsport='8080'
17417 type='mms'
17418 />
17419
17420 <apn carrier='Nextel Modem'
17421 mcc='334'
17422 mnc='090'
17423 apn='modem.nexteldata.com.mx'
17424 authtype='0'
17425 type='dun'
17426 />
17427
17428 <apn carrier='Nextel Navegación'
17429 mcc='334'
17430 mnc='090'
17431 apn='wap.nexteldata.com.mx'
17432 authtype='0'
17433 type='default'
17434 />
17435
John Wang3536e142011-02-18 14:43:25 -080017436 <apn carrier="INTERNET Digicel"
17437 mcc="338"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070017438 mnc="05"
17439 apn="web"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017440 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080017441 />
17442
Sungmin Choi2f71bde2013-10-06 18:03:22 -070017443 <apn carrier="MMS Digicel"
17444 mcc="338"
17445 mnc="05"
17446 apn="wap"
17447 mmsproxy="172.16.7.12"
17448 mmsport="8080"
17449 mmsc="http://mms.digicelgroup.com"
17450 type="mms"
17451 />
17452
17453 <apn carrier="INTERNET Digicel"
17454 mcc="338"
17455 mnc="050"
17456 apn="web"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017457 type="default,supl"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070017458 />
John Wang3536e142011-02-18 14:43:25 -080017459
17460 <apn carrier="MMS Digicel"
17461 mcc="338"
17462 mnc="050"
17463 apn="wap"
John Wang3536e142011-02-18 14:43:25 -080017464 mmsproxy="172.16.7.12"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070017465 mmsport="8080"
John Wang3536e142011-02-18 14:43:25 -080017466 mmsc="http://mms.digicelgroup.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070017467 type="mms"
17468 />
17469
jsh433c8572011-02-02 14:23:42 -080017470 <apn carrier="Lime Internet Postpaid"
17471 mcc="338"
17472 mnc="18"
17473 apn="internet"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017474 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080017475 />
17476
17477 <apn carrier="Lime Postpaid MMS"
17478 mcc="338"
17479 mnc="18"
17480 apn="multimedia"
jsh433c8572011-02-02 14:23:42 -080017481 mmsproxy="10.20.5.34"
17482 mmsport="8799"
17483 mmsc="http://mmsc"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070017484 type="mms"
17485 />
17486
17487 <apn carrier="Lime Internet Prepaid"
17488 mcc="338"
17489 mnc="18"
17490 apn="ppinternet"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017491 type="default,supl"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070017492 />
17493
17494 <apn carrier="Lime Prepaid MMS"
17495 mcc="338"
17496 mnc="18"
17497 apn="ppmms"
17498 mmsproxy="10.20.5.34"
17499 mmsport="8799"
17500 mmsc="http://mmsc"
17501 type="mms"
17502 />
17503
17504 <apn carrier="Lime Internet Postpaid"
17505 mcc="338"
17506 mnc="180"
17507 apn="internet"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017508 type="default,supl"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070017509 />
17510
17511 <apn carrier="Lime Postpaid MMS"
17512 mcc="338"
17513 mnc="180"
17514 apn="multimedia"
17515 mmsproxy="10.20.5.34"
17516 mmsport="8799"
17517 mmsc="http://mmsc"
17518 type="mms"
17519 />
17520
17521 <apn carrier="Lime Internet Prepaid"
17522 mcc="338"
17523 mnc="180"
17524 apn="ppinternet"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017525 type="default,supl"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070017526 />
17527
17528 <apn carrier="Lime Prepaid MMS"
17529 mcc="338"
17530 mnc="180"
17531 apn="ppmms"
17532 mmsproxy="10.20.5.34"
17533 mmsport="8799"
17534 mmsc="http://mmsc"
jsh433c8572011-02-02 14:23:42 -080017535 type="mms"
17536 />
17537
17538 <apn carrier="Claro Web"
17539 mcc="338"
17540 mnc="070"
17541 apn="internet.ideasclaro.com.jm"
17542 user=""
17543 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090017544 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017545 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080017546 />
17547
17548 <apn carrier="Claro MMS"
17549 mcc="338"
17550 mnc="070"
17551 apn="mms.ideasclaro.com.jm"
17552 user=""
17553 password=""
17554 mmsproxy="190.80.147.118"
17555 mmsport="8080"
17556 mmsc="http://mms.ideasclaro.com.jm/mms/wapenc"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090017557 authtype="1"
jsh433c8572011-02-02 14:23:42 -080017558 type="mms"
17559 />
17560
17561 <apn carrier="Lime Internet Postpaid"
17562 mcc="338"
17563 mnc="180"
17564 apn="internet"
17565 user=""
17566 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090017567 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017568 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080017569 />
17570
17571 <apn carrier="Lime Postpaid MMS"
17572 mcc="338"
17573 mnc="180"
17574 apn="multimedia"
17575 user=""
17576 password=""
17577 mmsproxy="10.20.5.34"
17578 mmsport="8799"
17579 mmsc="http://mmsc"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090017580 authtype="1"
jsh433c8572011-02-02 14:23:42 -080017581 type="mms"
17582 />
17583
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080017584 <apn carrier="Orange World Caraïbe"
17585 mcc="340"
17586 mnc="01"
17587 apn="orangewap"
17588 user="orange"
17589 password="wap"
17590 proxy="10.0.0.10"
17591 port="8082"
17592 type="default,supl"
17593 />
17594
17595 <apn carrier="Orange MMS Caraïbe"
17596 mcc="340"
17597 mnc="01"
17598 apn="orangewap"
17599 user="orange"
17600 password="orange"
17601 mmsc="http://193.251.160.246/servlets/mms"
17602 mmsproxy="10.0.0.10"
17603 mmsport="8082"
17604 type="mms"
17605 />
17606
sy.yun9ce76cf2013-08-01 09:45:16 +090017607 <apn carrier="Digicel Web"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080017608 mcc="340"
17609 mnc="20"
sy.yun9ce76cf2013-08-01 09:45:16 +090017610 apn="web.digicelfr.com"
17611 mmsc="http://mmc.digiceltt.com/servlets/mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080017612 mmsproxy="172.20.6.12"
17613 mmsport="8080"
17614 type="default,supl,mms"
17615 />
17616
Jing Zhao8d1b97b2014-07-17 17:38:34 -050017617 <apn carrier="French West Indies:Digicel:Modem"
17618 mcc="340"
17619 mnc="20"
17620 apn="wap.digicelfr.com"
17621 port="8080"
17622 authtype="1"
17623 proxy="172.20.6.12"
17624 mmsc="http://wapdigicel.com"
17625 type="dun"
17626 user="wap"
17627 password="wap"
17628 />
17629
jsh433c8572011-02-02 14:23:42 -080017630 <apn carrier="Lime Internet Postpaid"
17631 mcc="342"
17632 mnc="60"
17633 apn="internet"
17634 user=""
17635 password=""
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017636 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080017637 />
17638
17639 <apn carrier="Lime Postpaid MMS"
17640 mcc="342"
17641 mnc="60"
17642 apn="multimedia"
17643 user=""
17644 password=""
17645 mmsproxy="10.20.5.34"
17646 mmsport="8799"
17647 mmsc="http://mmsc"
17648 type="mms"
17649 />
17650
Jing Zhao8d1b97b2014-07-17 17:38:34 -050017651 <apn carrier='Barbado:Lime:Internet'
17652 mcc='342'
17653 mnc='600'
17654 apn='internet'
17655 authtype='1'
17656 mmsc='http://www.time4lime.com/'
17657 type='default'
17658 />
17659
17660 <apn carrier="Barbados:Lime:Mms"
17661 mcc="342"
17662 mnc="600"
17663 apn="multimedia"
17664 authtype="1"
17665 mmsc="http://mmsc"
17666 mmsproxy="10.20.5.34"
17667 mmsport="8799"
17668 type="mms"
17669 />
17670
17671 <apn carrier='Barbado:Lime:Modem'
17672 mcc='342'
17673 mnc='600'
17674 apn='internet'
17675 authtype='1'
17676 mmsc='http://www.time4lime.com/'
17677 type='dun'
17678 />
17679
jsh433c8572011-02-02 14:23:42 -080017680 <apn carrier="Lime Internet Postpaid"
17681 mcc="344"
17682 mnc="92"
17683 apn="internet"
17684 user=""
17685 password=""
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017686 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080017687 />
17688
17689 <apn carrier="Lime Postpaid MMS"
17690 mcc="344"
17691 mnc="92"
17692 apn="multimedia"
17693 user=""
17694 password=""
17695 mmsproxy="10.20.5.34"
17696 mmsport="8799"
17697 mmsc="http://mmsc"
17698 type="mms"
17699 />
17700
Jing Zhao8d1b97b2014-07-17 17:38:34 -050017701 <apn carrier='Antigua:Lime:Internet'
17702 mcc='344'
17703 mnc='920'
17704 apn='internet'
17705 authtype='1'
17706 mmsc='http://www.time4lime.com/'
17707 type='default'
17708 />
17709
17710 <apn carrier='Antigua:Lime:Mms'
17711 mcc='344'
17712 mnc='920'
17713 apn='multimedia'
17714 authtype='1'
17715 mmsc='http://mmsc'
17716 mmsproxy='10.20.5.34'
17717 mmsport='8799'
17718 type='mms'
17719 />
17720
17721 <apn carrier='Antigua:Lime:Modem'
17722 mcc='344'
17723 mnc='920'
17724 apn='internet'
17725 authtype='1'
17726 mmsc='http://www.time4lime.com/'
17727 type='dun'
17728 />
17729
jsh433c8572011-02-02 14:23:42 -080017730 <apn carrier="Lime Internet Postpaid"
17731 mcc="346"
17732 mnc="14"
17733 apn="internet"
17734 user=""
17735 password=""
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017736 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080017737 />
17738
17739 <apn carrier="Lime Postpaid MMS"
17740 mcc="346"
17741 mnc="14"
17742 apn="multimedia"
17743 user=""
17744 password=""
17745 mmsproxy="10.20.5.34"
17746 mmsport="8799"
17747 mmsc="http://mmsc"
17748 type="mms"
17749 />
17750
Jing Zhao8d1b97b2014-07-17 17:38:34 -050017751 <apn carrier='Cayman Islands:Lime:Internet'
17752 mcc='346'
17753 mnc='140'
17754 apn='internet'
17755 authtype='1'
17756 mmsc='http://www.time4lime.com/'
17757 type='default'
17758 />
17759
17760 <apn carrier='Cayman Islands:Lime:Modem'
17761 mcc='346'
17762 mnc='140'
17763 apn='internet'
17764 authtype='1'
17765 mmsc='http://www.time4lime.com/'
17766 type='dun'
17767 />
17768
17769 <apn carrier='Cayman Islands:Mms'
17770 mcc='346'
17771 mnc='140'
17772 apn='multimedia'
17773 authtype='1'
17774 mmsc='http://mmsc'
17775 mmsproxy='10.20.5.34'
17776 mmsport='8799'
17777 type='mms'
17778 />
17779
jsh433c8572011-02-02 14:23:42 -080017780 <apn carrier="Lime Internet Postpaid"
17781 mcc="348"
17782 mnc="17"
17783 apn="internet"
17784 user=""
17785 password=""
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017786 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080017787 />
17788
17789 <apn carrier="Lime Postpaid MMS"
17790 mcc="348"
17791 mnc="17"
17792 apn="multimedia"
17793 user=""
17794 password=""
17795 mmsproxy="10.20.5.34"
17796 mmsport="8799"
17797 mmsc="http://mmsc"
17798 type="mms"
17799 />
17800
Jing Zhao8d1b97b2014-07-17 17:38:34 -050017801 <apn carrier='Bvi:Digicel:Internet'
17802 mcc='348'
17803 mnc='77'
17804 apn='wap.digicelbvi.com'
17805 authtype='1'
17806 type='default'
17807 />
17808
17809 <apn carrier='Bvi:Digicel:Mms'
17810 mcc='348'
17811 mnc='77'
17812 apn='wap.digicelbvi.com'
17813 authtype='1'
17814 mmsc='http://mmc.digiceljamaica.com/servlets/mms'
17815 mmsproxy='172.16.7.12'
17816 mmsport='9201'
17817 type='mms'
17818 user='wapbvi'
17819 password='wapbvi'
17820 />
17821
17822 <apn carrier='Bvi:Digicel:Modem'
17823 mcc='348'
17824 mnc='77'
17825 apn='wap.digicelbvi.com'
17826 port='8080'
17827 authtype='1'
17828 proxy='172.16.7.12'
17829 mmsc='http://wapdigicel.com'
17830 type='dun'
17831 user='wapbvi'
17832 password='wapbvi'
17833 />
17834
17835 <apn carrier='Bvi:Lime:Internet'
17836 mcc='348'
17837 mnc='170'
17838 apn='internet'
17839 authtype='1'
17840 mmsc='http://www.time4lime.com/'
17841 type='default'
17842 />
17843
17844 <apn carrier='Bvi:Lime:Mms'
17845 mcc='348'
17846 mnc='170'
17847 apn='multimedia'
17848 authtype='1'
17849 mmsc='http://mmsc'
17850 mmsproxy='10.20.5.34'
17851 mmsport='8799'
17852 type='mms'
17853 />
17854
17855 <apn carrier='Bvi:Lime:Modem'
17856 mcc='348'
17857 mnc='170'
17858 apn='internet'
17859 authtype='1'
17860 mmsc='http://www.time4lime.com/'
17861 type='dun'
17862 />
17863
jsh433c8572011-02-02 14:23:42 -080017864 <apn carrier="Lime Internet Postpaid"
17865 mcc="352"
17866 mnc="11"
17867 apn="internet"
17868 user=""
17869 password=""
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017870 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080017871 />
17872
17873 <apn carrier="Lime Postpaid MMS"
17874 mcc="352"
17875 mnc="11"
17876 apn="multimedia"
17877 user=""
17878 password=""
17879 mmsproxy="10.20.5.34"
17880 mmsport="8799"
17881 mmsc="http://mmsc"
17882 type="mms"
17883 />
17884
Jing Zhao8d1b97b2014-07-17 17:38:34 -050017885 <apn carrier='Grenada:Lime:Internet'
17886 mcc='352'
17887 mnc='110'
17888 apn='internet'
17889 authtype='1'
17890 mmsc='http://www.time4lime.com/'
17891 type='default'
17892 />
17893
17894 <apn carrier='Grenada:Lime:Mms'
17895 mcc='352'
17896 mnc='110'
17897 apn='multimedia'
17898 authtype='1'
17899 mmsc='http://mmsc'
17900 mmsproxy='10.20.5.34'
17901 mmsport='8799'
17902 type='mms'
17903 />
17904
17905 <apn carrier='Grenada:Lime:Modem'
17906 mcc='352'
17907 mnc='110'
17908 apn='internet'
17909 authtype='1'
17910 mmsc='http://www.time4lime.com/'
17911 type='dun'
17912 />
17913
jsh433c8572011-02-02 14:23:42 -080017914 <apn carrier="Lime Internet Postpaid"
17915 mcc="354"
17916 mnc="86"
17917 apn="internet"
17918 user=""
17919 password=""
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017920 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080017921 />
17922
17923 <apn carrier="Lime Postpaid MMS"
17924 mcc="354"
17925 mnc="86"
17926 apn="multimedia"
17927 user=""
17928 password=""
17929 mmsproxy="10.20.5.34"
17930 mmsport="8799"
17931 mmsc="http://mmsc"
17932 type="mms"
17933 />
17934
Jing Zhao8d1b97b2014-07-17 17:38:34 -050017935 <apn carrier='Monserrat:Lime:Internet'
17936 mcc='354'
17937 mnc='860'
17938 apn='internet'
17939 authtype='1'
17940 mmsc='http://www.time4lime.com/'
17941 type='default'
17942 />
17943
17944 <apn carrier='Monserrat:Lime:Mms'
17945 mcc='354'
17946 mnc='860'
17947 apn='multimedia'
17948 authtype='1'
17949 mmsc='http://mmsc'
17950 mmsproxy='10.20.5.34'
17951 mmsport='8799'
17952 type='mms'
17953 />
17954
17955 <apn carrier='Monserrat:Lime:Modem'
17956 mcc='354'
17957 mnc='860'
17958 apn='internet'
17959 authtype='1'
17960 mmsc='http://www.time4lime.com/'
17961 type='dun'
17962 />
17963
jsh433c8572011-02-02 14:23:42 -080017964 <apn carrier="Lime Internet Postpaid"
17965 mcc="356"
17966 mnc="11"
17967 apn="internet"
17968 user=""
17969 password=""
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080017970 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080017971 />
17972
17973 <apn carrier="Lime Postpaid MMS"
17974 mcc="356"
17975 mnc="11"
17976 apn="multimedia"
17977 user=""
17978 password=""
17979 mmsproxy="10.20.5.34"
17980 mmsport="8799"
17981 mmsc="http://mmsc"
17982 type="mms"
17983 />
17984
Jing Zhao8d1b97b2014-07-17 17:38:34 -050017985 <apn carrier='St Kitts And Nevis:Lime:Internet'
17986 mcc='356'
17987 mnc='110'
17988 apn='internet'
17989 authtype='1'
17990 mmsc='http://www.time4lime.com/'
17991 type='default'
17992 />
17993
17994 <apn carrier='St Kitts And Nevis:Lime:Mms'
17995 mcc='356'
17996 mnc='110'
17997 apn='multimedia'
17998 authtype='1'
17999 mmsc='http://mmsc'
18000 mmsproxy='10.20.5.34'
18001 mmsport='8799'
18002 type='mms'
18003 />
18004
18005 <apn carrier='St Kitts And Nevis:Lime:Modem'
18006 mcc='356'
18007 mnc='110'
18008 apn='internet'
18009 authtype='1'
18010 mmsc='http://www.time4lime.com/'
18011 type='dun'
18012 />
18013
jsh433c8572011-02-02 14:23:42 -080018014 <apn carrier="Lime Internet Postpaid"
18015 mcc="358"
18016 mnc="11"
18017 apn="internet"
18018 user=""
18019 password=""
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018020 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018021 />
18022
18023 <apn carrier="Lime Postpaid MMS"
18024 mcc="358"
18025 mnc="11"
18026 apn="multimedia"
18027 user=""
18028 password=""
18029 mmsproxy="10.20.5.34"
18030 mmsport="8799"
18031 mmsc="http://mmsc"
18032 type="mms"
18033 />
18034
18035 <apn carrier="Lime Internet Postpaid"
18036 mcc="360"
18037 mnc="11"
18038 apn="internet"
18039 user=""
18040 password=""
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018041 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018042 />
18043
Jing Zhao8d1b97b2014-07-17 17:38:34 -050018044 <apn carrier='St Lucia:Lime:Internet'
18045 mcc='358'
18046 mnc='110'
18047 apn='internet'
18048 authtype='1'
18049 mmsc='http://www.time4lime.com/'
18050 type='default'
18051 />
18052
18053 <apn carrier='St Lucia:Lime:Mms'
18054 mcc='358'
18055 mnc='110'
18056 apn='multimedia'
18057 authtype='1'
18058 mmsc='http://mmsc'
18059 mmsproxy='10.20.5.34'
18060 mmsport='8799'
18061 type='mms'
18062 />
18063
18064 <apn carrier='St Lucia:Lime:Modem'
18065 mcc='358'
18066 mnc='110'
18067 apn='internet'
18068 authtype='1'
18069 mmsc='http://www.time4lime.com/'
18070 type='dun'
18071 />
18072
jsh433c8572011-02-02 14:23:42 -080018073 <apn carrier="Lime Postpaid MMS"
18074 mcc="360"
18075 mnc="11"
18076 apn="multimedia"
18077 user=""
18078 password=""
18079 mmsproxy="10.20.5.34"
18080 mmsport="8799"
18081 mmsc="http://mmsc"
18082 type="mms"
18083 />
18084
Jing Zhao8d1b97b2014-07-17 17:38:34 -050018085 <apn carrier='St Vincent:Lime:Internet'
18086 mcc='360'
18087 mnc='110'
18088 apn='internet'
18089 authtype='1'
18090 mmsc='http://www.time4lime.com/'
18091 type='default'
18092 />
18093
18094 <apn carrier='St Vincent:Lime:Mms'
18095 mcc='360'
18096 mnc='110'
18097 apn='multimedia'
18098 authtype='1'
18099 mmsc='http://mmsc'
18100 mmsproxy='10.20.5.34'
18101 mmsport='8799'
18102 type='mms'
18103 />
18104
18105 <apn carrier='St Vincent:Lime:Modem'
18106 mcc='360'
18107 mnc='110'
18108 apn='internet'
18109 authtype='1'
18110 mmsc='http://www.time4lime.com/'
18111 type='dun'
18112 />
18113
18114 <apn carrier='Curacao:Digicel:Internet'
18115 mcc='362'
18116 mnc='69'
18117 apn='web.digicelcuracao.com'
18118 authtype='1'
18119 type='default'
18120 />
18121
18122 <apn carrier='Curacao:Digicel:Mms'
18123 mcc='362'
18124 mnc='69'
18125 apn='wap'
18126 authtype='1'
18127 mmsc='http://mms.digicelgroup.com'
18128 mmsproxy='172.16.7.12'
18129 mmsport='9201'
18130 type='mms'
18131 />
18132
18133 <apn carrier='Curacao:Digicel:Modem'
18134 mcc='362'
18135 mnc='69'
18136 apn='wap'
18137 port='8080'
18138 authtype='1'
18139 proxy='172.16.7.12'
18140 mmsc='http://wapdigicel.com'
18141 type='dun'
18142 />
18143
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018144 <apn carrier="INTERNET Aruba"
18145 mcc="363"
18146 mnc="02"
18147 apn="web.digicelaruba.com"
18148 user=""
18149 password=""
18150 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018151 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018152 />
18153
18154 <apn carrier="MMS Digicel"
18155 mcc="363"
18156 mnc="02"
18157 apn="wap"
18158 user=""
18159 password=""
18160 mmsproxy="172.16.7.12"
18161 mmsport="8080"
18162 mmsc="http://mms.digicelgroup.com"
18163 authtype="1"
18164 type="mms"
18165 />
18166
Sungmin Choi7d1a0872013-02-04 12:46:05 +090018167 <apn carrier="INTERNET Aruba"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018168 mcc="363"
18169 mnc="020"
18170 apn="web.digicelaruba.com"
18171 user=""
18172 password=""
18173 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018174 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018175 />
18176
18177 <apn carrier="MMS Digicel"
18178 mcc="363"
18179 mnc="020"
18180 apn="wap"
18181 user=""
18182 password=""
18183 mmsproxy="172.16.7.12"
18184 mmsport="8080"
18185 mmsc="http://mms.digicelgroup.com"
18186 authtype="1"
18187 type="mms"
18188 />
18189
jsh433c8572011-02-02 14:23:42 -080018190 <apn carrier="Lime Internet Postpaid"
18191 mcc="365"
18192 mnc="84"
18193 apn="internet"
18194 user=""
18195 password=""
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018196 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018197 />
18198
18199 <apn carrier="Lime Postpaid MMS"
18200 mcc="365"
18201 mnc="84"
18202 apn="multimedia"
18203 user=""
18204 password=""
18205 mmsproxy="10.20.5.34"
18206 mmsport="8799"
18207 mmsc="http://mmsc"
18208 type="mms"
18209 />
18210
Jing Zhao8d1b97b2014-07-17 17:38:34 -050018211 <apn carrier='Anguilla:Lime:Internet'
18212 mcc='365'
18213 mnc='840'
18214 apn='internet'
18215 authtype='1'
18216 mmsc='http://www.time4lime.com/'
18217 type='default'
18218 />
18219
18220 <apn carrier='Anguilla:Lime:Mms'
18221 mcc='365'
18222 mnc='840'
18223 apn='multimedia'
18224 authtype='1'
18225 mmsc='http://mmsc'
18226 mmsproxy='10.20.5.34'
18227 mmsport='8799'
18228 type='mms'
18229 />
18230
18231 <apn carrier='Anguilla:Lime:Modem'
18232 mcc='365'
18233 mnc='840'
18234 apn='internet'
18235 authtype='1'
18236 mmsc='http://www.time4lime.com/'
18237 type='dun'
18238 />
18239
jsh433c8572011-02-02 14:23:42 -080018240 <apn carrier="Lime Internet Postpaid"
18241 mcc="366"
18242 mnc="11"
18243 apn="internet"
18244 user=""
18245 password=""
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018246 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018247 />
18248
18249 <apn carrier="Lime Postpaid MMS"
18250 mcc="366"
18251 mnc="11"
18252 apn="multimedia"
18253 user=""
18254 password=""
18255 mmsproxy="10.20.5.34"
18256 mmsport="8799"
18257 mmsc="http://mmsc"
18258 type="mms"
18259 />
18260
Jing Zhao8d1b97b2014-07-17 17:38:34 -050018261 <apn carrier='Dominica:Lime:Internet'
18262 mcc='366'
18263 mnc='110'
18264 apn='internet'
18265 authtype='1'
18266 mmsc='http://www.time4lime.com/'
18267 type='default'
18268 />
18269
18270 <apn carrier='Dominica:Lime:Mms'
18271 mcc='366'
18272 mnc='110'
18273 apn='multimedia'
18274 authtype='1'
18275 mmsc='http://mmsc'
18276 mmsproxy='10.20.5.34'
18277 mmsport='8799'
18278 type='mms'
18279 />
18280
18281 <apn carrier='Dominica:Lime:Modem'
18282 mcc='366'
18283 mnc='110'
18284 apn='internet'
18285 authtype='1'
18286 mmsc='http://www.time4lime.com/'
18287 type='dun'
18288 />
John Wang3536e142011-02-18 14:43:25 -080018289
18290 <apn carrier="Internet"
18291 mcc="368"
18292 mnc="01"
18293 apn="internet"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018294 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080018295 />
18296
18297
18298 <apn carrier="Cubacel MMS"
18299 mcc="368"
18300 mnc="01"
18301 apn="mms"
18302 mmsproxy="200.13.145.52"
18303 mmsport="8080"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070018304 mmsc="http://mms.cubacel.cu"
John Wang3536e142011-02-18 14:43:25 -080018305 type="mms"
18306 />
18307
sy.yunc162f2c2013-11-08 08:08:37 +090018308 <apn carrier="Orange Internet (LTE)"
18309 mcc="370"
18310 mnc="01"
18311 apn="orangeinternet"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018312 type="ia,default,supl"
sy.yunc162f2c2013-11-08 08:08:37 +090018313 />
18314
18315 <apn carrier="Orange net (3G)"
jsh433c8572011-02-02 14:23:42 -080018316 mcc="370"
18317 mnc="01"
18318 apn="orangenet.com.do"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018319 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018320 />
18321
18322 <apn carrier="Orange MMS"
18323 mcc="370"
18324 mnc="01"
18325 apn="orangeworld"
18326 user="orange"
18327 password="orange"
18328 mmsproxy="172.16.126.70"
18329 mmsport="8080"
18330 mmsc="http://mms.orange.com.do/servlets/mms"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018331 authtype="1"
jsh433c8572011-02-02 14:23:42 -080018332 type="mms"
18333 />
18334
Sungmin Choi2f71bde2013-10-06 18:03:22 -070018335 <apn carrier="Internet Móvil Claro"
jsh433c8572011-02-02 14:23:42 -080018336 mcc="370"
18337 mnc="02"
18338 apn="internet.ideasclaro.com.do"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018339 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018340 />
18341
Sungmin Choi2f71bde2013-10-06 18:03:22 -070018342 <apn carrier="MMS"
jsh433c8572011-02-02 14:23:42 -080018343 mcc="370"
18344 mnc="02"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070018345 apn="internet.ideasclaro.com.do"
jsh433c8572011-02-02 14:23:42 -080018346 mmsc="http://mms.ideasclaro.com.do/mms/wapenc"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070018347 type="mms"
18348 />
18349
18350 <apn carrier="Internet Móvil Claro"
18351 mcc="370"
18352 mnc="020"
18353 apn="internet.ideasclaro.com.do"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018354 type="default,supl"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070018355 />
18356
18357 <apn carrier="MMS"
18358 mcc="370"
18359 mnc="020"
18360 apn="internet.ideasclaro.com.do"
18361 mmsc="http://mms.ideasclaro.com.do/mms/wapenc"
jsh433c8572011-02-02 14:23:42 -080018362 type="mms"
18363 />
18364
sy.yunc162f2c2013-11-08 08:08:37 +090018365 <apn carrier="Viva Edge (GSM)"
jsh433c8572011-02-02 14:23:42 -080018366 mcc="370"
18367 mnc="04"
18368 apn="edge.viva.net.do"
18369 proxy="192.168.16.10"
18370 port="9401"
18371 user="viva"
18372 password="viva"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018373 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018374 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018375 />
18376
18377 <apn carrier="Viva MMS"
18378 mcc="370"
18379 mnc="04"
18380 apn="mms.viva.net.do"
18381 user="viva"
18382 password="viva"
18383 mmsproxy="192.168.16.10"
18384 mmsport="9401"
18385 mmsc="http://10.200.16.4/mms/wapenc"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018386 authtype="1"
jsh433c8572011-02-02 14:23:42 -080018387 type="mms"
18388 />
18389
Jing Zhao8d1b97b2014-07-17 17:38:34 -050018390 <apn carrier='Haiti:Digicel:Internet'
18391 mcc='372'
18392 mnc='02'
18393 apn='wap.digicelha.com'
18394 authtype='1'
18395 type='default'
18396 />
18397
18398 <apn carrier='Haiti:Digicel:Mms'
18399 mcc='372'
18400 mnc='02'
18401 apn='wap.digicelha.com'
18402 authtype='1'
18403 mmsc='http://mmc.digicelhaiti.com/servlets/mms'
18404 mmsproxy='172.20.200.12'
18405 mmsport='9201'
18406 type='mms'
18407 user='wapha'
18408 password='wap01ha'
18409 />
18410
18411 <apn carrier='Haiti:Digicel:Modem'
18412 mcc='372'
18413 mnc='02'
18414 apn='wap.digicelha.com'
18415 port='8080'
18416 authtype='1'
18417 proxy='172.20.200.12'
18418 mmsc='http://wapdigicel.com'
18419 type='dun'
18420 user='wapha'
18421 password='wap01ha'
18422 />
18423
jsh433c8572011-02-02 14:23:42 -080018424 <apn carrier="Bmobile internet"
18425 mcc="374"
18426 mnc="12"
18427 apn="internet"
18428 user=""
18429 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018430 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018431 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018432 />
18433
18434 <apn carrier="Bmobile mms"
18435 mcc="374"
18436 mnc="12"
18437 apn="mms"
18438 user=""
18439 password=""
18440 mmsproxy="192.168.210.104"
18441 mmsport="8080"
18442 mmsc="http://192.168.210.104/mmrelay.app"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018443 authtype="1"
jsh433c8572011-02-02 14:23:42 -080018444 type="mms"
18445 />
18446
18447 <apn carrier="Bmobile internet"
18448 mcc="374"
18449 mnc="120"
18450 apn="internet"
18451 user=""
18452 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018453 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018454 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018455 />
18456
18457 <apn carrier="Bmobile mms"
18458 mcc="374"
18459 mnc="120"
18460 apn="mms"
18461 user=""
18462 password=""
18463 mmsproxy="192.168.210.104"
18464 mmsport="8080"
18465 mmsc="http://192.168.210.104/mmrelay.app"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018466 authtype="1"
jsh433c8572011-02-02 14:23:42 -080018467 type="mms"
18468 />
18469
18470 <apn carrier="Bmobile internet"
18471 mcc="374"
18472 mnc="121"
18473 apn="internet"
18474 user=""
18475 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018476 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018477 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018478 />
18479
18480 <apn carrier="Bmobile mms"
18481 mcc="374"
18482 mnc="121"
18483 apn="mms"
18484 user=""
18485 password=""
18486 mmsproxy="192.168.210.104"
18487 mmsport="8080"
18488 mmsc="http://192.168.210.104/mmrelay.app"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018489 authtype="1"
jsh433c8572011-02-02 14:23:42 -080018490 type="mms"
18491 />
18492
18493 <apn carrier="Bmobile internet"
18494 mcc="374"
18495 mnc="122"
18496 apn="internet"
18497 user=""
18498 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018499 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018500 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018501 />
18502
18503 <apn carrier="Bmobile mms"
18504 mcc="374"
18505 mnc="122"
18506 apn="mms"
18507 user=""
18508 password=""
18509 mmsproxy="192.168.210.104"
18510 mmsport="8080"
18511 mmsc="http://192.168.210.104/mmrelay.app"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018512 authtype="1"
jsh433c8572011-02-02 14:23:42 -080018513 type="mms"
18514 />
18515
18516 <apn carrier="Bmobile internet"
18517 mcc="374"
18518 mnc="123"
18519 apn="internet"
18520 user=""
18521 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018522 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018523 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018524 />
18525
18526 <apn carrier="Bmobile mms"
18527 mcc="374"
18528 mnc="123"
18529 apn="mms"
18530 user=""
18531 password=""
18532 mmsproxy="192.168.210.104"
18533 mmsport="8080"
18534 mmsc="http://192.168.210.104/mmrelay.app"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018535 authtype="1"
jsh433c8572011-02-02 14:23:42 -080018536 type="mms"
18537 />
18538
18539 <apn carrier="Bmobile internet"
18540 mcc="374"
18541 mnc="124"
18542 apn="internet"
18543 user=""
18544 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018545 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018546 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018547 />
18548
18549 <apn carrier="Bmobile mms"
18550 mcc="374"
18551 mnc="124"
18552 apn="mms"
18553 user=""
18554 password=""
18555 mmsproxy="192.168.210.104"
18556 mmsport="8080"
18557 mmsc="http://192.168.210.104/mmrelay.app"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018558 authtype="1"
jsh433c8572011-02-02 14:23:42 -080018559 type="mms"
18560 />
18561
18562 <apn carrier="Bmobile internet"
18563 mcc="374"
18564 mnc="125"
18565 apn="internet"
18566 user=""
18567 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018568 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018569 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018570 />
18571
18572 <apn carrier="Bmobile mms"
18573 mcc="374"
18574 mnc="125"
18575 apn="mms"
18576 user=""
18577 password=""
18578 mmsproxy="192.168.210.104"
18579 mmsport="8080"
18580 mmsc="http://192.168.210.104/mmrelay.app"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018581 authtype="1"
jsh433c8572011-02-02 14:23:42 -080018582 type="mms"
18583 />
18584
18585 <apn carrier="Bmobile internet"
18586 mcc="374"
18587 mnc="126"
18588 apn="internet"
18589 user=""
18590 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018591 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018592 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018593 />
18594
18595 <apn carrier="Bmobile mms"
18596 mcc="374"
18597 mnc="126"
18598 apn="mms"
18599 user=""
18600 password=""
18601 mmsproxy="192.168.210.104"
18602 mmsport="8080"
18603 mmsc="http://192.168.210.104/mmrelay.app"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018604 authtype="1"
jsh433c8572011-02-02 14:23:42 -080018605 type="mms"
18606 />
18607
18608 <apn carrier="Bmobile internet"
18609 mcc="374"
18610 mnc="127"
18611 apn="internet"
18612 user=""
18613 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018614 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018615 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018616 />
18617
18618 <apn carrier="Bmobile mms"
18619 mcc="374"
18620 mnc="127"
18621 apn="mms"
18622 user=""
18623 password=""
18624 mmsproxy="192.168.210.104"
18625 mmsport="8080"
18626 mmsc="http://192.168.210.104/mmrelay.app"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018627 authtype="1"
jsh433c8572011-02-02 14:23:42 -080018628 type="mms"
18629 />
18630
18631 <apn carrier="Bmobile internet"
18632 mcc="374"
18633 mnc="128"
18634 apn="internet"
18635 user=""
18636 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018637 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018638 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018639 />
18640
18641 <apn carrier="Bmobile mms"
18642 mcc="374"
18643 mnc="128"
18644 apn="mms"
18645 user=""
18646 password=""
18647 mmsproxy="192.168.210.104"
18648 mmsport="8080"
18649 mmsc="http://192.168.210.104/mmrelay.app"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018650 authtype="1"
jsh433c8572011-02-02 14:23:42 -080018651 type="mms"
18652 />
18653
18654 <apn carrier="Bmobile internet"
18655 mcc="374"
18656 mnc="129"
18657 apn="internet"
18658 user=""
18659 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018660 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018661 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018662 />
18663
18664 <apn carrier="Bmobile mms"
18665 mcc="374"
18666 mnc="129"
18667 apn="mms"
18668 user=""
18669 password=""
18670 mmsproxy="192.168.210.104"
18671 mmsport="8080"
18672 mmsc="http://192.168.210.104/mmrelay.app"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018673 authtype="1"
18674 type="mms"
18675 />
18676
18677 <apn carrier="INTERNET Trinidad"
18678 mcc="374"
18679 mnc="13"
18680 apn="web.digiceltt.com"
18681 user=""
18682 password=""
18683 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018684 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018685 />
18686
18687 <apn carrier="MMS Trinidad"
18688 mcc="374"
18689 mnc="13"
18690 apn="wap.digiceltt.com"
18691 user="wap"
18692 password="wap"
18693 mmsproxy="172.20.6.12"
18694 mmsport="8080"
18695 mmsc="http://mmc.digiceltt.com/servlets/mms"
18696 authtype="1"
18697 type="mms"
18698 />
18699
18700 <apn carrier="INTERNET Trinidad"
18701 mcc="374"
18702 mnc="130"
18703 apn="web.digiceltt.com"
18704 user=""
18705 password=""
18706 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018707 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018708 />
18709
18710 <apn carrier="MMS Trinidad"
18711 mcc="374"
18712 mnc="130"
18713 apn="wap.digiceltt.com"
18714 user="wap"
18715 password="wap"
18716 mmsproxy="172.20.6.12"
18717 mmsport="8080"
18718 mmsc="http://mmc.digiceltt.com/servlets/mms"
18719 authtype="1"
jsh433c8572011-02-02 14:23:42 -080018720 type="mms"
18721 />
18722
18723 <apn carrier="Lime Internet Postpaid"
18724 mcc="376"
18725 mnc="35"
18726 apn="internet"
18727 user=""
18728 password=""
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080018729 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080018730 />
18731
18732 <apn carrier="Lime Postpaid MMS"
18733 mcc="376"
18734 mnc="35"
18735 apn="multimedia"
18736 user=""
18737 password=""
18738 mmsproxy="10.20.5.34"
18739 mmsport="8799"
18740 mmsc="http://mmsc"
18741 type="mms"
18742 />
18743
Jing Zhao8d1b97b2014-07-17 17:38:34 -050018744 <apn carrier='Turks And Caicos:Lime:Internet'
18745 mcc='376'
18746 mnc='350'
18747 apn='internet'
18748 authtype='1'
18749 type='default'
18750 />
18751
18752 <apn carrier='Turks And Caicos:Lime:Mms'
18753 mcc='376'
18754 mnc='350'
18755 apn='multimedia'
18756 authtype='1'
18757 mmsc='http://mmsc'
18758 mmsproxy='10.20.5.34'
18759 mmsport='8799'
18760 type='mms'
18761 />
18762
18763 <apn carrier='Turks And Caicos:Lime:Modem'
18764 mcc='376'
18765 mnc='350'
18766 apn='internet'
18767 authtype='1'
18768 mmsc='http://www.time4lime.com/'
18769 type='dun'
18770 />
18771
Tangus Koech65d9db22013-09-16 18:40:10 +030018772 <apn carrier="Azercell"
18773 mcc="400"
18774 mnc="01"
18775 apn="default"
18776 type="default,supl"
18777 />
18778
18779 <apn carrier="Bakcell"
18780 mcc="400"
18781 mnc="02"
18782 apn="default"
18783 type="default,supl"
18784 />
18785
18786 <apn carrier="FONEX"
18787 mcc="400"
18788 mnc="03"
18789 apn="default"
18790 type="default,supl"
18791 />
18792
18793 <apn carrier="Nar Mobile"
18794 mcc="400"
18795 mnc="04"
18796 apn="default"
18797 type="default,supl"
18798 />
18799
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018800 <apn carrier="Beeline Internet"
18801 mcc="401"
18802 mnc="01"
18803 apn="internet.beeline.kz"
18804 user="@internet.beeline"
18805 password="beeline"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070018806 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018807 type="default,supl"
18808 />
18809
18810 <apn carrier="Beeline MMS"
18811 mcc="401"
18812 mnc="01"
18813 apn="mms.beeline.kz"
18814 user="@mms.beeline"
18815 password="beeline"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070018816 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018817 mmsc="http://mms.beeline.kz/mms/wapenc"
18818 mmsproxy="172.27.6.93"
18819 mmsport="8080"
18820 type="mms"
18821 />
18822
agathon.jung36ae0192012-11-28 13:31:48 +090018823 <apn carrier="DOS Internet"
18824 mcc="401"
18825 mnc="01"
18826 apn="internet.dos.kz"
18827 type="default,supl"
18828 />
18829
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018830 <apn carrier="Kcell Internet"
18831 mcc="401"
18832 mnc="02"
18833 apn="internet"
18834 type="default,supl"
18835 />
18836
18837 <apn carrier="Kcell MMS"
18838 mcc="401"
18839 mnc="02"
18840 apn="mms"
18841 mmsc="http://mms.kcell.kz/post"
18842 mmsproxy="195.47.255.7"
18843 mmsport="8080"
18844 type="mms"
18845 />
18846
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018847 <apn carrier="Tele2 Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018848 mcc="401"
18849 mnc="77"
18850 apn="internet"
18851 type="default,supl"
18852 />
18853
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090018854 <apn carrier="Tele2 MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018855 mcc="401"
18856 mnc="77"
18857 apn="mms"
agathon.jung36ae0192012-11-28 13:31:48 +090018858 mmsc="http://mms.tele2.kz/mms/wapenc"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018859 mmsproxy="10.1.26.10"
18860 mmsport="8080"
18861 type="mms"
18862 />
18863
Tangus Koech65d9db22013-09-16 18:40:10 +030018864 <apn carrier="B-Mobile"
18865 mcc="402"
18866 mnc="11"
18867 apn="default"
18868 type="default,supl"
18869 />
18870
18871 <apn carrier="TashiCell"
18872 mcc="402"
18873 mnc="77"
18874 apn="default"
18875 type="default,supl"
18876 />
18877
sy.yun9ce76cf2013-08-01 09:45:16 +090018878 <apn carrier="Vodafone live"
18879 mcc="404"
18880 mnc="01"
18881 apn="portalnmms"
18882 proxy="10.10.1.100"
18883 port="9401"
18884 type="default,supl"
18885 />
18886
18887 <apn carrier="Vodafonemobileconnect"
18888 mcc="404"
18889 mnc="01"
18890 apn="www"
18891 type="default,supl"
18892 />
18893
sy.yun0bd504f2013-06-17 19:54:27 +090018894 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018895 mcc="404"
18896 mnc="01"
18897 apn="portalnmms"
18898 mmsc="http://mms1.live.vodafone.in/mms/"
18899 mmsproxy="10.10.1.100"
18900 mmsport="9401"
18901 type="mms"
18902 />
18903
sy.yun9ce76cf2013-08-01 09:45:16 +090018904 <apn carrier="AIRTEL LIVE"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018905 mcc="404"
sy.yun9ce76cf2013-08-01 09:45:16 +090018906 mnc="02"
18907 apn="airtelfun.com"
18908 proxy="100.1.200.99"
18909 port="8080"
Irfan Sheriff453ac802011-02-01 17:21:43 -080018910 type="default,supl"
18911 />
18912
agathon.jung7232b922012-11-19 16:03:52 -080018913 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018914 mcc="404"
18915 mnc="02"
18916 apn="airtelgprs.com"
18917 type="default,supl"
18918 />
18919
18920 <apn carrier="Airtel MMS"
18921 mcc="404"
18922 mnc="02"
18923 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080018924 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018925 mmsc="http://100.1.201.171:10021/mmsc"
18926 mmsproxy="100.1.201.172"
18927 mmsport="8799"
18928 type="mms"
18929 />
18930
agathon.jung7232b922012-11-19 16:03:52 -080018931 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018932 mcc="404"
18933 mnc="03"
18934 apn="airtelgprs.com"
18935 type="default,supl"
18936 />
18937
agathon.jung7232b922012-11-19 16:03:52 -080018938 <apn carrier="AIRTEL LIVE"
18939 mcc="404"
18940 mnc="03"
18941 apn="airtelfun.com"
18942 proxy="100.1.200.99"
18943 port="8080"
18944 type="default,supl"
18945 />
18946
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018947 <apn carrier="Airtel MMS"
18948 mcc="404"
18949 mnc="03"
18950 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080018951 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018952 mmsc="http://100.1.201.171:10021/mmsc"
18953 mmsproxy="100.1.201.172"
18954 mmsport="8799"
18955 type="mms"
18956 />
18957
sy.yun0bd504f2013-06-17 19:54:27 +090018958 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018959 mcc="404"
18960 mnc="04"
18961 apn="internet"
18962 type="default,supl"
18963 />
18964
jewon.leee391a8a2012-11-30 17:00:26 +090018965 <apn carrier="IDEA GPRS"
18966 mcc="404"
18967 mnc="04"
18968 apn="imis"
18969 proxy="10.4.42.15"
18970 port="8080"
18971 type="default,supl"
18972 />
18973
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018974 <apn carrier="IDEA MMS"
18975 mcc="404"
18976 mnc="04"
18977 apn="mmsc"
18978 mmsc="http://10.4.42.21:8002/"
18979 mmsproxy="10.4.42.15"
18980 mmsport="8080"
18981 type="mms"
18982 />
18983
sy.yun0bd504f2013-06-17 19:54:27 +090018984 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018985 mcc="404"
18986 mnc="05"
18987 apn="portalnmms"
18988 mmsc="http://mms1.live.vodafone.in/mms/"
18989 mmsproxy="10.10.1.100"
18990 mmsport="9401"
18991 type="mms"
18992 />
18993
sy.yun0bd504f2013-06-17 19:54:27 +090018994 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080018995 mcc="404"
18996 mnc="05"
18997 apn="www"
18998 type="default,supl"
18999 />
19000
sy.yun0bd504f2013-06-17 19:54:27 +090019001 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080019002 mcc="404"
19003 mnc="05"
19004 apn="portalnmms"
19005 proxy="10.10.1.100"
19006 port="9401"
19007 type="default,supl"
19008 />
19009
sy.yun0bd504f2013-06-17 19:54:27 +090019010 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019011 mcc="404"
19012 mnc="07"
19013 apn="internet"
19014 type="default,supl"
19015 />
19016
jewon.leee391a8a2012-11-30 17:00:26 +090019017 <apn carrier="IDEA GPRS"
19018 mcc="404"
19019 mnc="07"
19020 apn="imis"
19021 proxy="10.4.42.15"
19022 port="8080"
19023 type="default,supl"
19024 />
19025
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019026 <apn carrier="IDEA MMS"
19027 mcc="404"
19028 mnc="07"
19029 apn="mmsc"
19030 mmsc="http://10.4.42.21:8002/"
19031 mmsproxy="10.4.42.15"
19032 mmsport="8080"
19033 type="mms"
19034 />
19035
jewon.leee391a8a2012-11-30 17:00:26 +090019036 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019037 mcc="404"
19038 mnc="09"
jewon.leee391a8a2012-11-30 17:00:26 +090019039 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019040 mmsc="http://10.239.221.47/mms/"
19041 mmsproxy="10.239.221.7"
19042 mmsport="8080"
19043 type="mms"
19044 />
19045
jewon.leee391a8a2012-11-30 17:00:26 +090019046 <apn carrier="Reliance Net"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019047 mcc="404"
19048 mnc="09"
jewon.leee391a8a2012-11-30 17:00:26 +090019049 apn="smartnet"
19050 type="default,supl"
19051 />
19052
19053 <apn carrier="Reliance WAP"
19054 mcc="404"
19055 mnc="09"
19056 apn="smartwap"
19057 proxy="10.239.221.7"
19058 port="8080"
sy.yun0bd504f2013-06-17 19:54:27 +090019059 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019060 type="default,supl"
19061 />
19062
agathon.jung7232b922012-11-19 16:03:52 -080019063 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019064 mcc="404"
19065 mnc="10"
19066 apn="airtelgprs.com"
19067 type="default,supl"
19068 />
19069
agathon.jung7232b922012-11-19 16:03:52 -080019070 <apn carrier="AIRTEL LIVE"
19071 mcc="404"
19072 mnc="10"
19073 apn="airtelfun.com"
19074 proxy="100.1.200.99"
19075 port="8080"
19076 type="default,supl"
19077 />
19078
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019079 <apn carrier="Airtel MMS"
19080 mcc="404"
19081 mnc="10"
19082 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080019083 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019084 mmsc="http://100.1.201.171:10021/mmsc"
19085 mmsproxy="100.1.201.172"
19086 mmsport="8799"
19087 type="mms"
19088 />
19089
sy.yun0bd504f2013-06-17 19:54:27 +090019090 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019091 mcc="404"
19092 mnc="11"
19093 apn="portalnmms"
19094 mmsc="http://mms1.live.vodafone.in/mms/"
19095 mmsproxy="10.10.1.100"
19096 mmsport="9401"
19097 type="mms"
19098 />
19099
sy.yun0bd504f2013-06-17 19:54:27 +090019100 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019101 mcc="404"
19102 mnc="11"
19103 apn="www"
19104 type="default,supl"
19105 />
19106
sy.yun0bd504f2013-06-17 19:54:27 +090019107 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080019108 mcc="404"
19109 mnc="11"
19110 apn="portalnmms"
19111 proxy="10.10.1.100"
19112 port="9401"
19113 type="default,supl"
19114 />
19115
sy.yun0bd504f2013-06-17 19:54:27 +090019116 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019117 mcc="404"
19118 mnc="12"
19119 apn="internet"
19120 type="default,supl"
19121 />
19122
jewon.leee391a8a2012-11-30 17:00:26 +090019123 <apn carrier="IDEA GPRS"
19124 mcc="404"
19125 mnc="12"
19126 apn="imis"
19127 proxy="10.4.42.15"
19128 port="8080"
19129 type="default,supl"
19130 />
19131
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019132 <apn carrier="IDEA MMS"
19133 mcc="404"
19134 mnc="12"
19135 apn="mmsc"
19136 mmsc="http://10.4.42.21:8002/"
19137 mmsproxy="10.4.42.15"
19138 mmsport="8080"
19139 type="mms"
19140 />
19141
sy.yun0bd504f2013-06-17 19:54:27 +090019142 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019143 mcc="404"
19144 mnc="13"
19145 apn="portalnmms"
19146 mmsc="http://mms1.live.vodafone.in/mms/"
19147 mmsproxy="10.10.1.100"
19148 mmsport="9401"
19149 type="mms"
19150 />
19151
sy.yun0bd504f2013-06-17 19:54:27 +090019152 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019153 mcc="404"
19154 mnc="13"
19155 apn="www"
19156 type="default,supl"
19157 />
19158
sy.yun0bd504f2013-06-17 19:54:27 +090019159 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080019160 mcc="404"
19161 mnc="13"
19162 apn="portalnmms"
19163 proxy="10.10.1.100"
19164 port="9401"
19165 type="default,supl"
19166 />
19167
sy.yun0bd504f2013-06-17 19:54:27 +090019168 <apn carrier="IDEA MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019169 mcc="404"
19170 mnc="14"
John Huang7c77f992012-01-12 17:00:53 -080019171 apn="mmsc"
jewon.leee391a8a2012-11-30 17:00:26 +090019172 mmsc="http://10.11.12.180"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019173 mmsproxy="10.11.12.13"
jewon.leee391a8a2012-11-30 17:00:26 +090019174 mmsport="8080"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019175 type="mms"
19176 />
19177
sy.yun0bd504f2013-06-17 19:54:27 +090019178 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019179 mcc="404"
19180 mnc="14"
John Huang7c77f992012-01-12 17:00:53 -080019181 apn="internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019182 type="default,supl"
19183 />
19184
jewon.leee391a8a2012-11-30 17:00:26 +090019185 <apn carrier="IDEA GPRS"
19186 mcc="404"
19187 mnc="14"
19188 apn="imis"
19189 proxy="10.11.12.13"
19190 port="8080"
19191 type="default,supl"
19192 />
19193
sy.yun0bd504f2013-06-17 19:54:27 +090019194 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019195 mcc="404"
19196 mnc="15"
19197 apn="portalnmms"
19198 mmsc="http://mms1.live.vodafone.in/mms/"
19199 mmsproxy="10.10.1.100"
19200 mmsport="9401"
19201 type="mms"
19202 />
19203
sy.yun0bd504f2013-06-17 19:54:27 +090019204 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019205 mcc="404"
19206 mnc="15"
19207 apn="www"
19208 type="default,supl"
19209 />
19210
sy.yun0bd504f2013-06-17 19:54:27 +090019211 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080019212 mcc="404"
19213 mnc="15"
19214 apn="portalnmms"
19215 proxy="10.10.1.100"
19216 port="9401"
19217 type="default,supl"
19218 />
19219
agathon.jung7232b922012-11-19 16:03:52 -080019220 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019221 mcc="404"
19222 mnc="16"
19223 apn="airtelgprs.com"
19224 type="default,supl"
19225 />
19226
agathon.jung7232b922012-11-19 16:03:52 -080019227 <apn carrier="AIRTEL LIVE"
19228 mcc="404"
19229 mnc="16"
19230 apn="airtelfun.com"
19231 proxy="100.1.200.99"
19232 port="8080"
19233 type="default,supl"
19234 />
19235
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019236 <apn carrier="Airtel MMS"
19237 mcc="404"
19238 mnc="16"
19239 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080019240 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019241 mmsc="http://100.1.201.171:10021/mmsc"
19242 mmsproxy="100.1.201.172"
19243 mmsport="8799"
19244 type="mms"
19245 />
19246
jewon.leee391a8a2012-11-30 17:00:26 +090019247 <apn carrier="Aircel-GPRS-Postpaid"
19248 mcc="404"
19249 mnc="17"
19250 apn="aircelwebpost"
19251 type="default,supl"
19252 />
19253
19254 <apn carrier="Pocket Internet-Postpaid"
19255 mcc="404"
19256 mnc="17"
19257 apn="aircelwappost"
19258 proxy="172.17.83.69"
19259 port="8080"
19260 type="default,supl"
19261 />
19262
19263 <apn carrier="Pocket Internet-Prepaid"
19264 mcc="404"
19265 mnc="17"
19266 apn="aircelwap"
19267 proxy="172.17.83.69"
19268 port="8080"
19269 type="default,supl"
19270 />
19271
19272 <apn carrier="Aircel-GPRS-Prepaid"
19273 mcc="404"
19274 mnc="17"
19275 apn="aircelweb"
19276 type="default,supl"
19277 />
19278
Jing Zhao8d1b97b2014-07-17 17:38:34 -050019279 <apn carrier="Aircel Internet (40417)"
19280 mcc="404"
19281 mnc="17"
19282 apn="aircelgprs"
19283 type="default,supl,agps,fota,dun"
19284 protocol="IP"
19285 roaming_protocol="IP"
19286 />
19287
sy.yun0bd504f2013-06-17 19:54:27 +090019288 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019289 mcc="404"
19290 mnc="17"
19291 apn="aircelmms"
19292 mmsc="http://10.50.1.166/servlets/mms"
19293 mmsproxy="172.17.83.69"
19294 mmsport="8080"
19295 type="mms"
19296 />
19297
sy.yun0bd504f2013-06-17 19:54:27 +090019298 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019299 mcc="404"
19300 mnc="18"
jewon.leee391a8a2012-11-30 17:00:26 +090019301 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019302 mmsc="http://10.239.221.47/mms/"
19303 mmsproxy="10.239.221.7"
19304 mmsport="8080"
19305 type="mms"
19306 />
19307
jewon.leee391a8a2012-11-30 17:00:26 +090019308 <apn carrier="Reliance Net"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019309 mcc="404"
19310 mnc="18"
jewon.leee391a8a2012-11-30 17:00:26 +090019311 apn="smartnet"
19312 type="default,supl"
19313 />
19314
19315 <apn carrier="Reliance WAP"
19316 mcc="404"
19317 mnc="18"
19318 apn="smartwap"
19319 proxy="10.239.221.7"
19320 port="8080"
sy.yun0bd504f2013-06-17 19:54:27 +090019321 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019322 type="default,supl"
19323 />
19324
Jing Zhao8d1b97b2014-07-17 17:38:34 -050019325 <apn carrier="Reliance Internet (40418)"
19326 mcc="404"
19327 mnc="18"
19328 apn="rcomnet"
19329 type="default,supl,agps,fota,dun"
19330 protocol="IP"
19331 roaming_protocol="IP"
19332 />
19333
sy.yun0bd504f2013-06-17 19:54:27 +090019334 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019335 mcc="404"
19336 mnc="19"
19337 apn="internet"
19338 type="default,supl"
19339 />
19340
jewon.leee391a8a2012-11-30 17:00:26 +090019341 <apn carrier="IDEA GPRS"
19342 mcc="404"
19343 mnc="19"
19344 apn="imis"
19345 proxy="10.4.42.15"
19346 port="8080"
19347 type="default,supl"
19348 />
19349
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019350 <apn carrier="IDEA MMS"
19351 mcc="404"
19352 mnc="19"
19353 apn="mmsc"
19354 mmsc="http://10.4.42.21:8002/"
19355 mmsproxy="10.4.42.15"
19356 mmsport="8080"
19357 type="mms"
19358 />
19359
sy.yun0bd504f2013-06-17 19:54:27 +090019360 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019361 mcc="404"
19362 mnc="20"
19363 apn="portalnmms"
19364 mmsc="http://mms1.live.vodafone.in/mms/"
19365 mmsproxy="10.10.1.100"
19366 mmsport="9401"
19367 type="mms"
19368 />
19369
sy.yun0bd504f2013-06-17 19:54:27 +090019370 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019371 mcc="404"
19372 mnc="20"
19373 apn="www"
19374 type="default,supl"
19375 />
19376
sy.yun0bd504f2013-06-17 19:54:27 +090019377 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080019378 mcc="404"
19379 mnc="20"
19380 apn="portalnmms"
19381 proxy="10.10.1.100"
19382 port="9401"
19383 type="default,supl"
19384 />
19385
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019386 <apn carrier="Loop Mobile MMS"
19387 mcc="404"
19388 mnc="21"
19389 apn="mizone"
19390 password="mmsc"
19391 mmsc="http://mms.loopmobile.in:8080"
19392 mmsproxy="10.0.0.10"
19393 mmsport="9401"
19394 type="mms"
19395 />
19396
19397 <apn carrier="Loop Mobile"
19398 mcc="404"
19399 mnc="21"
19400 apn="www"
19401 type="default,supl"
19402 />
19403
sy.yun0bd504f2013-06-17 19:54:27 +090019404 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019405 mcc="404"
19406 mnc="22"
19407 apn="internet"
19408 type="default,supl"
19409 />
19410
jewon.leee391a8a2012-11-30 17:00:26 +090019411 <apn carrier="IDEA GPRS"
19412 mcc="404"
19413 mnc="22"
19414 apn="imis"
19415 proxy="10.4.42.15"
19416 port="8080"
19417 type="default,supl"
19418 />
19419
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019420 <apn carrier="IDEA MMS"
19421 mcc="404"
19422 mnc="22"
19423 apn="mmsc"
19424 mmsc="http://10.4.42.21:8002/"
19425 mmsproxy="10.4.42.15"
19426 mmsport="8080"
19427 type="mms"
19428 />
19429
sy.yun0bd504f2013-06-17 19:54:27 +090019430 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019431 mcc="404"
19432 mnc="24"
19433 apn="internet"
19434 type="default,supl"
19435 />
19436
jewon.leee391a8a2012-11-30 17:00:26 +090019437 <apn carrier="IDEA GPRS"
19438 mcc="404"
19439 mnc="24"
19440 apn="imis"
19441 proxy="10.4.42.15"
19442 port="8080"
19443 type="default,supl"
19444 />
19445
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019446 <apn carrier="IDEA MMS"
19447 mcc="404"
19448 mnc="24"
19449 apn="mmsc"
19450 mmsc="http://10.4.42.21:8002/"
19451 mmsproxy="10.4.42.15"
19452 mmsport="8080"
19453 type="mms"
19454 />
19455
jewon.leee391a8a2012-11-30 17:00:26 +090019456 <apn carrier="Aircel-GPRS-Postpaid"
19457 mcc="404"
19458 mnc="25"
19459 apn="aircelwebpost"
19460 type="default,supl"
19461 />
19462
19463 <apn carrier="Pocket Internet-Postpaid"
19464 mcc="404"
19465 mnc="25"
19466 apn="aircelwappost"
19467 proxy="172.17.83.69"
19468 port="8080"
19469 type="default,supl"
19470 />
19471
19472 <apn carrier="Pocket Internet-Prepaid"
19473 mcc="404"
19474 mnc="25"
19475 apn="aircelwap"
19476 proxy="172.17.83.69"
19477 port="8080"
19478 type="default,supl"
19479 />
19480
19481 <apn carrier="Aircel-GPRS-Prepaid"
19482 mcc="404"
19483 mnc="25"
19484 apn="aircelweb"
19485 type="default,supl"
19486 />
19487
Jing Zhao8d1b97b2014-07-17 17:38:34 -050019488 <apn carrier="Aircel Internet (40425)"
19489 mcc="404"
19490 mnc="25"
19491 apn="aircelgprs"
19492 type="default,supl,agps,fota,dun"
19493 protocol="IP"
19494 roaming_protocol="IP"
19495 />
19496
sy.yun0bd504f2013-06-17 19:54:27 +090019497 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019498 mcc="404"
19499 mnc="25"
19500 apn="aircelmms"
19501 mmsc="http://10.50.1.166/servlets/mms"
19502 mmsproxy="172.17.83.69"
19503 mmsport="8080"
19504 type="mms"
19505 />
19506
sy.yun0bd504f2013-06-17 19:54:27 +090019507 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019508 mcc="404"
19509 mnc="27"
19510 apn="portalnmms"
19511 mmsc="http://mms1.live.vodafone.in/mms/"
19512 mmsproxy="10.10.1.100"
19513 mmsport="9401"
19514 type="mms"
19515 />
19516
sy.yun0bd504f2013-06-17 19:54:27 +090019517 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019518 mcc="404"
19519 mnc="27"
19520 apn="www"
19521 type="default,supl"
19522 />
19523
sy.yun0bd504f2013-06-17 19:54:27 +090019524 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080019525 mcc="404"
19526 mnc="27"
19527 apn="portalnmms"
19528 proxy="10.10.1.100"
19529 port="9401"
19530 type="default,supl"
19531 />
19532
jewon.leee391a8a2012-11-30 17:00:26 +090019533 <apn carrier="Aircel-GPRS-Postpaid"
19534 mcc="404"
19535 mnc="28"
19536 apn="aircelwebpost"
19537 type="default,supl"
19538 />
19539
19540 <apn carrier="Pocket Internet-Postpaid"
19541 mcc="404"
19542 mnc="28"
19543 apn="aircelwappost"
19544 proxy="172.17.83.69"
19545 port="8080"
19546 type="default,supl"
19547 />
19548
19549 <apn carrier="Pocket Internet-Prepaid"
19550 mcc="404"
19551 mnc="28"
19552 apn="aircelwap"
19553 proxy="172.17.83.69"
19554 port="8080"
19555 type="default,supl"
19556 />
19557
19558 <apn carrier="Aircel-GPRS-Prepaid"
19559 mcc="404"
19560 mnc="28"
19561 apn="aircelweb"
19562 type="default,supl"
19563 />
19564
Jing Zhao8d1b97b2014-07-17 17:38:34 -050019565 <apn carrier="Aircel Internet (40428)"
19566 mcc="404"
19567 mnc="28"
19568 apn="aircelgprs"
19569 type="default,supl,agps,fota,dun"
19570 protocol="IP"
19571 roaming_protocol="IP"
19572 />
19573
sy.yun0bd504f2013-06-17 19:54:27 +090019574 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019575 mcc="404"
19576 mnc="28"
19577 apn="aircelmms"
19578 mmsc="http://10.50.1.166/servlets/mms"
19579 mmsproxy="172.17.83.69"
19580 mmsport="8080"
19581 type="mms"
19582 />
19583
jewon.leee391a8a2012-11-30 17:00:26 +090019584 <apn carrier="Aircel-GPRS-Postpaid"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019585 mcc="404"
jewon.leee391a8a2012-11-30 17:00:26 +090019586 mnc="29"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019587 apn="aircelwebpost"
19588 type="default,supl"
19589 />
19590
jewon.leee391a8a2012-11-30 17:00:26 +090019591 <apn carrier="Pocket Internet-Postpaid"
19592 mcc="404"
19593 mnc="29"
19594 apn="myaircelpost"
19595 proxy="172.17.83.69"
19596 port="8080"
19597 type="default,supl"
19598 />
19599
19600 <apn carrier="Pocket Internet-Prepaid"
19601 mcc="404"
19602 mnc="29"
19603 apn="myaircel"
19604 proxy="172.17.83.69"
19605 port="8080"
19606 type="default,supl"
19607 />
19608
19609 <apn carrier="Aircel-GPRS-Prepaid"
19610 mcc="404"
19611 mnc="29"
19612 apn="aircelweb"
19613 type="default,supl"
19614 />
19615
Jing Zhao8d1b97b2014-07-17 17:38:34 -050019616 <apn carrier="Aircel Internet (40429)"
19617 mcc="404"
19618 mnc="29"
19619 apn="aircelgprs"
19620 type="default,supl,agps,fota,dun"
19621 protocol="IP"
19622 roaming_protocol="IP"
19623 />
19624
19625 <apn carrier="Aircel WAP (40429)"
19626 mcc="404"
19627 mnc="29"
19628 apn="aircelwap"
19629 type="default,supl"
19630 proxy="172.17.83.69"
19631 port="8080"
19632 />
19633
sy.yun0bd504f2013-06-17 19:54:27 +090019634 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019635 mcc="404"
19636 mnc="29"
19637 apn="aircelmms"
19638 mmsc="http://10.50.1.166/servlets/mms"
19639 mmsproxy="172.17.83.69"
19640 mmsport="8080"
19641 type="mms"
19642 />
19643
sy.yun0bd504f2013-06-17 19:54:27 +090019644 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019645 mcc="404"
19646 mnc="30"
19647 apn="portalnmms"
19648 mmsc="http://mms1.live.vodafone.in/mms/"
19649 mmsproxy="10.10.1.100"
19650 mmsport="9401"
19651 type="mms"
19652 />
19653
sy.yun0bd504f2013-06-17 19:54:27 +090019654 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019655 mcc="404"
19656 mnc="30"
19657 apn="www"
19658 type="default,supl"
19659 />
19660
sy.yun0bd504f2013-06-17 19:54:27 +090019661 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080019662 mcc="404"
19663 mnc="30"
19664 apn="portalnmms"
19665 proxy="10.10.1.100"
19666 port="9401"
19667 type="default,supl"
19668 />
19669
agathon.jung7232b922012-11-19 16:03:52 -080019670 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019671 mcc="404"
19672 mnc="31"
19673 apn="airtelgprs.com"
19674 type="default,supl"
19675 />
19676
agathon.jung7232b922012-11-19 16:03:52 -080019677 <apn carrier="AIRTEL LIVE"
19678 mcc="404"
19679 mnc="31"
19680 apn="airtelfun.com"
19681 proxy="100.1.200.99"
19682 port="8080"
19683 type="default,supl"
19684 />
19685
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019686 <apn carrier="Airtel MMS"
19687 mcc="404"
19688 mnc="31"
19689 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080019690 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019691 mmsc="http://100.1.201.171:10021/mmsc"
19692 mmsproxy="100.1.201.172"
19693 mmsport="8799"
19694 type="mms"
19695 />
19696
jewon.leee391a8a2012-11-30 17:00:26 +090019697 <apn carrier="Aircel-GPRS-Postpaid"
19698 mcc="404"
19699 mnc="33"
19700 apn="aircelwebpost"
19701 type="default,supl"
19702 />
19703
19704 <apn carrier="Pocket Internet-Postpaid"
19705 mcc="404"
19706 mnc="33"
19707 apn="myaircelpost"
19708 proxy="172.17.83.69"
19709 port="8080"
19710 type="default,supl"
19711 />
19712
19713 <apn carrier="Pocket Internet-Prepaid"
19714 mcc="404"
19715 mnc="33"
19716 apn="myaircel"
19717 proxy="172.17.83.69"
19718 port="8080"
19719 type="default,supl"
19720 />
19721
19722 <apn carrier="Aircel-GPRS-Prepaid"
19723 mcc="404"
19724 mnc="33"
19725 apn="aircelweb"
19726 type="default,supl"
19727 />
19728
Jing Zhao8d1b97b2014-07-17 17:38:34 -050019729 <apn carrier="Aircel Internet (40433)"
19730 mcc="404"
19731 mnc="33"
19732 apn="aircelgprs"
19733 type="default,supl,agps,fota,dun"
19734 protocol="IP"
19735 roaming_protocol="IP"
19736 />
19737
19738 <apn carrier="Aircel WAP (40433)"
19739 mcc="404"
19740 mnc="33"
19741 apn="aircelwap"
19742 type="default,supl"
19743 proxy="172.17.83.69"
19744 port="8080"
19745 />
19746
sy.yun0bd504f2013-06-17 19:54:27 +090019747 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019748 mcc="404"
19749 mnc="33"
19750 apn="aircelmms"
19751 mmsc="http://10.50.1.166/servlets/mms"
19752 mmsproxy="172.17.83.69"
19753 mmsport="8080"
19754 type="mms"
19755 />
19756
agathon.jung7232b922012-11-19 16:03:52 -080019757 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019758 mcc="404"
19759 mnc="34"
19760 apn="bsnlnet"
agathon.jung7232b922012-11-19 16:03:52 -080019761 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019762 type="default,supl"
19763 />
19764
agathon.jung7232b922012-11-19 16:03:52 -080019765 <apn carrier="bsnllive"
19766 mcc="404"
19767 mnc="34"
19768 apn="bsnllive"
19769 proxy="10.220.67.131"
19770 port="8080"
19771 type="default,supl"
19772 />
19773
19774 <apn carrier="bsnlmms"
19775 mcc="404"
19776 mnc="34"
19777 apn="bsnlmms"
19778 mmsc="http://bsnlmmsc.in:8514"
19779 mmsproxy="10.210.10.11"
19780 mmsport="8080"
19781 type="mms"
19782 />
19783
jewon.leee391a8a2012-11-30 17:00:26 +090019784 <apn carrier="Aircel-GPRS-Postpaid"
19785 mcc="404"
19786 mnc="35"
19787 apn="aircelwebpost"
19788 type="default,supl"
19789 />
19790
19791 <apn carrier="Pocket Internet-Postpaid"
19792 mcc="404"
19793 mnc="35"
19794 apn="aircelwappost"
19795 proxy="172.17.83.69"
19796 port="8080"
19797 type="default,supl"
19798 />
19799
19800 <apn carrier="Pocket Internet-Prepaid"
19801 mcc="404"
19802 mnc="35"
19803 apn="aircelwap"
19804 proxy="172.17.83.69"
19805 port="8080"
19806 type="default,supl"
19807 />
19808
19809 <apn carrier="Aircel-GPRS-Prepaid"
19810 mcc="404"
19811 mnc="35"
19812 apn="aircelweb"
19813 type="default,supl"
19814 />
19815
Jing Zhao8d1b97b2014-07-17 17:38:34 -050019816 <apn carrier="Aircel Internet (40435)"
19817 mcc="404"
19818 mnc="35"
19819 apn="aircelgprs"
19820 type="default,supl,agps,fota,dun"
19821 protocol="IP"
19822 roaming_protocol="IP"
19823 />
19824
sy.yun0bd504f2013-06-17 19:54:27 +090019825 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019826 mcc="404"
19827 mnc="35"
19828 apn="aircelmms"
19829 mmsc="http://10.50.1.166/servlets/mms"
19830 mmsproxy="172.17.83.69"
19831 mmsport="8080"
19832 type="mms"
19833 />
19834
sy.yun0bd504f2013-06-17 19:54:27 +090019835 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019836 mcc="404"
19837 mnc="36"
jewon.leee391a8a2012-11-30 17:00:26 +090019838 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019839 mmsc="http://10.239.221.47/mms/"
19840 mmsproxy="10.239.221.7"
19841 mmsport="8080"
19842 type="mms"
19843 />
19844
jewon.leee391a8a2012-11-30 17:00:26 +090019845 <apn carrier="Reliance Net"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019846 mcc="404"
19847 mnc="36"
jewon.leee391a8a2012-11-30 17:00:26 +090019848 apn="smartnet"
19849 type="default,supl"
19850 />
19851
19852 <apn carrier="Reliance WAP"
19853 mcc="404"
19854 mnc="36"
19855 apn="smartwap"
19856 proxy="10.239.221.7"
19857 port="8080"
sy.yun0bd504f2013-06-17 19:54:27 +090019858 authtype="1"
jewon.leee391a8a2012-11-30 17:00:26 +090019859 type="default,supl"
19860 />
19861
Jing Zhao8d1b97b2014-07-17 17:38:34 -050019862 <apn carrier="Reliance Internet (40436)"
19863 mcc="404"
19864 mnc="36"
19865 apn="rcomnet"
19866 type="default,supl,agps,fota,dun"
19867 protocol="IP"
19868 roaming_protocol="IP"
19869 />
19870
jewon.leee391a8a2012-11-30 17:00:26 +090019871 <apn carrier="Aircel-GPRS-Postpaid"
19872 mcc="404"
19873 mnc="37"
19874 apn="aircelwebpost"
19875 type="default,supl"
19876 />
19877
19878 <apn carrier="Pocket Internet-Postpaid"
19879 mcc="404"
19880 mnc="37"
19881 apn="aircelwappost"
19882 proxy="172.17.83.69"
19883 port="8080"
19884 type="default,supl"
19885 />
19886
19887 <apn carrier="Pocket Internet-Prepaid"
19888 mcc="404"
19889 mnc="37"
19890 apn="aircelwap"
19891 proxy="172.17.83.69"
19892 port="8080"
19893 type="default,supl"
19894 />
19895
19896 <apn carrier="Aircel-GPRS-Prepaid"
19897 mcc="404"
19898 mnc="37"
19899 apn="aircelweb"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019900 type="default,supl"
19901 />
19902
Jing Zhao8d1b97b2014-07-17 17:38:34 -050019903 <apn carrier="Aircel Internet (40437)"
19904 mcc="404"
19905 mnc="37"
19906 apn="aircelgprs"
19907 type="default,supl,agps,fota,dun"
19908 protocol="IP"
19909 roaming_protocol="IP"
19910 />
19911
sy.yun0bd504f2013-06-17 19:54:27 +090019912 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019913 mcc="404"
19914 mnc="37"
19915 apn="aircelmms"
19916 mmsc="http://10.50.1.166/servlets/mms"
19917 mmsproxy="172.17.83.69"
19918 mmsport="8080"
19919 type="mms"
19920 />
19921
jewon.leee391a8a2012-11-30 17:00:26 +090019922 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019923 mcc="404"
19924 mnc="38"
19925 apn="bsnlmms"
19926 mmsc="http://bsnlmmsc.in:8514"
19927 mmsproxy="10.210.10.11"
19928 mmsport="8080"
19929 type="mms"
19930 />
19931
jewon.leee391a8a2012-11-30 17:00:26 +090019932 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019933 mcc="404"
19934 mnc="38"
19935 apn="bsnlnet"
19936 type="default,supl"
19937 />
19938
jewon.leee391a8a2012-11-30 17:00:26 +090019939 <apn carrier="bsnllive"
19940 mcc="404"
19941 mnc="38"
19942 apn="bsnllive"
19943 proxy="10.220.67.131"
19944 port="8080"
19945 type="default,supl"
19946 />
19947
agathon.jung7232b922012-11-19 16:03:52 -080019948 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019949 mcc="404"
19950 mnc="40"
19951 apn="airtelgprs.com"
19952 type="default,supl"
19953 />
19954
agathon.jung7232b922012-11-19 16:03:52 -080019955 <apn carrier="AIRTEL LIVE"
19956 mcc="404"
19957 mnc="40"
19958 apn="airtelfun.com"
19959 proxy="100.1.200.99"
19960 port="8080"
19961 type="default,supl"
19962 />
19963
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019964 <apn carrier="Airtel MMS"
19965 mcc="404"
19966 mnc="40"
19967 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080019968 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019969 mmsc="http://100.1.201.171:10021/mmsc"
19970 mmsproxy="100.1.201.172"
19971 mmsport="8799"
19972 type="mms"
19973 />
19974
jewon.leee391a8a2012-11-30 17:00:26 +090019975 <apn carrier="Aircel-GPRS-Postpaid"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080019976 mcc="404"
19977 mnc="41"
19978 apn="aircelgprs.po"
19979 type="default,supl"
19980 />
19981
jewon.leee391a8a2012-11-30 17:00:26 +090019982 <apn carrier="Aircel-GPRS-Prepaid"
19983 mcc="404"
19984 mnc="41"
19985 apn="aircelgprs.pr"
19986 type="default,supl"
19987 />
19988
19989 <apn carrier="Pocket Internet-Postpaid"
19990 mcc="404"
19991 mnc="41"
19992 apn="aircelwap.po"
19993 proxy="192.168.35.201"
19994 port="8081"
19995 type="default,supl"
19996 />
19997
19998 <apn carrier="Pocket Internet-Prepaid"
19999 mcc="404"
20000 mnc="41"
20001 apn="aircelwap.pr"
20002 proxy="192.168.35.201"
20003 port="8081"
20004 type="default,supl"
20005 />
20006
Jing Zhao8d1b97b2014-07-17 17:38:34 -050020007 <apn carrier="Aircel Internet (40441)"
20008 mcc="404"
20009 mnc="41"
20010 apn="aircelgprs"
20011 type="default,supl,agps,fota,dun"
20012 protocol="IP"
20013 roaming_protocol="IP"
20014 />
20015
20016 <apn carrier="Aircel WAP (40441)"
20017 mcc="404"
20018 mnc="41"
20019 apn="aircelwap"
20020 type="default,supl"
20021 proxy="172.17.83.69"
20022 port="8080"
20023 />
20024
jewon.leee391a8a2012-11-30 17:00:26 +090020025 <apn carrier="Aircel-MMS-Postpaid"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020026 mcc="404"
20027 mnc="41"
20028 apn="aircelmms.po"
20029 mmsc="http://mmsc/mmrelay.app"
20030 mmsproxy="192.168.35.196"
20031 mmsport="8081"
20032 type="mms"
20033 />
20034
jewon.leee391a8a2012-11-30 17:00:26 +090020035 <apn carrier="Aircel-MMS-Prepaid"
20036 mcc="404"
20037 mnc="41"
20038 apn="aircelmms.pr"
20039 mmsc="http://mmsc/mmrelay.app"
20040 mmsproxy="192.168.35.196"
20041 mmsport="8081"
20042 type="mms"
20043 />
20044
Jing Zhao8d1b97b2014-07-17 17:38:34 -050020045 <apn carrier="Aircel MMS (40441)"
20046 mcc="404"
20047 mnc="41"
20048 apn="aircelmms"
20049 mmsproxy="172.17.83.69"
20050 mmsport="8080"
20051 mmsc="http://172.17.83.67/servlets/mms"
20052 type="mms"
20053 protocol="IP"
20054 roaming_protocol="IP"
20055 />
20056
jewon.leee391a8a2012-11-30 17:00:26 +090020057 <apn carrier="Aircel-GPRS-Postpaid"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020058 mcc="404"
20059 mnc="42"
20060 apn="aircelgprs.po"
20061 type="default,supl"
20062 />
20063
jewon.leee391a8a2012-11-30 17:00:26 +090020064 <apn carrier="Aircel-GPRS-Prepaid"
20065 mcc="404"
20066 mnc="42"
20067 apn="aircelgprs.pr"
20068 type="default,supl"
20069 />
20070
20071 <apn carrier="Pocket Internet-Postpaid"
20072 mcc="404"
20073 mnc="42"
20074 apn="aircelwap.po"
20075 proxy="192.168.35.201"
20076 port="8081"
20077 type="default,supl"
20078 />
20079
20080 <apn carrier="Pocket Internet-Prepaid"
20081 mcc="404"
20082 mnc="42"
20083 apn="aircelwap.pr"
20084 proxy="192.168.35.201"
20085 port="8081"
20086 type="default,supl"
20087 />
20088
Jing Zhao8d1b97b2014-07-17 17:38:34 -050020089 <apn carrier="Aircel Internet (40442)"
20090 mcc="404"
20091 mnc="42"
20092 apn="aircelgprs"
20093 type="default,supl,agps,fota,dun"
20094 protocol="IP"
20095 roaming_protocol="IP"
20096 />
20097
jewon.leee391a8a2012-11-30 17:00:26 +090020098 <apn carrier="Aircel-MMS-Postpaid"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020099 mcc="404"
20100 mnc="42"
20101 apn="aircelmms.po"
20102 mmsc="http://mmsc/mmrelay.app"
20103 mmsproxy="192.168.35.196"
20104 mmsport="8081"
20105 type="mms"
20106 />
20107
jewon.leee391a8a2012-11-30 17:00:26 +090020108 <apn carrier="Aircel-MMS-Prepaid"
20109 mcc="404"
20110 mnc="42"
20111 apn="aircelmms.pr"
20112 mmsc="http://mmsc/mmrelay.app"
20113 mmsproxy="192.168.35.196"
20114 mmsport="8081"
20115 type="mms"
20116 />
20117
sy.yun0bd504f2013-06-17 19:54:27 +090020118 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020119 mcc="404"
20120 mnc="43"
20121 apn="portalnmms"
20122 mmsc="http://mms1.live.vodafone.in/mms/"
20123 mmsproxy="10.10.1.100"
20124 mmsport="9401"
20125 type="mms"
20126 />
20127
sy.yun0bd504f2013-06-17 19:54:27 +090020128 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020129 mcc="404"
20130 mnc="43"
20131 apn="www"
20132 type="default,supl"
20133 />
20134
sy.yun0bd504f2013-06-17 19:54:27 +090020135 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080020136 mcc="404"
20137 mnc="43"
20138 apn="portalnmms"
20139 proxy="10.10.1.100"
20140 port="9401"
20141 type="default,supl"
20142 />
20143
sy.yun0bd504f2013-06-17 19:54:27 +090020144 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020145 mcc="404"
20146 mnc="44"
John Huang7c77f992012-01-12 17:00:53 -080020147 apn="internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020148 type="default,supl"
20149 />
20150
jewon.leee391a8a2012-11-30 17:00:26 +090020151 <apn carrier="IDEA GPRS"
20152 mcc="404"
20153 mnc="44"
20154 apn="imis"
20155 proxy="10.4.42.15"
20156 port="8080"
20157 type="default,supl"
20158 />
20159
sy.yun0bd504f2013-06-17 19:54:27 +090020160 <apn carrier="IDEA MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020161 mcc="404"
20162 mnc="44"
John Huang7c77f992012-01-12 17:00:53 -080020163 apn="mmsc"
Sangcheol Lee4ae8c092012-03-02 15:49:28 +090020164 mmsc="http://10.4.42.21:8002"
20165 mmsproxy="10.4.42.15"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020166 mmsport="8080"
20167 type="mms"
20168 />
20169
agathon.jung7232b922012-11-19 16:03:52 -080020170 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020171 mcc="404"
20172 mnc="45"
20173 apn="airtelgprs.com"
20174 type="default,supl"
20175 />
20176
agathon.jung7232b922012-11-19 16:03:52 -080020177 <apn carrier="AIRTEL LIVE"
20178 mcc="404"
20179 mnc="45"
20180 apn="airtelfun.com"
20181 proxy="100.1.200.99"
20182 port="8080"
20183 type="default,supl"
20184 />
20185
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020186 <apn carrier="Airtel MMS"
20187 mcc="404"
20188 mnc="45"
20189 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080020190 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020191 mmsc="http://100.1.201.171:10021/mmsc"
20192 mmsproxy="100.1.201.172"
20193 mmsport="8799"
20194 type="mms"
20195 />
20196
sy.yun0bd504f2013-06-17 19:54:27 +090020197 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020198 mcc="404"
20199 mnc="46"
20200 apn="portalnmms"
20201 mmsc="http://mms1.live.vodafone.in/mms/"
20202 mmsproxy="10.10.1.100"
20203 mmsport="9401"
20204 type="mms"
20205 />
20206
sy.yun0bd504f2013-06-17 19:54:27 +090020207 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020208 mcc="404"
20209 mnc="46"
20210 apn="www"
20211 type="default,supl"
20212 />
20213
sy.yun0bd504f2013-06-17 19:54:27 +090020214 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080020215 mcc="404"
20216 mnc="46"
20217 apn="portalnmms"
20218 proxy="10.10.1.100"
20219 port="9401"
20220 type="default,supl"
20221 />
20222
agathon.jung7232b922012-11-19 16:03:52 -080020223 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020224 mcc="404"
20225 mnc="49"
20226 apn="airtelgprs.com"
20227 type="default,supl"
20228 />
20229
agathon.jung7232b922012-11-19 16:03:52 -080020230 <apn carrier="AIRTEL LIVE"
20231 mcc="404"
20232 mnc="49"
20233 apn="airtelfun.com"
20234 proxy="100.1.200.99"
20235 port="8080"
20236 type="default,supl"
20237 />
20238
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020239 <apn carrier="Airtel MMS"
20240 mcc="404"
20241 mnc="49"
20242 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080020243 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020244 mmsc="http://100.1.201.171:10021/mmsc"
20245 mmsproxy="100.1.201.172"
20246 mmsport="8799"
20247 type="mms"
20248 />
20249
sy.yun0bd504f2013-06-17 19:54:27 +090020250 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020251 mcc="404"
20252 mnc="50"
jewon.leee391a8a2012-11-30 17:00:26 +090020253 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020254 mmsc="http://10.239.221.47/mms/"
20255 mmsproxy="10.239.221.7"
20256 mmsport="8080"
20257 type="mms"
20258 />
20259
sy.yun0bd504f2013-06-17 19:54:27 +090020260 <apn carrier="Reliance Net"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020261 mcc="404"
20262 mnc="50"
jewon.leee391a8a2012-11-30 17:00:26 +090020263 apn="smartnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020264 type="default,supl"
20265 />
20266
jewon.leee391a8a2012-11-30 17:00:26 +090020267 <apn carrier="Reliance WAP"
20268 mcc="404"
20269 mnc="50"
20270 apn="smartwap"
20271 proxy="10.239.221.7"
20272 port="8080"
sy.yun0bd504f2013-06-17 19:54:27 +090020273 authtype="1"
jewon.leee391a8a2012-11-30 17:00:26 +090020274 type="default,supl"
20275 />
20276
20277 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020278 mcc="404"
20279 mnc="51"
20280 apn="bsnlmms"
jewon.leee391a8a2012-11-30 17:00:26 +090020281 mmsc="http://bsnlmmsc.in:8514"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020282 mmsproxy="10.210.10.11"
20283 mmsport="8080"
20284 type="mms"
20285 />
20286
jewon.leee391a8a2012-11-30 17:00:26 +090020287 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020288 mcc="404"
20289 mnc="51"
20290 apn="bsnlnet"
20291 type="default,supl"
20292 />
20293
jewon.leee391a8a2012-11-30 17:00:26 +090020294 <apn carrier="bsnllive"
20295 mcc="404"
20296 mnc="51"
20297 apn="bsnllive"
20298 proxy="10.220.67.131"
20299 port="8080"
20300 type="default,supl"
20301 />
20302
sy.yun0bd504f2013-06-17 19:54:27 +090020303 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020304 mcc="404"
20305 mnc="52"
jewon.leee391a8a2012-11-30 17:00:26 +090020306 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020307 mmsc="http://10.239.221.47/mms/"
20308 mmsproxy="10.239.221.7"
20309 mmsport="8080"
20310 type="mms"
20311 />
20312
sy.yun0bd504f2013-06-17 19:54:27 +090020313 <apn carrier="Reliance Net"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020314 mcc="404"
20315 mnc="52"
jewon.leee391a8a2012-11-30 17:00:26 +090020316 apn="smartnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020317 type="default,supl"
20318 />
20319
jewon.leee391a8a2012-11-30 17:00:26 +090020320 <apn carrier="Reliance WAP"
20321 mcc="404"
20322 mnc="52"
20323 apn="smartwap"
20324 proxy="10.239.221.7"
20325 port="8080"
sy.yun0bd504f2013-06-17 19:54:27 +090020326 authtype="1"
jewon.leee391a8a2012-11-30 17:00:26 +090020327 type="default,supl"
20328 />
20329
20330 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020331 mcc="404"
20332 mnc="53"
20333 apn="bsnlmms"
jewon.leee391a8a2012-11-30 17:00:26 +090020334 mmsc="http://bsnlmmsc.in:8514"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020335 mmsproxy="10.210.10.11"
20336 mmsport="8080"
20337 type="mms"
20338 />
20339
jewon.leee391a8a2012-11-30 17:00:26 +090020340 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020341 mcc="404"
20342 mnc="53"
20343 apn="bsnlnet"
20344 type="default,supl"
20345 />
20346
jewon.leee391a8a2012-11-30 17:00:26 +090020347 <apn carrier="bsnllive"
20348 mcc="404"
20349 mnc="53"
20350 apn="bsnllive"
20351 proxy="10.220.67.131"
20352 port="8080"
20353 type="default,supl"
20354 />
20355
20356 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020357 mcc="404"
20358 mnc="54"
20359 apn="bsnlmms"
jewon.leee391a8a2012-11-30 17:00:26 +090020360 mmsc="http://bsnlmmsc.in:8514"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020361 mmsproxy="10.210.10.11"
20362 mmsport="8080"
20363 type="mms"
20364 />
20365
jewon.leee391a8a2012-11-30 17:00:26 +090020366 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020367 mcc="404"
20368 mnc="54"
20369 apn="bsnlnet"
20370 type="default,supl"
20371 />
20372
jewon.leee391a8a2012-11-30 17:00:26 +090020373 <apn carrier="bsnllive"
20374 mcc="404"
20375 mnc="54"
20376 apn="bsnllive"
20377 proxy="10.220.67.131"
20378 port="8080"
20379 type="default,supl"
20380 />
20381
20382 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020383 mcc="404"
20384 mnc="55"
20385 apn="bsnlmms"
jewon.leee391a8a2012-11-30 17:00:26 +090020386 mmsc="http://bsnlmmsc.in:8514"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020387 mmsproxy="10.210.10.11"
20388 mmsport="8080"
20389 type="mms"
20390 />
20391
jewon.leee391a8a2012-11-30 17:00:26 +090020392 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020393 mcc="404"
20394 mnc="55"
20395 apn="bsnlnet"
20396 type="default,supl"
20397 />
20398
jewon.leee391a8a2012-11-30 17:00:26 +090020399 <apn carrier="bsnllive"
20400 mcc="404"
20401 mnc="55"
20402 apn="bsnllive"
20403 proxy="10.220.67.131"
20404 port="8080"
20405 type="default,supl"
20406 />
20407
sy.yun0bd504f2013-06-17 19:54:27 +090020408 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020409 mcc="404"
20410 mnc="56"
20411 apn="internet"
20412 type="default,supl"
20413 />
20414
jewon.leee391a8a2012-11-30 17:00:26 +090020415 <apn carrier="IDEA GPRS"
20416 mcc="404"
20417 mnc="56"
20418 apn="imis"
20419 proxy="10.4.42.15"
20420 port="8080"
20421 type="default,supl"
20422 />
20423
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020424 <apn carrier="IDEA MMS"
20425 mcc="404"
20426 mnc="56"
20427 apn="mmsc"
20428 mmsc="http://10.4.42.21:8002/"
20429 mmsproxy="10.4.42.15"
20430 mmsport="8080"
20431 type="mms"
20432 />
20433
jewon.leee391a8a2012-11-30 17:00:26 +090020434 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020435 mcc="404"
20436 mnc="57"
20437 apn="bsnlmms"
jewon.leee391a8a2012-11-30 17:00:26 +090020438 mmsc="http://bsnlmmsc.in:8514"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020439 mmsproxy="10.210.10.11"
20440 mmsport="8080"
20441 type="mms"
20442 />
20443
jewon.leee391a8a2012-11-30 17:00:26 +090020444 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020445 mcc="404"
20446 mnc="57"
20447 apn="bsnlnet"
20448 type="default,supl"
20449 />
20450
jewon.leee391a8a2012-11-30 17:00:26 +090020451 <apn carrier="bsnllive"
20452 mcc="404"
20453 mnc="57"
20454 apn="bsnllive"
20455 proxy="10.220.67.131"
20456 port="8080"
20457 type="default,supl"
20458 />
20459
20460 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020461 mcc="404"
20462 mnc="58"
20463 apn="bsnlmms"
jewon.leee391a8a2012-11-30 17:00:26 +090020464 mmsc="http://bsnlmmsc.in:8514"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020465 mmsproxy="10.210.10.11"
20466 mmsport="8080"
20467 type="mms"
20468 />
20469
jewon.leee391a8a2012-11-30 17:00:26 +090020470 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020471 mcc="404"
20472 mnc="58"
20473 apn="bsnlnet"
20474 type="default,supl"
20475 />
20476
jewon.leee391a8a2012-11-30 17:00:26 +090020477 <apn carrier="bsnllive"
20478 mcc="404"
20479 mnc="58"
20480 apn="bsnllive"
20481 proxy="10.220.67.131"
20482 port="8080"
20483 type="default,supl"
20484 />
20485
20486 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020487 mcc="404"
20488 mnc="59"
20489 apn="bsnlmms"
jewon.leee391a8a2012-11-30 17:00:26 +090020490 mmsc="http://bsnlmmsc.in:8514"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020491 mmsproxy="10.210.10.11"
20492 mmsport="8080"
20493 type="mms"
20494 />
20495
jewon.leee391a8a2012-11-30 17:00:26 +090020496 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020497 mcc="404"
20498 mnc="59"
20499 apn="bsnlnet"
20500 type="default,supl"
20501 />
20502
jewon.leee391a8a2012-11-30 17:00:26 +090020503 <apn carrier="bsnllive"
20504 mcc="404"
20505 mnc="59"
20506 apn="bsnllive"
20507 proxy="10.220.67.131"
20508 port="8080"
20509 type="default,supl"
20510 />
20511
sy.yun0bd504f2013-06-17 19:54:27 +090020512 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020513 mcc="404"
20514 mnc="60"
20515 apn="portalnmms"
20516 mmsc="http://mms1.live.vodafone.in/mms/"
20517 mmsproxy="10.10.1.100"
20518 mmsport="9401"
20519 type="mms"
20520 />
20521
sy.yun0bd504f2013-06-17 19:54:27 +090020522 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020523 mcc="404"
20524 mnc="60"
20525 apn="www"
20526 type="default,supl"
20527 />
20528
sy.yun0bd504f2013-06-17 19:54:27 +090020529 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080020530 mcc="404"
20531 mnc="60"
20532 apn="portalnmms"
20533 proxy="10.10.1.100"
20534 port="9401"
20535 type="default,supl"
20536 />
20537
jewon.leee391a8a2012-11-30 17:00:26 +090020538 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020539 mcc="404"
20540 mnc="62"
20541 apn="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020542 mmsc="http://bsnlmmsc.in:8514"
20543 mmsproxy="10.210.10.11"
20544 mmsport="8080"
20545 type="mms"
20546 />
20547
jewon.leee391a8a2012-11-30 17:00:26 +090020548 <apn carrier="bsnlnet"
20549 mcc="404"
20550 mnc="62"
20551 apn="bsnlnet"
20552 type="default,supl"
20553 />
20554
20555 <apn carrier="bsnllive"
20556 mcc="404"
20557 mnc="62"
20558 apn="bsnllive"
20559 proxy="10.220.67.131"
20560 port="8080"
20561 type="default,supl"
20562 />
20563
20564 <apn carrier="bsnlmms"
20565 mcc="404"
20566 mnc="64"
20567 apn="bsnlmms"
20568 mmsc="http://bsnlmmsc.in:8514"
20569 mmsproxy="10.210.10.11"
20570 mmsport="8080"
20571 type="mms"
20572 />
20573
20574 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020575 mcc="404"
20576 mnc="64"
20577 apn="bsnlnet"
20578 type="default,supl"
20579 />
20580
jewon.leee391a8a2012-11-30 17:00:26 +090020581 <apn carrier="bsnllive"
20582 mcc="404"
20583 mnc="64"
20584 apn="bsnllive"
20585 proxy="10.220.67.131"
20586 port="8080"
20587 type="default,supl"
20588 />
20589
20590 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020591 mcc="404"
20592 mnc="66"
20593 apn="bsnlmms"
jewon.leee391a8a2012-11-30 17:00:26 +090020594 mmsc="http://bsnlmmsc.in:8514"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020595 mmsproxy="10.210.10.11"
20596 mmsport="8080"
20597 type="mms"
20598 />
20599
jewon.leee391a8a2012-11-30 17:00:26 +090020600 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020601 mcc="404"
20602 mnc="66"
20603 apn="bsnlnet"
20604 type="default,supl"
20605 />
20606
jewon.leee391a8a2012-11-30 17:00:26 +090020607 <apn carrier="bsnllive"
20608 mcc="404"
20609 mnc="66"
20610 apn="bsnllive"
20611 proxy="10.220.67.131"
20612 port="8080"
20613 type="default,supl"
20614 />
20615
sy.yun0bd504f2013-06-17 19:54:27 +090020616 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020617 mcc="404"
20618 mnc="67"
jewon.leee391a8a2012-11-30 17:00:26 +090020619 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020620 mmsc="http://10.239.221.47/mms/"
20621 mmsproxy="10.239.221.7"
20622 mmsport="8080"
20623 type="mms"
20624 />
20625
sy.yun0bd504f2013-06-17 19:54:27 +090020626 <apn carrier="Reliance Net"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020627 mcc="404"
20628 mnc="67"
jewon.leee391a8a2012-11-30 17:00:26 +090020629 apn="smartnet"
20630 type="default,supl"
20631 />
20632
20633 <apn carrier="Reliance WAP"
20634 mcc="404"
20635 mnc="67"
20636 apn="smartwap"
20637 proxy="10.239.221.7"
20638 port="8080"
sy.yun0bd504f2013-06-17 19:54:27 +090020639 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020640 type="default,supl"
20641 />
20642
Eliseu Massingeb4b4892014-10-09 10:52:47 -030020643 <apn carrier="MTNL"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020644 mcc="404"
20645 mnc="68"
Eliseu Massingeb4b4892014-10-09 10:52:47 -030020646 apn="mtnl.net"
20647 authtype="0"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020648 user="mtnl"
20649 password="mtnl123"
Eliseu Massingeb4b4892014-10-09 10:52:47 -030020650 mmsc="http://mtnlmms/"
20651 mmsproxy="10.10.10.10"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020652 mmsport="9401"
Eliseu Massingeb4b4892014-10-09 10:52:47 -030020653 type="default,mms,supl,agps,fota,dun"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020654 />
20655
Eliseu Massingeb4b4892014-10-09 10:52:47 -030020656 <apn carrier="MTNL"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020657 mcc="404"
20658 mnc="69"
Eliseu Massingeb4b4892014-10-09 10:52:47 -030020659 apn="mtnl.net"
20660 authtype="0"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020661 user="mtnl"
20662 password="mtnl123"
Eliseu Massingeb4b4892014-10-09 10:52:47 -030020663 mmsc="http://mtnlmms/"
20664 mmsproxy="10.10.10.10"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020665 mmsport="9401"
Eliseu Massingeb4b4892014-10-09 10:52:47 -030020666 type="default,mms,supl,agps,fota,dun"
20667 protocol="IP"
20668 roaming_protocol="IP"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020669 />
20670
agathon.jung7232b922012-11-19 16:03:52 -080020671 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020672 mcc="404"
20673 mnc="70"
20674 apn="airtelgprs.com"
20675 type="default,supl"
20676 />
20677
agathon.jung7232b922012-11-19 16:03:52 -080020678 <apn carrier="AIRTEL LIVE"
20679 mcc="404"
20680 mnc="70"
20681 apn="airtelfun.com"
20682 proxy="100.1.200.99"
20683 port="8080"
20684 type="default,supl"
20685 />
20686
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020687 <apn carrier="Airtel MMS"
20688 mcc="404"
20689 mnc="70"
20690 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080020691 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020692 mmsc="http://100.1.201.171:10021/mmsc"
20693 mmsproxy="100.1.201.172"
20694 mmsport="8799"
20695 type="mms"
20696 />
20697
jewon.leee391a8a2012-11-30 17:00:26 +090020698 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020699 mcc="404"
20700 mnc="71"
20701 apn="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020702 mmsc="http://bsnlmmsc.in:8514"
20703 mmsproxy="10.210.10.11"
20704 mmsport="8080"
20705 type="mms"
20706 />
20707
jewon.leee391a8a2012-11-30 17:00:26 +090020708 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020709 mcc="404"
20710 mnc="71"
20711 apn="bsnlnet"
20712 type="default,supl"
20713 />
20714
jewon.leee391a8a2012-11-30 17:00:26 +090020715 <apn carrier="bsnllive"
20716 mcc="404"
20717 mnc="71"
20718 apn="bsnllive"
20719 proxy="10.220.67.131"
20720 port="8080"
20721 type="default,supl"
20722 />
20723
20724 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020725 mcc="404"
20726 mnc="72"
20727 apn="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020728 mmsc="http://bsnlmmsc.in:8514"
20729 mmsproxy="10.210.10.11"
20730 mmsport="8080"
20731 type="mms"
20732 />
20733
jewon.leee391a8a2012-11-30 17:00:26 +090020734 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020735 mcc="404"
20736 mnc="72"
20737 apn="bsnlnet"
20738 type="default,supl"
20739 />
20740
jewon.leee391a8a2012-11-30 17:00:26 +090020741 <apn carrier="bsnllive"
20742 mcc="404"
20743 mnc="72"
20744 apn="bsnllive"
20745 proxy="10.220.67.131"
20746 port="8080"
20747 type="default,supl"
20748 />
20749
20750 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020751 mcc="404"
20752 mnc="73"
20753 apn="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020754 mmsc="http://bsnlmmsc.in:8514"
20755 mmsproxy="10.210.10.11"
20756 mmsport="8080"
20757 type="mms"
20758 />
20759
jewon.leee391a8a2012-11-30 17:00:26 +090020760 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020761 mcc="404"
20762 mnc="73"
20763 apn="bsnlnet"
20764 type="default,supl"
20765 />
20766
jewon.leee391a8a2012-11-30 17:00:26 +090020767 <apn carrier="bsnllive"
20768 mcc="404"
20769 mnc="73"
20770 apn="bsnllive"
20771 proxy="10.220.67.131"
20772 port="8080"
20773 type="default,supl"
20774 />
20775
20776 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020777 mcc="404"
20778 mnc="74"
20779 apn="bsnlmms"
20780 mmsc="http://bsnlmmsc.in:8514"
20781 mmsproxy="10.210.10.11"
20782 mmsport="8080"
20783 type="mms"
20784 />
20785
jewon.leee391a8a2012-11-30 17:00:26 +090020786 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020787 mcc="404"
20788 mnc="74"
20789 apn="bsnlnet"
20790 type="default,supl"
20791 />
20792
jewon.leee391a8a2012-11-30 17:00:26 +090020793 <apn carrier="bsnllive"
20794 mcc="404"
20795 mnc="74"
20796 apn="bsnllive"
20797 proxy="10.220.67.131"
20798 port="8080"
20799 type="default,supl"
20800 />
20801
20802 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020803 mcc="404"
20804 mnc="75"
20805 apn="bsnlmms"
20806 mmsc="http://bsnlmmsc.in:8514"
20807 mmsproxy="10.210.10.11"
20808 mmsport="8080"
20809 type="mms"
20810 />
20811
jewon.leee391a8a2012-11-30 17:00:26 +090020812 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020813 mcc="404"
20814 mnc="75"
20815 apn="bsnlnet"
20816 type="default,supl"
20817 />
20818
jewon.leee391a8a2012-11-30 17:00:26 +090020819 <apn carrier="bsnllive"
20820 mcc="404"
20821 mnc="75"
20822 apn="bsnllive"
20823 proxy="10.220.67.131"
20824 port="8080"
20825 type="default,supl"
20826 />
20827
20828 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020829 mcc="404"
20830 mnc="76"
20831 apn="bsnlmms"
20832 mmsc="http://bsnlmmsc.in:8514"
20833 mmsproxy="10.210.10.11"
20834 mmsport="8080"
20835 type="mms"
20836 />
20837
jewon.leee391a8a2012-11-30 17:00:26 +090020838 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020839 mcc="404"
20840 mnc="76"
20841 apn="bsnlnet"
20842 type="default,supl"
20843 />
20844
jewon.leee391a8a2012-11-30 17:00:26 +090020845 <apn carrier="bsnllive"
20846 mcc="404"
20847 mnc="76"
20848 apn="bsnllive"
20849 proxy="10.220.67.131"
20850 port="8080"
20851 type="default,supl"
20852 />
20853
20854 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020855 mcc="404"
20856 mnc="77"
20857 apn="bsnlmms"
20858 mmsc="http://bsnlmmsc.in:8514"
20859 mmsproxy="10.210.10.11"
20860 mmsport="8080"
20861 type="mms"
20862 />
20863
jewon.leee391a8a2012-11-30 17:00:26 +090020864 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020865 mcc="404"
20866 mnc="77"
20867 apn="bsnlnet"
20868 type="default,supl"
20869 />
20870
jewon.leee391a8a2012-11-30 17:00:26 +090020871 <apn carrier="bsnllive"
20872 mcc="404"
20873 mnc="77"
20874 apn="bsnllive"
20875 proxy="10.220.67.131"
20876 port="8080"
20877 type="default,supl"
20878 />
20879
sy.yun0bd504f2013-06-17 19:54:27 +090020880 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020881 mcc="404"
20882 mnc="78"
20883 apn="internet"
20884 type="default,supl"
20885 />
20886
jewon.leee391a8a2012-11-30 17:00:26 +090020887 <apn carrier="IDEA GPRS"
20888 mcc="404"
20889 mnc="78"
20890 apn="imis"
20891 proxy="10.4.42.15"
20892 port="8080"
20893 type="default,supl"
20894 />
20895
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020896 <apn carrier="IDEA MMS"
20897 mcc="404"
20898 mnc="78"
20899 apn="mmsc"
20900 mmsc="http://10.4.42.21:8002/"
20901 mmsproxy="10.4.42.15"
20902 mmsport="8080"
20903 type="mms"
20904 />
20905
jewon.leee391a8a2012-11-30 17:00:26 +090020906 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020907 mcc="404"
20908 mnc="79"
20909 apn="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020910 mmsc="http://bsnlmmsc.in:8514"
20911 mmsproxy="10.210.10.11"
20912 mmsport="8080"
20913 type="mms"
20914 />
20915
jewon.leee391a8a2012-11-30 17:00:26 +090020916 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020917 mcc="404"
20918 mnc="79"
20919 apn="bsnlnet"
20920 type="default,supl"
20921 />
20922
jewon.leee391a8a2012-11-30 17:00:26 +090020923 <apn carrier="bsnllive"
20924 mcc="404"
20925 mnc="79"
20926 apn="bsnllive"
20927 proxy="10.220.67.131"
20928 port="8080"
20929 type="default,supl"
20930 />
20931
20932 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020933 mcc="404"
20934 mnc="80"
20935 apn="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020936 mmsc="http://bsnlmmsc.in:8514"
20937 mmsproxy="10.210.10.11"
20938 mmsport="8080"
20939 type="mms"
20940 />
20941
jewon.leee391a8a2012-11-30 17:00:26 +090020942 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020943 mcc="404"
20944 mnc="80"
20945 apn="bsnlnet"
20946 type="default,supl"
20947 />
20948
jewon.leee391a8a2012-11-30 17:00:26 +090020949 <apn carrier="bsnllive"
20950 mcc="404"
20951 mnc="80"
20952 apn="bsnllive"
20953 proxy="10.220.67.131"
20954 port="8080"
20955 type="default,supl"
20956 />
20957
20958 <apn carrier="bsnlmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020959 mcc="404"
20960 mnc="81"
20961 apn="bsnlmms"
20962 mmsc="http://bsnlmmsc.in:8514"
20963 mmsproxy="10.210.10.11"
20964 mmsport="8080"
20965 type="mms"
20966 />
20967
jewon.leee391a8a2012-11-30 17:00:26 +090020968 <apn carrier="bsnlnet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020969 mcc="404"
20970 mnc="81"
20971 apn="bsnlnet"
20972 type="default,supl"
20973 />
20974
jewon.leee391a8a2012-11-30 17:00:26 +090020975 <apn carrier="bsnllive"
20976 mcc="404"
20977 mnc="81"
20978 apn="bsnllive"
20979 proxy="10.220.67.131"
20980 port="8080"
20981 type="default,supl"
20982 />
20983
sy.yun0bd504f2013-06-17 19:54:27 +090020984 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080020985 mcc="404"
20986 mnc="82"
20987 apn="internet"
20988 type="default,supl"
20989 />
20990
jewon.leee391a8a2012-11-30 17:00:26 +090020991 <apn carrier="IDEA GPRS"
20992 mcc="404"
20993 mnc="82"
20994 apn="imis"
20995 proxy="10.4.42.15"
20996 port="8080"
20997 type="default,supl"
20998 />
20999
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021000 <apn carrier="IDEA MMS"
21001 mcc="404"
21002 mnc="82"
21003 apn="mmsc"
21004 mmsc="http://10.4.42.21:8002/"
21005 mmsproxy="10.4.42.15"
21006 mmsport="8080"
21007 type="mms"
21008 />
21009
sy.yun0bd504f2013-06-17 19:54:27 +090021010 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021011 mcc="404"
21012 mnc="83"
jewon.leee391a8a2012-11-30 17:00:26 +090021013 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021014 mmsc="http://10.239.221.47/mms/"
21015 mmsproxy="10.239.221.7"
21016 mmsport="8080"
21017 type="mms"
21018 />
21019
sy.yun0bd504f2013-06-17 19:54:27 +090021020 <apn carrier="Reliance Net"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021021 mcc="404"
21022 mnc="83"
jewon.leee391a8a2012-11-30 17:00:26 +090021023 apn="smartnet"
21024 type="default,supl"
21025 />
21026
21027 <apn carrier="Reliance WAP"
21028 mcc="404"
21029 mnc="83"
21030 apn="smartwap"
21031 proxy="10.239.221.7"
21032 port="8080"
sy.yun0bd504f2013-06-17 19:54:27 +090021033 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021034 type="default,supl"
21035 />
21036
sy.yun0bd504f2013-06-17 19:54:27 +090021037 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021038 mcc="404"
21039 mnc="84"
21040 apn="portalnmms"
21041 mmsc="http://mms1.live.vodafone.in/mms/"
21042 mmsproxy="10.10.1.100"
21043 mmsport="9401"
21044 type="mms"
21045 />
21046
sy.yun0bd504f2013-06-17 19:54:27 +090021047 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021048 mcc="404"
21049 mnc="84"
21050 apn="www"
21051 type="default,supl"
21052 />
21053
sy.yun0bd504f2013-06-17 19:54:27 +090021054 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080021055 mcc="404"
21056 mnc="84"
21057 apn="portalnmms"
21058 proxy="10.10.1.100"
21059 port="9401"
21060 type="default,supl"
21061 />
21062
sy.yun0bd504f2013-06-17 19:54:27 +090021063 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021064 mcc="404"
21065 mnc="85"
jewon.leee391a8a2012-11-30 17:00:26 +090021066 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021067 mmsc="http://10.239.221.47/mms/"
21068 mmsproxy="10.239.221.7"
21069 mmsport="8080"
21070 type="mms"
21071 />
21072
sy.yun0bd504f2013-06-17 19:54:27 +090021073 <apn carrier="Reliance Net"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021074 mcc="404"
21075 mnc="85"
jewon.leee391a8a2012-11-30 17:00:26 +090021076 apn="smartnet"
21077 type="default,supl"
21078 />
21079
21080 <apn carrier="Reliance WAP"
21081 mcc="404"
21082 mnc="85"
21083 apn="smartwap"
21084 proxy="10.239.221.7"
21085 port="8080"
sy.yun0bd504f2013-06-17 19:54:27 +090021086 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021087 type="default,supl"
21088 />
21089
sy.yun0bd504f2013-06-17 19:54:27 +090021090 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070021091 mcc="404"
21092 mnc="86"
21093 apn="portalnmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021094 mmsc="http://mms1.live.vodafone.in/mms/"
21095 mmsproxy="10.10.1.100"
21096 mmsport="9401"
21097 type="mms"
21098 />
21099
sy.yun0bd504f2013-06-17 19:54:27 +090021100 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021101 mcc="404"
21102 mnc="86"
21103 apn="www"
21104 type="default,supl"
21105 />
21106
sy.yun0bd504f2013-06-17 19:54:27 +090021107 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080021108 mcc="404"
21109 mnc="86"
21110 apn="portalnmms"
21111 proxy="10.10.1.100"
21112 port="9401"
21113 type="default,supl"
21114 />
21115
sy.yun0bd504f2013-06-17 19:54:27 +090021116 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021117 mcc="404"
21118 mnc="87"
21119 apn="internet"
21120 type="default,supl"
21121 />
21122
jewon.leee391a8a2012-11-30 17:00:26 +090021123 <apn carrier="IDEA GPRS"
21124 mcc="404"
21125 mnc="87"
21126 apn="imis"
21127 proxy="10.4.42.15"
21128 port="8080"
21129 type="default,supl"
21130 />
21131
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021132 <apn carrier="IDEA MMS"
21133 mcc="404"
21134 mnc="87"
21135 apn="mmsc"
21136 mmsc="http://10.4.42.21:8002/"
21137 mmsproxy="10.4.42.15"
21138 mmsport="8080"
21139 type="mms"
21140 />
21141
sy.yun0bd504f2013-06-17 19:54:27 +090021142 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021143 mcc="404"
21144 mnc="88"
21145 apn="portalnmms"
21146 mmsc="http://mms1.live.vodafone.in/mms/"
21147 mmsproxy="10.10.1.100"
21148 mmsport="9401"
21149 type="mms"
21150 />
21151
sy.yun0bd504f2013-06-17 19:54:27 +090021152 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021153 mcc="404"
21154 mnc="88"
21155 apn="www"
21156 type="default,supl"
21157 />
21158
sy.yun0bd504f2013-06-17 19:54:27 +090021159 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080021160 mcc="404"
21161 mnc="88"
21162 apn="portalnmms"
21163 proxy="10.10.1.100"
21164 port="9401"
21165 type="default,supl"
21166 />
21167
sy.yun0bd504f2013-06-17 19:54:27 +090021168 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021169 mcc="404"
21170 mnc="89"
21171 apn="internet"
21172 type="default,supl"
21173 />
21174
jewon.leee391a8a2012-11-30 17:00:26 +090021175 <apn carrier="IDEA GPRS"
21176 mcc="404"
21177 mnc="89"
21178 apn="imis"
21179 proxy="10.4.42.15"
21180 port="8080"
21181 type="default,supl"
21182 />
21183
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021184 <apn carrier="IDEA MMS"
21185 mcc="404"
21186 mnc="89"
21187 apn="mmsc"
21188 mmsc="http://10.4.42.21:8002/"
21189 mmsproxy="10.4.42.15"
21190 mmsport="8080"
21191 type="mms"
21192 />
21193
agathon.jung7232b922012-11-19 16:03:52 -080021194 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021195 mcc="404"
21196 mnc="90"
21197 apn="airtelgprs.com"
21198 type="default,supl"
21199 />
21200
agathon.jung7232b922012-11-19 16:03:52 -080021201 <apn carrier="AIRTEL LIVE"
21202 mcc="404"
21203 mnc="90"
21204 apn="airtelfun.com"
21205 proxy="100.1.200.99"
21206 port="8080"
21207 type="default,supl"
21208 />
21209
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021210 <apn carrier="Airtel MMS"
21211 mcc="404"
21212 mnc="90"
21213 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080021214 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021215 mmsc="http://100.1.201.171:10021/mmsc"
21216 mmsproxy="100.1.201.172"
21217 mmsport="8799"
21218 type="mms"
21219 />
21220
jewon.leee391a8a2012-11-30 17:00:26 +090021221 <apn carrier="Aircel-GPRS-Postpaid"
21222 mcc="404"
21223 mnc="91"
21224 apn="aircelwebpost"
21225 type="default,supl"
21226 />
21227
21228 <apn carrier="Pocket Internet-Postpaid"
21229 mcc="404"
21230 mnc="91"
21231 apn="aircelwappost"
21232 proxy="172.17.83.69"
21233 port="8080"
21234 type="default,supl"
21235 />
21236
21237 <apn carrier="Pocket Internet-Prepaid"
21238 mcc="404"
21239 mnc="91"
21240 apn="aircelwap"
21241 proxy="172.17.83.69"
21242 port="8080"
21243 type="default,supl"
21244 />
21245
21246 <apn carrier="Aircel-GPRS-Prepaid"
21247 mcc="404"
21248 mnc="91"
21249 apn="aircelweb"
21250 type="default,supl"
21251 />
21252
sy.yun0bd504f2013-06-17 19:54:27 +090021253 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021254 mcc="404"
21255 mnc="91"
21256 apn="aircelmms"
21257 mmsc="http://10.50.1.166/servlets/mms"
21258 mmsproxy="172.17.83.69"
21259 mmsport="8080"
21260 type="mms"
21261 />
21262
agathon.jung7232b922012-11-19 16:03:52 -080021263 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021264 mcc="404"
21265 mnc="92"
21266 apn="airtelgprs.com"
21267 type="default,supl"
21268 />
21269
agathon.jung7232b922012-11-19 16:03:52 -080021270 <apn carrier="AIRTEL LIVE"
21271 mcc="404"
21272 mnc="92"
21273 apn="airtelfun.com"
21274 proxy="100.1.200.99"
21275 port="8080"
21276 type="default,supl"
21277 />
21278
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021279 <apn carrier="Airtel MMS"
21280 mcc="404"
21281 mnc="92"
21282 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080021283 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021284 mmsc="http://100.1.201.171:10021/mmsc"
21285 mmsproxy="100.1.201.172"
21286 mmsport="8799"
21287 type="mms"
21288 />
21289
agathon.jung7232b922012-11-19 16:03:52 -080021290 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021291 mcc="404"
21292 mnc="93"
21293 apn="airtelgprs.com"
21294 type="default,supl"
21295 />
21296
agathon.jung7232b922012-11-19 16:03:52 -080021297 <apn carrier="AIRTEL LIVE"
21298 mcc="404"
21299 mnc="93"
21300 apn="airtelfun.com"
21301 proxy="100.1.200.99"
21302 port="8080"
21303 type="default,supl"
21304 />
21305
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021306 <apn carrier="Airtel MMS"
21307 mcc="404"
21308 mnc="93"
21309 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080021310 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021311 mmsc="http://100.1.201.171:10021/mmsc"
21312 mmsproxy="100.1.201.172"
21313 mmsport="8799"
21314 type="mms"
21315 />
21316
agathon.jung7232b922012-11-19 16:03:52 -080021317 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021318 mcc="404"
21319 mnc="94"
21320 apn="airtelgprs.com"
21321 type="default,supl"
21322 />
21323
agathon.jung7232b922012-11-19 16:03:52 -080021324 <apn carrier="AIRTEL LIVE"
21325 mcc="404"
21326 mnc="94"
21327 apn="airtelfun.com"
21328 proxy="100.1.200.99"
21329 port="8080"
21330 type="default,supl"
21331 />
21332
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021333 <apn carrier="Airtel MMS"
21334 mcc="404"
21335 mnc="94"
21336 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080021337 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021338 mmsc="http://100.1.201.171:10021/mmsc"
21339 mmsproxy="100.1.201.172"
21340 mmsport="8799"
21341 type="mms"
21342 />
21343
agathon.jung7232b922012-11-19 16:03:52 -080021344 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021345 mcc="404"
21346 mnc="95"
21347 apn="airtelgprs.com"
21348 type="default,supl"
21349 />
21350
agathon.jung7232b922012-11-19 16:03:52 -080021351 <apn carrier="AIRTEL LIVE"
21352 mcc="404"
21353 mnc="95"
21354 apn="airtelfun.com"
21355 proxy="100.1.200.99"
21356 port="8080"
21357 type="default,supl"
21358 />
21359
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021360 <apn carrier="Airtel MMS"
21361 mcc="404"
21362 mnc="95"
21363 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080021364 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021365 mmsc="http://100.1.201.171:10021/mmsc"
21366 mmsproxy="100.1.201.172"
21367 mmsport="8799"
21368 type="mms"
21369 />
21370
agathon.jung7232b922012-11-19 16:03:52 -080021371 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021372 mcc="404"
21373 mnc="96"
21374 apn="airtelgprs.com"
21375 type="default,supl"
21376 />
21377
agathon.jung7232b922012-11-19 16:03:52 -080021378 <apn carrier="AIRTEL LIVE"
21379 mcc="404"
21380 mnc="96"
21381 apn="airtelfun.com"
21382 proxy="100.1.200.99"
21383 port="8080"
21384 type="default,supl"
21385 />
21386
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021387 <apn carrier="Airtel MMS"
21388 mcc="404"
21389 mnc="96"
21390 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080021391 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021392 mmsc="http://100.1.201.171:10021/mmsc"
21393 mmsproxy="100.1.201.172"
21394 mmsport="8799"
21395 type="mms"
21396 />
21397
agathon.jung7232b922012-11-19 16:03:52 -080021398 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021399 mcc="404"
21400 mnc="97"
21401 apn="airtelgprs.com"
21402 type="default,supl"
21403 />
21404
agathon.jung7232b922012-11-19 16:03:52 -080021405 <apn carrier="AIRTEL LIVE"
21406 mcc="404"
21407 mnc="97"
21408 apn="airtelfun.com"
21409 proxy="100.1.200.99"
21410 port="8080"
21411 type="default,supl"
21412 />
21413
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021414 <apn carrier="Airtel MMS"
21415 mcc="404"
21416 mnc="97"
21417 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080021418 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021419 mmsc="http://100.1.201.171:10021/mmsc"
21420 mmsproxy="100.1.201.172"
21421 mmsport="8799"
21422 type="mms"
21423 />
21424
agathon.jung7232b922012-11-19 16:03:52 -080021425 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021426 mcc="404"
21427 mnc="98"
21428 apn="airtelgprs.com"
21429 type="default,supl"
21430 />
21431
agathon.jung7232b922012-11-19 16:03:52 -080021432 <apn carrier="AIRTEL LIVE"
21433 mcc="404"
21434 mnc="98"
21435 apn="airtelfun.com"
21436 proxy="100.1.200.99"
21437 port="8080"
21438 type="default,supl"
21439 />
21440
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021441 <apn carrier="Airtel MMS"
21442 mcc="404"
21443 mnc="98"
21444 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080021445 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021446 mmsc="http://100.1.201.171:10021/mmsc"
21447 mmsproxy="100.1.201.172"
21448 mmsport="8799"
21449 type="mms"
21450 />
21451
agathon.jung7232b922012-11-19 16:03:52 -080021452 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021453 mcc="405"
21454 mnc="01"
21455 apn="rcommms"
21456 mmsc="http://mmsc.rcom.co.in/mms/"
21457 mmsproxy="10.239.221.5"
21458 mmsport="8080"
21459 type="mms"
21460 />
21461
agathon.jung7232b922012-11-19 16:03:52 -080021462 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021463 mcc="405"
21464 mnc="01"
21465 apn="rcomnet"
21466 type="default,supl"
21467 />
21468
agathon.jung7232b922012-11-19 16:03:52 -080021469 <apn carrier="RelianceMbWorld"
21470 mcc="405"
21471 mnc="01"
21472 apn="rcomwap"
21473 proxy="10.239.221.5"
21474 port="8080"
21475 type="default,supl"
21476 />
21477
21478 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021479 mcc="405"
21480 mnc="03"
21481 apn="rcommms"
21482 mmsc="http://mmsc.rcom.co.in/mms/"
21483 mmsproxy="10.239.221.5"
21484 mmsport="8080"
21485 type="mms"
21486 />
21487
agathon.jung7232b922012-11-19 16:03:52 -080021488 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021489 mcc="405"
21490 mnc="03"
21491 apn="rcomnet"
21492 type="default,supl"
21493 />
21494
agathon.jung7232b922012-11-19 16:03:52 -080021495 <apn carrier="RelianceMbWorld"
21496 mcc="405"
21497 mnc="03"
21498 apn="rcomwap"
21499 proxy="10.239.221.5"
21500 port="8080"
21501 type="default,supl"
21502 />
21503
21504 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021505 mcc="405"
21506 mnc="04"
21507 apn="rcommms"
21508 mmsc="http://mmsc.rcom.co.in/mms/"
21509 mmsproxy="10.239.221.5"
21510 mmsport="8080"
21511 type="mms"
21512 />
21513
agathon.jung7232b922012-11-19 16:03:52 -080021514 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021515 mcc="405"
21516 mnc="04"
21517 apn="rcomnet"
21518 type="default,supl"
21519 />
21520
agathon.jung7232b922012-11-19 16:03:52 -080021521 <apn carrier="RelianceMbWorld"
21522 mcc="405"
21523 mnc="04"
21524 apn="rcomwap"
21525 proxy="10.239.221.5"
21526 port="8080"
21527 type="default,supl"
21528 />
21529
21530 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021531 mcc="405"
21532 mnc="05"
21533 apn="rcommms"
21534 mmsc="http://mmsc.rcom.co.in/mms/"
21535 mmsproxy="10.239.221.5"
21536 mmsport="8080"
21537 type="mms"
21538 />
21539
agathon.jung7232b922012-11-19 16:03:52 -080021540 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021541 mcc="405"
21542 mnc="05"
21543 apn="rcomnet"
21544 type="default,supl"
21545 />
21546
agathon.jung7232b922012-11-19 16:03:52 -080021547 <apn carrier="RelianceMbWorld"
21548 mcc="405"
21549 mnc="05"
21550 apn="rcomwap"
21551 proxy="10.239.221.5"
21552 port="8080"
21553 type="default,supl"
21554 />
21555
21556 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021557 mcc="405"
21558 mnc="06"
21559 apn="rcommms"
21560 mmsc="http://mmsc.rcom.co.in/mms/"
21561 mmsproxy="10.239.221.5"
21562 mmsport="8080"
21563 type="mms"
21564 />
21565
agathon.jung7232b922012-11-19 16:03:52 -080021566 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021567 mcc="405"
21568 mnc="06"
21569 apn="rcomnet"
21570 type="default,supl"
21571 />
21572
agathon.jung7232b922012-11-19 16:03:52 -080021573 <apn carrier="RelianceMbWorld"
21574 mcc="405"
21575 mnc="06"
21576 apn="rcomwap"
21577 proxy="10.239.221.5"
21578 port="8080"
21579 type="default,supl"
21580 />
21581
21582 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021583 mcc="405"
21584 mnc="07"
21585 apn="rcommms"
21586 mmsc="http://mmsc.rcom.co.in/mms/"
21587 mmsproxy="10.239.221.5"
21588 mmsport="8080"
21589 type="mms"
21590 />
21591
agathon.jung7232b922012-11-19 16:03:52 -080021592 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021593 mcc="405"
21594 mnc="07"
21595 apn="rcomnet"
21596 type="default,supl"
21597 />
21598
agathon.jung7232b922012-11-19 16:03:52 -080021599 <apn carrier="RelianceMbWorld"
21600 mcc="405"
21601 mnc="07"
21602 apn="rcomwap"
21603 proxy="10.239.221.5"
21604 port="8080"
21605 type="default,supl"
21606 />
21607
21608 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021609 mcc="405"
21610 mnc="08"
21611 apn="rcommms"
21612 mmsc="http://mmsc.rcom.co.in/mms/"
21613 mmsproxy="10.239.221.5"
21614 mmsport="8080"
21615 type="mms"
21616 />
21617
agathon.jung7232b922012-11-19 16:03:52 -080021618 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021619 mcc="405"
21620 mnc="08"
21621 apn="rcomnet"
21622 type="default,supl"
21623 />
21624
agathon.jung7232b922012-11-19 16:03:52 -080021625 <apn carrier="RelianceMbWorld"
21626 mcc="405"
21627 mnc="08"
21628 apn="rcomwap"
21629 proxy="10.239.221.5"
21630 port="8080"
21631 type="default,supl"
21632 />
21633
21634 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021635 mcc="405"
21636 mnc="09"
21637 apn="rcommms"
21638 mmsc="http://mmsc.rcom.co.in/mms/"
21639 mmsproxy="10.239.221.5"
21640 mmsport="8080"
21641 type="mms"
21642 />
21643
agathon.jung7232b922012-11-19 16:03:52 -080021644 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021645 mcc="405"
21646 mnc="09"
21647 apn="rcomnet"
21648 type="default,supl"
21649 />
21650
agathon.jung7232b922012-11-19 16:03:52 -080021651 <apn carrier="RelianceMbWorld"
21652 mcc="405"
21653 mnc="09"
21654 apn="rcomwap"
21655 proxy="10.239.221.5"
21656 port="8080"
21657 type="default,supl"
21658 />
21659
21660 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021661 mcc="405"
21662 mnc="10"
21663 apn="rcommms"
21664 mmsc="http://mmsc.rcom.co.in/mms/"
21665 mmsproxy="10.239.221.5"
21666 mmsport="8080"
21667 type="mms"
21668 />
21669
agathon.jung7232b922012-11-19 16:03:52 -080021670 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021671 mcc="405"
21672 mnc="10"
21673 apn="rcomnet"
21674 type="default,supl"
21675 />
21676
agathon.jung7232b922012-11-19 16:03:52 -080021677 <apn carrier="RelianceMbWorld"
21678 mcc="405"
21679 mnc="10"
21680 apn="rcomwap"
21681 proxy="10.239.221.5"
21682 port="8080"
21683 type="default,supl"
21684 />
21685
21686 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021687 mcc="405"
21688 mnc="11"
21689 apn="rcommms"
21690 mmsc="http://mmsc.rcom.co.in/mms/"
21691 mmsproxy="10.239.221.5"
21692 mmsport="8080"
21693 type="mms"
21694 />
21695
agathon.jung7232b922012-11-19 16:03:52 -080021696 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021697 mcc="405"
21698 mnc="11"
21699 apn="rcomnet"
21700 type="default,supl"
21701 />
21702
agathon.jung7232b922012-11-19 16:03:52 -080021703 <apn carrier="RelianceMbWorld"
21704 mcc="405"
21705 mnc="11"
21706 apn="rcomwap"
21707 proxy="10.239.221.5"
21708 port="8080"
21709 type="default,supl"
21710 />
21711
21712 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021713 mcc="405"
21714 mnc="12"
21715 apn="rcommms"
21716 mmsc="http://mmsc.rcom.co.in/mms/"
21717 mmsproxy="10.239.221.5"
21718 mmsport="8080"
21719 type="mms"
21720 />
21721
agathon.jung7232b922012-11-19 16:03:52 -080021722 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021723 mcc="405"
21724 mnc="12"
21725 apn="rcomnet"
21726 type="default,supl"
21727 />
21728
agathon.jung7232b922012-11-19 16:03:52 -080021729 <apn carrier="RelianceMbWorld"
21730 mcc="405"
21731 mnc="12"
21732 apn="rcomwap"
21733 proxy="10.239.221.5"
21734 port="8080"
21735 type="default,supl"
21736 />
21737
21738 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021739 mcc="405"
21740 mnc="13"
21741 apn="rcommms"
21742 mmsc="http://mmsc.rcom.co.in/mms/"
21743 mmsproxy="10.239.221.5"
21744 mmsport="8080"
21745 type="mms"
21746 />
21747
agathon.jung7232b922012-11-19 16:03:52 -080021748 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021749 mcc="405"
21750 mnc="13"
21751 apn="rcomnet"
21752 type="default,supl"
21753 />
21754
agathon.jung7232b922012-11-19 16:03:52 -080021755 <apn carrier="RelianceMbWorld"
21756 mcc="405"
21757 mnc="13"
21758 apn="rcomwap"
21759 proxy="10.239.221.5"
21760 port="8080"
21761 type="default,supl"
21762 />
21763
21764 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021765 mcc="405"
21766 mnc="14"
21767 apn="rcommms"
21768 mmsc="http://mmsc.rcom.co.in/mms/"
21769 mmsproxy="10.239.221.5"
21770 mmsport="8080"
21771 type="mms"
21772 />
21773
agathon.jung7232b922012-11-19 16:03:52 -080021774 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021775 mcc="405"
21776 mnc="14"
21777 apn="rcomnet"
21778 type="default,supl"
21779 />
21780
agathon.jung7232b922012-11-19 16:03:52 -080021781 <apn carrier="RelianceMbWorld"
21782 mcc="405"
21783 mnc="14"
21784 apn="rcomwap"
21785 proxy="10.239.221.5"
21786 port="8080"
21787 type="default,supl"
21788 />
21789
21790 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021791 mcc="405"
21792 mnc="15"
21793 apn="rcommms"
21794 mmsc="http://mmsc.rcom.co.in/mms/"
21795 mmsproxy="10.239.221.5"
21796 mmsport="8080"
21797 type="mms"
21798 />
21799
agathon.jung7232b922012-11-19 16:03:52 -080021800 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021801 mcc="405"
21802 mnc="15"
21803 apn="rcomnet"
21804 type="default,supl"
21805 />
21806
agathon.jung7232b922012-11-19 16:03:52 -080021807 <apn carrier="RelianceMbWorld"
21808 mcc="405"
21809 mnc="15"
21810 apn="rcomwap"
21811 proxy="10.239.221.5"
21812 port="8080"
21813 type="default,supl"
21814 />
21815
21816 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021817 mcc="405"
21818 mnc="17"
21819 apn="rcommms"
21820 mmsc="http://mmsc.rcom.co.in/mms/"
21821 mmsproxy="10.239.221.5"
21822 mmsport="8080"
21823 type="mms"
21824 />
21825
agathon.jung7232b922012-11-19 16:03:52 -080021826 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021827 mcc="405"
21828 mnc="17"
21829 apn="rcomnet"
21830 type="default,supl"
21831 />
21832
agathon.jung7232b922012-11-19 16:03:52 -080021833 <apn carrier="RelianceMbWorld"
21834 mcc="405"
21835 mnc="17"
21836 apn="rcomwap"
21837 proxy="10.239.221.5"
21838 port="8080"
21839 type="default,supl"
21840 />
21841
21842 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021843 mcc="405"
21844 mnc="18"
21845 apn="rcommms"
21846 mmsc="http://mmsc.rcom.co.in/mms/"
21847 mmsproxy="10.239.221.5"
21848 mmsport="8080"
21849 type="mms"
21850 />
21851
agathon.jung7232b922012-11-19 16:03:52 -080021852 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021853 mcc="405"
21854 mnc="18"
21855 apn="rcomnet"
21856 type="default,supl"
21857 />
21858
agathon.jung7232b922012-11-19 16:03:52 -080021859 <apn carrier="RelianceMbWorld"
21860 mcc="405"
21861 mnc="18"
21862 apn="rcomwap"
21863 proxy="10.239.221.5"
21864 port="8080"
21865 type="default,supl"
21866 />
21867
21868 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021869 mcc="405"
21870 mnc="19"
21871 apn="rcommms"
21872 mmsc="http://mmsc.rcom.co.in/mms/"
21873 mmsproxy="10.239.221.5"
21874 mmsport="8080"
21875 type="mms"
21876 />
21877
agathon.jung7232b922012-11-19 16:03:52 -080021878 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021879 mcc="405"
21880 mnc="19"
21881 apn="rcomnet"
21882 type="default,supl"
21883 />
21884
agathon.jung7232b922012-11-19 16:03:52 -080021885 <apn carrier="RelianceMbWorld"
21886 mcc="405"
21887 mnc="19"
21888 apn="rcomwap"
21889 proxy="10.239.221.5"
21890 port="8080"
21891 type="default,supl"
21892 />
21893
21894 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021895 mcc="405"
21896 mnc="20"
21897 apn="rcommms"
21898 mmsc="http://mmsc.rcom.co.in/mms/"
21899 mmsproxy="10.239.221.5"
21900 mmsport="8080"
21901 type="mms"
21902 />
21903
agathon.jung7232b922012-11-19 16:03:52 -080021904 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021905 mcc="405"
21906 mnc="20"
21907 apn="rcomnet"
21908 type="default,supl"
21909 />
21910
agathon.jung7232b922012-11-19 16:03:52 -080021911 <apn carrier="RelianceMbWorld"
21912 mcc="405"
21913 mnc="20"
21914 apn="rcomwap"
21915 proxy="10.239.221.5"
21916 port="8080"
21917 type="default,supl"
21918 />
21919
21920 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021921 mcc="405"
21922 mnc="21"
21923 apn="rcommms"
21924 mmsc="http://mmsc.rcom.co.in/mms/"
21925 mmsproxy="10.239.221.5"
21926 mmsport="8080"
21927 type="mms"
21928 />
21929
agathon.jung7232b922012-11-19 16:03:52 -080021930 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021931 mcc="405"
21932 mnc="21"
21933 apn="rcomnet"
21934 type="default,supl"
21935 />
21936
agathon.jung7232b922012-11-19 16:03:52 -080021937 <apn carrier="RelianceMbWorld"
21938 mcc="405"
21939 mnc="21"
21940 apn="rcomwap"
21941 proxy="10.239.221.5"
21942 port="8080"
21943 type="default,supl"
21944 />
21945
21946 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021947 mcc="405"
21948 mnc="22"
21949 apn="rcommms"
21950 mmsc="http://mmsc.rcom.co.in/mms/"
21951 mmsproxy="10.239.221.5"
21952 mmsport="8080"
21953 type="mms"
21954 />
21955
agathon.jung7232b922012-11-19 16:03:52 -080021956 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021957 mcc="405"
21958 mnc="22"
21959 apn="rcomnet"
21960 type="default,supl"
21961 />
21962
agathon.jung7232b922012-11-19 16:03:52 -080021963 <apn carrier="RelianceMbWorld"
21964 mcc="405"
21965 mnc="22"
21966 apn="rcomwap"
21967 proxy="10.239.221.5"
21968 port="8080"
21969 type="default,supl"
21970 />
21971
21972 <apn carrier="Reliance MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021973 mcc="405"
21974 mnc="23"
21975 apn="rcommms"
21976 mmsc="http://mmsc.rcom.co.in/mms/"
21977 mmsproxy="10.239.221.5"
21978 mmsport="8080"
21979 type="mms"
21980 />
21981
agathon.jung7232b922012-11-19 16:03:52 -080021982 <apn carrier="Netconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080021983 mcc="405"
21984 mnc="23"
21985 apn="rcomnet"
21986 type="default,supl"
21987 />
21988
agathon.jung7232b922012-11-19 16:03:52 -080021989 <apn carrier="RelianceMbWorld"
21990 mcc="405"
21991 mnc="23"
21992 apn="rcomwap"
21993 proxy="10.239.221.5"
21994 port="8080"
21995 type="default,supl"
21996 />
21997
agathon.jung7232b922012-11-19 16:03:52 -080021998 <apn carrier="TATA DOCOMO DIVE-IN"
21999 mcc="405"
22000 mnc="025"
22001 apn="TATA.DOCOMO.DIVE.IN"
22002 proxy="10.124.94.7"
22003 port="8080"
22004 type="default,supl"
22005 />
22006
sy.yun9ce76cf2013-08-01 09:45:16 +090022007 <apn carrier="TATA DOCOMO INTERNET"
22008 mcc="405"
22009 mnc="025"
22010 apn="TATA.DOCOMO.INTERNET"
22011 type="default,supl"
22012 />
22013
agathon.jung7232b922012-11-19 16:03:52 -080022014 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022015 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022016 mnc="025"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022017 apn="TATA.DOCOMO.MMS"
22018 mmsc="http://mmsc/"
22019 mmsproxy="10.124.26.94"
22020 mmsport="8799"
22021 type="mms"
22022 />
22023
agathon.jung7232b922012-11-19 16:03:52 -080022024 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022025 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022026 mnc="026"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022027 apn="TATA.DOCOMO.INTERNET"
22028 type="default,supl"
22029 />
22030
agathon.jung7232b922012-11-19 16:03:52 -080022031 <apn carrier="TATA DOCOMO DIVE-IN"
22032 mcc="405"
22033 mnc="026"
22034 apn="TATA.DOCOMO.DIVE.IN"
22035 proxy="10.124.94.7"
22036 port="8080"
22037 type="default,supl"
22038 />
22039
22040 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022041 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022042 mnc="026"
22043 apn="TATA.DOCOMO.MMS"
22044 mmsc="http://mmsc/"
22045 mmsproxy="10.124.26.94"
22046 mmsport="8799"
22047 type="mms"
22048 />
agathon.jung7232b922012-11-19 16:03:52 -080022049
22050 <apn carrier="TATA DOCOMO INTERNET"
John Wang3536e142011-02-18 14:43:25 -080022051 mcc="405"
22052 mnc="027"
22053 apn="TATA.DOCOMO.INTERNET"
22054 type="default,supl"
22055 />
22056
agathon.jung7232b922012-11-19 16:03:52 -080022057 <apn carrier="TATA DOCOMO DIVE-IN"
22058 mcc="405"
22059 mnc="027"
22060 apn="TATA.DOCOMO.DIVE.IN"
22061 proxy="10.124.94.7"
22062 port="8080"
22063 type="default,supl"
22064 />
22065
22066 <apn carrier="TATA DOCOMO MMS"
John Wang3536e142011-02-18 14:43:25 -080022067 mcc="405"
22068 mnc="027"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022069 apn="TATA.DOCOMO.MMS"
22070 mmsc="http://mmsc/"
22071 mmsproxy="10.124.26.94"
22072 mmsport="8799"
22073 type="mms"
22074 />
22075
agathon.jung7232b922012-11-19 16:03:52 -080022076 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022077 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022078 mnc="028"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022079 apn="TATA.DOCOMO.INTERNET"
22080 type="default,supl"
22081 />
22082
agathon.jung7232b922012-11-19 16:03:52 -080022083 <apn carrier="TATA DOCOMO DIVE-IN"
22084 mcc="405"
22085 mnc="028"
22086 apn="TATA.DOCOMO.DIVE.IN"
22087 proxy="10.124.94.7"
22088 port="8080"
22089 type="default,supl"
22090 />
22091
22092 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022093 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022094 mnc="028"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022095 apn="TATA.DOCOMO.MMS"
22096 mmsc="http://mmsc/"
22097 mmsproxy="10.124.26.94"
22098 mmsport="8799"
22099 type="mms"
22100 />
22101
agathon.jung7232b922012-11-19 16:03:52 -080022102 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022103 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022104 mnc="029"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022105 apn="TATA.DOCOMO.INTERNET"
22106 type="default,supl"
22107 />
22108
agathon.jung7232b922012-11-19 16:03:52 -080022109 <apn carrier="TATA DOCOMO DIVE-IN"
22110 mcc="405"
22111 mnc="029"
22112 apn="TATA.DOCOMO.DIVE.IN"
22113 proxy="10.124.94.7"
22114 port="8080"
22115 type="default,supl"
22116 />
22117
22118 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022119 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022120 mnc="029"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022121 apn="TATA.DOCOMO.MMS"
22122 mmsc="http://mmsc/"
22123 mmsproxy="10.124.26.94"
22124 mmsport="8799"
22125 type="mms"
22126 />
22127
agathon.jung7232b922012-11-19 16:03:52 -080022128 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022129 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022130 mnc="030"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022131 apn="TATA.DOCOMO.INTERNET"
22132 type="default,supl"
22133 />
22134
agathon.jung7232b922012-11-19 16:03:52 -080022135 <apn carrier="TATA DOCOMO DIVE-IN"
22136 mcc="405"
22137 mnc="030"
22138 apn="TATA.DOCOMO.DIVE.IN"
22139 proxy="10.124.94.7"
22140 port="8080"
22141 type="default,supl"
22142 />
22143
22144 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022145 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022146 mnc="030"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022147 apn="TATA.DOCOMO.MMS"
22148 mmsc="http://mmsc/"
22149 mmsproxy="10.124.26.94"
22150 mmsport="8799"
22151 type="mms"
22152 />
22153
agathon.jung7232b922012-11-19 16:03:52 -080022154 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022155 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022156 mnc="031"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022157 apn="TATA.DOCOMO.INTERNET"
22158 type="default,supl"
22159 />
22160
agathon.jung7232b922012-11-19 16:03:52 -080022161 <apn carrier="TATA DOCOMO DIVE-IN"
22162 mcc="405"
22163 mnc="031"
22164 apn="TATA.DOCOMO.DIVE.IN"
22165 proxy="10.124.94.7"
22166 port="8080"
22167 type="default,supl"
22168 />
22169
22170 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022171 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022172 mnc="031"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022173 apn="TATA.DOCOMO.MMS"
22174 mmsc="http://mmsc/"
22175 mmsproxy="10.124.26.94"
22176 mmsport="8799"
22177 type="mms"
22178 />
22179
agathon.jung7232b922012-11-19 16:03:52 -080022180 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022181 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022182 mnc="032"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022183 apn="TATA.DOCOMO.INTERNET"
22184 type="default,supl"
22185 />
22186
agathon.jung7232b922012-11-19 16:03:52 -080022187 <apn carrier="TATA DOCOMO DIVE-IN"
22188 mcc="405"
22189 mnc="032"
22190 apn="TATA.DOCOMO.DIVE.IN"
22191 proxy="10.124.94.7"
22192 port="8080"
22193 type="default,supl"
22194 />
22195
22196 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022197 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022198 mnc="032"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022199 apn="TATA.DOCOMO.MMS"
22200 mmsc="http://mmsc/"
22201 mmsproxy="10.124.26.94"
22202 mmsport="8799"
22203 type="mms"
22204 />
22205
agathon.jung7232b922012-11-19 16:03:52 -080022206 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022207 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022208 mnc="033"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022209 apn="TATA.DOCOMO.INTERNET"
22210 type="default,supl"
22211 />
22212
agathon.jung7232b922012-11-19 16:03:52 -080022213 <apn carrier="TATA DOCOMO DIVE-IN"
22214 mcc="405"
22215 mnc="033"
22216 apn="TATA.DOCOMO.DIVE.IN"
22217 proxy="10.124.94.7"
22218 port="8080"
22219 type="default,supl"
22220 />
22221
22222 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022223 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022224 mnc="033"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022225 apn="TATA.DOCOMO.MMS"
22226 mmsc="http://mmsc/"
22227 mmsproxy="10.124.26.94"
22228 mmsport="8799"
22229 type="mms"
22230 />
22231
agathon.jung7232b922012-11-19 16:03:52 -080022232 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022233 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022234 mnc="034"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022235 apn="TATA.DOCOMO.INTERNET"
22236 type="default,supl"
22237 />
22238
agathon.jung7232b922012-11-19 16:03:52 -080022239 <apn carrier="TATA DOCOMO DIVE-IN"
22240 mcc="405"
22241 mnc="034"
22242 apn="TATA.DOCOMO.DIVE.IN"
22243 proxy="10.124.94.7"
22244 port="8080"
22245 type="default,supl"
22246 />
John Wang3536e142011-02-18 14:43:25 -080022247
agathon.jung7232b922012-11-19 16:03:52 -080022248 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022249 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022250 mnc="034"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022251 apn="TATA.DOCOMO.MMS"
22252 mmsc="http://mmsc/"
22253 mmsproxy="10.124.26.94"
22254 mmsport="8799"
22255 type="mms"
22256 />
22257
agathon.jung7232b922012-11-19 16:03:52 -080022258 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022259 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022260 mnc="035"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022261 apn="TATA.DOCOMO.INTERNET"
22262 type="default,supl"
22263 />
22264
agathon.jung7232b922012-11-19 16:03:52 -080022265 <apn carrier="TATA DOCOMO DIVE-IN"
22266 mcc="405"
22267 mnc="035"
22268 apn="TATA.DOCOMO.DIVE.IN"
22269 proxy="10.124.94.7"
22270 port="8080"
22271 type="default,supl"
22272 />
John Wang3536e142011-02-18 14:43:25 -080022273
agathon.jung7232b922012-11-19 16:03:52 -080022274 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022275 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022276 mnc="035"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022277 apn="TATA.DOCOMO.MMS"
22278 mmsc="http://mmsc/"
22279 mmsproxy="10.124.26.94"
22280 mmsport="8799"
22281 type="mms"
22282 />
22283
agathon.jung7232b922012-11-19 16:03:52 -080022284 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022285 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022286 mnc="036"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022287 apn="TATA.DOCOMO.INTERNET"
22288 type="default,supl"
22289 />
22290
agathon.jung7232b922012-11-19 16:03:52 -080022291 <apn carrier="TATA DOCOMO DIVE-IN"
22292 mcc="405"
22293 mnc="036"
22294 apn="TATA.DOCOMO.DIVE.IN"
22295 proxy="10.124.94.7"
22296 port="8080"
22297 type="default,supl"
22298 />
22299
22300 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022301 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022302 mnc="036"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022303 apn="TATA.DOCOMO.MMS"
22304 mmsc="http://mmsc/"
22305 mmsproxy="10.124.26.94"
22306 mmsport="8799"
22307 type="mms"
22308 />
22309
agathon.jung7232b922012-11-19 16:03:52 -080022310 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022311 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022312 mnc="037"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022313 apn="TATA.DOCOMO.INTERNET"
22314 type="default,supl"
22315 />
22316
agathon.jung7232b922012-11-19 16:03:52 -080022317 <apn carrier="TATA DOCOMO DIVE-IN"
22318 mcc="405"
22319 mnc="037"
22320 apn="TATA.DOCOMO.DIVE.IN"
22321 proxy="10.124.94.7"
22322 port="8080"
22323 type="default,supl"
22324 />
22325
22326 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022327 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022328 mnc="037"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022329 apn="TATA.DOCOMO.MMS"
22330 mmsc="http://mmsc/"
22331 mmsproxy="10.124.26.94"
22332 mmsport="8799"
22333 type="mms"
22334 />
22335
agathon.jung7232b922012-11-19 16:03:52 -080022336 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022337 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022338 mnc="038"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022339 apn="TATA.DOCOMO.INTERNET"
22340 type="default,supl"
22341 />
22342
agathon.jung7232b922012-11-19 16:03:52 -080022343 <apn carrier="TATA DOCOMO DIVE-IN"
22344 mcc="405"
22345 mnc="038"
22346 apn="TATA.DOCOMO.DIVE.IN"
22347 proxy="10.124.94.7"
22348 port="8080"
22349 type="default,supl"
22350 />
22351
22352 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022353 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022354 mnc="038"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022355 apn="TATA.DOCOMO.MMS"
22356 mmsc="http://mmsc/"
22357 mmsproxy="10.124.26.94"
22358 mmsport="8799"
22359 type="mms"
22360 />
22361
agathon.jung7232b922012-11-19 16:03:52 -080022362 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022363 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022364 mnc="039"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022365 apn="TATA.DOCOMO.INTERNET"
22366 type="default,supl"
22367 />
22368
agathon.jung7232b922012-11-19 16:03:52 -080022369 <apn carrier="TATA DOCOMO DIVE-IN"
22370 mcc="405"
22371 mnc="039"
22372 apn="TATA.DOCOMO.DIVE.IN"
22373 proxy="10.124.94.7"
22374 port="8080"
22375 type="default,supl"
22376 />
22377
22378 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022379 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022380 mnc="039"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022381 apn="TATA.DOCOMO.MMS"
22382 mmsc="http://mmsc/"
22383 mmsproxy="10.124.26.94"
22384 mmsport="8799"
22385 type="mms"
22386 />
22387
agathon.jung7232b922012-11-19 16:03:52 -080022388 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022389 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022390 mnc="040"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022391 apn="TATA.DOCOMO.INTERNET"
22392 type="default,supl"
22393 />
22394
agathon.jung7232b922012-11-19 16:03:52 -080022395 <apn carrier="TATA DOCOMO DIVE-IN"
22396 mcc="405"
22397 mnc="040"
22398 apn="TATA.DOCOMO.DIVE.IN"
22399 proxy="10.124.94.7"
22400 port="8080"
22401 type="default,supl"
22402 />
22403
22404 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022405 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022406 mnc="040"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022407 apn="TATA.DOCOMO.MMS"
22408 mmsc="http://mmsc/"
22409 mmsproxy="10.124.26.94"
22410 mmsport="8799"
22411 type="mms"
22412 />
22413
agathon.jung7232b922012-11-19 16:03:52 -080022414 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022415 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022416 mnc="041"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022417 apn="TATA.DOCOMO.INTERNET"
22418 type="default,supl"
22419 />
22420
agathon.jung7232b922012-11-19 16:03:52 -080022421 <apn carrier="TATA DOCOMO DIVE-IN"
22422 mcc="405"
22423 mnc="041"
22424 apn="TATA.DOCOMO.DIVE.IN"
22425 proxy="10.124.94.7"
22426 port="8080"
22427 type="default,supl"
22428 />
22429
22430 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022431 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022432 mnc="041"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022433 apn="TATA.DOCOMO.MMS"
22434 mmsc="http://mmsc/"
22435 mmsproxy="10.124.26.94"
22436 mmsport="8799"
22437 type="mms"
22438 />
22439
agathon.jung7232b922012-11-19 16:03:52 -080022440 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022441 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022442 mnc="042"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022443 apn="TATA.DOCOMO.INTERNET"
22444 type="default,supl"
22445 />
22446
agathon.jung7232b922012-11-19 16:03:52 -080022447 <apn carrier="TATA DOCOMO DIVE-IN"
22448 mcc="405"
22449 mnc="042"
22450 apn="TATA.DOCOMO.DIVE.IN"
22451 proxy="10.124.94.7"
22452 port="8080"
22453 type="default,supl"
22454 />
22455
22456 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022457 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022458 mnc="042"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022459 apn="TATA.DOCOMO.MMS"
22460 mmsc="http://mmsc/"
22461 mmsproxy="10.124.26.94"
22462 mmsport="8799"
22463 type="mms"
22464 />
22465
agathon.jung7232b922012-11-19 16:03:52 -080022466 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022467 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022468 mnc="043"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022469 apn="TATA.DOCOMO.INTERNET"
22470 type="default,supl"
22471 />
22472
agathon.jung7232b922012-11-19 16:03:52 -080022473 <apn carrier="TATA DOCOMO DIVE-IN"
22474 mcc="405"
22475 mnc="043"
22476 apn="TATA.DOCOMO.DIVE.IN"
22477 proxy="10.124.94.7"
22478 port="8080"
22479 type="default,supl"
22480 />
22481
22482 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022483 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022484 mnc="043"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022485 apn="TATA.DOCOMO.MMS"
22486 mmsc="http://mmsc/"
22487 mmsproxy="10.124.26.94"
22488 mmsport="8799"
22489 type="mms"
22490 />
22491
agathon.jung7232b922012-11-19 16:03:52 -080022492 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022493 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022494 mnc="044"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022495 apn="TATA.DOCOMO.INTERNET"
22496 type="default,supl"
22497 />
22498
agathon.jung7232b922012-11-19 16:03:52 -080022499 <apn carrier="TATA DOCOMO DIVE-IN"
22500 mcc="405"
22501 mnc="044"
22502 apn="TATA.DOCOMO.DIVE.IN"
22503 proxy="10.124.94.7"
22504 port="8080"
22505 type="default,supl"
22506 />
22507
22508 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022509 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022510 mnc="044"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022511 apn="TATA.DOCOMO.MMS"
22512 mmsc="http://mmsc/"
22513 mmsproxy="10.124.26.94"
22514 mmsport="8799"
22515 type="mms"
22516 />
22517
agathon.jung7232b922012-11-19 16:03:52 -080022518 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022519 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022520 mnc="045"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022521 apn="TATA.DOCOMO.INTERNET"
22522 type="default,supl"
22523 />
22524
agathon.jung7232b922012-11-19 16:03:52 -080022525 <apn carrier="TATA DOCOMO DIVE-IN"
22526 mcc="405"
22527 mnc="045"
22528 apn="TATA.DOCOMO.DIVE.IN"
22529 proxy="10.124.94.7"
22530 port="8080"
22531 type="default,supl"
22532 />
22533
22534 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022535 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022536 mnc="045"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022537 apn="TATA.DOCOMO.MMS"
22538 mmsc="http://mmsc/"
22539 mmsproxy="10.124.26.94"
22540 mmsport="8799"
22541 type="mms"
22542 />
22543
agathon.jung7232b922012-11-19 16:03:52 -080022544 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022545 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022546 mnc="046"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022547 apn="TATA.DOCOMO.INTERNET"
22548 type="default,supl"
22549 />
22550
agathon.jung7232b922012-11-19 16:03:52 -080022551 <apn carrier="TATA DOCOMO DIVE-IN"
22552 mcc="405"
22553 mnc="046"
22554 apn="TATA.DOCOMO.DIVE.IN"
22555 proxy="10.124.94.7"
22556 port="8080"
22557 type="default,supl"
22558 />
22559
22560 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022561 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022562 mnc="046"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022563 apn="TATA.DOCOMO.MMS"
22564 mmsc="http://mmsc/"
22565 mmsproxy="10.124.26.94"
22566 mmsport="8799"
22567 type="mms"
22568 />
22569
agathon.jung7232b922012-11-19 16:03:52 -080022570 <apn carrier="TATA DOCOMO INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022571 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022572 mnc="047"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022573 apn="TATA.DOCOMO.INTERNET"
22574 type="default,supl"
22575 />
22576
agathon.jung7232b922012-11-19 16:03:52 -080022577 <apn carrier="TATA DOCOMO DIVE-IN"
22578 mcc="405"
22579 mnc="047"
22580 apn="TATA.DOCOMO.DIVE.IN"
22581 proxy="10.124.94.7"
22582 port="8080"
22583 type="default,supl"
22584 />
22585
22586 <apn carrier="TATA DOCOMO MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022587 mcc="405"
John Wang3536e142011-02-18 14:43:25 -080022588 mnc="047"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022589 apn="TATA.DOCOMO.MMS"
22590 mmsc="http://mmsc/"
22591 mmsproxy="10.124.26.94"
22592 mmsport="8799"
22593 type="mms"
22594 />
22595
agathon.jung7232b922012-11-19 16:03:52 -080022596 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022597 mcc="405"
22598 mnc="51"
22599 apn="airtelgprs.com"
22600 type="default,supl"
22601 />
22602
agathon.jung7232b922012-11-19 16:03:52 -080022603 <apn carrier="AIRTEL LIVE"
22604 mcc="405"
22605 mnc="51"
22606 apn="airtelfun.com"
22607 proxy="100.1.200.99"
22608 port="8080"
22609 type="default,supl"
22610 />
22611
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022612 <apn carrier="Airtel MMS"
22613 mcc="405"
22614 mnc="51"
22615 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080022616 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022617 mmsc="http://100.1.201.171:10021/mmsc"
22618 mmsproxy="100.1.201.172"
22619 mmsport="8799"
22620 type="mms"
22621 />
22622
agathon.jung7232b922012-11-19 16:03:52 -080022623 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022624 mcc="405"
22625 mnc="52"
22626 apn="airtelgprs.com"
22627 type="default,supl"
22628 />
22629
agathon.jung7232b922012-11-19 16:03:52 -080022630 <apn carrier="AIRTEL LIVE"
22631 mcc="405"
22632 mnc="52"
22633 apn="airtelfun.com"
22634 proxy="100.1.200.99"
22635 port="8080"
22636 type="default,supl"
22637 />
22638
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022639 <apn carrier="Airtel MMS"
22640 mcc="405"
22641 mnc="52"
22642 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080022643 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022644 mmsc="http://100.1.201.171:10021/mmsc"
22645 mmsproxy="100.1.201.172"
22646 mmsport="8799"
22647 type="mms"
22648 />
22649
agathon.jung7232b922012-11-19 16:03:52 -080022650 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022651 mcc="405"
22652 mnc="53"
22653 apn="airtelgprs.com"
22654 type="default,supl"
22655 />
22656
agathon.jung7232b922012-11-19 16:03:52 -080022657 <apn carrier="AIRTEL LIVE"
22658 mcc="405"
22659 mnc="53"
22660 apn="airtelfun.com"
22661 proxy="100.1.200.99"
22662 port="8080"
22663 type="default,supl"
22664 />
22665
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022666 <apn carrier="Airtel MMS"
22667 mcc="405"
22668 mnc="53"
22669 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080022670 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022671 mmsc="http://100.1.201.171:10021/mmsc"
22672 mmsproxy="100.1.201.172"
22673 mmsport="8799"
22674 type="mms"
22675 />
22676
agathon.jung7232b922012-11-19 16:03:52 -080022677 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022678 mcc="405"
22679 mnc="54"
22680 apn="airtelgprs.com"
22681 type="default,supl"
22682 />
22683
agathon.jung7232b922012-11-19 16:03:52 -080022684 <apn carrier="AIRTEL LIVE"
22685 mcc="405"
22686 mnc="54"
22687 apn="airtelfun.com"
22688 proxy="100.1.200.99"
22689 port="8080"
22690 type="default,supl"
22691 />
22692
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022693 <apn carrier="Airtel MMS"
22694 mcc="405"
22695 mnc="54"
22696 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080022697 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022698 mmsc="http://100.1.201.171:10021/mmsc"
22699 mmsproxy="100.1.201.172"
22700 mmsport="8799"
22701 type="mms"
22702 />
22703
agathon.jung7232b922012-11-19 16:03:52 -080022704 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022705 mcc="405"
22706 mnc="55"
22707 apn="airtelgprs.com"
22708 type="default,supl"
22709 />
22710
agathon.jung7232b922012-11-19 16:03:52 -080022711 <apn carrier="AIRTEL LIVE"
22712 mcc="405"
22713 mnc="55"
22714 apn="airtelfun.com"
22715 proxy="100.1.200.99"
22716 port="8080"
22717 type="default,supl"
22718 />
22719
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022720 <apn carrier="Airtel MMS"
22721 mcc="405"
22722 mnc="55"
22723 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080022724 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022725 mmsc="http://100.1.201.171:10021/mmsc"
22726 mmsproxy="100.1.201.172"
22727 mmsport="8799"
22728 type="mms"
22729 />
22730
agathon.jung7232b922012-11-19 16:03:52 -080022731 <apn carrier="Mobile Office"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022732 mcc="405"
22733 mnc="56"
22734 apn="airtelgprs.com"
22735 type="default,supl"
22736 />
22737
agathon.jung7232b922012-11-19 16:03:52 -080022738 <apn carrier="AIRTEL LIVE"
22739 mcc="405"
22740 mnc="56"
22741 apn="airtelfun.com"
22742 proxy="100.1.200.99"
22743 port="8080"
22744 type="default,supl"
22745 />
22746
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022747 <apn carrier="Airtel MMS"
22748 mcc="405"
22749 mnc="56"
22750 apn="airtelmms.com"
agathon.jung7232b922012-11-19 16:03:52 -080022751 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022752 mmsc="http://100.1.201.171:10021/mmsc"
22753 mmsproxy="100.1.201.172"
22754 mmsport="8799"
22755 type="mms"
22756 />
22757
sy.yun0bd504f2013-06-17 19:54:27 +090022758 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022759 mcc="405"
22760 mnc="66"
22761 apn="portalnmms"
22762 mmsc="http://mms1.live.vodafone.in/mms/"
22763 mmsproxy="10.10.1.100"
22764 mmsport="9401"
22765 type="mms"
22766 />
22767
sy.yun0bd504f2013-06-17 19:54:27 +090022768 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022769 mcc="405"
22770 mnc="66"
22771 apn="www"
22772 type="default,supl"
22773 />
22774
sy.yun0bd504f2013-06-17 19:54:27 +090022775 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080022776 mcc="405"
22777 mnc="66"
22778 apn="portalnmms"
22779 proxy="10.10.1.100"
22780 port="9401"
22781 type="default,supl"
22782 />
22783
sy.yun0bd504f2013-06-17 19:54:27 +090022784 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022785 mcc="405"
22786 mnc="67"
22787 apn="portalnmms"
22788 mmsc="http://mms1.live.vodafone.in/mms/"
22789 mmsproxy="10.10.1.100"
22790 mmsport="9401"
22791 type="mms"
22792 />
22793
sy.yun0bd504f2013-06-17 19:54:27 +090022794 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022795 mcc="405"
22796 mnc="67"
22797 apn="www"
22798 type="default,supl"
22799 />
22800
sy.yun0bd504f2013-06-17 19:54:27 +090022801 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080022802 mcc="405"
22803 mnc="67"
22804 apn="portalnmms"
22805 proxy="10.10.1.100"
22806 port="9401"
22807 type="default,supl"
22808 />
22809
sy.yun0bd504f2013-06-17 19:54:27 +090022810 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022811 mcc="405"
22812 mnc="70"
22813 apn="internet"
22814 type="default,supl"
22815 />
22816
jewon.leee391a8a2012-11-30 17:00:26 +090022817 <apn carrier="IDEA GPRS"
22818 mcc="405"
22819 mnc="70"
22820 apn="imis"
22821 proxy="10.4.42.15"
22822 port="8080"
22823 type="default,supl"
22824 />
22825
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022826 <apn carrier="IDEA MMS"
22827 mcc="405"
22828 mnc="70"
22829 apn="mmsc"
22830 mmsc="http://10.4.42.21:8002/"
22831 mmsproxy="10.4.42.15"
22832 mmsport="8080"
22833 type="mms"
22834 />
22835
sy.yun0bd504f2013-06-17 19:54:27 +090022836 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022837 mcc="405"
22838 mnc="750"
jewon.leee391a8a2012-11-30 17:00:26 +090022839 apn="portalnmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022840 mmsc="http://mms1.live.vodafone.in/mms/"
22841 mmsproxy="10.10.1.100"
22842 mmsport="9401"
22843 type="mms"
22844 />
22845
sy.yun0bd504f2013-06-17 19:54:27 +090022846 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022847 mcc="405"
22848 mnc="750"
jewon.leee391a8a2012-11-30 17:00:26 +090022849 apn="www"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022850 type="default,supl"
22851 />
22852
sy.yun0bd504f2013-06-17 19:54:27 +090022853 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080022854 mcc="405"
22855 mnc="750"
jewon.leee391a8a2012-11-30 17:00:26 +090022856 apn="portalnmms"
Irfan Sheriff453ac802011-02-01 17:21:43 -080022857 proxy="10.10.1.100"
jewon.leee391a8a2012-11-30 17:00:26 +090022858 port="9401"
Irfan Sheriff453ac802011-02-01 17:21:43 -080022859 type="default,supl"
22860 />
22861
sy.yun0bd504f2013-06-17 19:54:27 +090022862 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022863 mcc="405"
22864 mnc="751"
22865 apn="portalnmms"
22866 mmsc="http://mms1.live.vodafone.in/mms/"
22867 mmsproxy="10.10.1.100"
22868 mmsport="9401"
22869 type="mms"
22870 />
22871
sy.yun0bd504f2013-06-17 19:54:27 +090022872 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022873 mcc="405"
22874 mnc="751"
22875 apn="www"
22876 type="default,supl"
22877 />
22878
sy.yun0bd504f2013-06-17 19:54:27 +090022879 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080022880 mcc="405"
22881 mnc="751"
22882 apn="portalnmms"
22883 proxy="10.10.1.100"
22884 port="9401"
22885 type="default,supl"
22886 />
22887
sy.yun0bd504f2013-06-17 19:54:27 +090022888 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022889 mcc="405"
22890 mnc="752"
22891 apn="portalnmms"
22892 mmsc="http://mms1.live.vodafone.in/mms/"
22893 mmsproxy="10.10.1.100"
22894 mmsport="9401"
22895 type="mms"
22896 />
22897
sy.yun0bd504f2013-06-17 19:54:27 +090022898 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022899 mcc="405"
22900 mnc="752"
22901 apn="www"
22902 type="default,supl"
22903 />
22904
sy.yun0bd504f2013-06-17 19:54:27 +090022905 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080022906 mcc="405"
22907 mnc="752"
22908 apn="portalnmms"
22909 proxy="10.10.1.100"
22910 port="9401"
22911 type="default,supl"
22912 />
22913
sy.yun0bd504f2013-06-17 19:54:27 +090022914 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022915 mcc="405"
22916 mnc="753"
22917 apn="portalnmms"
22918 mmsc="http://mms1.live.vodafone.in/mms/"
22919 mmsproxy="10.10.1.100"
22920 mmsport="9401"
22921 type="mms"
22922 />
22923
sy.yun0bd504f2013-06-17 19:54:27 +090022924 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022925 mcc="405"
22926 mnc="753"
22927 apn="www"
22928 type="default,supl"
22929 />
22930
sy.yun0bd504f2013-06-17 19:54:27 +090022931 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080022932 mcc="405"
22933 mnc="753"
22934 apn="portalnmms"
22935 proxy="10.10.1.100"
22936 port="9401"
22937 type="default,supl"
22938 />
22939
sy.yun0bd504f2013-06-17 19:54:27 +090022940 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022941 mcc="405"
22942 mnc="754"
22943 apn="portalnmms"
22944 mmsc="http://mms1.live.vodafone.in/mms/"
22945 mmsproxy="10.10.1.100"
22946 mmsport="9401"
22947 type="mms"
22948 />
22949
sy.yun0bd504f2013-06-17 19:54:27 +090022950 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022951 mcc="405"
22952 mnc="754"
22953 apn="www"
22954 type="default,supl"
22955 />
22956
sy.yun0bd504f2013-06-17 19:54:27 +090022957 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080022958 mcc="405"
22959 mnc="754"
22960 apn="portalnmms"
22961 proxy="10.10.1.100"
22962 port="9401"
22963 type="default,supl"
22964 />
22965
sy.yun0bd504f2013-06-17 19:54:27 +090022966 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022967 mcc="405"
22968 mnc="755"
22969 apn="portalnmms"
22970 mmsc="http://mms1.live.vodafone.in/mms/"
22971 mmsproxy="10.10.1.100"
22972 mmsport="9401"
22973 type="mms"
22974 />
22975
sy.yun0bd504f2013-06-17 19:54:27 +090022976 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022977 mcc="405"
22978 mnc="755"
22979 apn="www"
22980 type="default,supl"
22981 />
22982
sy.yun0bd504f2013-06-17 19:54:27 +090022983 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080022984 mcc="405"
22985 mnc="755"
22986 apn="portalnmms"
22987 proxy="10.10.1.100"
22988 port="9401"
22989 type="default,supl"
22990 />
22991
sy.yun0bd504f2013-06-17 19:54:27 +090022992 <apn carrier="Vodafone_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080022993 mcc="405"
22994 mnc="756"
22995 apn="portalnmms"
22996 mmsc="http://mms1.live.vodafone.in/mms/"
22997 mmsproxy="10.10.1.100"
22998 mmsport="9401"
22999 type="mms"
23000 />
23001
sy.yun0bd504f2013-06-17 19:54:27 +090023002 <apn carrier="Vodafonemobileconnect"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023003 mcc="405"
23004 mnc="756"
23005 apn="www"
23006 type="default,supl"
23007 />
23008
sy.yun0bd504f2013-06-17 19:54:27 +090023009 <apn carrier="Vodafone live"
Irfan Sheriff453ac802011-02-01 17:21:43 -080023010 mcc="405"
23011 mnc="756"
23012 apn="portalnmms"
23013 proxy="10.10.1.100"
23014 port="9401"
23015 type="default,supl"
23016 />
23017
sy.yun0bd504f2013-06-17 19:54:27 +090023018 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023019 mcc="405"
23020 mnc="799"
23021 apn="internet"
23022 type="default,supl"
23023 />
23024
jewon.leee391a8a2012-11-30 17:00:26 +090023025 <apn carrier="IDEA GPRS"
23026 mcc="405"
23027 mnc="799"
23028 apn="imis"
23029 proxy="10.4.42.15"
23030 port="8080"
23031 type="default,supl"
23032 />
23033
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023034 <apn carrier="IDEA MMS"
23035 mcc="405"
23036 mnc="799"
23037 apn="mmsc"
23038 mmsc="http://10.4.42.21:8002/"
23039 mmsproxy="10.4.42.15"
23040 mmsport="8080"
23041 type="mms"
23042 />
23043
sy.yun0bd504f2013-06-17 19:54:27 +090023044 <apn carrier="Aircel-GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023045 mcc="405"
23046 mnc="800"
23047 apn="aircelgprs"
23048 type="default,supl"
23049 />
23050
jewon.leee391a8a2012-11-30 17:00:26 +090023051 <apn carrier="Pocket Internet"
23052 mcc="405"
23053 mnc="800"
23054 apn="aircelwap"
23055 proxy="172.17.83.69"
23056 port="8080"
23057 type="default,supl"
23058 />
23059
sy.yun0bd504f2013-06-17 19:54:27 +090023060 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023061 mcc="405"
23062 mnc="800"
23063 apn="aircelmms"
23064 mmsc="http://10.50.1.166/servlets/mms"
23065 mmsproxy="172.17.83.69"
23066 mmsport="8080"
23067 type="mms"
23068 />
23069
agathon.jung7232b922012-11-19 16:03:52 -080023070 <apn carrier="Aircel-GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023071 mcc="405"
23072 mnc="801"
23073 apn="aircelgprs"
23074 type="default,supl"
23075 />
23076
agathon.jung7232b922012-11-19 16:03:52 -080023077 <apn carrier="Pocket Internet"
23078 mcc="405"
23079 mnc="801"
23080 apn="aircelwap"
23081 proxy="192.168.35.201"
23082 port="8081"
23083 type="default,supl"
23084 />
23085
23086 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023087 mcc="405"
23088 mnc="801"
23089 apn="aircelmms"
23090 mmsc="http://mmsc/mmrelay.app"
23091 mmsproxy="192.168.35.196"
23092 mmsport="8081"
23093 type="mms"
23094 />
23095
sy.yun0bd504f2013-06-17 19:54:27 +090023096 <apn carrier="Aircel-GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023097 mcc="405"
23098 mnc="802"
23099 apn="aircelgprs"
23100 type="default,supl"
23101 />
23102
jewon.leee391a8a2012-11-30 17:00:26 +090023103 <apn carrier="Pocket Internet"
23104 mcc="405"
23105 mnc="802"
23106 apn="aircelwap"
23107 proxy="172.17.83.69"
23108 port="8080"
23109 type="default,supl"
23110 />
23111
sy.yun0bd504f2013-06-17 19:54:27 +090023112 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023113 mcc="405"
23114 mnc="802"
23115 apn="aircelmms"
23116 mmsc="http://10.50.1.166/servlets/mms"
23117 mmsproxy="172.17.83.69"
23118 mmsport="8080"
23119 type="mms"
23120 />
23121
agathon.jung7232b922012-11-19 16:03:52 -080023122 <apn carrier="Aircel-GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023123 mcc="405"
23124 mnc="803"
23125 apn="aircelgprs"
23126 type="default,supl"
23127 />
23128
agathon.jung7232b922012-11-19 16:03:52 -080023129 <apn carrier="Pocket Internet"
23130 mcc="405"
23131 mnc="803"
23132 apn="aircelwap"
23133 proxy="192.168.35.201"
23134 port="8081"
23135 type="default,supl"
23136 />
23137
23138 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023139 mcc="405"
23140 mnc="803"
23141 apn="aircelmms"
23142 mmsc="http://mmsc/mmrelay.app"
23143 mmsproxy="192.168.35.196"
23144 mmsport="8081"
23145 type="mms"
23146 />
23147
sy.yun0bd504f2013-06-17 19:54:27 +090023148 <apn carrier="Aircel-GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023149 mcc="405"
23150 mnc="804"
23151 apn="aircelgprs"
23152 type="default,supl"
23153 />
23154
jewon.leee391a8a2012-11-30 17:00:26 +090023155 <apn carrier="Pocket Internet"
23156 mcc="405"
23157 mnc="804"
23158 apn="aircelwap"
23159 proxy="172.17.83.69"
23160 port="8080"
23161 type="default,supl"
23162 />
23163
sy.yun0bd504f2013-06-17 19:54:27 +090023164 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023165 mcc="405"
23166 mnc="804"
23167 apn="aircelmms"
23168 mmsc="http://10.50.1.166/servlets/mms"
23169 mmsproxy="172.17.83.69"
23170 mmsport="8080"
23171 type="mms"
23172 />
23173
sy.yun0bd504f2013-06-17 19:54:27 +090023174 <apn carrier="Aircel-GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023175 mcc="405"
23176 mnc="805"
23177 apn="aircelgprs"
23178 type="default,supl"
23179 />
23180
jewon.leee391a8a2012-11-30 17:00:26 +090023181 <apn carrier="Pocket Internet"
23182 mcc="405"
23183 mnc="805"
23184 apn="aircelwap"
23185 proxy="172.17.83.69"
23186 port="8080"
23187 type="default,supl"
23188 />
23189
sy.yun0bd504f2013-06-17 19:54:27 +090023190 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023191 mcc="405"
23192 mnc="805"
23193 apn="aircelmms"
23194 mmsc="http://10.50.1.166/servlets/mms"
23195 mmsproxy="172.17.83.69"
23196 mmsport="8080"
23197 type="mms"
23198 />
23199
sy.yun0bd504f2013-06-17 19:54:27 +090023200 <apn carrier="Aircel-GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023201 mcc="405"
23202 mnc="806"
23203 apn="aircelgprs"
23204 type="default,supl"
23205 />
23206
jewon.leee391a8a2012-11-30 17:00:26 +090023207 <apn carrier="Pocket Internet"
23208 mcc="405"
23209 mnc="806"
23210 apn="aircelwap"
23211 proxy="172.17.83.69"
23212 port="8080"
23213 type="default,supl"
23214 />
23215
sy.yun0bd504f2013-06-17 19:54:27 +090023216 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023217 mcc="405"
23218 mnc="806"
23219 apn="aircelmms"
23220 mmsc="http://10.50.1.166/servlets/mms"
23221 mmsproxy="172.17.83.69"
23222 mmsport="8080"
23223 type="mms"
23224 />
23225
sy.yun0bd504f2013-06-17 19:54:27 +090023226 <apn carrier="Aircel-GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023227 mcc="405"
23228 mnc="807"
23229 apn="aircelgprs"
23230 type="default,supl"
23231 />
23232
jewon.leee391a8a2012-11-30 17:00:26 +090023233 <apn carrier="Pocket Internet"
23234 mcc="405"
23235 mnc="807"
23236 apn="aircelwap"
23237 proxy="172.17.83.69"
23238 port="8080"
23239 type="default,supl"
23240 />
23241
sy.yun0bd504f2013-06-17 19:54:27 +090023242 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023243 mcc="405"
23244 mnc="807"
23245 apn="aircelmms"
23246 mmsc="http://10.50.1.166/servlets/mms"
23247 mmsproxy="172.17.83.69"
23248 mmsport="8080"
23249 type="mms"
23250 />
23251
sy.yun0bd504f2013-06-17 19:54:27 +090023252 <apn carrier="Aircel-GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023253 mcc="405"
23254 mnc="808"
23255 apn="aircelgprs"
23256 type="default,supl"
23257 />
23258
jewon.leee391a8a2012-11-30 17:00:26 +090023259 <apn carrier="Pocket Internet"
23260 mcc="405"
23261 mnc="808"
23262 apn="aircelwap"
23263 proxy="172.17.83.69"
23264 port="8080"
23265 type="default,supl"
23266 />
23267
sy.yun0bd504f2013-06-17 19:54:27 +090023268 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023269 mcc="405"
23270 mnc="808"
23271 apn="aircelmms"
23272 mmsc="http://10.50.1.166/servlets/mms"
23273 mmsproxy="172.17.83.69"
23274 mmsport="8080"
23275 type="mms"
23276 />
23277
agathon.jung7232b922012-11-19 16:03:52 -080023278 <apn carrier="Aircel-GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023279 mcc="405"
23280 mnc="809"
23281 apn="aircelgprs"
23282 type="default,supl"
23283 />
23284
agathon.jung7232b922012-11-19 16:03:52 -080023285 <apn carrier="Pocket Internet"
23286 mcc="405"
23287 mnc="809"
23288 apn="aircelwap"
23289 proxy="192.168.35.201"
23290 port="8081"
23291 type="default,supl"
23292 />
23293
23294 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023295 mcc="405"
23296 mnc="809"
23297 apn="aircelmms"
23298 mmsc="http://mmsc/mmrelay.app"
23299 mmsproxy="192.168.35.196"
23300 mmsport="8081"
23301 type="mms"
23302 />
23303
sy.yun0bd504f2013-06-17 19:54:27 +090023304 <apn carrier="Aircel-GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023305 mcc="405"
23306 mnc="810"
23307 apn="aircelgprs"
23308 type="default,supl"
23309 />
23310
jewon.leee391a8a2012-11-30 17:00:26 +090023311 <apn carrier="Pocket Internet"
23312 mcc="405"
23313 mnc="810"
23314 apn="aircelwap"
23315 proxy="172.17.83.69"
23316 port="8080"
23317 type="default,supl"
23318 />
23319
sy.yun0bd504f2013-06-17 19:54:27 +090023320 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023321 mcc="405"
23322 mnc="810"
23323 apn="aircelmms"
23324 mmsc="http://10.50.1.166/servlets/mms"
23325 mmsproxy="172.17.83.69"
23326 mmsport="8080"
23327 type="mms"
23328 />
23329
sy.yun0bd504f2013-06-17 19:54:27 +090023330 <apn carrier="Aircel-GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023331 mcc="405"
23332 mnc="811"
23333 apn="aircelgprs"
23334 type="default,supl"
23335 />
23336
jewon.leee391a8a2012-11-30 17:00:26 +090023337 <apn carrier="Pocket Internet"
23338 mcc="405"
23339 mnc="811"
23340 apn="aircelwap"
23341 proxy="172.17.83.69"
23342 port="8080"
23343 type="default,supl"
23344 />
23345
sy.yun0bd504f2013-06-17 19:54:27 +090023346 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023347 mcc="405"
23348 mnc="811"
23349 apn="aircelmms"
23350 mmsc="http://10.50.1.166/servlets/mms"
23351 mmsproxy="172.17.83.69"
23352 mmsport="8080"
23353 type="mms"
23354 />
23355
sy.yun0bd504f2013-06-17 19:54:27 +090023356 <apn carrier="Aircel-GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023357 mcc="405"
23358 mnc="812"
23359 apn="aircelgprs"
23360 type="default,supl"
23361 />
23362
jewon.leee391a8a2012-11-30 17:00:26 +090023363 <apn carrier="Pocket Internet"
23364 mcc="405"
23365 mnc="812"
23366 apn="aircelwap"
23367 proxy="172.17.83.69"
23368 port="8080"
23369 type="default,supl"
23370 />
23371
sy.yun0bd504f2013-06-17 19:54:27 +090023372 <apn carrier="Aircel-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023373 mcc="405"
23374 mnc="812"
23375 apn="aircelmms"
23376 mmsc="http://10.50.1.166/servlets/mms"
23377 mmsproxy="172.17.83.69"
23378 mmsport="8080"
23379 type="mms"
23380 />
23381
sy.yun0bd504f2013-06-17 19:54:27 +090023382 <apn carrier="Uninor Internet"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023383 mcc="405"
23384 mnc="813"
23385 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090023386 authtype="1"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023387 type="default,supl"
23388 />
23389
jewon.leee391a8a2012-11-30 17:00:26 +090023390 <apn carrier="Uninor Wap"
23391 mcc="405"
23392 mnc="813"
23393 apn="uninor"
23394 proxy="10.58.10.58"
23395 port="8080"
23396 type="default,supl"
23397 />
23398
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023399 <apn carrier="Uninor MMS"
23400 mcc="405"
23401 mnc="813"
23402 apn="uninor"
23403 mmsc="http://10.58.2.120"
23404 mmsproxy="10.58.10.59"
23405 mmsport="8080"
23406 type="mms"
23407 />
23408
sy.yun0bd504f2013-06-17 19:54:27 +090023409 <apn carrier="Uninor Internet"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023410 mcc="405"
23411 mnc="814"
23412 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090023413 authtype="1"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023414 type="default,supl"
23415 />
23416
jewon.leee391a8a2012-11-30 17:00:26 +090023417 <apn carrier="Uninor Wap"
23418 mcc="405"
23419 mnc="814"
23420 apn="uninor"
23421 proxy="10.58.10.58"
23422 port="8080"
23423 type="default,supl"
23424 />
23425
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023426 <apn carrier="Uninor MMS"
23427 mcc="405"
23428 mnc="814"
23429 apn="uninor"
23430 mmsc="http://10.58.2.120"
23431 mmsproxy="10.58.10.59"
23432 mmsport="8080"
23433 type="mms"
23434 />
23435
sy.yun0bd504f2013-06-17 19:54:27 +090023436 <apn carrier="Uninor Internet"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023437 mcc="405"
23438 mnc="815"
23439 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090023440 authtype="1"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023441 type="default,supl"
23442 />
23443
jewon.leee391a8a2012-11-30 17:00:26 +090023444 <apn carrier="Uninor Wap"
23445 mcc="405"
23446 mnc="815"
23447 apn="uninor"
23448 proxy="10.58.10.58"
23449 port="8080"
23450 type="default,supl"
23451 />
23452
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023453 <apn carrier="Uninor MMS"
23454 mcc="405"
23455 mnc="815"
23456 apn="uninor"
23457 mmsc="http://10.58.2.120"
23458 mmsproxy="10.58.10.59"
23459 mmsport="8080"
23460 type="mms"
23461 />
23462
sy.yun0bd504f2013-06-17 19:54:27 +090023463 <apn carrier="Uninor Internet"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023464 mcc="405"
23465 mnc="816"
23466 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090023467 authtype="1"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023468 type="default,supl"
23469 />
23470
jewon.leee391a8a2012-11-30 17:00:26 +090023471 <apn carrier="Uninor Wap"
23472 mcc="405"
23473 mnc="816"
23474 apn="uninor"
23475 proxy="10.58.10.58"
23476 port="8080"
23477 type="default,supl"
23478 />
23479
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023480 <apn carrier="Uninor MMS"
23481 mcc="405"
23482 mnc="816"
23483 apn="uninor"
23484 mmsc="http://10.58.2.120"
23485 mmsproxy="10.58.10.59"
23486 mmsport="8080"
23487 type="mms"
23488 />
23489
sy.yun0bd504f2013-06-17 19:54:27 +090023490 <apn carrier="Uninor Internet"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023491 mcc="405"
23492 mnc="817"
23493 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090023494 authtype="1"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023495 type="default,supl"
23496 />
23497
jewon.leee391a8a2012-11-30 17:00:26 +090023498 <apn carrier="Uninor Wap"
23499 mcc="405"
23500 mnc="817"
23501 apn="uninor"
23502 proxy="10.58.10.58"
23503 port="8080"
23504 type="default,supl"
23505 />
23506
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023507 <apn carrier="Uninor MMS"
23508 mcc="405"
23509 mnc="817"
23510 apn="uninor"
23511 mmsc="http://10.58.2.120"
23512 mmsproxy="10.58.10.59"
23513 mmsport="8080"
23514 type="mms"
23515 />
23516
sy.yun0bd504f2013-06-17 19:54:27 +090023517 <apn carrier="Uninor Internet"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023518 mcc="405"
23519 mnc="818"
23520 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090023521 authtype="1"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023522 type="default,supl"
23523 />
23524
jewon.leee391a8a2012-11-30 17:00:26 +090023525 <apn carrier="Uninor Wap"
23526 mcc="405"
23527 mnc="818"
23528 apn="uninor"
23529 proxy="10.58.10.58"
23530 port="8080"
23531 type="default,supl"
23532 />
23533
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023534 <apn carrier="Uninor MMS"
23535 mcc="405"
23536 mnc="818"
23537 apn="uninor"
23538 mmsc="http://10.58.2.120"
23539 mmsproxy="10.58.10.59"
23540 mmsport="8080"
23541 type="mms"
23542 />
23543
sy.yun0bd504f2013-06-17 19:54:27 +090023544 <apn carrier="Uninor Internet"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023545 mcc="405"
23546 mnc="819"
23547 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090023548 authtype="1"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023549 type="default,supl"
23550 />
23551
jewon.leee391a8a2012-11-30 17:00:26 +090023552 <apn carrier="Uninor Wap"
23553 mcc="405"
23554 mnc="819"
23555 apn="uninor"
23556 proxy="10.58.10.58"
23557 port="8080"
23558 type="default,supl"
23559 />
23560
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023561 <apn carrier="Uninor MMS"
23562 mcc="405"
23563 mnc="819"
23564 apn="uninor"
23565 mmsc="http://10.58.2.120"
23566 mmsproxy="10.58.10.59"
23567 mmsport="8080"
23568 type="mms"
23569 />
23570
sy.yun0bd504f2013-06-17 19:54:27 +090023571 <apn carrier="Uninor Internet"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023572 mcc="405"
23573 mnc="820"
23574 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090023575 authtype="1"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023576 type="default,supl"
23577 />
23578
jewon.leee391a8a2012-11-30 17:00:26 +090023579 <apn carrier="Uninor Wap"
23580 mcc="405"
23581 mnc="820"
23582 apn="uninor"
23583 proxy="10.58.10.58"
23584 port="8080"
23585 type="default,supl"
23586 />
23587
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023588 <apn carrier="Uninor MMS"
23589 mcc="405"
23590 mnc="820"
23591 apn="uninor"
23592 mmsc="http://10.58.2.120"
23593 mmsproxy="10.58.10.59"
23594 mmsport="8080"
23595 type="mms"
23596 />
23597
sy.yun0bd504f2013-06-17 19:54:27 +090023598 <apn carrier="Uninor Internet"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023599 mcc="405"
23600 mnc="821"
23601 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090023602 authtype="1"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023603 type="default,supl"
23604 />
23605
jewon.leee391a8a2012-11-30 17:00:26 +090023606 <apn carrier="Uninor Wap"
23607 mcc="405"
23608 mnc="821"
23609 apn="uninor"
23610 proxy="10.58.10.58"
23611 port="8080"
23612 type="default,supl"
23613 />
23614
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023615 <apn carrier="Uninor MMS"
23616 mcc="405"
23617 mnc="821"
23618 apn="uninor"
23619 mmsc="http://10.58.2.120"
23620 mmsproxy="10.58.10.59"
23621 mmsport="8080"
23622 type="mms"
23623 />
23624
sy.yun0bd504f2013-06-17 19:54:27 +090023625 <apn carrier="Uninor Internet"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023626 mcc="405"
23627 mnc="822"
23628 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090023629 authtype="1"
Jean-Baptiste Queru21e15eb2011-02-17 14:48:18 -080023630 type="default,supl"
23631 />
23632
jewon.leee391a8a2012-11-30 17:00:26 +090023633 <apn carrier="Uninor Wap"
23634 mcc="405"
23635 mnc="822"
23636 apn="uninor"
23637 proxy="10.58.10.58"
23638 port="8080"
23639 type="default,supl"
23640 />
23641
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080023642 <apn carrier="Uninor MMS"
23643 mcc="405"
23644 mnc="822"
23645 apn="uninor"
23646 mmsc="http://10.58.2.120"
23647 mmsproxy="10.58.10.59"
23648 mmsport="8080"
23649 type="mms"
23650 />
23651
23652 <apn carrier="Videocon MMS"
23653 mcc="405"
23654 mnc="823"
23655 apn="vgprs.com"
23656 mmsc="http://10.202.4.119:10021/mmsc/"
23657 mmsproxy="10.202.5.145"
23658 mmsport="8799"
23659 type="mms"
23660 />
23661
23662 <apn carrier="Videocon"
23663 mcc="405"
23664 mnc="823"
23665 apn="vinternet.com"
23666 type="default,supl"
23667 />
23668
23669 <apn carrier="Videocon MMS"
23670 mcc="405"
23671 mnc="824"
23672 apn="vgprs.com"
23673 mmsc="http://10.202.4.119:10021/mmsc/"
23674 mmsproxy="10.202.5.145"
23675 mmsport="8799"
23676 type="mms"
23677 />
23678
23679 <apn carrier="Videocon"
23680 mcc="405"
23681 mnc="824"
23682 apn="vinternet.com"
23683 type="default,supl"
23684 />
23685
23686 <apn carrier="Videocon MMS"
23687 mcc="405"
23688 mnc="825"
23689 apn="vgprs.com"
23690 mmsc="http://10.202.4.119:10021/mmsc/"
23691 mmsproxy="10.202.5.145"
23692 mmsport="8799"
23693 type="mms"
23694 />
23695
23696 <apn carrier="Videocon"
23697 mcc="405"
23698 mnc="825"
23699 apn="vinternet.com"
23700 type="default,supl"
23701 />
23702
23703 <apn carrier="Videocon MMS"
23704 mcc="405"
23705 mnc="826"
23706 apn="vgprs.com"
23707 mmsc="http://10.202.4.119:10021/mmsc/"
23708 mmsproxy="10.202.5.145"
23709 mmsport="8799"
23710 type="mms"
23711 />
23712
23713 <apn carrier="Videocon"
23714 mcc="405"
23715 mnc="826"
23716 apn="vinternet.com"
23717 type="default,supl"
23718 />
23719
23720 <apn carrier="Videocon MMS"
23721 mcc="405"
23722 mnc="827"
23723 apn="vgprs.com"
23724 mmsc="http://10.202.4.119:10021/mmsc/"
23725 mmsproxy="10.202.5.145"
23726 mmsport="8799"
23727 type="mms"
23728 />
23729
23730 <apn carrier="Videocon"
23731 mcc="405"
23732 mnc="827"
23733 apn="vinternet.com"
23734 type="default,supl"
23735 />
23736
23737 <apn carrier="Videocon MMS"
23738 mcc="405"
23739 mnc="828"
23740 apn="vgprs.com"
23741 mmsc="http://10.202.4.119:10021/mmsc/"
23742 mmsproxy="10.202.5.145"
23743 mmsport="8799"
23744 type="mms"
23745 />
23746
23747 <apn carrier="Videocon"
23748 mcc="405"
23749 mnc="828"
23750 apn="vinternet.com"
23751 type="default,supl"
23752 />
23753
23754 <apn carrier="Videocon MMS"
23755 mcc="405"
23756 mnc="829"
23757 apn="vgprs.com"
23758 mmsc="http://10.202.4.119:10021/mmsc/"
23759 mmsproxy="10.202.5.145"
23760 mmsport="8799"
23761 type="mms"
23762 />
23763
23764 <apn carrier="Videocon"
23765 mcc="405"
23766 mnc="829"
23767 apn="vinternet.com"
23768 type="default,supl"
23769 />
23770
23771 <apn carrier="Videocon MMS"
23772 mcc="405"
23773 mnc="830"
23774 apn="vgprs.com"
23775 mmsc="http://10.202.4.119:10021/mmsc/"
23776 mmsproxy="10.202.5.145"
23777 mmsport="8799"
23778 type="mms"
23779 />
23780
23781 <apn carrier="Videocon"
23782 mcc="405"
23783 mnc="830"
23784 apn="vinternet.com"
23785 type="default,supl"
23786 />
23787
23788 <apn carrier="Videocon MMS"
23789 mcc="405"
23790 mnc="831"
23791 apn="vgprs.com"
23792 mmsc="http://10.202.4.119:10021/mmsc/"
23793 mmsproxy="10.202.5.145"
23794 mmsport="8799"
23795 type="mms"
23796 />
23797
23798 <apn carrier="Videocon"
23799 mcc="405"
23800 mnc="831"
23801 apn="vinternet.com"
23802 type="default,supl"
23803 />
23804
23805 <apn carrier="Videocon MMS"
23806 mcc="405"
23807 mnc="832"
23808 apn="vgprs.com"
23809 mmsc="http://10.202.4.119:10021/mmsc/"
23810 mmsproxy="10.202.5.145"
23811 mmsport="8799"
23812 type="mms"
23813 />
23814
23815 <apn carrier="Videocon"
23816 mcc="405"
23817 mnc="832"
23818 apn="vinternet.com"
23819 type="default,supl"
23820 />
23821
23822 <apn carrier="Videocon MMS"
23823 mcc="405"
23824 mnc="833"
23825 apn="vgprs.com"
23826 mmsc="http://10.202.4.119:10021/mmsc/"
23827 mmsproxy="10.202.5.145"
23828 mmsport="8799"
23829 type="mms"
23830 />
23831
23832 <apn carrier="Videocon"
23833 mcc="405"
23834 mnc="833"
23835 apn="vinternet.com"
23836 type="default,supl"
23837 />
23838
23839 <apn carrier="Videocon MMS"
23840 mcc="405"
23841 mnc="834"
23842 apn="vgprs.com"
23843 mmsc="http://10.202.4.119:10021/mmsc/"
23844 mmsproxy="10.202.5.145"
23845 mmsport="8799"
23846 type="mms"
23847 />
23848
23849 <apn carrier="Videocon"
23850 mcc="405"
23851 mnc="834"
23852 apn="vinternet.com"
23853 type="default,supl"
23854 />
23855
23856 <apn carrier="Videocon MMS"
23857 mcc="405"
23858 mnc="835"
23859 apn="vgprs.com"
23860 mmsc="http://10.202.4.119:10021/mmsc/"
23861 mmsproxy="10.202.5.145"
23862 mmsport="8799"
23863 type="mms"
23864 />
23865
23866 <apn carrier="Videocon"
23867 mcc="405"
23868 mnc="835"
23869 apn="vinternet.com"
23870 type="default,supl"
23871 />
23872
23873 <apn carrier="Videocon MMS"
23874 mcc="405"
23875 mnc="836"
23876 apn="vgprs.com"
23877 mmsc="http://10.202.4.119:10021/mmsc/"
23878 mmsproxy="10.202.5.145"
23879 mmsport="8799"
23880 type="mms"
23881 />
23882
23883 <apn carrier="Videocon"
23884 mcc="405"
23885 mnc="836"
23886 apn="vinternet.com"
23887 type="default,supl"
23888 />
23889
23890 <apn carrier="Videocon MMS"
23891 mcc="405"
23892 mnc="837"
23893 apn="vgprs.com"
23894 mmsc="http://10.202.4.119:10021/mmsc/"
23895 mmsproxy="10.202.5.145"
23896 mmsport="8799"
23897 type="mms"
23898 />
23899
23900 <apn carrier="Videocon"
23901 mcc="405"
23902 mnc="837"
23903 apn="vinternet.com"
23904 type="default,supl"
23905 />
23906
23907 <apn carrier="Videocon MMS"
23908 mcc="405"
23909 mnc="838"
23910 apn="vgprs.com"
23911 mmsc="http://10.202.4.119:10021/mmsc/"
23912 mmsproxy="10.202.5.145"
23913 mmsport="8799"
23914 type="mms"
23915 />
23916
23917 <apn carrier="Videocon"
23918 mcc="405"
23919 mnc="838"
23920 apn="vinternet.com"
23921 type="default,supl"
23922 />
23923
23924 <apn carrier="Videocon MMS"
23925 mcc="405"
23926 mnc="839"
23927 apn="vgprs.com"
23928 mmsc="http://10.202.4.119:10021/mmsc/"
23929 mmsproxy="10.202.5.145"
23930 mmsport="8799"
23931 type="mms"
23932 />
23933
23934 <apn carrier="Videocon"
23935 mcc="405"
23936 mnc="839"
23937 apn="vinternet.com"
23938 type="default,supl"
23939 />
23940
23941 <apn carrier="Videocon MMS"
23942 mcc="405"
23943 mnc="840"
23944 apn="vgprs.com"
23945 mmsc="http://10.202.4.119:10021/mmsc/"
23946 mmsproxy="10.202.5.145"
23947 mmsport="8799"
23948 type="mms"
23949 />
23950
23951 <apn carrier="Videocon"
23952 mcc="405"
23953 mnc="840"
23954 apn="vinternet.com"
23955 type="default,supl"
23956 />
23957
23958 <apn carrier="Videocon MMS"
23959 mcc="405"
23960 mnc="841"
23961 apn="vgprs.com"
23962 mmsc="http://10.202.4.119:10021/mmsc/"
23963 mmsproxy="10.202.5.145"
23964 mmsport="8799"
23965 type="mms"
23966 />
23967
23968 <apn carrier="Videocon"
23969 mcc="405"
23970 mnc="841"
23971 apn="vinternet.com"
23972 type="default,supl"
23973 />
23974
23975 <apn carrier="Videocon MMS"
23976 mcc="405"
23977 mnc="842"
23978 apn="vgprs.com"
23979 mmsc="http://10.202.4.119:10021/mmsc/"
23980 mmsproxy="10.202.5.145"
23981 mmsport="8799"
23982 type="mms"
23983 />
23984
23985 <apn carrier="Videocon"
23986 mcc="405"
23987 mnc="842"
23988 apn="vinternet.com"
23989 type="default,supl"
23990 />
23991
23992 <apn carrier="Videocon MMS"
23993 mcc="405"
23994 mnc="843"
23995 apn="vgprs.com"
23996 mmsc="http://10.202.4.119:10021/mmsc/"
23997 mmsproxy="10.202.5.145"
23998 mmsport="8799"
23999 type="mms"
24000 />
24001
24002 <apn carrier="Videocon"
24003 mcc="405"
24004 mnc="843"
24005 apn="vinternet.com"
24006 type="default,supl"
24007 />
24008
sy.yun0bd504f2013-06-17 19:54:27 +090024009 <apn carrier="Uninor Internet"
John Wang6a572492011-04-04 14:51:32 -070024010 mcc="405"
24011 mnc="844"
24012 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090024013 authtype="1"
John Wang6a572492011-04-04 14:51:32 -070024014 type="default,supl"
24015 />
24016
jewon.leee391a8a2012-11-30 17:00:26 +090024017 <apn carrier="Uninor Wap"
24018 mcc="405"
24019 mnc="844"
24020 apn="uninor"
24021 proxy="10.58.10.58"
24022 port="8080"
24023 type="default,supl"
24024 />
24025
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024026 <apn carrier="Uninor MMS"
24027 mcc="405"
24028 mnc="844"
24029 apn="uninor"
24030 mmsc="http://10.58.2.120"
24031 mmsproxy="10.58.10.59"
24032 mmsport="8080"
24033 type="mms"
24034 />
24035
sy.yun0bd504f2013-06-17 19:54:27 +090024036 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024037 mcc="405"
24038 mnc="845"
24039 apn="internet"
24040 type="default,supl"
24041 />
24042
jewon.leee391a8a2012-11-30 17:00:26 +090024043 <apn carrier="IDEA GPRS"
24044 mcc="405"
24045 mnc="845"
24046 apn="imis"
24047 proxy="10.4.42.15"
24048 port="8080"
24049 type="default,supl"
24050 />
24051
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024052 <apn carrier="IDEA MMS"
24053 mcc="405"
24054 mnc="845"
24055 apn="mmsc"
24056 mmsc="http://10.4.42.21:8002/"
24057 mmsproxy="10.4.42.15"
24058 mmsport="8080"
24059 type="mms"
24060 />
24061
sy.yun0bd504f2013-06-17 19:54:27 +090024062 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024063 mcc="405"
24064 mnc="846"
24065 apn="internet"
24066 type="default,supl"
24067 />
24068
jewon.leee391a8a2012-11-30 17:00:26 +090024069 <apn carrier="IDEA GPRS"
24070 mcc="405"
24071 mnc="846"
24072 apn="imis"
24073 proxy="10.4.42.15"
24074 port="8080"
24075 type="default,supl"
24076 />
24077
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024078 <apn carrier="IDEA MMS"
24079 mcc="405"
24080 mnc="846"
24081 apn="mmsc"
24082 mmsc="http://10.4.42.21:8002/"
24083 mmsproxy="10.4.42.15"
24084 mmsport="8080"
24085 type="mms"
24086 />
24087
sy.yun0bd504f2013-06-17 19:54:27 +090024088 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024089 mcc="405"
24090 mnc="847"
24091 apn="internet"
24092 type="default,supl"
24093 />
24094
jewon.leee391a8a2012-11-30 17:00:26 +090024095 <apn carrier="IDEA GPRS"
24096 mcc="405"
24097 mnc="847"
24098 apn="imis"
24099 proxy="10.4.42.15"
24100 port="8080"
24101 type="default,supl"
24102 />
24103
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024104 <apn carrier="IDEA MMS"
24105 mcc="405"
24106 mnc="847"
24107 apn="mmsc"
24108 mmsc="http://10.4.42.21:8002/"
24109 mmsproxy="10.4.42.15"
24110 mmsport="8080"
24111 type="mms"
24112 />
24113
sy.yun0bd504f2013-06-17 19:54:27 +090024114 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024115 mcc="405"
24116 mnc="848"
24117 apn="internet"
24118 type="default,supl"
24119 />
24120
jewon.leee391a8a2012-11-30 17:00:26 +090024121 <apn carrier="IDEA GPRS"
24122 mcc="405"
24123 mnc="848"
24124 apn="imis"
24125 proxy="10.4.42.15"
24126 port="8080"
24127 type="default,supl"
24128 />
24129
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024130 <apn carrier="IDEA MMS"
24131 mcc="405"
24132 mnc="848"
24133 apn="mmsc"
24134 mmsc="http://10.4.42.21:8002/"
24135 mmsproxy="10.4.42.15"
24136 mmsport="8080"
24137 type="mms"
24138 />
24139
sy.yun0bd504f2013-06-17 19:54:27 +090024140 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024141 mcc="405"
24142 mnc="849"
24143 apn="internet"
24144 type="default,supl"
24145 />
24146
jewon.leee391a8a2012-11-30 17:00:26 +090024147 <apn carrier="IDEA GPRS"
24148 mcc="405"
24149 mnc="849"
24150 apn="imis"
24151 proxy="10.4.42.15"
24152 port="8080"
24153 type="default,supl"
24154 />
24155
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024156 <apn carrier="IDEA MMS"
24157 mcc="405"
24158 mnc="849"
24159 apn="mmsc"
24160 mmsc="http://10.4.42.21:8002/"
24161 mmsproxy="10.4.42.15"
24162 mmsport="8080"
24163 type="mms"
24164 />
24165
sy.yun0bd504f2013-06-17 19:54:27 +090024166 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024167 mcc="405"
24168 mnc="850"
24169 apn="internet"
24170 type="default,supl"
24171 />
24172
jewon.leee391a8a2012-11-30 17:00:26 +090024173 <apn carrier="IDEA GPRS"
24174 mcc="405"
24175 mnc="850"
24176 apn="imis"
24177 proxy="10.4.42.15"
24178 port="8080"
24179 type="default,supl"
24180 />
24181
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024182 <apn carrier="IDEA MMS"
24183 mcc="405"
24184 mnc="850"
24185 apn="mmsc"
24186 mmsc="http://10.4.42.21:8002/"
24187 mmsproxy="10.4.42.15"
24188 mmsport="8080"
24189 type="mms"
24190 />
24191
sy.yun0bd504f2013-06-17 19:54:27 +090024192 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024193 mcc="405"
24194 mnc="851"
24195 apn="internet"
24196 type="default,supl"
24197 />
24198
jewon.leee391a8a2012-11-30 17:00:26 +090024199 <apn carrier="IDEA GPRS"
24200 mcc="405"
24201 mnc="851"
24202 apn="imis"
24203 proxy="10.4.42.15"
24204 port="8080"
24205 type="default,supl"
24206 />
24207
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024208 <apn carrier="IDEA MMS"
24209 mcc="405"
24210 mnc="851"
24211 apn="mmsc"
24212 mmsc="http://10.4.42.21:8002/"
24213 mmsproxy="10.4.42.15"
24214 mmsport="8080"
24215 type="mms"
24216 />
24217
sy.yun0bd504f2013-06-17 19:54:27 +090024218 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024219 mcc="405"
24220 mnc="852"
24221 apn="internet"
24222 type="default,supl"
24223 />
24224
jewon.leee391a8a2012-11-30 17:00:26 +090024225 <apn carrier="IDEA GPRS"
24226 mcc="405"
24227 mnc="852"
24228 apn="imis"
24229 proxy="10.4.42.15"
24230 port="8080"
24231 type="default,supl"
24232 />
24233
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024234 <apn carrier="IDEA MMS"
24235 mcc="405"
24236 mnc="852"
24237 apn="mmsc"
24238 mmsc="http://10.4.42.21:8002/"
24239 mmsproxy="10.4.42.15"
24240 mmsport="8080"
24241 type="mms"
24242 />
24243
sy.yun0bd504f2013-06-17 19:54:27 +090024244 <apn carrier="Idea_Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024245 mcc="405"
24246 mnc="853"
24247 apn="internet"
24248 type="default,supl"
24249 />
24250
jewon.leee391a8a2012-11-30 17:00:26 +090024251 <apn carrier="IDEA GPRS"
24252 mcc="405"
24253 mnc="853"
24254 apn="imis"
24255 proxy="10.4.42.15"
24256 port="8080"
24257 type="default,supl"
24258 />
24259
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024260 <apn carrier="IDEA MMS"
24261 mcc="405"
24262 mnc="853"
24263 apn="mmsc"
24264 mmsc="http://10.4.42.21:8002/"
24265 mmsproxy="10.4.42.15"
24266 mmsport="8080"
24267 type="mms"
24268 />
24269
Jing Zhao8d1b97b2014-07-17 17:38:34 -050024270 <apn carrier="Loop Internet (405854)"
24271 mcc="405"
24272 mnc="854"
24273 apn="www"
24274 type="default,supl,agps,fota,dun"
24275 protocol="IP"
24276 roaming_protocol="IP"
24277 carrier_enabled="true"
24278 />
24279
24280 <apn carrier="Loop MMS (405854)"
24281 mcc="405"
24282 mnc="854"
24283 apn="mizone"
24284 mmsproxy="10.0.0.10"
24285 mmsport="9401"
24286 mmsc="http://mms.loopmobile.in:8080/"
24287 type="mms"
24288 protocol="IP"
24289 roaming_protocol="IP"
24290 carrier_enabled="true"
24291 />
24292
24293 <apn carrier="Loop Internet (405855)"
24294 mcc="405"
24295 mnc="855"
24296 apn="www"
24297 type="default,supl,agps,fota,dun"
24298 protocol="IP"
24299 roaming_protocol="IP"
24300 carrier_enabled="true"
24301 />
24302
24303 <apn carrier="Loop MMS (405855)"
24304 mcc="405"
24305 mnc="855"
24306 apn="mizone"
24307 mmsproxy="10.0.0.10"
24308 mmsport="9401"
24309 mmsc="http://mms.loopmobile.in:8080/"
24310 type="mms"
24311 protocol="IP"
24312 roaming_protocol="IP"
24313 carrier_enabled="true"
24314 />
24315
24316 <apn carrier="Loop Internet (405856)"
24317 mcc="405"
24318 mnc="856"
24319 apn="www"
24320 type="default,supl,agps,fota,dun"
24321 protocol="IP"
24322 roaming_protocol="IP"
24323 carrier_enabled="true"
24324 />
24325
24326 <apn carrier="Loop MMS (405856)"
24327 mcc="405"
24328 mnc="856"
24329 apn="mizone"
24330 mmsproxy="10.0.0.10"
24331 mmsport="9401"
24332 mmsc="http://mms.loopmobile.in:8080/"
24333 type="mms"
24334 protocol="IP"
24335 roaming_protocol="IP"
24336 carrier_enabled="true"
24337 />
24338
24339 <apn carrier="Loop Internet (405857)"
24340 mcc="405"
24341 mnc="857"
24342 apn="www"
24343 type="default,supl,agps,fota,dun"
24344 protocol="IP"
24345 roaming_protocol="IP"
24346 carrier_enabled="true"
24347 />
24348
24349 <apn carrier="Loop MMS (405857)"
24350 mcc="405"
24351 mnc="857"
24352 apn="mizone"
24353 mmsproxy="10.0.0.10"
24354 mmsport="9401"
24355 mmsc="http://mms.loopmobile.in:8080/"
24356 type="mms"
24357 protocol="IP"
24358 roaming_protocol="IP"
24359 carrier_enabled="true"
24360 />
24361
24362 <apn carrier="Loop Internet (405858)"
24363 mcc="405"
24364 mnc="858"
24365 apn="www"
24366 type="default,supl,agps,fota,dun"
24367 protocol="IP"
24368 roaming_protocol="IP"
24369 carrier_enabled="true"
24370 />
24371
24372 <apn carrier="Loop MMS (405858)"
24373 mcc="405"
24374 mnc="858"
24375 apn="mizone"
24376 mmsproxy="10.0.0.10"
24377 mmsport="9401"
24378 mmsc="http://mms.loopmobile.in:8080/"
24379 type="mms"
24380 protocol="IP"
24381 roaming_protocol="IP"
24382 carrier_enabled="true"
24383 />
24384
24385 <apn carrier="Loop Internet (405859)"
24386 mcc="405"
24387 mnc="859"
24388 apn="www"
24389 type="default,supl,agps,fota,dun"
24390 protocol="IP"
24391 roaming_protocol="IP"
24392 carrier_enabled="true"
24393 />
24394
24395 <apn carrier="Loop MMS (405859)"
24396 mcc="405"
24397 mnc="859"
24398 apn="mizone"
24399 mmsproxy="10.0.0.10"
24400 mmsport="9401"
24401 mmsc="http://mms.loopmobile.in:8080/"
24402 type="mms"
24403 protocol="IP"
24404 roaming_protocol="IP"
24405 carrier_enabled="true"
24406 />
24407
24408 <apn carrier="Loop Internet (405860)"
24409 mcc="405"
24410 mnc="860"
24411 apn="www"
24412 type="default,supl,agps,fota,dun"
24413 protocol="IP"
24414 roaming_protocol="IP"
24415 carrier_enabled="true"
24416 />
24417
24418 <apn carrier="Loop MMS (405860)"
24419 mcc="405"
24420 mnc="860"
24421 apn="mizone"
24422 mmsproxy="10.0.0.10"
24423 mmsport="9401"
24424 mmsc="http://mms.loopmobile.in:8080/"
24425 type="mms"
24426 protocol="IP"
24427 roaming_protocol="IP"
24428 carrier_enabled="true"
24429 />
24430
24431 <apn carrier="Loop Internet (405861)"
24432 mcc="405"
24433 mnc="861"
24434 apn="www"
24435 type="default,supl,agps,fota,dun"
24436 protocol="IP"
24437 roaming_protocol="IP"
24438 carrier_enabled="true"
24439 />
24440
24441 <apn carrier="Loop MMS (405861)"
24442 mcc="405"
24443 mnc="861"
24444 apn="mizone"
24445 mmsproxy="10.0.0.10"
24446 mmsport="9401"
24447 mmsc="http://mms.loopmobile.in:8080/"
24448 type="mms"
24449 protocol="IP"
24450 roaming_protocol="IP"
24451 carrier_enabled="true"
24452 />
24453
24454 <apn carrier="Loop Internet (405862)"
24455 mcc="405"
24456 mnc="862"
24457 apn="www"
24458 type="default,supl,agps,fota,dun"
24459 protocol="IP"
24460 roaming_protocol="IP"
24461 carrier_enabled="true"
24462 />
24463
24464 <apn carrier="Loop MMS (405862)"
24465 mcc="405"
24466 mnc="862"
24467 apn="mizone"
24468 mmsproxy="10.0.0.10"
24469 mmsport="9401"
24470 mmsc="http://mms.loopmobile.in:8080/"
24471 type="mms"
24472 protocol="IP"
24473 roaming_protocol="IP"
24474 carrier_enabled="true"
24475 />
24476
24477 <apn carrier="Loop Internet (405863)"
24478 mcc="405"
24479 mnc="863"
24480 apn="www"
24481 type="default,supl,agps,fota,dun"
24482 protocol="IP"
24483 roaming_protocol="IP"
24484 carrier_enabled="true"
24485 />
24486
24487 <apn carrier="Loop MMS (405863)"
24488 mcc="405"
24489 mnc="863"
24490 apn="mizone"
24491 mmsproxy="10.0.0.10"
24492 mmsport="9401"
24493 mmsc="http://mms.loopmobile.in:8080/"
24494 type="mms"
24495 protocol="IP"
24496 roaming_protocol="IP"
24497 carrier_enabled="true"
24498 />
24499
24500 <apn carrier="Loop Internet (405864)"
24501 mcc="405"
24502 mnc="864"
24503 apn="www"
24504 type="default,supl,agps,fota,dun"
24505 protocol="IP"
24506 roaming_protocol="IP"
24507 carrier_enabled="true"
24508 />
24509
24510 <apn carrier="Loop MMS (405864)"
24511 mcc="405"
24512 mnc="864"
24513 apn="mizone"
24514 mmsproxy="10.0.0.10"
24515 mmsport="9401"
24516 mmsc="http://mms.loopmobile.in:8080/"
24517 type="mms"
24518 protocol="IP"
24519 roaming_protocol="IP"
24520 carrier_enabled="true"
24521 />
24522
24523 <apn carrier="Loop Internet (405865)"
24524 mcc="405"
24525 mnc="865"
24526 apn="www"
24527 type="default,supl,agps,fota,dun"
24528 protocol="IP"
24529 roaming_protocol="IP"
24530 carrier_enabled="true"
24531 />
24532
24533 <apn carrier="Loop MMS (405865)"
24534 mcc="405"
24535 mnc="865"
24536 apn="mizone"
24537 mmsproxy="10.0.0.10"
24538 mmsport="9401"
24539 mmsc="http://mms.loopmobile.in:8080/"
24540 type="mms"
24541 protocol="IP"
24542 roaming_protocol="IP"
24543 carrier_enabled="true"
24544 />
24545
24546 <apn carrier="Loop Internet (405866)"
24547 mcc="405"
24548 mnc="866"
24549 apn="www"
24550 type="default,supl,agps,fota,dun"
24551 protocol="IP"
24552 roaming_protocol="IP"
24553 carrier_enabled="true"
24554 />
24555
24556 <apn carrier="Loop MMS (405866)"
24557 mcc="405"
24558 mnc="866"
24559 apn="mizone"
24560 mmsproxy="10.0.0.10"
24561 mmsport="9401"
24562 mmsc="http://mms.loopmobile.in:8080/"
24563 type="mms"
24564 protocol="IP"
24565 roaming_protocol="IP"
24566 carrier_enabled="true"
24567 />
24568
24569 <apn carrier="Loop Internet (405867)"
24570 mcc="405"
24571 mnc="867"
24572 apn="www"
24573 type="default,supl,agps,fota,dun"
24574 protocol="IP"
24575 roaming_protocol="IP"
24576 carrier_enabled="true"
24577 />
24578
24579 <apn carrier="Loop MMS (405867)"
24580 mcc="405"
24581 mnc="867"
24582 apn="mizone"
24583 mmsproxy="10.0.0.10"
24584 mmsport="9401"
24585 mmsc="http://mms.loopmobile.in:8080/"
24586 type="mms"
24587 protocol="IP"
24588 roaming_protocol="IP"
24589 carrier_enabled="true"
24590 />
24591
24592 <apn carrier="Loop Internet (405868)"
24593 mcc="405"
24594 mnc="868"
24595 apn="www"
24596 type="default,supl,agps,fota,dun"
24597 protocol="IP"
24598 roaming_protocol="IP"
24599 carrier_enabled="true"
24600 />
24601
24602 <apn carrier="Loop MMS (405868)"
24603 mcc="405"
24604 mnc="868"
24605 apn="mizone"
24606 mmsproxy="10.0.0.10"
24607 mmsport="9401"
24608 mmsc="http://mms.loopmobile.in:8080/"
24609 type="mms"
24610 protocol="IP"
24611 roaming_protocol="IP"
24612 carrier_enabled="true"
24613 />
24614
24615 <apn carrier="Loop Internet (405869)"
24616 mcc="405"
24617 mnc="869"
24618 apn="www"
24619 type="default,supl,agps,fota,dun"
24620 protocol="IP"
24621 roaming_protocol="IP"
24622 carrier_enabled="true"
24623 />
24624
24625 <apn carrier="Loop MMS (405869)"
24626 mcc="405"
24627 mnc="869"
24628 apn="mizone"
24629 mmsproxy="10.0.0.10"
24630 mmsport="9401"
24631 mmsc="http://mms.loopmobile.in:8080/"
24632 type="mms"
24633 protocol="IP"
24634 roaming_protocol="IP"
24635 carrier_enabled="true"
24636 />
24637
24638 <apn carrier="Loop Internet (405870)"
24639 mcc="405"
24640 mnc="870"
24641 apn="www"
24642 type="default,supl,agps,fota,dun"
24643 protocol="IP"
24644 roaming_protocol="IP"
24645 carrier_enabled="true"
24646 />
24647
24648 <apn carrier="Loop MMS (405870)"
24649 mcc="405"
24650 mnc="870"
24651 apn="mizone"
24652 mmsproxy="10.0.0.10"
24653 mmsport="9401"
24654 mmsc="http://mms.loopmobile.in:8080/"
24655 type="mms"
24656 protocol="IP"
24657 roaming_protocol="IP"
24658 carrier_enabled="true"
24659 />
24660
24661 <apn carrier="Loop Internet (405871)"
24662 mcc="405"
24663 mnc="871"
24664 apn="www"
24665 type="default,supl,agps,fota,dun"
24666 protocol="IP"
24667 roaming_protocol="IP"
24668 carrier_enabled="true"
24669 />
24670
24671 <apn carrier="Loop MMS (405871)"
24672 mcc="405"
24673 mnc="871"
24674 apn="mizone"
24675 mmsproxy="10.0.0.10"
24676 mmsport="9401"
24677 mmsc="http://mms.loopmobile.in:8080/"
24678 type="mms"
24679 protocol="IP"
24680 roaming_protocol="IP"
24681 carrier_enabled="true"
24682 />
24683
24684 <apn carrier="Loop Internet (405872)"
24685 mcc="405"
24686 mnc="872"
24687 apn="www"
24688 type="default,supl,agps,fota,dun"
24689 protocol="IP"
24690 roaming_protocol="IP"
24691 carrier_enabled="true"
24692 />
24693
24694 <apn carrier="Loop MMS (405872)"
24695 mcc="405"
24696 mnc="872"
24697 apn="mizone"
24698 mmsproxy="10.0.0.10"
24699 mmsport="9401"
24700 mmsc="http://mms.loopmobile.in:8080/"
24701 type="mms"
24702 protocol="IP"
24703 roaming_protocol="IP"
24704 carrier_enabled="true"
24705 />
24706
24707 <apn carrier="Loop Internet (405873)"
24708 mcc="405"
24709 mnc="873"
24710 apn="www"
24711 type="default,supl,agps,fota,dun"
24712 protocol="IP"
24713 roaming_protocol="IP"
24714 carrier_enabled="true"
24715 />
24716
24717 <apn carrier="Loop MMS (405873)"
24718 mcc="405"
24719 mnc="873"
24720 apn="mizone"
24721 mmsproxy="10.0.0.10"
24722 mmsport="9401"
24723 mmsc="http://mms.loopmobile.in:8080/"
24724 type="mms"
24725 protocol="IP"
24726 roaming_protocol="IP"
24727 carrier_enabled="true"
24728 />
24729
24730 <apn carrier="Loop Internet (405874)"
24731 mcc="405"
24732 mnc="874"
24733 apn="www"
24734 type="default,supl,agps,fota,dun"
24735 protocol="IP"
24736 roaming_protocol="IP"
24737 carrier_enabled="true"
24738 />
24739
24740 <apn carrier="Loop MMS (405874)"
24741 mcc="405"
24742 mnc="874"
24743 apn="mizone"
24744 mmsproxy="10.0.0.10"
24745 mmsport="9401"
24746 mmsc="http://mms.loopmobile.in:8080/"
24747 type="mms"
24748 protocol="IP"
24749 roaming_protocol="IP"
24750 carrier_enabled="true"
24751 />
24752
sy.yun0bd504f2013-06-17 19:54:27 +090024753 <apn carrier="Uninor Internet"
John Wang6a572492011-04-04 14:51:32 -070024754 mcc="405"
24755 mnc="875"
24756 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090024757 authtype="1"
John Wang6a572492011-04-04 14:51:32 -070024758 type="default,supl"
24759 />
24760
jewon.leee391a8a2012-11-30 17:00:26 +090024761 <apn carrier="Uninor Wap"
24762 mcc="405"
24763 mnc="875"
24764 apn="uninor"
24765 proxy="10.58.10.58"
24766 port="8080"
24767 type="default,supl"
24768 />
24769
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024770 <apn carrier="Uninor MMS"
24771 mcc="405"
24772 mnc="875"
24773 apn="uninor"
24774 mmsc="http://10.58.2.120"
24775 mmsproxy="10.58.10.59"
24776 mmsport="8080"
24777 type="mms"
24778 />
24779
sy.yun0bd504f2013-06-17 19:54:27 +090024780 <apn carrier="Uninor Internet"
John Wang6a572492011-04-04 14:51:32 -070024781 mcc="405"
24782 mnc="876"
24783 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090024784 authtype="1"
John Wang6a572492011-04-04 14:51:32 -070024785 type="default,supl"
24786 />
24787
jewon.leee391a8a2012-11-30 17:00:26 +090024788 <apn carrier="Uninor Wap"
24789 mcc="405"
24790 mnc="876"
24791 apn="uninor"
24792 proxy="10.58.10.58"
24793 port="8080"
24794 type="default,supl"
24795 />
24796
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024797 <apn carrier="Uninor MMS"
24798 mcc="405"
24799 mnc="876"
24800 apn="uninor"
24801 mmsc="http://10.58.2.120"
24802 mmsproxy="10.58.10.59"
24803 mmsport="8080"
24804 type="mms"
24805 />
24806
sy.yun0bd504f2013-06-17 19:54:27 +090024807 <apn carrier="Uninor Internet"
John Wang6a572492011-04-04 14:51:32 -070024808 mcc="405"
24809 mnc="877"
24810 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090024811 authtype="1"
John Wang6a572492011-04-04 14:51:32 -070024812 type="default,supl"
24813 />
24814
jewon.leee391a8a2012-11-30 17:00:26 +090024815 <apn carrier="Uninor Wap"
24816 mcc="405"
24817 mnc="877"
24818 apn="uninor"
24819 proxy="10.58.10.58"
24820 port="8080"
24821 type="default,supl"
24822 />
24823
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024824 <apn carrier="Uninor MMS"
24825 mcc="405"
24826 mnc="877"
24827 apn="uninor"
24828 mmsc="http://10.58.2.120"
24829 mmsproxy="10.58.10.59"
24830 mmsport="8080"
24831 type="mms"
24832 />
24833
sy.yun0bd504f2013-06-17 19:54:27 +090024834 <apn carrier="Uninor Internet"
John Wang6a572492011-04-04 14:51:32 -070024835 mcc="405"
24836 mnc="878"
24837 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090024838 authtype="1"
John Wang6a572492011-04-04 14:51:32 -070024839 type="default,supl"
24840 />
24841
jewon.leee391a8a2012-11-30 17:00:26 +090024842 <apn carrier="Uninor Wap"
24843 mcc="405"
24844 mnc="878"
24845 apn="uninor"
24846 proxy="10.58.10.58"
24847 port="8080"
24848 type="default,supl"
24849 />
24850
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024851 <apn carrier="Uninor MMS"
24852 mcc="405"
24853 mnc="878"
24854 apn="uninor"
24855 mmsc="http://10.58.2.120"
24856 mmsproxy="10.58.10.59"
24857 mmsport="8080"
24858 type="mms"
24859 />
24860
sy.yun0bd504f2013-06-17 19:54:27 +090024861 <apn carrier="Uninor Internet"
John Wang6a572492011-04-04 14:51:32 -070024862 mcc="405"
24863 mnc="879"
24864 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090024865 authtype="1"
John Wang6a572492011-04-04 14:51:32 -070024866 type="default,supl"
24867 />
24868
jewon.leee391a8a2012-11-30 17:00:26 +090024869 <apn carrier="Uninor Wap"
24870 mcc="405"
24871 mnc="879"
24872 apn="uninor"
24873 proxy="10.58.10.58"
24874 port="8080"
24875 type="default,supl"
24876 />
24877
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024878 <apn carrier="Uninor MMS"
24879 mcc="405"
24880 mnc="879"
24881 apn="uninor"
24882 mmsc="http://10.58.2.120"
24883 mmsproxy="10.58.10.59"
24884 mmsport="8080"
24885 type="mms"
24886 />
24887
sy.yun0bd504f2013-06-17 19:54:27 +090024888 <apn carrier="Uninor Internet"
John Wang6a572492011-04-04 14:51:32 -070024889 mcc="405"
24890 mnc="880"
24891 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090024892 authtype="1"
John Wang6a572492011-04-04 14:51:32 -070024893 type="default,supl"
24894 />
24895
jewon.leee391a8a2012-11-30 17:00:26 +090024896 <apn carrier="Uninor Wap"
24897 mcc="405"
24898 mnc="880"
24899 apn="uninor"
24900 proxy="10.58.10.58"
24901 port="8080"
24902 type="default,supl"
24903 />
24904
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080024905 <apn carrier="Uninor MMS"
24906 mcc="405"
24907 mnc="880"
24908 apn="uninor"
24909 mmsc="http://10.58.2.120"
24910 mmsproxy="10.58.10.59"
24911 mmsport="8080"
24912 type="mms"
24913 />
24914
24915 <apn carrier="STEL"
24916 mcc="405"
24917 mnc="881"
24918 apn="gprs.stel.in"
24919 type="default,supl"
24920 />
24921
24922 <apn carrier="STEL"
24923 mcc="405"
24924 mnc="882"
24925 apn="gprs.stel.in"
24926 type="default,supl"
24927 />
24928
24929 <apn carrier="STEL"
24930 mcc="405"
24931 mnc="883"
24932 apn="gprs.stel.in"
24933 type="default,supl"
24934 />
24935
24936 <apn carrier="STEL"
24937 mcc="405"
24938 mnc="884"
24939 apn="gprs.stel.in"
24940 type="default,supl"
24941 />
24942
24943 <apn carrier="STEL"
24944 mcc="405"
24945 mnc="885"
24946 apn="gprs.stel.in"
24947 type="default,supl"
24948 />
24949
24950 <apn carrier="STEL"
24951 mcc="405"
24952 mnc="886"
24953 apn="gprs.stel.in"
24954 type="default,supl"
24955 />
24956
24957 <apn carrier="IDEA"
24958 mcc="405"
24959 mnc="908"
24960 apn="internet"
24961 type="default,supl"
24962 />
24963
24964 <apn carrier="IDEA MMS"
24965 mcc="405"
24966 mnc="908"
24967 apn="mmsc"
24968 mmsc="http://10.4.42.21:8002/"
24969 mmsproxy="10.4.42.15"
24970 mmsport="8080"
24971 type="mms"
24972 />
24973
24974 <apn carrier="IDEA"
24975 mcc="405"
24976 mnc="909"
24977 apn="internet"
24978 type="default,supl"
24979 />
24980
24981 <apn carrier="IDEA MMS"
24982 mcc="405"
24983 mnc="909"
24984 apn="mmsc"
24985 mmsc="http://10.4.42.21:8002/"
24986 mmsproxy="10.4.42.15"
24987 mmsport="8080"
24988 type="mms"
24989 />
24990
24991 <apn carrier="IDEA"
24992 mcc="405"
24993 mnc="910"
24994 apn="internet"
24995 type="default,supl"
24996 />
24997
24998 <apn carrier="IDEA MMS"
24999 mcc="405"
25000 mnc="910"
25001 apn="mmsc"
25002 mmsc="http://10.4.42.21:8002/"
25003 mmsproxy="10.4.42.15"
25004 mmsport="8080"
25005 type="mms"
25006 />
25007
25008 <apn carrier="IDEA"
25009 mcc="405"
25010 mnc="911"
25011 apn="internet"
25012 type="default,supl"
25013 />
25014
25015 <apn carrier="IDEA MMS"
25016 mcc="405"
25017 mnc="911"
25018 apn="mmsc"
25019 mmsc="http://10.4.42.21:8002/"
25020 mmsproxy="10.4.42.15"
25021 mmsport="8080"
25022 type="mms"
25023 />
25024
Sangcheol Lee4ae8c092012-03-02 15:49:28 +090025025 <apn carrier="Cheers"
25026 mcc="405"
25027 mnc="912"
25028 apn="internet"
25029 type="default,supl"
25030 />
25031
25032 <apn carrier="Cheers"
25033 mcc="405"
25034 mnc="913"
25035 apn="internet"
25036 type="default,supl"
25037 />
25038
25039 <apn carrier="Cheers"
25040 mcc="405"
25041 mnc="914"
25042 apn="internet"
25043 type="default,supl"
25044 />
25045
25046 <apn carrier="Cheers"
25047 mcc="405"
25048 mnc="915"
25049 apn="internet"
25050 type="default,supl"
25051 />
25052
25053 <apn carrier="Cheers"
25054 mcc="405"
25055 mnc="916"
25056 apn="internet"
25057 type="default,supl"
25058 />
25059
25060 <apn carrier="Cheers"
25061 mcc="405"
25062 mnc="917"
25063 apn="internet"
25064 type="default,supl"
25065 />
25066
25067 <apn carrier="Cheers"
25068 mcc="405"
25069 mnc="918"
25070 apn="internet"
25071 type="default,supl"
25072 />
25073
25074 <apn carrier="Cheers"
25075 mcc="405"
25076 mnc="919"
25077 apn="internet"
25078 type="default,supl"
25079 />
25080
25081 <apn carrier="Cheers"
25082 mcc="405"
25083 mnc="920"
25084 apn="internet"
25085 type="default,supl"
25086 />
25087
25088 <apn carrier="Cheers"
25089 mcc="405"
25090 mnc="921"
25091 apn="internet"
25092 type="default,supl"
25093 />
25094
25095 <apn carrier="Cheers"
25096 mcc="405"
25097 mnc="922"
25098 apn="internet"
25099 type="default,supl"
25100 />
25101
25102 <apn carrier="Cheers"
25103 mcc="405"
25104 mnc="923"
25105 apn="internet"
25106 type="default,supl"
25107 />
25108
25109 <apn carrier="Cheers"
25110 mcc="405"
25111 mnc="924"
25112 apn="internet"
25113 type="default,supl"
25114 />
25115
sy.yun0bd504f2013-06-17 19:54:27 +090025116 <apn carrier="Uninor Internet"
John Wang6a572492011-04-04 14:51:32 -070025117 mcc="405"
25118 mnc="925"
25119 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090025120 authtype="1"
John Wang6a572492011-04-04 14:51:32 -070025121 type="default,supl"
25122 />
25123
jewon.leee391a8a2012-11-30 17:00:26 +090025124 <apn carrier="Uninor Wap"
25125 mcc="405"
25126 mnc="925"
25127 apn="uninor"
25128 proxy="10.58.10.58"
25129 port="8080"
25130 type="default,supl"
25131 />
25132
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025133 <apn carrier="Uninor MMS"
25134 mcc="405"
25135 mnc="925"
25136 apn="uninor"
25137 mmsc="http://10.58.2.120"
25138 mmsproxy="10.58.10.59"
25139 mmsport="8080"
25140 type="mms"
25141 />
25142
sy.yun0bd504f2013-06-17 19:54:27 +090025143 <apn carrier="Uninor Internet"
John Wang6a572492011-04-04 14:51:32 -070025144 mcc="405"
25145 mnc="926"
25146 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090025147 authtype="1"
John Wang6a572492011-04-04 14:51:32 -070025148 type="default,supl"
25149 />
25150
jewon.leee391a8a2012-11-30 17:00:26 +090025151 <apn carrier="Uninor Wap"
25152 mcc="405"
25153 mnc="926"
25154 apn="uninor"
25155 proxy="10.58.10.58"
25156 port="8080"
25157 type="default,supl"
25158 />
25159
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025160 <apn carrier="Uninor MMS"
25161 mcc="405"
25162 mnc="926"
25163 apn="uninor"
25164 mmsc="http://10.58.2.120"
25165 mmsproxy="10.58.10.59"
25166 mmsport="8080"
25167 type="mms"
25168 />
25169
sy.yun0bd504f2013-06-17 19:54:27 +090025170 <apn carrier="Uninor Internet"
John Wang6a572492011-04-04 14:51:32 -070025171 mcc="405"
25172 mnc="927"
25173 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090025174 authtype="1"
John Wang6a572492011-04-04 14:51:32 -070025175 type="default,supl"
25176 />
25177
jewon.leee391a8a2012-11-30 17:00:26 +090025178 <apn carrier="Uninor Wap"
25179 mcc="405"
25180 mnc="927"
25181 apn="uninor"
25182 proxy="10.58.10.58"
25183 port="8080"
25184 type="default,supl"
25185 />
25186
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025187 <apn carrier="Uninor MMS"
25188 mcc="405"
25189 mnc="927"
25190 apn="uninor"
25191 mmsc="http://10.58.2.120"
25192 mmsproxy="10.58.10.59"
25193 mmsport="8080"
25194 type="mms"
25195 />
25196
sy.yun0bd504f2013-06-17 19:54:27 +090025197 <apn carrier="Uninor Internet"
John Wang6a572492011-04-04 14:51:32 -070025198 mcc="405"
25199 mnc="928"
25200 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090025201 authtype="1"
John Wang6a572492011-04-04 14:51:32 -070025202 type="default,supl"
25203 />
25204
jewon.leee391a8a2012-11-30 17:00:26 +090025205 <apn carrier="Uninor Wap"
25206 mcc="405"
25207 mnc="928"
25208 apn="uninor"
25209 proxy="10.58.10.58"
25210 port="8080"
25211 type="default,supl"
25212 />
25213
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025214 <apn carrier="Uninor MMS"
25215 mcc="405"
25216 mnc="928"
25217 apn="uninor"
25218 mmsc="http://10.58.2.120"
25219 mmsproxy="10.58.10.59"
25220 mmsport="8080"
25221 type="mms"
25222 />
25223
sy.yun0bd504f2013-06-17 19:54:27 +090025224 <apn carrier="Uninor Internet"
John Wang6a572492011-04-04 14:51:32 -070025225 mcc="405"
25226 mnc="929"
25227 apn="uninor"
sy.yun0bd504f2013-06-17 19:54:27 +090025228 authtype="1"
John Wang6a572492011-04-04 14:51:32 -070025229 type="default,supl"
25230 />
25231
jewon.leee391a8a2012-11-30 17:00:26 +090025232 <apn carrier="Uninor Wap"
25233 mcc="405"
25234 mnc="929"
25235 apn="uninor"
25236 proxy="10.58.10.58"
25237 port="8080"
25238 type="default,supl"
25239 />
25240
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025241 <apn carrier="Uninor MMS"
25242 mcc="405"
25243 mnc="929"
25244 apn="uninor"
25245 mmsc="http://10.58.2.120"
25246 mmsproxy="10.58.10.59"
25247 mmsport="8080"
25248 type="mms"
25249 />
25250
Sangcheol Lee4ae8c092012-03-02 15:49:28 +090025251 <apn carrier="Cheers"
25252 mcc="405"
25253 mnc="930"
25254 apn="internet"
25255 type="default,supl"
25256 />
25257
25258 <apn carrier="Cheers"
25259 mcc="405"
25260 mnc="931"
25261 apn="internet"
25262 type="default,supl"
25263 />
25264
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025265 <apn carrier="Videocon MMS"
25266 mcc="405"
25267 mnc="932"
25268 apn="vgprs.com"
25269 mmsc="http://10.202.4.119:10021/mmsc/"
25270 mmsproxy="10.202.5.145"
25271 mmsport="8799"
25272 type="mms"
25273 />
25274
25275 <apn carrier="Videocon"
25276 mcc="405"
25277 mnc="932"
25278 apn="vinternet.com"
25279 type="default,supl"
25280 />
25281
25282 <apn carrier="Mobilink WAP GPRS"
25283 mcc="410"
25284 mnc="01"
25285 apn="connect.mobilinkworld.com"
25286 user="Mobilink"
25287 password="Mobilink"
25288 type="default,supl"
25289 />
25290
25291 <apn carrier="Mobilink MMS"
25292 mcc="410"
25293 mnc="01"
25294 apn="mms.mobilinkworld.com"
jsh433c8572011-02-02 14:23:42 -080025295 user="Mobilink"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025296 password="Mobilink"
25297 mmsc="http://mms/"
25298 mmsproxy="172.25.20.12"
25299 mmsport="8080"
25300 type="mms"
25301 />
25302
25303 <apn carrier="Ufone WAP"
25304 mcc="410"
25305 mnc="03"
25306 apn="Ufone.internet"
25307 type="default,supl"
25308 />
25309
25310 <apn carrier="Ufone MMS"
25311 mcc="410"
25312 mnc="03"
25313 apn="Ufone.mms"
25314 mmsc="http://www.ufonemms.com:80/"
25315 mmsproxy="172.16.13.27"
25316 mmsport="8080"
25317 type="mms"
25318 />
25319
25320 <apn carrier="ZONG WAP"
25321 mcc="410"
25322 mnc="04"
25323 apn="zonginternet"
25324 type="default,supl"
25325 />
25326
25327 <apn carrier="ZONG MMS"
25328 mcc="410"
25329 mnc="04"
25330 apn="zongmms"
25331 mmsc="http://10.81.6.11:8080"
25332 mmsproxy="10.81.6.33"
25333 mmsport="8000"
25334 type="mms"
25335 />
25336
25337 <apn carrier="Telenor WAP"
25338 mcc="410"
25339 mnc="06"
25340 apn="internet"
25341 type="default,supl"
25342 />
25343
25344 <apn carrier="Telenor MMS"
25345 mcc="410"
25346 mnc="06"
25347 apn="mms"
25348 user="Telenor"
25349 password="Telenor"
25350 mmsc="http://mmstelenor"
25351 mmsproxy="172.18.19.11"
25352 mmsport="8080"
25353 type="mms"
25354 />
25355
25356 <apn carrier="Warid WAP"
25357 mcc="410"
25358 mnc="07"
25359 apn="Wap.warid"
25360 type="default,supl"
25361 />
25362
25363 <apn carrier="Warid MMS"
25364 mcc="410"
25365 mnc="07"
25366 apn="mms.warid"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025367 mmsc="http://10.4.0.132/servlets/MMS"
25368 mmsproxy="10.4.2.1"
25369 mmsport="8080"
25370 type="mms"
25371 />
25372
Jing Zhao8d1b97b2014-07-17 17:38:34 -050025373 <apn carrier='Consumer Cellular'
25374 mcc='410'
25375 mnc='310'
25376 apn='att.mvno'
25377 type='default,mms,supl,hipri,fota'
25378 protocol='IP'
25379 roaming_protocol='IP'
25380 mmsc='http://mms.fido.ca'
25381 mmsproxy='mmsproxy.fido.ca'
25382 mmsport='80'
25383 mvno_type='gid'
25384 mvno_match_data='2AC9'
25385 />
25386
Tangus Koech65d9db22013-09-16 18:40:10 +030025387 <apn carrier="AWCC"
25388 mcc="412"
25389 mnc="01"
25390 apn="default"
25391 type="default,supl"
25392 />
25393
25394 <apn carrier="Roshan"
25395 mcc="412"
25396 mnc="20"
25397 apn="default"
25398 type="default,supl"
25399 />
25400
25401 <apn carrier="MTN"
25402 mcc="412"
25403 mnc="40"
25404 apn="default"
25405 type="default,supl"
25406 />
25407
25408 <apn carrier="Etisalat"
25409 mcc="412"
25410 mnc="50"
25411 apn="default"
25412 type="default,supl"
25413 />
25414
25415 <apn carrier="Mobitel"
25416 mcc="413"
25417 mnc="01"
25418 apn="default"
25419 type="default,supl"
25420 />
25421
25422 <apn carrier="Dialog"
25423 mcc="413"
25424 mnc="02"
25425 apn="default"
25426 type="default,supl"
25427 />
25428
25429 <apn carrier="Etisalat"
25430 mcc="413"
25431 mnc="03"
25432 apn="default"
25433 type="default,supl"
25434 />
25435
25436 <apn carrier="Airtel"
25437 mcc="413"
25438 mnc="05"
25439 apn="default"
25440 type="default,supl"
25441 />
25442
25443 <apn carrier="Hutch"
25444 mcc="413"
25445 mnc="08"
25446 apn="default"
25447 type="default,supl"
25448 />
25449
25450 <apn carrier="MPT"
25451 mcc="414"
25452 mnc="01"
25453 apn="default"
25454 type="default,supl"
25455 />
25456
jsh433c8572011-02-02 14:23:42 -080025457 <apn carrier="Alfa Internet"
25458 mcc="415"
25459 mnc="01"
25460 user="mic1"
25461 password="mic1"
25462 apn="internet.mic1.com.lb"
25463 type="default,supl"
25464 />
25465
agathon.jung7232b922012-11-19 16:03:52 -080025466 <apn carrier="Alfawap"
25467 mcc="415"
25468 mnc="01"
25469 apn="wap.mic1.com.lb"
25470 user="mic1"
25471 password="mic1"
25472 proxy="192.168.23.50"
25473 port="80"
25474 type="default,supl"
25475 />
25476
jsh433c8572011-02-02 14:23:42 -080025477 <apn carrier="Alfa MMS"
25478 mcc="415"
25479 mnc="01"
25480 user="mic1"
25481 password="mic1"
25482 apn="mms.mic1.com.lb"
25483 mmsc="http://mms.mic1.com.lb"
25484 mmsproxy="192.168.23.51"
agathon.jung7232b922012-11-19 16:03:52 -080025485 mmsport="8080"
jsh433c8572011-02-02 14:23:42 -080025486 type="mms"
25487 />
25488
agathon.jung7232b922012-11-19 16:03:52 -080025489 <apn carrier="touch"
jsh433c8572011-02-02 14:23:42 -080025490 mcc="415"
25491 mnc="03"
agathon.jung7232b922012-11-19 16:03:52 -080025492 apn="touch"
jsh433c8572011-02-02 14:23:42 -080025493 type="default,supl"
25494 />
25495
agathon.jung7232b922012-11-19 16:03:52 -080025496 <apn carrier="touch_WAP"
jsh433c8572011-02-02 14:23:42 -080025497 mcc="415"
25498 mnc="03"
agathon.jung7232b922012-11-19 16:03:52 -080025499 apn="wap"
25500 proxy="192.168.4.11"
25501 port="80"
25502 type="default,supl"
25503 />
25504
25505 <apn carrier="touch_MMS"
25506 mcc="415"
25507 mnc="03"
25508 user="touch"
25509 apn="mms"
25510 mmsc="http://mms:8088/mms/"
jsh433c8572011-02-02 14:23:42 -080025511 mmsproxy="192.168.4.103"
25512 mmsport="80"
25513 type="mms"
25514 />
25515
agathon.jung7232b922012-11-19 16:03:52 -080025516 <apn carrier="Zain JO Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025517 mcc="416"
25518 mnc="01"
agathon.jung7232b922012-11-19 16:03:52 -080025519 apn="zain"
25520 user="zain"
25521 password="zain"
25522 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025523 type="default,supl"
25524 />
25525
agathon.jung7232b922012-11-19 16:03:52 -080025526
25527 <apn carrier="Zain JO WAP"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025528 mcc="416"
25529 mnc="01"
agathon.jung7232b922012-11-19 16:03:52 -080025530 apn="zain"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025531 user="zain"
25532 password="zain"
agathon.jung7232b922012-11-19 16:03:52 -080025533 authtype="1"
25534 proxy="192.168.55.10"
25535 port="80"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025536 type="default,supl"
25537 />
25538
agathon.jung7232b922012-11-19 16:03:52 -080025539
25540 <apn carrier="Zain JO Streaming"
25541 mcc="416"
25542 mnc="01"
25543 apn="Zain"
25544 user="zain"
25545 password="zain"
25546 authtype="1"
25547 type="default,supl"
25548 />
25549
25550
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025551 <apn carrier="Zain JO MMS"
25552 mcc="416"
25553 mnc="01"
agathon.jung7232b922012-11-19 16:03:52 -080025554 apn="zain"
25555 user="zain"
25556 password="zain"
25557 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025558 mmsc="http://mms.jo.zain.com"
25559 mmsproxy="192.168.55.10"
25560 mmsport="80"
25561 type="mms"
25562 />
25563
agathon.jung7232b922012-11-19 16:03:52 -080025564
25565 <apn carrier="Umniah internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025566 mcc="416"
25567 mnc="03"
agathon.jung7232b922012-11-19 16:03:52 -080025568 apn="net"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025569 type="default,supl"
25570 />
25571
agathon.jung7232b922012-11-19 16:03:52 -080025572 <apn carrier="Umniah WAP"
25573 mcc="416"
25574 mnc="03"
25575 apn="wap"
25576 proxy="10.1.1.10"
25577 port="8080"
25578 type="default,supl"
25579 />
25580
25581
25582 <apn carrier="Umniah MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025583 mcc="416"
25584 mnc="03"
25585 apn="mms"
agathon.jung7232b922012-11-19 16:03:52 -080025586 mmsc="http://mms.umniah.com/"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025587 mmsproxy="10.1.1.10"
25588 mmsport="8080"
25589 type="mms"
25590 />
25591
agathon.jung7232b922012-11-19 16:03:52 -080025592
25593 <apn carrier="Orange MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025594 mcc="416"
agathon.jung7232b922012-11-19 16:03:52 -080025595 mnc="770"
25596 apn="mms.orange.jo"
25597 user="mmc"
25598 password="mmc"
jewon.leee391a8a2012-11-30 17:00:26 +090025599 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -080025600 mmsc="http://172.16.1.96/servlets/mms"
25601 mmsproxy="172.16.1.2"
25602 mmsport="8080"
25603 type="mms"
25604 />
25605
25606 <apn carrier="Orange Internet"
25607 mcc="416"
25608 mnc="770"
25609 apn="net.orange.jo"
25610 user="net"
25611 password="net"
jewon.leee391a8a2012-11-30 17:00:26 +090025612 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -080025613 type="default,supl"
25614 />
25615
25616 <apn carrier="Orange WAP"
25617 mcc="416"
25618 mnc="770"
25619 apn="wap.orange.jo"
25620 user="wap"
25621 password="wap"
25622 authtype="1"
25623 proxy="172.16.1.2"
25624 port="8080"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025625 type="default,supl"
25626 />
25627
25628 <apn carrier="Orange MMS"
25629 mcc="416"
25630 mnc="77"
25631 apn="mms.orange.jo"
25632 user="mmc"
25633 password="mmc"
jewon.leee391a8a2012-11-30 17:00:26 +090025634 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025635 mmsc="http://172.16.1.96/servlets/mms"
25636 mmsproxy="172.16.1.2"
25637 mmsport="8080"
25638 type="mms"
25639 />
25640
25641 <apn carrier="Orange Internet"
25642 mcc="416"
25643 mnc="77"
25644 apn="net.orange.jo"
25645 user="net"
25646 password="net"
jewon.leee391a8a2012-11-30 17:00:26 +090025647 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080025648 type="default,supl"
25649 />
25650
agathon.jung7232b922012-11-19 16:03:52 -080025651 <apn carrier="Orange WAP"
25652 mcc="416"
25653 mnc="77"
25654 apn="wap.orange.jo"
25655 user="wap"
25656 password="wap"
25657 authtype="1"
25658 proxy="172.16.1.2"
25659 port="8080"
25660 type="default,supl"
25661 />
John Wang3536e142011-02-18 14:43:25 -080025662
agathon.jung7232b922012-11-19 16:03:52 -080025663
25664 <apn carrier="Syriatel Net"
25665 mcc="417"
25666 mnc="01"
25667 apn="net.syriatel.com"
25668 type="default,supl"
25669 />
25670
25671 <apn carrier="Syriatel MMS"
25672 mcc="417"
25673 mnc="01"
25674 apn="mms.syriatel.com"
25675 mmsc="http://mymms.syriatel.com/"
25676 mmsproxy="172.20.5.6"
25677 mmsport="80"
25678 type="mms"
25679 />
25680
25681 <apn carrier="MTN WAP"
25682 mcc="417"
25683 mnc="02"
25684 apn="internet"
25685 type="default,supl"
25686 />
25687
25688 <apn carrier="MTN MMS"
25689 mcc="417"
25690 mnc="02"
25691 apn="mms"
25692 mmsc="http://mms/"
25693 mmsproxy="10.110.0.134"
25694 mmsport="8799"
25695 type="mms"
25696 />
25697
sy.yun9ce76cf2013-08-01 09:45:16 +090025698 <apn carrier="Asiacell GPRS"
25699 mcc="418"
25700 mnc="05"
25701 apn="net.asiacell.com"
25702 type="default,supl"
25703 />
agathon.jung7232b922012-11-19 16:03:52 -080025704
sy.yun9ce76cf2013-08-01 09:45:16 +090025705 <apn carrier="Asiacell MMS"
25706 mcc="418"
25707 mnc="05"
25708 apn="wap.asiacell.com"
25709 mmsc="http://192.168.107.10:19090/was"
25710 mmsproxy="192.168.107.50"
25711 mmsport="8080"
25712 type="mms"
25713 />
25714
Tangus Koech65d9db22013-09-16 18:40:10 +030025715 <apn carrier="SanaTel"
25716 mcc="418"
25717 mnc="08"
25718 apn="default"
25719 type="default,supl"
25720 />
25721
sy.yun9ce76cf2013-08-01 09:45:16 +090025722 <apn carrier="ZAIN-GPRS"
25723 mcc="418"
25724 mnc="20"
25725 apn="internet"
25726 user="atheer"
25727 password="atheer"
25728 authtype="1"
25729 type="default,supl"
25730 />
25731
25732 <apn carrier="Zain-MMS"
25733 mcc="418"
25734 mnc="20"
25735 apn="MMS"
25736 user="atheer"
25737 password="atheer"
25738 authtype="1"
25739 mmsc="http://mms:8002/"
25740 mmsproxy="172.29.11.12"
25741 mmsport="8080"
25742 type="mms"
25743 />
25744
sy.yun56aa12f2014-01-07 15:55:23 +090025745 <apn carrier="ZAIN-GPRS"
Tangus Koech65d9db22013-09-16 18:40:10 +030025746 mcc="418"
25747 mnc="30"
sy.yun56aa12f2014-01-07 15:55:23 +090025748 apn="internet"
25749 user="atheer"
25750 password="atheer"
25751 authtype="1"
Tangus Koech65d9db22013-09-16 18:40:10 +030025752 type="default,supl"
25753 />
25754
sy.yun56aa12f2014-01-07 15:55:23 +090025755 <apn carrier="Zain-MMS"
25756 mcc="418"
25757 mnc="30"
25758 apn="MMS"
25759 user="atheer"
25760 password="atheer"
25761 authtype="1"
25762 mmsc="http://mms:8002/"
25763 mmsproxy="172.29.11.12"
25764 mmsport="8080"
25765 type="mms"
25766 />
25767
sy.yun9ce76cf2013-08-01 09:45:16 +090025768 <apn carrier="Korek 9595"
25769 mcc="418"
25770 mnc="40"
25771 apn="internet.korek.com"
25772 type="default,supl"
25773 />
25774
25775 <apn carrier="Korek 9191"
25776 mcc="418"
25777 mnc="40"
25778 apn="net.korek.com"
25779 user="korek"
25780 password="korek"
25781 type="default,supl"
25782 />
25783
25784 <apn carrier="Korek 9494"
25785 mcc="418"
25786 mnc="40"
25787 apn="internet.korek.com"
25788 type="default,supl"
25789 />
25790
25791 <apn carrier="KOREK MMS"
25792 mcc="418"
25793 mnc="40"
25794 apn="mms.korek.com"
25795 user="korek"
25796 password="korek"
25797 authtype="1"
25798 mmsc="http://mms.korektel.com/mms/wapenc"
25799 mmsproxy="192.168.18.187"
25800 mmsport="8080"
25801 type="mms"
25802 />
agathon.jung7232b922012-11-19 16:03:52 -080025803
Tangus Koech65d9db22013-09-16 18:40:10 +030025804 <apn carrier="Mobitel"
25805 mcc="418"
25806 mnc="45"
25807 apn="default"
25808 type="default,supl"
25809 />
25810
25811 <apn carrier="Itisaluna"
25812 mcc="418"
25813 mnc="62"
25814 apn="default"
25815 type="default,supl"
25816 />
25817
25818 <apn carrier="Omnnea"
25819 mcc="418"
25820 mnc="92"
25821 apn="default"
25822 type="default,supl"
25823 />
25824
agathon.jung7232b922012-11-19 16:03:52 -080025825 <apn carrier="MI"
John Wang3536e142011-02-18 14:43:25 -080025826 mcc="419"
25827 mnc="02"
25828 apn="pps"
agathon.jung7232b922012-11-19 16:03:52 -080025829 user="pps"
25830 password="pps"
agathon.jung7232b922012-11-19 16:03:52 -080025831 type="default,supl"
25832 />
25833
25834 <apn carrier="Zain WAP"
25835 mcc="419"
25836 mnc="02"
25837 apn="pps"
25838 user="pps"
25839 password="pps"
25840 authtype="3"
25841 proxy="10.43.4.5"
25842 port="8080"
25843 type="default,supl"
25844 />
25845
25846 <apn carrier="MMS"
25847 mcc="419"
25848 mnc="02"
25849 apn="pps"
25850 user="mms"
25851 password="mms"
25852 authtype="3"
John Wang3536e142011-02-18 14:43:25 -080025853 mmsc="http://mms.zain"
25854 mmsproxy="176.0.0.65"
25855 mmsport="8080"
25856 type="mms"
25857 />
25858
agathon.jung7232b922012-11-19 16:03:52 -080025859 <apn carrier="Internet Action"
John Wang3536e142011-02-18 14:43:25 -080025860 mcc="419"
agathon.jung7232b922012-11-19 16:03:52 -080025861 mnc="03"
25862 apn="action.wataniya.com"
Eliseu Massingdca12002014-10-16 22:57:30 -030025863 authtype="0"
agathon.jung7232b922012-11-19 16:03:52 -080025864 type="default,supl"
25865 />
John Wang3536e142011-02-18 14:43:25 -080025866
agathon.jung7232b922012-11-19 16:03:52 -080025867 <apn carrier="Wataniya MMS"
John Wang3536e142011-02-18 14:43:25 -080025868 mcc="419"
25869 mnc="03"
25870 apn="mms.wataniya.com"
25871 mmsc="http://action.wataniya.com"
25872 mmsproxy="194.126.53.64"
25873 mmsport="8080"
Eliseu Massingdca12002014-10-16 22:57:30 -030025874 authtype="0"
John Wang3536e142011-02-18 14:43:25 -080025875 type="mms"
25876 />
25877
Eliseu Massingeb4b4892014-10-09 10:52:47 -030025878 <apn carrier="VIVA - KW"
John Wang3536e142011-02-18 14:43:25 -080025879 mcc="419"
25880 mnc="04"
Eliseu Massingeb4b4892014-10-09 10:52:47 -030025881 apn="viva"
25882 authtype="0"
John Wang3536e142011-02-18 14:43:25 -080025883 mmsc="http://172.16.128.80:38090/was"
25884 mmsproxy="172.16.128.228"
25885 mmsport="8080"
Eliseu Massingeb4b4892014-10-09 10:52:47 -030025886 type="default,supl,mms"
John Wang3536e142011-02-18 14:43:25 -080025887 />
25888
agathon.jung7232b922012-11-19 16:03:52 -080025889 <apn carrier="STC - GPRS"
John Wang3536e142011-02-18 14:43:25 -080025890 mcc="420"
25891 mnc="01"
25892 apn="jawalnet.com.sa"
25893 type="default,supl"
25894 />
25895
agathon.jung7232b922012-11-19 16:03:52 -080025896 <apn carrier="STC MMS"
John Wang3536e142011-02-18 14:43:25 -080025897 mcc="420"
25898 mnc="01"
25899 apn="mms.net.sa"
jewon.leee391a8a2012-11-30 17:00:26 +090025900 mmsc="http://mms.net.sa:8002/"
John Huang48a18362011-09-08 15:44:54 -070025901 mmsproxy="10.1.1.1"
John Wang3536e142011-02-18 14:43:25 -080025902 mmsport="8080"
25903 type="mms"
25904 />
25905
agathon.jung7232b922012-11-19 16:03:52 -080025906 <apn carrier="Mobily WEB"
25907 mcc="420"
25908 mnc="03"
25909 apn="web1"
25910 type="default,supl"
25911 />
25912
25913 <apn carrier="Mobily prepaid - GPRS"
25914 mcc="420"
25915 mnc="03"
25916 apn="wap2"
25917 proxy="10.3.2.133"
25918 port="8080"
25919 type="default,supl"
25920 />
25921
25922 <apn carrier="Mobily postpaid - GPRS"
25923 mcc="420"
25924 mnc="03"
25925 apn="wap1"
25926 proxy="10.3.2.133"
25927 port="8080"
25928 type="default,supl"
25929 />
25930
25931 <apn carrier="Mobily WEB 2"
John Wang3536e142011-02-18 14:43:25 -080025932 mcc="420"
25933 mnc="03"
25934 apn="web2"
25935 type="default,supl"
25936 />
25937
agathon.jung7232b922012-11-19 16:03:52 -080025938 <apn carrier="Mobily MMS Postpaid"
25939 mcc="420"
25940 mnc="03"
25941 apn="mms1"
25942 mmsc="http://10.3.3.133:9090/was"
25943 mmsproxy="10.3.2.133"
25944 mmsport="8080"
25945 type="mms"
25946 />
John Wang3536e142011-02-18 14:43:25 -080025947
agathon.jung7232b922012-11-19 16:03:52 -080025948 <apn carrier="Mobily MMS Prepaid"
John Wang3536e142011-02-18 14:43:25 -080025949 mcc="420"
25950 mnc="03"
25951 apn="mms2"
25952 mmsc="http://10.3.3.133:9090/was"
John Huang48a18362011-09-08 15:44:54 -070025953 mmsproxy="10.3.2.133"
John Wang3536e142011-02-18 14:43:25 -080025954 mmsport="8080"
25955 type="mms"
25956 />
25957
agathon.jung7232b922012-11-19 16:03:52 -080025958 <apn carrier="zain-Internet Wap"
John Wang3536e142011-02-18 14:43:25 -080025959 mcc="420"
25960 mnc="04"
25961 apn="zain"
Eliseu Massingeb4b4892014-10-09 10:52:47 -030025962 authtype="0"
agathon.jung7232b922012-11-19 16:03:52 -080025963 type="default,supl"
25964 />
John Wang3536e142011-02-18 14:43:25 -080025965
25966 <apn carrier="zain-mms"
25967 mcc="420"
25968 mnc="04"
Eliseu Massingeb4b4892014-10-09 10:52:47 -030025969 apn="zainmms"
jewon.leee391a8a2012-11-30 17:00:26 +090025970 mmsc="http://10.122.200.12:8002"
John Huang48a18362011-09-08 15:44:54 -070025971 mmsproxy="10.122.200.10"
John Wang3536e142011-02-18 14:43:25 -080025972 mmsport="8080"
25973 type="mms"
Eliseu Massingeb4b4892014-10-09 10:52:47 -030025974 protocol="IP"
25975 roaming_protocol="IP"
John Wang3536e142011-02-18 14:43:25 -080025976 />
25977
Tangus Koech65d9db22013-09-16 18:40:10 +030025978 <apn carrier="SabaFon"
25979 mcc="421"
25980 mnc="01"
25981 apn="default"
25982 type="default,supl"
25983 />
25984
Jing Zhao8d1b97b2014-07-17 17:38:34 -050025985 <apn carrier="Sabafon MMS"
25986 mcc="421"
25987 mnc="01"
25988 apn="mms"
25989 type="mms"
25990 user="wap"
25991 password="wap"
25992 authtype="0"
25993 mmsproxy="192.168.30.174"
25994 mmsc="http://mms.sabafon.com/"
25995 mmsport="8080"
25996 />
25997
Tangus Koech65d9db22013-09-16 18:40:10 +030025998 <apn carrier="MTN"
25999 mcc="421"
26000 mnc="02"
26001 apn="default"
26002 type="default,supl"
26003 />
26004
Jing Zhao8d1b97b2014-07-17 17:38:34 -050026005 <apn carrier="MTN MMS YE"
26006 mcc="421"
26007 mnc="02"
26008 apn="fast-mms"
26009 type="mms"
26010 user="mms"
26011 authtype="0"
26012 mmsproxy="192.168.97.1"
26013 mmsc="http://192.168.97.1/mmsc"
26014 mmsport="3130"
26015 />
26016
Tangus Koech65d9db22013-09-16 18:40:10 +030026017 <apn carrier="Yemen Mobile"
26018 mcc="421"
26019 mnc="03"
26020 apn="default"
26021 type="default,supl"
26022 />
26023
26024 <apn carrier="HiTS-UNITEL"
26025 mcc="421"
26026 mnc="04"
26027 apn="default"
26028 type="default,supl"
26029 />
John Wang3536e142011-02-18 14:43:25 -080026030
26031 <apn carrier="Oman Mobile MMS"
26032 mcc="422"
26033 mnc="02"
jewon.leee391a8a2012-11-30 17:00:26 +090026034 apn="mms"
26035 user="mms"
26036 password="mms"
26037 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080026038 mmsc="http://mmsc.omanmobile.om:10021/mmsc"
26039 mmsproxy="192.168.203.35"
26040 mmsport="8080"
26041 type="mms"
26042 />
26043
26044
26045 <apn carrier="Oman Mobile Internet"
26046 mcc="422"
26047 mnc="02"
26048 apn="taif"
26049 user="taif"
26050 password="taif"
agathon.jung7232b922012-11-19 16:03:52 -080026051 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -080026052 type="default,supl"
26053 />
John Wang3536e142011-02-18 14:43:25 -080026054
26055 <apn carrier="Nawras MMS"
26056 mcc="422"
26057 mnc="03"
26058 apn="mms.nawras.com.om"
26059 user="test"
26060 password="test"
agathon.jung7232b922012-11-19 16:03:52 -080026061 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080026062 mmsc="http://10.128.240.16/servlets/mms"
26063 mmsproxy="10.128.240.19"
26064 mmsport="8080"
26065 type="mms"
26066 />
26067
26068
agathon.jung7232b922012-11-19 16:03:52 -080026069 <apn carrier="Nawras Internet"
John Wang3536e142011-02-18 14:43:25 -080026070 mcc="422"
26071 mnc="03"
26072 apn="isp.nawras.com.om"
agathon.jung7232b922012-11-19 16:03:52 -080026073 user="test"
26074 password="test"
26075 authtype="1"
26076 type="default,supl"
26077 />
26078
26079
26080 <apn carrier="Etisalat Data Package"
26081 mcc="424"
26082 mnc="02"
26083 apn="etisalat.ae"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070026084 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -080026085 type="default,supl"
26086 />
26087
26088 <apn carrier="Weyak Wap"
26089 mcc="424"
26090 mnc="02"
26091 apn="etisalat"
26092 proxy="10.12.0.32"
26093 port="8080"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070026094 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080026095 type="default,supl"
26096 />
26097
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080026098 <apn carrier="Etisalat MMS"
26099 mcc="424"
26100 mnc="02"
26101 apn="etisalat"
26102 mmsc="http://mms/servlets/mms"
26103 mmsproxy="10.12.0.32"
26104 mmsport="8080"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070026105 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080026106 type="mms"
26107 />
26108
agathon.jung7232b922012-11-19 16:03:52 -080026109 <apn carrier="du Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080026110 mcc="424"
26111 mnc="03"
26112 apn="du"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080026113 type="default,supl"
26114 />
26115
agathon.jung7232b922012-11-19 16:03:52 -080026116 <apn carrier="du WAP"
26117 mcc="424"
26118 mnc="03"
26119 apn="du"
26120 proxy="10.19.18.4"
26121 port="8080"
26122 type="default,supl"
26123 />
26124
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080026125 <apn carrier="du MMS"
26126 mcc="424"
26127 mnc="03"
26128 apn="du"
jewon.leee391a8a2012-11-30 17:00:26 +090026129 mmsc="http://mms.du.ae:8002"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080026130 mmsproxy="10.19.18.4"
26131 mmsport="8080"
26132 type="mms"
26133 />
26134
Sungmin Choi0e0213a2013-06-02 13:29:25 -070026135 <apn carrier="3G Portal"
26136 mcc="425"
26137 mnc="01"
26138 apn="uwap.orange.co.il"
26139 mmsc="http://192.168.220.15/servlets/mms"
26140 mmsport="8080"
26141 type="default,supl,mms"
26142 />
26143
Jing Zhao8d1b97b2014-07-17 17:38:34 -050026144 <apn carrier="3G DUN"
26145 mcc="425"
26146 mnc="01"
26147 apn="modem.orange.net.il"
26148 type="dun"
26149 authtype="0"
26150 port="8080"
26151 />
26152
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080026153 <apn carrier="Cellcom Internet"
26154 mcc="425"
26155 mnc="02"
sy.yun0bd504f2013-06-17 19:54:27 +090026156 apn="sphone"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080026157 type="default,supl"
26158 />
26159
26160 <apn carrier="Cellcom MMS"
26161 mcc="425"
26162 mnc="02"
agathon.jungb80d9a22012-11-27 09:52:01 +090026163 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080026164 mmsc="http://mms.cellcom.co.il"
agathon.jung7232b922012-11-19 16:03:52 -080026165 mmsproxy="vwapm2.ain.co.il"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080026166 mmsport="8080"
26167 type="mms"
26168 />
26169
26170 <apn carrier="Multimedia Pelephone"
26171 mcc="425"
26172 mnc="03"
26173 apn="mms.pelephone.net.il"
26174 user="pcl@3g"
26175 password="pcl"
agathon.jungb80d9a22012-11-27 09:52:01 +090026176 authtype="3"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080026177 mmsc="http://mmsu.pelephone.net.il"
26178 mmsproxy="10.170.252.104"
26179 mmsport="9093"
26180 type="mms"
26181 />
26182
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090026183 <apn carrier="Sphone Pelephone"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080026184 mcc="425"
26185 mnc="03"
26186 apn="sphone.pelephone.net.il"
26187 user="pcl@3g"
26188 password="pcl"
agathon.jungb80d9a22012-11-27 09:52:01 +090026189 authtype="2"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080026190 type="default,supl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070026191 />
26192
agathon.jung7232b922012-11-19 16:03:52 -080026193 <apn carrier="Jawwal WAP"
26194 mcc="425"
26195 mnc="05"
26196 apn="wap"
26197 proxy="213.244.118.129"
26198 port="8080"
26199 type="default,supl"
26200 />
26201
26202 <apn carrier="Jawwal MMS"
26203 mcc="425"
26204 mnc="05"
26205 apn="mms"
26206 mmsc="http://mms.jawwal.ps/servlets/mms"
26207 mmsproxy="213.244.118.129"
26208 mmsport="8080"
26209 type="mms"
26210 />
26211
agathon.jung7232b922012-11-19 16:03:52 -080026212 <apn carrier="Internet"
26213 mcc="425"
26214 mnc="06"
26215 apn="internet"
26216 proxy="10.100.129.111"
26217 port="8080"
26218 type="default,supl"
26219 />
26220
26221 <apn carrier="Wataniya_mms"
26222 mcc="425"
26223 mnc="06"
26224 apn="mms"
26225 mmsc="http://mms.wataniya.ps/servlets/mms"
26226 mmsproxy="10.100.129.111"
26227 mmsport="8080"
26228 type="mms"
26229 />
26230
sy.yun0bd504f2013-06-17 19:54:27 +090026231 <apn carrier="Internet HOT mobile"
agathon.jung7232b922012-11-19 16:03:52 -080026232 mcc="425"
26233 mnc="07"
26234 apn="net.hotm"
agathon.jungb80d9a22012-11-27 09:52:01 +090026235 type="default,supl"
26236 />
26237
Jing Zhao8d1b97b2014-07-17 17:38:34 -050026238 <apn carrier="PC HOT mobile"
26239 mcc="425"
26240 mnc="07"
26241 apn="pc.hotm"
26242 type="dun"
26243 authtype="0"
26244 />
26245
sy.yun0bd504f2013-06-17 19:54:27 +090026246 <apn carrier="MMS HOT mobile"
agathon.jungb80d9a22012-11-27 09:52:01 +090026247 mcc="425"
26248 mnc="07"
26249 apn="mms.hotm"
agathon.jung7232b922012-11-19 16:03:52 -080026250 mmsc="http://mms.hotmobile.co.il"
agathon.jungb80d9a22012-11-27 09:52:01 +090026251 mmsproxy="80.246.131.99"
26252 mmsport="80"
26253 type="mms"
26254 />
26255
agathon.jungb80d9a22012-11-27 09:52:01 +090026256 <apn carrier="GolanTelecom Internet"
26257 mcc="425"
26258 mnc="08"
26259 apn="internet.golantelecom.net.il"
26260 type="default,supl"
26261 />
26262
26263 <apn carrier="GolanTelecom MMS"
26264 mcc="425"
26265 mnc="08"
26266 apn="mms.golantelecom.net.il"
26267 mmsc="http://mmsc.golantelecom.co.il"
26268 mmsproxy="10.224.228.81"
26269 mmsport="80"
26270 type="mms"
26271 />
26272
sy.yun67aa60e2014-08-26 14:34:29 +090026273 <apn carrier="3G Portal"
26274 mcc="425"
26275 mnc="10"
26276 apn="uwap.orange.co.il"
26277 mmsc="http://192.168.220.15/servlets/mms"
26278 mmsport="8080"
26279 type="default,supl,mms"
26280 />
26281
agathon.jungb80d9a22012-11-27 09:52:01 +090026282 <apn carrier="Alon Internet"
26283 mcc="425"
26284 mnc="14"
26285 apn="data.youphone.co.il"
26286 mmsc="http://192.168.220.15/servlets/mms"
agathon.jung7232b922012-11-19 16:03:52 -080026287 type="default,supl,mms"
26288 />
agathon.jungb80d9a22012-11-27 09:52:01 +090026289
Sungmin Choi0e0213a2013-06-02 13:29:25 -070026290 <apn carrier="Home Cellular Internet"
26291 mcc="425"
26292 mnc="15"
26293 apn="hcminternet"
26294 type="default,supl"
26295 />
26296
26297 <apn carrier="Home Cellular MMS"
26298 mcc="425"
26299 mnc="15"
26300 apn="hcmMMS"
26301 mmsc="http://82.166.164.229:9000/mmsc"
26302 mmsproxy="82.166.164.229"
26303 mmsport="8898"
26304 type="mms"
26305 />
26306
agathon.jungb80d9a22012-11-27 09:52:01 +090026307 <apn carrier="Rami Levi 3G"
26308 mcc="425"
26309 mnc="16"
26310 apn="internet.rl"
26311 type="default,supl"
26312 />
26313
26314 <apn carrier="Rami Levi Multimedia"
26315 mcc="425"
26316 mnc="16"
26317 apn="mms.pelephone.net.il"
26318 mmsc="http://mmsu.pelephone.net.il"
26319 mmsproxy="10.170.252.104"
26320 mmsport="9093"
26321 type="mms"
26322 />
26323
jewon.leee391a8a2012-11-30 17:00:26 +090026324 <apn carrier="Batelco Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070026325 mcc="426"
26326 mnc="01"
26327 apn="internet.batelco.com"
26328 type="default,supl"
26329 />
26330
jewon.leee391a8a2012-11-30 17:00:26 +090026331 <apn carrier="Batelco WAP"
26332 mcc="426"
26333 mnc="01"
26334 apn="wap.batelco.com"
26335 user="wap"
26336 password="wap"
26337 authtype="0"
26338 proxy="192.168.1.2"
26339 port="80"
26340 type="default,supl"
26341 />
26342
26343 <apn carrier="Batelco MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070026344 mcc="426"
26345 mnc="01"
26346 apn="mms.batelco.com"
jewon.leee391a8a2012-11-30 17:00:26 +090026347 user="mms"
26348 password="mms"
26349 authtype="0"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070026350 mmsc="http://192.168.36.10/servlets/mms"
26351 mmsproxy="192.168.1.2"
26352 mmsport="80"
26353 type="mms"
26354 />
26355
agathon.jung7232b922012-11-19 16:03:52 -080026356 <apn carrier="Zain BH Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070026357 mcc="426"
26358 mnc="02"
agathon.jung7232b922012-11-19 16:03:52 -080026359 apn="internet"
26360 user="internet"
26361 password="internet"
26362 authtype="0"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070026363 type="default,supl"
26364 />
26365
agathon.jung7232b922012-11-19 16:03:52 -080026366 <apn carrier="Zain BH WAP"
26367 mcc="426"
26368 mnc="02"
26369 apn="wap"
26370 user="wap"
26371 password="wap"
26372 authtype="0"
26373 proxy="172.18.85.33"
26374 port="80"
26375 type="default,supl"
26376 />
26377
26378
26379 <apn carrier="Zain BH MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070026380 mcc="426"
26381 mnc="02"
26382 apn="mms"
26383 user="mms"
26384 password="mms"
agathon.jung7232b922012-11-19 16:03:52 -080026385 authtype="0"
26386 mmsc="http://172.18.83.129:80/"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070026387 mmsproxy="172.18.85.34"
26388 mmsport="80"
26389 type="mms"
26390 />
26391
John Wang3536e142011-02-18 14:43:25 -080026392 <apn carrier="VIVAGPRS"
26393 mcc="426"
26394 mnc="04"
26395 apn="viva.bh"
26396 type="default,supl"
26397 />
26398
jewon.leee391a8a2012-11-30 17:00:26 +090026399 <apn carrier="VIVAWAP"
26400 mcc="426"
26401 mnc="04"
26402 apn="vivawap.bh"
26403 proxy="172.18.142.36"
26404 port="8080"
26405 type="default,supl"
26406 />
26407
John Wang3536e142011-02-18 14:43:25 -080026408 <apn carrier="VIVAMMS"
26409 mcc="426"
26410 mnc="04"
26411 apn="vivawap.bh"
26412 mmsc="http://mms.viva.com.bh:38090"
26413 mmsproxy="172.18.142.36"
26414 mmsport="8080"
26415 type="mms"
26416 />
26417
jewon.leee391a8a2012-11-30 17:00:26 +090026418 <apn carrier="Mozaic Mob"
John Wang3536e142011-02-18 14:43:25 -080026419 mcc="427"
26420 mnc="01"
26421 apn="gprs.qtel"
26422 user="gprs"
26423 password="gprs"
jewon.leee391a8a2012-11-30 17:00:26 +090026424 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080026425 proxy="10.23.8.3"
26426 port="8080"
26427 type="default,supl"
26428 />
26429
jewon.leee391a8a2012-11-30 17:00:26 +090026430 <apn carrier="Qtel MMS"
26431 mcc="427"
26432 mnc="01"
26433 apn="mms.qtel"
26434 user="10"
26435 password="11"
26436 authtype="1"
26437 mmsproxy="10.23.8.3"
26438 mmsport="8080"
26439 mmsc="http://mmsr.qtelmms.qa"
26440 type="mms"
26441 />
26442
26443 <apn carrier="Voda internet"
26444 mcc="427"
26445 mnc="02"
26446 apn="web.vodafone.com.qa"
26447 type="default,supl"
26448 />
26449
John Wang3536e142011-02-18 14:43:25 -080026450 <apn carrier="VFQ MMS"
26451 mcc="427"
26452 mnc="02"
26453 apn="vodafone.com.qa"
26454 mmsc="http://mms.vodafone.com.qa/mmsc"
26455 mmsproxy="10.101.97.102"
26456 mmsport="80"
26457 type="mms"
26458 />
26459
Tangus Koech65d9db22013-09-16 18:40:10 +030026460 <apn carrier="Unitel"
26461 mcc="428"
26462 mnc="88"
26463 apn="default"
26464 type="default,supl"
26465 />
26466
26467 <apn carrier="Skytel"
26468 mcc="428"
26469 mnc="91"
26470 apn="default"
26471 type="default,supl"
26472 />
26473
26474 <apn carrier="G.Mobile"
26475 mcc="428"
26476 mnc="98"
26477 apn="default"
26478 type="default,supl"
26479 />
26480
26481 <apn carrier="MobiCom"
26482 mcc="428"
26483 mnc="99"
26484 apn="default"
26485 type="default,supl"
26486 />
26487
26488 <apn carrier="Namaste / NT Mobile"
26489 mcc="429"
26490 mnc="01"
26491 apn="default"
26492 type="default,supl"
26493 />
26494
26495 <apn carrier="Ncell"
26496 mcc="429"
26497 mnc="02"
26498 apn="default"
26499 type="default,supl"
26500 />
26501
26502 <apn carrier="Sky/C-Phone"
26503 mcc="429"
26504 mnc="03"
26505 apn="default"
26506 type="default,supl"
26507 />
26508
26509 <apn carrier="SmartCell"
26510 mcc="429"
26511 mnc="04"
26512 apn="default"
26513 type="default,supl"
26514 />
26515
agathon.jung7232b922012-11-19 16:03:52 -080026516 <apn carrier="MCI-GPRS"
26517 mcc="432"
26518 mnc="11"
26519 apn="mcinet"
26520 type="default,supl"
26521 />
26522
26523 <apn carrier="MCCI MMS"
26524 mcc="432"
26525 mnc="11"
jewon.leee391a8a2012-11-30 17:00:26 +090026526 apn="mcinet"
26527 mmsc="http://192.168.193.134:38090/was"
26528 mmsproxy="192.168.194.73"
26529 mmsport="8080"
agathon.jung7232b922012-11-19 16:03:52 -080026530 type="mms"
26531 />
26532
26533 <apn carrier="MCI-GPRS"
26534 mcc="432"
26535 mnc="14"
26536 apn="mcinet"
26537 type="default,supl"
26538 />
26539
26540 <apn carrier="MCCI MMS"
26541 mcc="432"
26542 mnc="14"
26543 apn="MCI-GPRS"
26544 mmsport="38090"
26545 mmsc="http://192.168.193.134"
26546 type="mms"
26547 />
26548
26549 <apn carrier="MCI-GPRS"
26550 mcc="432"
26551 mnc="19"
26552 apn="mcinet"
26553 type="default,supl"
26554 />
26555
26556 <apn carrier="MCCI MMS"
26557 mcc="432"
26558 mnc="19"
26559 apn="MCI-GPRS"
26560 mmsport="38090"
26561 mmsc="http://192.168.193.134"
26562 type="mms"
26563 />
26564
jewon.leee391a8a2012-11-30 17:00:26 +090026565 <apn carrier="rightel"
agathon.jung7232b922012-11-19 16:03:52 -080026566 mcc="432"
jewon.leee391a8a2012-11-30 17:00:26 +090026567 mnc="20"
26568 apn="rightel"
agathon.jung7232b922012-11-19 16:03:52 -080026569 type="default,supl"
26570 />
26571
jewon.leee391a8a2012-11-30 17:00:26 +090026572 <apn carrier="RighTel-MMS"
agathon.jung7232b922012-11-19 16:03:52 -080026573 mcc="432"
jewon.leee391a8a2012-11-30 17:00:26 +090026574 mnc="20"
26575 apn="RighTel-WAP"
26576 mmsc="http://10.200.40.55:38090/was"
26577 mmsproxy="10.200.39.10"
26578 mmsport="8080"
agathon.jung7232b922012-11-19 16:03:52 -080026579 type="mms"
26580 />
26581
26582 <apn carrier="Irancell-GPRS"
26583 mcc="432"
26584 mnc="35"
26585 apn="mtnirancell"
26586 proxy="10.131.26.138"
26587 port="8080"
26588 type="default,supl"
26589 />
26590
26591 <apn carrier="Irancell-MMS"
26592 mcc="432"
26593 mnc="35"
26594 apn="mtnirancell"
26595 mmsc="http://mms:8002"
26596 mmsproxy="10.131.26.138"
26597 mmsport="8080"
26598 type="mms"
26599 />
26600
jewon.leee391a8a2012-11-30 17:00:26 +090026601 <apn carrier="MCI-GPRS"
26602 mcc="432"
26603 mnc="70"
26604 apn="mcinet"
26605 type="default,supl"
26606 />
26607
26608 <apn carrier="MCCI MMS"
26609 mcc="432"
26610 mnc="70"
26611 apn="mcinet"
26612 mmsc="http://192.168.193.134:38090/was"
26613 mmsproxy="192.168.194.73"
26614 mmsport="8080"
sy.yun639b1fa2013-07-19 14:00:11 +090026615 type="mms"
jewon.leee391a8a2012-11-30 17:00:26 +090026616 />
26617
26618 <apn carrier="MCI-GPRS"
26619 mcc="432"
26620 mnc="93"
26621 apn="mcinet"
26622 type="default,supl"
26623 />
26624
26625 <apn carrier="MCCI MMS"
26626 mcc="432"
26627 mnc="93"
26628 apn="MCI-GPRS"
26629 mmsport="38090"
26630 mmsc="http://192.168.193.134"
26631 type="mms"
26632 />
26633
sy.yuncc0d98d2013-05-16 11:14:59 +090026634 <apn carrier="Beeline-UZB Internet"
26635 mcc="434"
26636 mnc="04"
26637 apn="internet.beeline.uz"
26638 user="beeline"
26639 password="beeline"
26640 authtype="1"
26641 type="default,supl"
26642 />
26643
26644 <apn carrier="Beeline-UZB MMS"
26645 mcc="434"
26646 mnc="04"
26647 apn="mms.beeline.uz"
26648 user="beeline"
26649 password="beeline"
26650 authtype="1"
26651 mmsc="http://mms"
26652 mmsproxy="172.30.30.166"
26653 mmsport="8080"
26654 type="mms"
26655 />
26656
26657 <apn carrier="UCELL Internet"
26658 mcc="434"
26659 mnc="05"
26660 apn="internet"
26661 type="default,supl"
26662 />
26663
26664 <apn carrier="UCELL MMS"
26665 mcc="434"
26666 mnc="05"
26667 apn="mms"
26668 mmsc="http://mmsc:8002/"
26669 mmsproxy="10.64.164.10"
26670 mmsport="8080"
26671 type="mms"
26672 />
26673
Tangus Koech65d9db22013-09-16 18:40:10 +030026674 <apn carrier="Perfectum Mobile"
26675 mcc="434"
26676 mnc="06"
26677 apn="default"
26678 type="default,supl"
26679 />
26680
sy.yuncc0d98d2013-05-16 11:14:59 +090026681 <apn carrier="MTS-UZB Internet"
26682 mcc="434"
26683 mnc="07"
26684 apn="net.mts.uz"
26685 user="mts"
26686 password="mts"
26687 authtype="1"
26688 type="default,supl"
26689 />
26690
26691 <apn carrier="MTS-UZB MMS"
26692 mcc="434"
26693 mnc="07"
26694 apn="mms.mts.uz"
26695 mmsc="http://mmsc/was"
26696 mmsproxy="10.10.0.10"
26697 mmsport="8080"
26698 type="mms"
26699 />
26700
Tangus Koech65d9db22013-09-16 18:40:10 +030026701 <apn carrier="Tcell"
26702 mcc="436"
26703 mnc="01"
26704 apn="default"
26705 type="default,supl"
26706 />
26707
26708 <apn carrier="Tcell"
26709 mcc="436"
26710 mnc="02"
26711 apn="default"
26712 type="default,supl"
26713 />
26714
26715 <apn carrier="Megafon"
26716 mcc="436"
26717 mnc="03"
26718 apn="default"
26719 type="default,supl"
26720 />
26721
26722 <apn carrier="Babilon-M"
26723 mcc="436"
26724 mnc="04"
26725 apn="default"
26726 type="default,supl"
26727 />
26728
26729 <apn carrier="Tacom"
26730 mcc="436"
26731 mnc="05"
26732 apn="default"
26733 type="default,supl"
26734 />
26735
26736 <apn carrier="Tcell"
26737 mcc="436"
26738 mnc="12"
26739 apn="default"
26740 type="default,supl"
26741 />
26742
26743 <apn carrier="Beeline"
26744 mcc="437"
26745 mnc="01"
26746 apn="default"
26747 type="default,supl"
26748 />
26749
26750 <apn carrier="Fonex"
26751 mcc="437"
26752 mnc="03"
26753 apn="default"
26754 type="default,supl"
26755 />
26756
26757 <apn carrier="MegaCom"
26758 mcc="437"
26759 mnc="05"
26760 apn="default"
26761 type="default,supl"
26762 />
26763
26764 <apn carrier="O!"
26765 mcc="437"
26766 mnc="09"
26767 apn="default"
26768 type="default,supl"
26769 />
26770
26771 <apn carrier="MTS (BARASH Communication)"
26772 mcc="438"
26773 mnc="01"
26774 apn="default"
26775 type="default,supl"
26776 />
26777
26778 <apn carrier="TM-Cell"
26779 mcc="438"
26780 mnc="02"
26781 apn="default"
26782 type="default,supl"
26783 />
26784
Junichi Monma5bfb4b02013-02-06 09:55:19 +090026785 <apn carrier="mopera U"
Junichi Monma64603042011-10-24 19:24:44 +090026786 mcc="440"
26787 mnc="10"
Junichi Monma5bfb4b02013-02-06 09:55:19 +090026788 apn="mopera.net"
Junichi Monma64603042011-10-24 19:24:44 +090026789 user=""
26790 server=""
26791 password=""
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080026792 type="default,supl"
Junichi Monma64603042011-10-24 19:24:44 +090026793 />
26794
Junichi Monma18058e62014-06-18 15:24:53 +090026795 <apn carrier="b-mobile for Nexus"
26796 mcc="440"
26797 mnc="10"
26798 apn="bmobile.ne.jp"
26799 user="bmobile@nx"
26800 server=""
26801 password="bmobile"
26802 authtype="3"
26803 type="default,supl"
26804 />
26805
sy.yuncc0d98d2013-05-16 11:14:59 +090026806 <apn carrier="b-mobile 3G・4G 1GB/Fair"
Junichi Monma64603042011-10-24 19:24:44 +090026807 mcc="440"
26808 mnc="10"
Junichi Monma5bfb4b02013-02-06 09:55:19 +090026809 apn="bmobile.ne.jp"
sy.yuncc0d98d2013-05-16 11:14:59 +090026810 user="bmobile@fr"
26811 server=""
26812 password="bmobile"
26813 authtype="3"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080026814 type="default,supl"
sy.yuncc0d98d2013-05-16 11:14:59 +090026815 />
26816
26817 <apn carrier="b-mobile 3G・4G U300"
26818 mcc="440"
26819 mnc="10"
26820 apn="bmobile.ne.jp"
26821 user="bmobile@u300"
26822 server=""
26823 password="bmobile"
26824 authtype="3"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080026825 type="default,supl"
sy.yuncc0d98d2013-05-16 11:14:59 +090026826 />
26827
26828 <apn carrier="b-mobile スマホ電話"
26829 mcc="440"
26830 mnc="10"
26831 apn="bmobile.ne.jp"
26832 user="bmobile@spd"
26833 server=""
26834 password="bmobile"
26835 authtype="3"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080026836 type="default,supl"
sy.yuncc0d98d2013-05-16 11:14:59 +090026837 />
26838
26839 <apn carrier="b-mobile 4G カメレオンSIM"
26840 mcc="440"
26841 mnc="10"
26842 apn="bmobile.ne.jp"
26843 user="bmobile@cm"
Junichi Monma5bfb4b02013-02-06 09:55:19 +090026844 server=""
26845 password="bmobile"
26846 authtype="3"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080026847 type="default,supl"
Junichi Monma5bfb4b02013-02-06 09:55:19 +090026848 />
26849
Takeshi Kishimoto4579dc52014-01-29 18:10:19 +090026850 <apn carrier="IIJmio (LTE端末)"
26851 mcc="440"
26852 mnc="10"
26853 apn="iijmio.jp"
26854 user="mio@iij"
26855 server=""
26856 password="iij"
26857 authtype="3"
26858 protocol="IPV4V6"
26859 type="default,supl"
26860 />
26861
26862 <apn carrier="IIJmio (3G端末)"
Junichi Monma5bfb4b02013-02-06 09:55:19 +090026863 mcc="440"
26864 mnc="10"
26865 apn="iijmio.jp"
26866 user="mio@iij"
26867 server=""
26868 password="iij"
26869 authtype="3"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080026870 type="default,supl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070026871 />
26872
Junichi Monma18058e62014-06-18 15:24:53 +090026873 <apn carrier="OCN モバイル ONE (3G)"
26874 mcc="440"
26875 mnc="10"
26876 apn="3g-d-2.ocn.ne.jp"
26877 user="mobileid@ocn"
26878 server=""
26879 password="mobile"
26880 authtype="2"
26881 />
26882
26883 <apn carrier="OCN モバイル ONE (LTE)"
26884 mcc="440"
26885 mnc="10"
26886 apn="lte-d.ocn.ne.jp"
26887 user="mobileid@ocn"
26888 server=""
26889 password="mobile"
26890 authtype="2"
26891 />
26892
26893
Junichi Monma2d1d0772013-09-10 14:51:20 +090026894 <apn carrier="Application"
Junichi Monmac101d992013-02-14 16:57:07 +090026895 mcc="440"
26896 mnc="20"
Junichi Monma2d1d0772013-09-10 14:51:20 +090026897 apn="plus.acs.jp"
Eliseu Massingdca12002014-10-16 22:57:30 -030026898 user="ym"
26899 password="ym"
26900 mmsproxy="andmms.plus.acs.ne.jp"
Junichi Monma2d1d0772013-09-10 14:51:20 +090026901 mmsport="8080"
26902 mmsc="http://mms-s"
Eliseu Massingdca12002014-10-16 22:57:30 -030026903 type="default,mms,supl,hipri"
Sungmin Choi15ad41a2013-09-11 18:06:19 -070026904 authtype="2"
Junichi Monmac101d992013-02-14 16:57:07 +090026905 />
26906
sy.yuncc0d98d2013-05-16 11:14:59 +090026907 <apn carrier="SKT LTE INTERNET"
26908 mcc="450"
26909 mnc="05"
26910 apn="lte.sktelecom.com"
sy.yunc162f2c2013-11-08 08:08:37 +090026911 type="default,mms,supl,fota,cbs"
sy.yuncc0d98d2013-05-16 11:14:59 +090026912 mmsc="http://omms.nate.com:9082/oma_mms"
26913 mmsproxy="smart.nate.com"
26914 mmsport="9093"
26915 server="*"
26916 />
26917
26918 <apn carrier="SKT 3G INTERNET"
26919 mcc="450"
26920 mnc="05"
26921 apn="web.sktelecom.com"
Sungmin Choi94b2d772013-09-08 03:17:52 -070026922 type="default,mms,supl,fota,cbs"
sy.yuncc0d98d2013-05-16 11:14:59 +090026923 mmsc="http://omms.nate.com:9082/oma_mms"
26924 mmsproxy="smart.nate.com"
26925 mmsport="9093"
26926 server="*"
26927 />
26928
Sungmin Choi94b2d772013-09-08 03:17:52 -070026929 <apn carrier="SKT LTE Roaming"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070026930 mcc="450"
26931 mnc="05"
Sungmin Choi94b2d772013-09-08 03:17:52 -070026932 apn="lte-roaming.sktelecom.com"
26933 mmsc="http://omms.nate.com:9082/oma_mms"
26934 mmsproxy="smart.nate.com"
26935 mmsport="9093"
26936 server="*"
26937 />
26938
26939 <apn carrier="SKT 3G Roaming"
26940 mcc="450"
26941 mnc="05"
26942 apn="roaming.sktelecom.com"
26943 mmsc="http://omms.nate.com:9082/oma_mms"
26944 mmsproxy="smart.nate.com"
26945 mmsport="9093"
26946 server="*"
26947 />
26948
Jing Zhao8d1b97b2014-07-17 17:38:34 -050026949 <apn carrier="KT"
26950 mcc="450"
26951 mnc="08"
26952 apn="lte.ktfwing.com"
26953 mmsc="http://mmsc.ktfwing.com:9082"
26954 server="*"
26955 />
26956
Sungmin Choi94b2d772013-09-08 03:17:52 -070026957 <apn carrier="SKT 3G INTERNET"
26958 mcc="450"
26959 mnc="11"
26960 apn="web.sktelecom.com"
26961 type="default,mms,supl,fota,cbs"
26962 mmsc="http://omms.nate.com:9082/oma_mms"
26963 mmsproxy="smart.nate.com"
26964 mmsport="9093"
26965 server="*"
26966 />
26967
26968 <apn carrier="SKT LTE Roaming"
26969 mcc="450"
26970 mnc="11"
26971 apn="lte-roaming.sktelecom.com"
26972 mmsc="http://omms.nate.com:9082/oma_mms"
26973 mmsproxy="smart.nate.com"
26974 mmsport="9093"
26975 server="*"
26976 />
26977
26978 <apn carrier="SKT 3G Roaming"
26979 mcc="450"
26980 mnc="11"
John Huang7c77f992012-01-12 17:00:53 -080026981 apn="roaming.sktelecom.com"
jsh433c8572011-02-02 14:23:42 -080026982 mmsc="http://omms.nate.com:9082/oma_mms"
26983 mmsproxy="smart.nate.com"
26984 mmsport="9093"
sy.yuncc0d98d2013-05-16 11:14:59 +090026985 server="*"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070026986 />
26987
sy.yuncc0d98d2013-05-16 11:14:59 +090026988 <apn carrier="LG uplus IMS"
26989 mcc="450"
26990 mnc="06"
26991 apn="ims.lguplus.co.kr"
sy.yun5f7abb22013-07-30 10:31:54 +090026992 type="ia,ims"
sy.yuncc0d98d2013-05-16 11:14:59 +090026993 mmsc="http://omammsc.uplus.co.kr:9084"
26994 protocol="IPV4V6"
26995 />
26996
26997 <apn carrier="LG uplus"
26998 mcc="450"
26999 mnc="06"
27000 apn="internet.lguplus.co.kr"
Sungmin Choi94b2d772013-09-08 03:17:52 -070027001 type="default,mms,supl,fota,cbs"
sy.yuncc0d98d2013-05-16 11:14:59 +090027002 mmsc="http://omammsc.uplus.co.kr:9084"
27003 protocol="IPV4V6"
27004 />
27005
Sungmin Choi94b2d772013-09-08 03:17:52 -070027006 <apn carrier="LG uplus LTE Roaming"
27007 mcc="450"
27008 mnc="06"
27009 apn="lte-roaming.lguplus.co.kr"
27010 mmsc="http://omammsc.uplus.co.kr:9084"
27011 authtype="0"
27012 />
27013
sy.yuncc0d98d2013-05-16 11:14:59 +090027014 <apn carrier="LG uplus Roaming"
27015 mcc="450"
27016 mnc="06"
27017 apn="wroaming.lguplus.co.kr"
27018 mmsc="http://omammsc.uplus.co.kr:9084"
27019 authtype="0"
27020 />
27021
sy.yuncc0d98d2013-05-16 11:14:59 +090027022 <apn carrier="KT LTE INTERNET"
27023 mcc="450"
27024 mnc="08"
Sungmin Choi04f21072013-09-26 11:46:06 -070027025 apn="lte150.ktfwing.com"
sy.yunc162f2c2013-11-08 08:08:37 +090027026 type="default,mms,supl,fota,cbs"
sy.yuncc0d98d2013-05-16 11:14:59 +090027027 mmsc="http://mmsc.ktfwing.com:9082"
27028 port="80"
27029 server="*"
27030 />
27031
27032 <apn carrier="KT 3G INTERNET"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027033 mcc="450"
27034 mnc="08"
27035 apn="alwayson-r6.ktfwing.com"
Sungmin Choi94b2d772013-09-08 03:17:52 -070027036 type="default,mms,supl,fota,cbs"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027037 mmsc="http://mmsc.ktfwing.com:9082"
sy.yuncc0d98d2013-05-16 11:14:59 +090027038 port="80"
27039 server="*"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080027040 />
27041
sy.yun9ce76cf2013-08-01 09:45:16 +090027042 <apn carrier="Mobi-wap-gprs 2"
27043 mcc="452"
27044 mnc="01"
27045 apn="m-wap"
27046 user="mms"
27047 password="mms"
27048 authtype="1"
27049 type="default,supl"
27050 />
27051
jewon.leee391a8a2012-11-30 17:00:26 +090027052 <apn carrier="Mobi-wap-gprs 1"
27053 mcc="452"
27054 mnc="01"
27055 apn="m-wap"
27056 user="mms"
27057 password="mms"
27058 authtype="1"
27059 proxy="203.162.21.107"
27060 port="8080"
27061 type="default,supl"
27062 />
27063
27064 <apn carrier="Mobi-gprs-mms"
27065 mcc="452"
27066 mnc="01"
27067 apn="m-i090"
27068 user="mms"
27069 password="mms"
27070 authtype="1"
27071 mmsc="http://203.162.21.114/mmsc"
27072 mmsproxy="203.162.21.114"
27073 mmsport="8080"
27074 type="mms"
27075 />
27076
27077 <apn carrier="Vina-wap-gprs"
27078 mcc="452"
27079 mnc="02"
27080 apn="m3-world"
27081 user="mms"
27082 password="mms"
27083 authtype="1"
27084 type="default,supl"
27085 />
27086
27087 <apn carrier="Vina-gprs-mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080027088 mcc="452"
27089 mnc="02"
27090 apn="m3-mms"
27091 user="mms"
27092 password="mms"
jewon.leee391a8a2012-11-30 17:00:26 +090027093 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080027094 mmsc="http://mms.vinaphone.com.vn"
27095 mmsproxy="10.1.10.46"
27096 mmsport="8000"
27097 type="mms"
27098 />
27099
jewon.leee391a8a2012-11-30 17:00:26 +090027100 <apn carrier="Viettel-wap-gprs 1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080027101 mcc="452"
27102 mnc="04"
27103 apn="v-internet"
27104 type="default,supl"
27105 />
27106
jewon.leee391a8a2012-11-30 17:00:26 +090027107 <apn carrier="Viettel-wap-gprs 2"
27108 mcc="452"
27109 mnc="04"
27110 apn="v-wap"
27111 proxy="192.168.233.10"
27112 port="8080"
27113 type="default,supl"
27114 />
27115
27116 <apn carrier="Viettel-gprs-mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080027117 mcc="452"
27118 mnc="04"
27119 apn="v-mms"
27120 mmsc="http://mms.viettelmobile.com.vn/mms/wapenc"
27121 mmsproxy="192.168.233.10"
27122 mmsport="8080"
27123 type="mms"
27124 />
27125
sy.yun9ce76cf2013-08-01 09:45:16 +090027126 <apn carrier="Vietnamobile_GPRS3"
27127 mcc="452"
27128 mnc="05"
27129 apn="internet"
27130 type="default,supl"
27131 />
27132
jewon.leee391a8a2012-11-30 17:00:26 +090027133 <apn carrier="Vietnamobile_GPRS1"
27134 mcc="452"
27135 mnc="05"
27136 apn="wap"
27137 proxy="10.10.128.44"
27138 port="8080"
27139 type="default,supl"
27140 />
27141
27142 <apn carrier="Vietnamobile_GPRS2"
27143 mcc="452"
27144 mnc="05"
27145 apn="wap"
27146 type="default,supl"
27147 />
27148
27149 <apn carrier="Vietnamobile_MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080027150 mcc="452"
27151 mnc="05"
27152 apn="mms"
27153 mmsc="http://10.10.128.58/servlets/mms"
John Huang48a18362011-09-08 15:44:54 -070027154 mmsproxy="10.10.128.44"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080027155 mmsport="8080"
27156 type="mms"
27157 />
27158
sy.yun0bd504f2013-06-17 19:54:27 +090027159 <apn carrier="Gmobile-wap-gprs2"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080027160 mcc="452"
27161 mnc="07"
27162 apn="internet"
27163 type="default,supl"
27164 />
27165
sy.yun0bd504f2013-06-17 19:54:27 +090027166 <apn carrier="Gmobile-wap-gprs"
jewon.leee391a8a2012-11-30 17:00:26 +090027167 mcc="452"
27168 mnc="07"
27169 apn="internet"
27170 proxy="10.16.70.199"
27171 port="8080"
27172 type="default,supl"
27173 />
27174
sy.yun0bd504f2013-06-17 19:54:27 +090027175 <apn carrier="Gmobile-gprs-mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080027176 mcc="452"
27177 mnc="07"
27178 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080027179 mmsc="http://mms"
27180 mmsproxy="10.16.70.199"
27181 mmsport="8080"
27182 type="mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027183 />
27184
sy.yun0bd504f2013-06-17 19:54:27 +090027185 <apn carrier="Gmobile MMS"
jewon.leee391a8a2012-11-30 17:00:26 +090027186 mcc="452"
27187 mnc="07"
27188 apn="mms"
27189 user="mms"
27190 password="mms"
27191 authtype="2"
27192 mmsc="http://mms"
27193 mmsproxy="10.16.70.199"
27194 mmsport="8080"
27195 type="mms"
27196 />
27197
27198 <apn carrier="e-internet"
Sangcheol Lee2fa91882011-11-18 09:57:59 -080027199 mcc="452"
27200 mnc="08"
27201 apn="e-internet"
27202 type="default,supl"
27203 />
27204
jewon.leee391a8a2012-11-30 17:00:26 +090027205 <apn carrier="e-wap"
Sangcheol Lee2fa91882011-11-18 09:57:59 -080027206 mcc="452"
27207 mnc="08"
27208 apn="e-wap"
jewon.leee391a8a2012-11-30 17:00:26 +090027209 proxy="10.18.2.183"
27210 port="8080"
27211 type="default,supl"
27212 />
27213
27214 <apn carrier="e-mms"
27215 mcc="452"
27216 mnc="08"
27217 apn="e-mms"
Sangcheol Lee2fa91882011-11-18 09:57:59 -080027218 mmsc="http://10.18.2.172:38090"
27219 mmsproxy="10.18.2.183"
27220 mmsport="8080"
27221 type="mms"
27222 />
27223
Sungmin Choi0e0213a2013-06-02 13:29:25 -070027224 <apn carrier="1O1O"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027225 mcc="454"
27226 mnc="00"
sy.yun38eb77c2013-08-17 01:46:34 +090027227 apn="mobile"
agathon.jung7232b922012-11-19 16:03:52 -080027228 mmsproxy="192.168.59.51"
27229 mmsport="8080"
27230 mmsc="http://192.168.58.171:8002"
sy.yun0bd504f2013-06-17 19:54:27 +090027231 authtype="3"
agathon.jung7232b922012-11-19 16:03:52 -080027232 type="default,supl,mms"
27233 />
27234
sy.yun38eb77c2013-08-17 01:46:34 +090027235 <apn carrier="one2free"
27236 mcc="454"
27237 mnc="00"
27238 apn="mobile"
27239 mmsproxy="192.168.59.51"
agathon.jung7232b922012-11-19 16:03:52 -080027240 mmsport="8080"
27241 mmsc="http://192.168.58.171:8002"
sy.yun38eb77c2013-08-17 01:46:34 +090027242 authtype="3"
agathon.jung7232b922012-11-19 16:03:52 -080027243 type="default,supl,mms"
27244 />
27245
sy.yun0c9faa92013-09-04 09:58:34 +090027246 <apn carrier="NWMOBILE"
27247 mcc="454"
27248 mnc="00"
27249 apn="NWMOBILE"
27250 mmsproxy="192.168.59.61"
27251 mmsport="8080"
27252 mmsc="http://192.168.58.171:8002"
27253 authtype="3"
27254 type="default,supl,mms"
sy.yun0c9faa92013-09-04 09:58:34 +090027255 />
27256
27257 <apn carrier="1O1O"
27258 mcc="454"
27259 mnc="02"
27260 apn="mobile"
27261 mmsproxy="192.168.59.51"
27262 mmsport="8080"
27263 mmsc="http://192.168.58.171:8002"
27264 authtype="3"
27265 type="default,supl,mms"
27266 />
27267
jewon.leee391a8a2012-11-30 17:00:26 +090027268 <apn carrier="one2free"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027269 mcc="454"
27270 mnc="02"
sy.yun38eb77c2013-08-17 01:46:34 +090027271 apn="mobile"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027272 mmsproxy="192.168.59.51"
27273 mmsport="8080"
sy.yun38eb77c2013-08-17 01:46:34 +090027274 mmsc="http://192.168.58.171:8002"
27275 authtype="3"
27276 type="default,supl,mms"
27277 />
27278
sy.yun0c9faa92013-09-04 09:58:34 +090027279 <apn carrier="NWMOBILE"
27280 mcc="454"
27281 mnc="02"
27282 apn="NWMOBILE"
27283 mmsproxy="192.168.59.61"
27284 mmsport="8080"
27285 mmsc="http://192.168.58.171:8002"
27286 authtype="3"
27287 type="default,supl,mms"
sy.yun0c9faa92013-09-04 09:58:34 +090027288 />
27289
Sungmin Choi0e0213a2013-06-02 13:29:25 -070027290 <apn carrier="3 LTE"
27291 mcc="454"
27292 mnc="03"
27293 apn="mobile.lte.three.com.hk"
27294 mmsc="http://mms.um.three.com.hk:10021/mmsc"
27295 mmsproxy="mms.three.com.hk"
27296 mmsport="8799"
27297 authtype="1"
27298 type="default,supl,mms"
27299 />
27300
jsh433c8572011-02-02 14:23:42 -080027301 <apn carrier="3"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027302 mcc="454"
27303 mnc="03"
27304 apn="mobile.three.com.hk"
27305 mmsc="http://mms.um.three.com.hk:10021/mmsc"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070027306 mmsproxy="mms.three.com.hk"
27307 mmsport="8799"
27308 authtype="1"
27309 type="default,supl,mms"
27310 />
27311
jewon.leee391a8a2012-11-30 17:00:26 +090027312 <apn carrier="3(2G) MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027313 mcc="454"
27314 mnc="04"
27315 apn="mms-g.three.com.hk"
27316 mmsc="http://10.30.15.51:10021/mmsc"
27317 mmsproxy="10.30.15.53"
jsh433c8572011-02-02 14:23:42 -080027318 mmsport="8080"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027319 type="mms"
27320 />
27321
jewon.leee391a8a2012-11-30 17:00:26 +090027322 <apn carrier="3(2G) GPRS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027323 mcc="454"
27324 mnc="04"
27325 apn="web-g.three.com.hk"
jewon.leee391a8a2012-11-30 17:00:26 +090027326 proxy="10.30.3.151"
jsh433c8572011-02-02 14:23:42 -080027327 port="8080"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027328 type="default,supl"
27329 />
27330
agathon.jung7232b922012-11-19 16:03:52 -080027331 <apn carrier="SmarTone"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027332 mcc="454"
27333 mnc="06"
Sangcheol Lee2fa91882011-11-18 09:57:59 -080027334 apn="SmarTone"
27335 mmsc="http://mms.smartone.com/server"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027336 mmsproxy="10.9.9.9"
27337 mmsport="8080"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070027338 authtype="3"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027339 type="default,supl,mms"
27340 />
27341
Ed Guy8747f002014-05-30 12:16:52 -040027342 <apn carrier="Truphone"
27343 mcc="454"
27344 mnc="08"
27345 apn="truphone.com"
27346 type="default,supl"
27347 />
27348
jewon.leee391a8a2012-11-30 17:00:26 +090027349 <apn carrier="one2free"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027350 mcc="454"
27351 mnc="10"
27352 apn="hkcsl"
27353 mmsc="http://192.168.58.171:8002"
27354 mmsproxy="192.168.59.51"
27355 mmsport="8080"
sy.yun38eb77c2013-08-17 01:46:34 +090027356 authtype="3"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027357 type="default,supl,mms"
27358 />
27359
jsh433c8572011-02-02 14:23:42 -080027360 <apn carrier="CMHK MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027361 mcc="454"
27362 mnc="12"
jewon.leee391a8a2012-11-30 17:00:26 +090027363 apn="cmhk"
jsh433c8572011-02-02 14:23:42 -080027364 mmsc="http://mms.hk.chinamobile.com/mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027365 type="mms"
27366 />
27367
jewon.leee391a8a2012-11-30 17:00:26 +090027368 <apn carrier="CMHK Data"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027369 mcc="454"
27370 mnc="12"
jewon.leee391a8a2012-11-30 17:00:26 +090027371 apn="cmhk"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027372 type="default,supl"
27373 />
27374
sy.yun38eb77c2013-08-17 01:46:34 +090027375 <apn carrier="CMHK MMS"
27376 mcc="454"
27377 mnc="13"
27378 apn="cmhk"
27379 mmsc="http://mms.hk.chinamobile.com/mms"
27380 type="mms"
27381 />
27382
27383 <apn carrier="CMHK Data"
27384 mcc="454"
27385 mnc="13"
27386 apn="cmhk"
27387 type="default,supl"
27388 />
27389
agathon.jung7232b922012-11-19 16:03:52 -080027390 <apn carrier="SmarTone"
27391 mcc="454"
27392 mnc="15"
27393 apn="SmarTone"
27394 mmsproxy="10.9.9.9"
27395 mmsport="8080"
27396 mmsc="http://mms.smartone.com/server"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070027397 authtype="3"
agathon.jung7232b922012-11-19 16:03:52 -080027398 type="default,supl,mms"
27399 />
27400
sy.yun38eb77c2013-08-17 01:46:34 +090027401 <apn carrier="PCCW-HKT"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027402 mcc="454"
27403 mnc="16"
sy.yun38eb77c2013-08-17 01:46:34 +090027404 apn="pccw"
27405 mmsc="http://3gmms.pccwmobile.com:8080/was"
27406 mmsproxy="10.140.14.10"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027407 mmsport="8080"
sy.yun38eb77c2013-08-17 01:46:34 +090027408 authtype="1"
27409 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027410 />
27411
agathon.jung7232b922012-11-19 16:03:52 -080027412 <apn carrier="SmarTone"
27413 mcc="454"
27414 mnc="17"
27415 apn="SmarTone"
27416 mmsproxy="10.9.9.9"
27417 mmsport="8080"
27418 mmsc="http://mms.smartone.com/server"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070027419 authtype="3"
agathon.jung7232b922012-11-19 16:03:52 -080027420 type="default,supl,mms"
27421 />
27422
sy.yun38eb77c2013-08-17 01:46:34 +090027423 <apn carrier="1O1O"
27424 mcc="454"
27425 mnc="18"
27426 apn="mobile"
27427 mmsproxy="192.168.59.51"
27428 mmsport="8080"
27429 mmsc="http://192.168.58.171:8002"
27430 authtype="3"
27431 type="default,supl,mms"
27432 />
27433
jewon.leee391a8a2012-11-30 17:00:26 +090027434 <apn carrier="one2free"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090027435 mcc="454"
27436 mnc="18"
sy.yun38eb77c2013-08-17 01:46:34 +090027437 apn="mobile"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090027438 mmsproxy="192.168.59.51"
27439 mmsport="8080"
sy.yun38eb77c2013-08-17 01:46:34 +090027440 mmsc="http://192.168.58.171:8002"
27441 authtype="3"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090027442 type="default,supl,mms"
27443 />
27444
sy.yun0c9faa92013-09-04 09:58:34 +090027445 <apn carrier="NWMOBILE"
27446 mcc="454"
27447 mnc="18"
27448 apn="NWMOBILE"
27449 mmsproxy="192.168.59.61"
27450 mmsport="8080"
27451 mmsc="http://192.168.58.171:8002"
27452 authtype="3"
27453 type="default,supl,mms"
sy.yun0c9faa92013-09-04 09:58:34 +090027454 />
27455
sy.yun38eb77c2013-08-17 01:46:34 +090027456 <apn carrier="PCCW-HKT"
sy.yun0bd504f2013-06-17 19:54:27 +090027457 mcc="454"
27458 mnc="19"
27459 apn="pccw"
27460 mmsc="http://3gmms.pccwmobile.com:8080/was"
27461 mmsproxy="10.140.14.10"
27462 mmsport="8080"
27463 authtype="1"
27464 type="default,supl,mms"
27465 />
27466
jewon.leee391a8a2012-11-30 17:00:26 +090027467 <apn carrier="SmarTone Macau"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027468 mcc="455"
27469 mnc="00"
27470 apn="smartgprs"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070027471 mmsc="http://momms.smartone.com/dmog/mo"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027472 mmsproxy="10.9.9.29"
27473 mmsport="8080"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070027474 authtype="3"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027475 type="default,supl,mms"
27476 />
27477
jewon.leee391a8a2012-11-30 17:00:26 +090027478 <apn carrier="CTM Data"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027479 mcc="455"
27480 mnc="01"
27481 apn="ctm-mobile"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027482 type="default,supl"
27483 />
27484
27485 <apn carrier="CTM MMS"
27486 mcc="455"
27487 mnc="01"
27488 apn="ctmmms"
27489 mmsc="http://mms.wap.ctm.net:8002"
27490 mmsproxy="192.168.99.3"
27491 mmsport="8080"
27492 type="mms"
27493 />
27494
jewon.leee391a8a2012-11-30 17:00:26 +090027495 <apn carrier="CTM (Prepaid)"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027496 mcc="455"
jewon.leee391a8a2012-11-30 17:00:26 +090027497 mnc="01"
27498 apn="ctmprepaid"
jewon.leee391a8a2012-11-30 17:00:26 +090027499 mmsc="http://mms.wap.ctm.net:8002"
27500 mmsproxy="192.168.99.3"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027501 mmsport="8080"
jewon.leee391a8a2012-11-30 17:00:26 +090027502 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027503 />
27504
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090027505 <apn carrier="3 Macau"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027506 mcc="455"
27507 mnc="03"
jewon.leee391a8a2012-11-30 17:00:26 +090027508 apn="mobile.three.com.mo"
27509 mmsc="http://mms.three.com.mo:10021/mmsc"
27510 mmsproxy="mms.three.com.mo"
27511 mmsport="8080"
sy.yun0bd504f2013-06-17 19:54:27 +090027512 authtype="1"
jewon.leee391a8a2012-11-30 17:00:26 +090027513 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027514 />
27515
jewon.leee391a8a2012-11-30 17:00:26 +090027516 <apn carrier="CTM Data"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027517 mcc="455"
27518 mnc="04"
27519 apn="ctm-mobile"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027520 type="default,supl"
27521 />
27522
27523 <apn carrier="CTM MMS"
27524 mcc="455"
27525 mnc="04"
27526 apn="ctmmms"
27527 mmsc="http://mms.wap.ctm.net:8002"
27528 mmsproxy="192.168.99.3"
27529 mmsport="8080"
27530 type="mms"
27531 />
27532
jewon.leee391a8a2012-11-30 17:00:26 +090027533 <apn carrier="CTM (Prepaid)"
27534 mcc="455"
27535 mnc="04"
27536 apn="ctmprepaid"
jewon.leee391a8a2012-11-30 17:00:26 +090027537 mmsc="http://mms.wap.ctm.net:8002"
27538 mmsproxy="192.168.99.3"
27539 mmsport="8080"
27540 type="default,supl,mms"
27541 />
27542
27543 <apn carrier="3 Macau"
27544 mcc="455"
27545 mnc="05"
27546 apn="mobile.three.com.mo"
27547 mmsc="http://mms.three.com.mo:10021/mmsc"
27548 mmsproxy="mms.three.com.mo"
27549 mmsport="8080"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070027550 authtype="1"
jewon.leee391a8a2012-11-30 17:00:26 +090027551 type="default,supl,mms"
27552 />
27553
Tangus Koech65d9db22013-09-16 18:40:10 +030027554 <apn carrier="Cellcard"
27555 mcc="456"
27556 mnc="01"
27557 apn="default"
27558 type="default,supl"
27559 />
27560
27561 <apn carrier="Smart"
27562 mcc="456"
27563 mnc="02"
27564 apn="default"
27565 type="default,supl"
27566 />
27567
27568 <apn carrier="qb"
27569 mcc="456"
27570 mnc="04"
27571 apn="default"
27572 type="default,supl"
27573 />
27574
27575 <apn carrier="Star-Cell"
27576 mcc="456"
27577 mnc="05"
27578 apn="default"
27579 type="default,supl"
27580 />
27581
27582 <apn carrier="Smart"
27583 mcc="456"
27584 mnc="06"
27585 apn="default"
27586 type="default,supl"
27587 />
27588
27589 <apn carrier="Metfone"
27590 mcc="456"
27591 mnc="08"
27592 apn="default"
27593 type="default,supl"
27594 />
27595
27596 <apn carrier="Beeline"
27597 mcc="456"
27598 mnc="09"
27599 apn="default"
27600 type="default,supl"
27601 />
27602
27603 <apn carrier="Excell"
27604 mcc="456"
27605 mnc="11"
27606 apn="default"
27607 type="default,supl"
27608 />
27609
27610 <apn carrier="Cellcard"
27611 mcc="456"
27612 mnc="18"
27613 apn="default"
27614 type="default,supl"
27615 />
27616
27617 <apn carrier="LTC"
27618 mcc="457"
27619 mnc="01"
27620 apn="default"
27621 type="default,supl"
27622 />
27623
27624 <apn carrier="ETL"
27625 mcc="457"
27626 mnc="02"
27627 apn="default"
27628 type="default,supl"
27629 />
27630
27631 <apn carrier="Unitel"
27632 mcc="457"
27633 mnc="03"
27634 apn="default"
27635 type="default,supl"
27636 />
27637
27638 <apn carrier="Beeline"
27639 mcc="457"
27640 mnc="08"
27641 apn="default"
27642 type="default,supl"
27643 />
27644
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027645 <apn carrier="中国移动 (China Mobile) GPRS"
27646 mcc="460"
27647 mnc="00"
27648 apn="cmnet"
27649 type="default,supl"
27650 />
27651
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090027652 <apn carrier="中国移动 (China Mobile) WAP"
27653 mcc="460"
27654 mnc="00"
27655 apn="cmwap"
27656 proxy="10.0.0.172"
27657 port="80"
27658 type="default,supl"
27659 />
27660
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027661 <apn carrier="中国移动彩信 (China Mobile)"
27662 mcc="460"
27663 mnc="00"
27664 apn="cmwap"
27665 proxy="10.0.0.172"
27666 port="80"
27667 mmsc="http://mmsc.monternet.com"
27668 mmsproxy="10.0.0.172"
27669 mmsport="80"
27670 type="mms"
27671 />
27672
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090027673 <apn carrier="沃3G连接互联网 (China Unicom)"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027674 mcc="460"
27675 mnc="01"
27676 apn="3gnet"
27677 type="default,supl"
27678 />
27679
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090027680 <apn carrier="沃3G手机上网 (China Unicom)"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027681 mcc="460"
27682 mnc="01"
27683 apn="3gwap"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090027684 proxy="10.0.0.172"
27685 port="80"
27686 type="default,supl"
27687 />
27688
27689 <apn carrier="联通2GNET上网 (China Unicom)"
27690 mcc="460"
27691 mnc="01"
27692 apn="uninet"
27693 type="default,supl"
27694 />
27695
27696 <apn carrier="联通彩信 (China Unicom)"
27697 mcc="460"
27698 mnc="01"
27699 apn="3gwap"
27700 mmsc="http://mmsc.myuni.com.cn"
27701 mmsproxy="10.0.0.172"
27702 mmsport="80"
27703 type="mms"
27704 />
27705
27706 <apn carrier="联通2g彩信 (China Unicom)"
27707 mcc="460"
27708 mnc="01"
27709 apn="uniwap"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027710 mmsc="http://mmsc.myuni.com.cn"
27711 mmsproxy="10.0.0.172"
27712 mmsport="80"
27713 type="mms"
27714 />
27715
27716 <apn carrier="中国移动 (China Mobile) GPRS"
27717 mcc="460"
27718 mnc="02"
27719 apn="cmnet"
27720 type="default,supl"
27721 />
27722
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090027723 <apn carrier="中国移动 (China Mobile) WAP"
27724 mcc="460"
27725 mnc="02"
27726 apn="cmwap"
27727 proxy="10.0.0.172"
27728 port="80"
27729 type="default,supl"
27730 />
27731
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027732 <apn carrier="中国移动彩信 (China Mobile)"
27733 mcc="460"
27734 mnc="02"
27735 apn="cmwap"
27736 proxy="10.0.0.172"
27737 port="80"
27738 mmsc="http://mmsc.monternet.com"
27739 mmsproxy="10.0.0.172"
27740 mmsport="80"
27741 type="mms"
27742 />
27743
27744 <apn carrier="中国移动 (China Mobile) GPRS"
27745 mcc="460"
27746 mnc="07"
27747 apn="cmnet"
27748 type="default,supl"
27749 />
27750
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090027751 <apn carrier="中国移动 (China Mobile) WAP"
27752 mcc="460"
27753 mnc="07"
27754 apn="cmwap"
27755 proxy="10.0.0.172"
27756 port="80"
27757 type="default,supl"
27758 />
27759
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027760 <apn carrier="中国移动彩信 (China Mobile)"
27761 mcc="460"
27762 mnc="07"
27763 apn="cmwap"
27764 proxy="10.0.0.172"
27765 port="80"
27766 mmsc="http://mmsc.monternet.com"
27767 mmsproxy="10.0.0.172"
27768 mmsport="80"
27769 type="mms"
27770 />
27771
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027772 <apn carrier="遠傳電信(Far EasTone) (MMS)"
27773 mcc="466"
27774 mnc="01"
27775 apn="fetnet01"
27776 mmsc="http://mms"
27777 mmsproxy="210.241.199.199"
sy.yun38eb77c2013-08-17 01:46:34 +090027778 mmsport="9201"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027779 type="mms"
27780 />
27781
27782 <apn carrier="遠傳電信(Far EasTone) (Internet)"
27783 mcc="466"
27784 mnc="01"
27785 apn="internet"
27786 type="default,supl"
27787 />
27788
27789 <apn carrier="和信電訊(KGT-Online) (Internet)"
27790 mcc="466"
27791 mnc="88"
27792 apn="internet"
27793 type="default,supl"
27794 />
27795
27796 <apn carrier="和信電訊(KGT-Online) (MMS)"
27797 mcc="466"
27798 mnc="88"
27799 apn="kgtmms"
27800 mmsc="http://mms.kgtmms.net.tw/mms/wapenc"
27801 mmsproxy="172.28.33.5"
27802 mmsport="8080"
27803 type="mms"
27804 />
27805
sy.yune3d215f2014-08-21 09:45:59 +090027806 <apn carrier="VIBO-vibo"
jewon.leee391a8a2012-11-30 17:00:26 +090027807 mcc="466"
27808 mnc="89"
27809 apn="vibo"
27810 type="default,supl"
27811 />
27812
sy.yune3d215f2014-08-21 09:45:59 +090027813 <apn carrier="T Star-internet"
jewon.leee391a8a2012-11-30 17:00:26 +090027814 mcc="466"
27815 mnc="89"
27816 apn="internet"
27817 type="default,supl"
27818 />
27819
sy.yune3d215f2014-08-21 09:45:59 +090027820 <apn carrier="VIBOONE"
jewon.leee391a8a2012-11-30 17:00:26 +090027821 mcc="466"
27822 mnc="89"
27823 apn="viboone"
27824 type="default,supl"
27825 />
27826
sy.yune3d215f2014-08-21 09:45:59 +090027827 <apn carrier="T Star-MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027828 mcc="466"
27829 mnc="89"
sy.yune3d215f2014-08-21 09:45:59 +090027830 apn="internet"
27831 mmsc="http://mms.vibo.net.tw"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027832 mmsproxy="172.24.128.36"
27833 mmsport="8080"
jewon.leee391a8a2012-11-30 17:00:26 +090027834 type="mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027835 />
27836
John Wang6a572492011-04-04 14:51:32 -070027837 <apn carrier="中華電信(Chunghwa) (Internet)"
27838 mcc="466"
27839 mnc="92"
27840 apn="internet"
27841 type="default,supl"
27842 />
27843
jewon.leee391a8a2012-11-30 17:00:26 +090027844 <apn carrier="中華電信(Chunghwa) (MMS)"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027845 mcc="466"
27846 mnc="92"
27847 apn="emome"
27848 mmsc="http://mms.emome.net:8002"
27849 mmsproxy="10.1.1.1"
27850 mmsport="8080"
jewon.leee391a8a2012-11-30 17:00:26 +090027851 type="mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027852 />
27853
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027854 <apn carrier="台灣大哥大(TW Mobile) (Internet)"
27855 mcc="466"
27856 mnc="93"
jewon.leee391a8a2012-11-30 17:00:26 +090027857 apn="Internet"
Sangcheol Lee2fa91882011-11-18 09:57:59 -080027858 type="default,supl"
27859 />
27860
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027861 <apn carrier="台灣大哥大(TW Mobile) (MMS)"
27862 mcc="466"
27863 mnc="93"
jewon.leee391a8a2012-11-30 17:00:26 +090027864 apn="MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027865 mmsc="http://mms.catch.net.tw"
27866 mmsproxy="10.1.1.2"
27867 mmsport="80"
27868 type="mms"
27869 />
27870
jewon.leee391a8a2012-11-30 17:00:26 +090027871 <apn carrier="台灣大哥大(TW Mobile) (Internet)"
27872 mcc="466"
27873 mnc="97"
27874 apn="Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027875 type="default,supl"
27876 />
27877
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027878 <apn carrier="台灣大哥大(TW Mobile) (MMS)"
27879 mcc="466"
27880 mnc="97"
jewon.leee391a8a2012-11-30 17:00:26 +090027881 apn="MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027882 mmsc="http://mms.catch.net.tw"
27883 mmsproxy="10.1.1.2"
27884 mmsport="80"
27885 type="mms"
27886 />
27887
Sangcheol Lee2fa91882011-11-18 09:57:59 -080027888 <apn carrier="台灣大哥大(TW Mobile) (Internet)"
27889 mcc="466"
27890 mnc="99"
jewon.leee391a8a2012-11-30 17:00:26 +090027891 apn="Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027892 type="default,supl"
27893 />
27894
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070027895 <apn carrier="台灣大哥大(TW Mobile) (MMS)"
27896 mcc="466"
27897 mnc="99"
27898 apn="mms"
27899 mmsc="http://mms.catch.net.tw"
27900 mmsproxy="10.1.1.2"
27901 mmsport="80"
27902 type="mms"
27903 />
27904
Jing Zhao8d1b97b2014-07-17 17:38:34 -050027905 <apn carrier="GP-INTERNET"
27906 mcc="470"
27907 mnc="01"
27908 apn="gpinternet"
27909 authtype="0"
27910 type="default,supl,agps,fota,dun"
27911 />
27912
27913 <apn carrier="GP-MMS"
27914 mcc="470"
27915 mnc="01"
27916 apn="gpmms"
27917 authtype="0"
27918 mmsc="http://mms.gpsurf.net/servlets/mms"
27919 mmsproxy="10.128.1.2"
27920 mmsport="8080"
27921 type="mms"
27922 />
27923
Tangus Koech65d9db22013-09-16 18:40:10 +030027924 <apn carrier="Dhiraagu"
27925 mcc="472"
27926 mnc="01"
27927 apn="default"
27928 type="default,supl"
27929 />
27930
27931 <apn carrier="Wataniya"
27932 mcc="472"
27933 mnc="02"
27934 apn="default"
27935 type="default,supl"
27936 />
27937
agathon.jung7232b922012-11-19 16:03:52 -080027938 <apn carrier="DiGi Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080027939 mcc="502"
agathon.jung7232b922012-11-19 16:03:52 -080027940 mnc="10"
27941 apn="diginet"
27942 type="default,supl"
27943 />
27944
27945 <apn carrier="DiGi MMS"
27946 mcc="502"
27947 mnc="10"
27948 apn="digimms"
27949 user="mms"
27950 password="mms"
27951 mmsc="http://mms.digi.com.my/servlets/mms"
27952 mmsproxy="203.92.128.160"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080027953 mmsport="80"
sy.yun0bd504f2013-06-17 19:54:27 +090027954 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080027955 type="mms"
27956 />
27957
sy.yun0bd504f2013-06-17 19:54:27 +090027958 <apn carrier="Maxis Internet"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070027959 mcc="502"
27960 mnc="12"
27961 apn="max4g"
27962 user="maxis"
27963 password="wap"
27964 mmsproxy="202.75.133.49"
27965 mmsport="80"
27966 mmsc="http://172.16.74.100:10021/mmsc"
sy.yun0bd504f2013-06-17 19:54:27 +090027967 authtype="1"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070027968 type="default,supl,mms"
27969 />
27970
sy.yun0bd504f2013-06-17 19:54:27 +090027971 <apn carrier="Celcom Internet"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070027972 mcc="502"
27973 mnc="13"
27974 apn="celcom4g"
27975 mmsproxy="10.128.1.242"
27976 mmsport="8080"
27977 mmsc="http://mms.celcom.net.my"
27978 type="default,supl,mms"
27979 />
27980
sy.yun0bd504f2013-06-17 19:54:27 +090027981 <apn carrier="Maxis Internet"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070027982 mcc="502"
27983 mnc="142"
27984 apn="max4g"
27985 user="maxis"
27986 password="wap"
27987 mmsproxy="202.75.133.49"
27988 mmsport="80"
27989 mmsc="http://172.16.74.100:10021/mmsc"
sy.yun0bd504f2013-06-17 19:54:27 +090027990 authtype="1"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070027991 type="default,supl,mms"
27992 />
27993
agathon.jung7232b922012-11-19 16:03:52 -080027994 <apn carrier="DiGi Internet"
27995 mcc="502"
27996 mnc="143"
27997 apn="diginet"
27998 type="default,supl"
27999 />
28000
28001 <apn carrier="DiGi MMS"
28002 mcc="502"
28003 mnc="143"
28004 apn="digimms"
28005 user="mms"
28006 password="mms"
28007 mmsc="http://mms.digi.com.my/servlets/mms"
28008 mmsproxy="203.92.128.160"
28009 mmsport="80"
sy.yun0bd504f2013-06-17 19:54:27 +090028010 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028011 type="mms"
28012 />
28013
sy.yun0bd504f2013-06-17 19:54:27 +090028014 <apn carrier="Celcom Internet"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028015 mcc="502"
28016 mnc="145"
28017 apn="celcom4g"
28018 mmsproxy="10.128.1.242"
28019 mmsport="8080"
28020 mmsc="http://mms.celcom.net.my"
28021 type="default,supl,mms"
28022 />
28023
agathon.jung7232b922012-11-19 16:03:52 -080028024 <apn carrier="DiGi Internet"
28025 mcc="502"
28026 mnc="146"
28027 apn="diginet"
28028 type="default,supl"
28029 />
28030
28031 <apn carrier="DiGi MMS"
28032 mcc="502"
28033 mnc="146"
28034 apn="digimms"
28035 user="mms"
28036 password="mms"
28037 mmsc="http://mms.digi.com.my/servlets/mms"
28038 mmsproxy="203.92.128.160"
28039 mmsport="80"
sy.yun0bd504f2013-06-17 19:54:27 +090028040 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -080028041 type="mms"
28042 />
28043
sy.yun0bd504f2013-06-17 19:54:27 +090028044 <apn carrier="Maxis Internet"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028045 mcc="502"
28046 mnc="147"
28047 apn="max4g"
28048 user="maxis"
28049 password="wap"
28050 mmsproxy="202.75.133.49"
28051 mmsport="80"
28052 mmsc="http://172.16.74.100:10021/mmsc"
sy.yun0bd504f2013-06-17 19:54:27 +090028053 authtype="1"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028054 type="default,supl,mms"
28055 />
28056
sy.yun0bd504f2013-06-17 19:54:27 +090028057 <apn carrier="Celcom Internet"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028058 mcc="502"
28059 mnc="148"
28060 apn="celcom4g"
28061 mmsproxy="10.128.1.242"
28062 mmsport="8080"
28063 mmsc="http://mms.celcom.net.my"
28064 type="default,supl,mms"
28065 />
28066
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028067 <apn carrier="DiGi MMS"
28068 mcc="502"
28069 mnc="16"
28070 apn="digimms"
28071 user="mms"
28072 password="mms"
28073 mmsc="http://mms.digi.com.my/servlets/mms"
28074 mmsproxy="203.92.128.160"
28075 mmsport="80"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028076 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028077 type="mms"
28078 />
28079
28080 <apn carrier="DiGi Internet"
28081 mcc="502"
28082 mnc="16"
28083 apn="diginet"
28084 type="default,supl"
28085 />
28086
sy.yun0bd504f2013-06-17 19:54:27 +090028087 <apn carrier="Maxis Internet"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028088 mcc="502"
28089 mnc="17"
28090 apn="max4g"
28091 user="maxis"
28092 password="wap"
28093 mmsproxy="202.75.133.49"
28094 mmsport="80"
28095 mmsc="http://172.16.74.100:10021/mmsc"
sy.yun0bd504f2013-06-17 19:54:27 +090028096 authtype="1"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028097 type="default,supl,mms"
28098 />
28099
sy.yun0bd504f2013-06-17 19:54:27 +090028100 <apn carrier="U Mobile Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028101 mcc="502"
28102 mnc="18"
28103 apn="my3g"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028104 mmsproxy="10.30.5.11"
28105 mmsport="8080"
agathon.jung7232b922012-11-19 16:03:52 -080028106 mmsc="http://10.30.3.11/servlets/mms"
28107 type="default,supl,mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028108 />
28109
sy.yun0bd504f2013-06-17 19:54:27 +090028110 <apn carrier="Celcom Internet"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028111 mcc="502"
28112 mnc="19"
28113 apn="celcom4g"
28114 mmsproxy="10.128.1.242"
28115 mmsport="8080"
28116 mmsc="http://mms.celcom.net.my"
28117 type="default,supl,mms"
28118 />
28119
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028120 <apn carrier="Telstra Internet"
28121 mcc="505"
28122 mnc="01"
Sangcheol Lee2fa91882011-11-18 09:57:59 -080028123 apn="telstra.wap"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028124 type="default,supl"
28125 />
28126
sy.yuncc0d98d2013-05-16 11:14:59 +090028127 <apn carrier="Telstra MMS"
28128 mcc="505"
28129 mnc="01"
28130 apn="telstra.mms"
28131 type="mms"
28132 mmsc="http://mmsc.telstra.com:8002/"
28133 mmsproxy="10.1.1.180"
28134 mmsport="80"
28135 />
28136
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028137 <apn carrier="Optus Yes Internet"
28138 mcc="505"
28139 mnc="02"
28140 apn="yesinternet"
28141 type="default,supl"
28142 />
28143
sy.yuncc0d98d2013-05-16 11:14:59 +090028144 <apn carrier="Optus Business Mobile Broadband"
28145 mcc="505"
28146 mnc="02"
28147 apn="yesbusiness"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080028148 type="default,supl"
sy.yuncc0d98d2013-05-16 11:14:59 +090028149 />
28150
28151 <apn carrier="Optus Internet"
28152 mcc="505"
28153 mnc="02"
28154 apn="internet"
28155 type="default"
28156 />
28157
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028158 <apn carrier="Optus MMS"
28159 mcc="505"
28160 mnc="02"
28161 apn="mms"
28162 mmsc="http://mmsc.optus.com.au:8002/"
28163 mmsproxy="61.88.190.10"
28164 mmsport="8070"
28165 type="mms"
28166 />
28167
Ed Guy8747f002014-05-30 12:16:52 -040028168 <apn carrier="Truphone"
28169 mcc="505"
28170 mnc="02"
28171 apn="truphone.com"
28172 type="default,supl"
28173 mvno_match_data="50502100"
28174 mvno_type="imsi"
28175 />
28176
sy.yuncc0d98d2013-05-16 11:14:59 +090028177 <apn carrier="Virgin Internet"
28178 mcc="505"
28179 mnc="02"
28180 apn="virgininternet"
28181 type="default"
28182 proxy="202.139.83.152"
28183 port="8070"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028184 mvno_match_data="505029"
28185 mvno_type="imsi"
sy.yuncc0d98d2013-05-16 11:14:59 +090028186 />
28187
28188 <apn carrier="Virgin MMS"
28189 mcc="505"
28190 mnc="02"
28191 apn="virginmms"
28192 type="mms"
28193 mmsc="http://mms.virginvibe.com.au:8002"
28194 mmsproxy="202.139.83.152"
28195 mmsport="8070"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028196 mvno_match_data="505029"
28197 mvno_type="imsi"
sy.yuncc0d98d2013-05-16 11:14:59 +090028198 />
28199
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090028200 <apn carrier="Vodafone live!"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028201 mcc="505"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090028202 mnc="03"
28203 apn="live.vodafone.com"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028204 mmsc="http://pxt.vodafone.net.au/pxtsend"
28205 mmsproxy="10.202.2.60"
28206 mmsport="8080"
Sangcheol Lee40bdf672011-12-02 23:14:10 +090028207 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028208 />
28209
Jing Zhao8d1b97b2014-07-17 17:38:34 -050028210 <apn carrier="Planet 3"
28211 mcc="505"
28212 mnc="06"
28213 apn="3services"
28214 authtype="0"
28215 mmsc="http://mmsc.three.net.au:10021/mmsc"
28216 mmsproxy="10.176.57.25"
28217 mmsport="8799"
28218 protocol="IP"
28219 />
28220
28221 <apn carrier="VF AU PXT"
28222 mcc="505"
28223 mnc="07"
28224 apn="live.vodafone.com"
28225 mmsc="http://pxt.vodafone.net.au/pxtsend"
28226 mmsproxy="10.202.2.60"
28227 mmsport="8080"
28228 type="mms"
28229 />
28230
28231 <apn carrier="VF Internet"
28232 mcc="505"
28233 mnc="07"
28234 apn="vfinternet.au"
28235 type="default,supl"
28236 />
28237
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028238 <apn carrier="Telstra MMS"
28239 mcc="505"
28240 mnc="11"
28241 apn="Telstra.mms"
28242 mmsc="http://mmsc.telstra.com:8002"
28243 mmsproxy="10.1.1.180"
28244 mmsport="80"
28245 type="mms"
28246 />
28247
28248 <apn carrier="Telstra Internet"
28249 mcc="505"
28250 mnc="11"
28251 apn="Telstra.wap"
28252 type="default,supl"
28253 />
28254
Jing Zhao8d1b97b2014-07-17 17:38:34 -050028255 <apn carrier="3Internet"
28256 mcc="505"
28257 mnc="12"
28258 apn="3netaccess"
28259 type="default,supl"
28260 />
28261
28262 <apn carrier="3"
28263 mcc="505"
28264 mnc="12"
28265 apn="3services"
28266 mmsc="http://mmsc.three.net.au:10021/mmsc"
28267 mmsproxy="10.176.57.25"
28268 mmsport="8799"
28269 type="default,supl,mms"
28270 />
28271
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028272 <apn carrier="Telstra MMS"
28273 mcc="505"
28274 mnc="71"
28275 apn="Telstra.mms"
28276 mmsc="http://mmsc.telstra.com:8002"
28277 mmsproxy="10.1.1.180"
28278 mmsport="80"
28279 type="mms"
28280 />
28281
28282 <apn carrier="Telstra Internet"
28283 mcc="505"
28284 mnc="71"
28285 apn="Telstra.wap"
28286 type="default,supl"
28287 />
28288
28289 <apn carrier="Telstra MMS"
28290 mcc="505"
28291 mnc="72"
28292 apn="Telstra.mms"
28293 mmsc="http://mmsc.telstra.com:8002"
28294 mmsproxy="10.1.1.180"
28295 mmsport="80"
28296 type="mms"
28297 />
28298
28299 <apn carrier="Telstra Internet"
28300 mcc="505"
28301 mnc="72"
28302 apn="Telstra.wap"
28303 type="default,supl"
28304 />
28305
Jing Zhao8d1b97b2014-07-17 17:38:34 -050028306 <apn carrier="VF AU PXT"
28307 mcc="505"
28308 mnc="88"
28309 apn="live.vodafone.com"
28310 mmsc="http://pxt.vodafone.net.au/pxtsend"
28311 mmsproxy="10.202.2.60"
28312 mmsport="8080"
28313 type="mms"
28314 />
28315
28316 <apn carrier="VF Internet"
28317 mcc="505"
28318 mnc="88"
28319 apn="vfinternet.au"
28320 type="default,supl"
28321 />
28322
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028323 <apn carrier="Optus Internet"
28324 mcc="505"
28325 mnc="90"
28326 apn="internet"
28327 type="default,supl"
28328 />
28329
28330 <apn carrier="Optus MMS"
28331 mcc="505"
28332 mnc="90"
28333 apn="mms"
28334 mmsc="http://mmsc.optus.com.au:8002/"
28335 mmsproxy="61.88.190.10"
28336 mmsport="8070"
28337 type="mms"
28338 />
28339
sy.yuncc0d98d2013-05-16 11:14:59 +090028340 <apn carrier="Vodafone Live!"
28341 mcc="505"
28342 mnc="99"
28343 apn="live.vodafone.com"
28344 mmsc="http://pxt.vodafone.net.au/pxtsend"
28345 mmsproxy="10.202.2.60"
28346 mmsport="8080"
28347 />
28348
jewon.leee391a8a2012-11-30 17:00:26 +090028349 <apn carrier="Indosat-SNS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028350 mcc="510"
28351 mnc="01"
jewon.leee391a8a2012-11-30 17:00:26 +090028352 apn="indosatgprs"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028353 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028354 type="default,supl"
28355 />
28356
jewon.leee391a8a2012-11-30 17:00:26 +090028357 <apn carrier="Indosat GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028358 mcc="510"
28359 mnc="01"
28360 apn="indosatgprs"
28361 user="indosat"
28362 password="indosat"
jewon.leee391a8a2012-11-30 17:00:26 +090028363 authtype="1"
28364 proxy="10.19.19.19"
28365 port="8080"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028366 type="default,supl"
28367 />
28368
jewon.leee391a8a2012-11-30 17:00:26 +090028369 <apn carrier="Indosat MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028370 mcc="510"
28371 mnc="01"
28372 apn="indosatmms"
28373 user="indosat"
28374 password="indosat"
sy.yuncc0d98d2013-05-16 11:14:59 +090028375 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028376 mmsc="http://mmsc.indosat.com"
28377 mmsproxy="10.19.19.19"
28378 mmsport="8080"
28379 type="mms"
28380 />
28381
jewon.leee391a8a2012-11-30 17:00:26 +090028382 <apn carrier="AXIS-SNS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028383 mcc="510"
28384 mnc="08"
28385 apn="AXIS"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028386 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028387 type="default,supl"
28388 />
28389
jewon.leee391a8a2012-11-30 17:00:26 +090028390 <apn carrier="AXISwap"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028391 mcc="510"
28392 mnc="08"
agathon.jung7232b922012-11-19 16:03:52 -080028393 apn="AXIS"
28394 user="axis"
28395 password="123456"
28396 proxy="10.8.3.8"
28397 port="8080"
28398 type="default,supl"
sy.yuncc0d98d2013-05-16 11:14:59 +090028399 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -080028400 />
28401
jewon.leee391a8a2012-11-30 17:00:26 +090028402 <apn carrier="AXISmms"
agathon.jung7232b922012-11-19 16:03:52 -080028403 mcc="510"
28404 mnc="08"
28405 apn="AXISmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028406 user="axis"
28407 password="123456"
28408 mmsc="http://mmsc.axis"
28409 mmsproxy="10.8.3.8"
28410 mmsport="8080"
28411 type="mms"
sy.yuncc0d98d2013-05-16 11:14:59 +090028412 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028413 />
28414
jewon.leee391a8a2012-11-30 17:00:26 +090028415 <apn carrier="TSEL-SNS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028416 mcc="510"
28417 mnc="10"
28418 apn="internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028419 type="default,supl"
28420 />
28421
jewon.leee391a8a2012-11-30 17:00:26 +090028422 <apn carrier="TSEL-WAP"
28423 mcc="510"
28424 mnc="10"
28425 apn="telkomsel"
28426 user="wap"
28427 password="wap123"
28428 authtype="1"
28429 proxy="10.1.89.130"
28430 port="8000"
28431 type="default,supl"
28432 />
28433
28434 <apn carrier="TSEL-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028435 mcc="510"
28436 mnc="10"
28437 apn="mms"
28438 user="wap"
28439 password="wap123"
jewon.leee391a8a2012-11-30 17:00:26 +090028440 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028441 mmsc="http://mms.telkomsel.com"
28442 mmsproxy="10.1.89.150"
28443 mmsport="8000"
28444 type="mms"
28445 />
28446
jewon.leee391a8a2012-11-30 17:00:26 +090028447 <apn carrier="Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028448 mcc="510"
28449 mnc="11"
jewon.leee391a8a2012-11-30 17:00:26 +090028450 apn="internet"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028451 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028452 type="default,supl"
28453 />
28454
jewon.leee391a8a2012-11-30 17:00:26 +090028455 <apn carrier="XL-MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028456 mcc="510"
28457 mnc="11"
28458 apn="www.xlmms.net"
28459 user="xlgprs"
28460 password="proxl"
jewon.leee391a8a2012-11-30 17:00:26 +090028461 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028462 mmsc="http://mmc.xl.net.id/servlets/mms"
28463 mmsproxy="202.152.240.50"
28464 mmsport="8080"
28465 type="mms"
28466 />
28467
jewon.leee391a8a2012-11-30 17:00:26 +090028468 <apn carrier="Indosat-SNS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028469 mcc="510"
jewon.leee391a8a2012-11-30 17:00:26 +090028470 mnc="21"
28471 apn="indosatgprs"
28472 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028473 type="default,supl"
28474 />
28475
jewon.leee391a8a2012-11-30 17:00:26 +090028476 <apn carrier="Indosat GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028477 mcc="510"
28478 mnc="21"
28479 apn="indosatgprs"
28480 user="indosat"
28481 password="indosat"
jewon.leee391a8a2012-11-30 17:00:26 +090028482 authtype="1"
28483 proxy="10.19.19.19"
28484 port="8080"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028485 type="default,supl"
28486 />
28487
agathon.jung7232b922012-11-19 16:03:52 -080028488 <apn carrier="Indosat MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028489 mcc="510"
agathon.jung7232b922012-11-19 16:03:52 -080028490 mnc="21"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028491 apn="indosatmms"
28492 user="indosat"
28493 password="indosat"
jewon.leee391a8a2012-11-30 17:00:26 +090028494 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028495 mmsc="http://mmsc.indosat.com"
28496 mmsproxy="10.19.19.19"
28497 mmsport="8080"
28498 type="mms"
28499 />
28500
agathon.jung7232b922012-11-19 16:03:52 -080028501 <apn carrier="3-SNS"
28502 mcc="510"
28503 mnc="89"
28504 apn="3gprs"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028505 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -080028506 type="default,supl"
28507 />
28508
jewon.leee391a8a2012-11-30 17:00:26 +090028509 <apn carrier="3GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028510 mcc="510"
28511 mnc="89"
28512 apn="3gprs"
28513 user="3gprs"
28514 password="3gprs"
jewon.leee391a8a2012-11-30 17:00:26 +090028515 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -080028516 proxy="10.4.0.10"
28517 port="3128"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028518 type="default,supl"
28519 />
28520
jewon.leee391a8a2012-11-30 17:00:26 +090028521 <apn carrier="3MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028522 mcc="510"
28523 mnc="89"
28524 apn="3mms"
28525 user="3mms"
28526 password="3mms"
jewon.leee391a8a2012-11-30 17:00:26 +090028527 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028528 mmsc="http://mms.three.co.id"
28529 mmsproxy="10.4.0.10"
28530 mmsport="3128"
28531 type="mms"
28532 />
28533
Tangus Koech65d9db22013-09-16 18:40:10 +030028534 <apn carrier="Telin"
28535 mcc="514"
28536 mnc="01"
28537 apn="default"
28538 type="default,supl"
28539 />
28540
28541 <apn carrier="Timor Telecom"
28542 mcc="514"
28543 mnc="02"
28544 apn="default"
28545 type="default,supl"
28546 />
28547
28548 <apn carrier="Viettel Timor-Leste"
28549 mcc="514"
28550 mnc="03"
28551 apn="default"
28552 type="default,supl"
28553 />
28554
agathon.jung7232b922012-11-19 16:03:52 -080028555 <apn carrier="myGlobe Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028556 mcc="515"
28557 mnc="02"
28558 apn="internet.globe.com.ph"
28559 type="default,supl"
28560 />
28561
jewon.leee391a8a2012-11-30 17:00:26 +090028562 <apn carrier="myGlobe INET"
28563 mcc="515"
28564 mnc="02"
28565 apn="http.globe.com.ph"
28566 type="default,supl"
28567 />
agathon.jung7232b922012-11-19 16:03:52 -080028568
28569 <apn carrier="myGlobe Connect"
jsh433c8572011-02-02 14:23:42 -080028570 mcc="515"
28571 mnc="02"
agathon.jung7232b922012-11-19 16:03:52 -080028572 apn="www.globe.com.ph"
28573 proxy="203.177.42.214"
28574 port="8080"
jsh433c8572011-02-02 14:23:42 -080028575 type="default,supl"
28576 />
28577
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028578 <apn carrier="myGlobe MMS"
28579 mcc="515"
28580 mnc="02"
28581 apn="mms.globe.com.ph"
28582 mmsc="http://192.40.100.22:10021/mmsc"
jewon.leee391a8a2012-11-30 17:00:26 +090028583 mmsproxy="203.177.42.214"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028584 mmsport="8080"
28585 type="mms"
28586 />
28587
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028588 <apn carrier="SMARTLTE"
28589 mcc="515"
28590 mnc="03"
28591 apn="smartlte"
28592 type="default,supl"
28593 />
28594
jewon.leee391a8a2012-11-30 17:00:26 +090028595 <apn carrier="SMART INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028596 mcc="515"
28597 mnc="03"
28598 apn="internet"
28599 type="default,supl"
28600 />
28601
jewon.leee391a8a2012-11-30 17:00:26 +090028602 <apn carrier="Smart GPRS"
28603 mcc="515"
28604 mnc="03"
28605 apn="Smart1"
28606 proxy="10.102.61.46"
28607 port="8080"
28608 type="default,supl"
28609 />
28610
28611 <apn carrier="Smart MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028612 mcc="515"
28613 mnc="03"
28614 apn="mms"
28615 mmsc="http://10.102.61.238:8002"
28616 mmsproxy="10.102.61.46"
28617 mmsport="8080"
28618 type="mms"
28619 />
28620
jewon.leee391a8a2012-11-30 17:00:26 +090028621 <apn carrier="Sun Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028622 mcc="515"
28623 mnc="05"
28624 apn="minternet"
28625 type="default,supl"
28626 />
28627
jewon.leee391a8a2012-11-30 17:00:26 +090028628 <apn carrier="SUN WAP GPRS"
28629 mcc="515"
28630 mnc="05"
28631 apn="wap"
28632 proxy="202.138.159.78"
28633 port="8080"
28634 type="default,supl"
28635 />
28636
28637 <apn carrier="Sun SBW"
28638 mcc="515"
28639 mnc="05"
28640 apn="fbband"
28641 type="default,supl"
28642 />
28643
sy.yun0bd504f2013-06-17 19:54:27 +090028644 <apn carrier="Sun Streaming"
28645 mcc="515"
28646 mnc="05"
28647 apn="minternet"
28648 type="default,supl"
28649 />
28650
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028651 <apn carrier="SUN MMS"
28652 mcc="515"
28653 mnc="05"
28654 apn="mms"
28655 mmsc="http://mmscenter.suncellular.com.ph"
28656 mmsproxy="202.138.159.78"
28657 mmsport="8080"
28658 type="mms"
28659 />
28660
Jing Zhao8d1b97b2014-07-17 17:38:34 -050028661 <apn carrier="Redinternet"
28662 mcc="515"
28663 mnc="18"
28664 apn="redinternet"
28665 type="default,supl"
28666 />
28667
28668 <apn carrier="Redmms"
28669 mcc="515"
28670 mnc="18"
28671 apn="real.globe.com.ph"
28672 mmsc="http://10.102.61.193:8002/mmsc"
28673 mmsproxy="10.138.3.35"
28674 mmsport="8080"
28675 type="mms"
28676 />
28677
agathon.jung7232b922012-11-19 16:03:52 -080028678 <apn carrier="CAT3G INTERNET"
28679 mcc="520"
28680 mnc="00"
28681 apn="internet"
28682 type="default,supl"
28683 />
28684
28685 <apn carrier="CAT3G MMS"
28686 mcc="520"
28687 mnc="00"
28688 apn="catmms"
28689 mmsc="http://mms.cat3g.com:8002/"
28690 mmsproxy="10.4.7.39"
28691 mmsport="8080"
28692 type="mms"
28693 />
28694
Sungmin Choi7d1a0872013-02-04 12:46:05 +090028695 <apn carrier="TRUE-H INTERNET"
28696 mcc="520"
28697 mnc="00"
28698 apn="internet"
28699 user="true"
28700 password="true"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070028701 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +090028702 type="default,supl"
28703 mvno_match_data="01"
28704 mvno_type="gid"
28705 />
28706
28707 <apn carrier="TRUE-H MMS"
28708 mcc="520"
28709 mnc="00"
28710 apn="hmms"
28711 user="true"
28712 password="true"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070028713 authtype="1"
Sungmin Choi7d1a0872013-02-04 12:46:05 +090028714 mmsc="http://mms.trueh.com:8002/"
28715 mmsproxy="10.4.7.39"
28716 mmsport="8080"
28717 type="mms"
28718 mvno_match_data="01"
28719 mvno_type="gid"
28720 />
28721
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028722 <apn carrier="AIS Internet"
28723 mcc="520"
28724 mnc="01"
28725 apn="internet"
agathon.jung7232b922012-11-19 16:03:52 -080028726 authtype="0"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028727 type="default,supl"
28728 />
28729
28730 <apn carrier="AIS MMS"
28731 mcc="520"
28732 mnc="01"
28733 apn="multimedia"
28734 mmsc="http://mms.mobilelife.co.th"
28735 mmsproxy="203.170.229.34"
28736 mmsport="8080"
28737 type="mms"
28738 />
28739
Sungmin Choi2f71bde2013-10-06 18:03:22 -070028740 <apn carrier="AIS Internet"
28741 mcc="520"
28742 mnc="03"
28743 apn="internet"
28744 authtype="0"
28745 type="default,supl"
28746 />
28747
28748 <apn carrier="AIS MMS"
28749 mcc="520"
28750 mnc="03"
28751 apn="multimedia"
28752 mmsc="http://mms.mobilelife.co.th"
28753 mmsproxy="203.170.229.34"
28754 mmsport="8080"
28755 type="mms"
28756 />
28757
28758 <apn carrier="TRUE-H INTERNET"
28759 mcc="520"
28760 mnc="04"
28761 apn="internet"
28762 user="true"
28763 password="true"
28764 authtype="1"
28765 type="default,supl"
28766 />
28767
28768 <apn carrier="TRUE-H MMS"
28769 mcc="520"
28770 mnc="04"
28771 apn="hmms"
28772 user="true"
28773 password="true"
28774 authtype="1"
28775 mmsc="http://mms.trueh.com:8002/"
28776 mmsproxy="10.4.7.39"
28777 mmsport="8080"
28778 type="mms"
28779 />
28780
28781 <apn carrier="dtac Internet"
28782 mcc="520"
28783 mnc="05"
28784 apn="www.dtac.co.th"
28785 type="default,supl"
28786 />
28787
28788 <apn carrier="dtac MMS"
28789 mcc="520"
28790 mnc="05"
28791 apn="mms"
seonju.oheb269162013-10-10 11:24:00 +090028792 mmsc="http://mms2.dtac.co.th:8002/"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070028793 mmsproxy="10.10.10.10"
28794 mmsport="8080"
28795 type="mms"
28796 />
28797
agathon.jung7232b922012-11-19 16:03:52 -080028798 <apn carrier="TOT 3G Internet"
28799 mcc="520"
28800 mnc="15"
28801 apn="internet"
28802 type="default,supl"
28803 />
28804
28805 <apn carrier="TOT 3G MMS"
28806 mcc="520"
28807 mnc="15"
28808 apn="mms"
28809 mmsc="http://mms.tot3g.net:8002"
28810 mmsproxy="192.168.0.72"
28811 mmsport="8080"
28812 type="mms"
28813 />
28814
28815 <apn carrier="dtac MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028816 mcc="520"
28817 mnc="18"
28818 apn="mms"
28819 mmsc="http://mms.dtac.co.th:8002/"
sy.yund5768bd2013-11-14 09:04:15 +090028820 mmsproxy="203.155.200.133"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028821 mmsport="8080"
28822 type="mms"
28823 />
28824
agathon.jung7232b922012-11-19 16:03:52 -080028825 <apn carrier="dtac Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028826 mcc="520"
28827 mnc="18"
28828 apn="www.dtac.co.th"
28829 type="default,supl"
28830 />
28831
seonju.oheb269162013-10-10 11:24:00 +090028832 <apn carrier="TRUE INTERNET"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028833 mcc="520"
28834 mnc="99"
28835 apn="internet"
seonju.oheb269162013-10-10 11:24:00 +090028836 user="true"
28837 password="true"
28838 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028839 type="default,supl"
28840 />
28841
agathon.jung7232b922012-11-19 16:03:52 -080028842 <apn carrier="TRUE MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028843 mcc="520"
28844 mnc="99"
seonju.oheb269162013-10-10 11:24:00 +090028845 apn="hmms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028846 user="true"
28847 password="true"
seonju.oheb269162013-10-10 11:24:00 +090028848 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -080028849 mmsc="http://mms.truelife.com:8002/"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028850 mmsproxy="10.4.7.39"
28851 mmsport="8080"
28852 type="mms"
28853 />
28854
sy.yun9ce76cf2013-08-01 09:45:16 +090028855 <apn carrier="SingTel (PostPaid)"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028856 mcc="525"
28857 mnc="01"
28858 apn="e-ideas"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028859 mmsproxy="165.21.42.84"
28860 mmsport="8080"
agathon.jung7232b922012-11-19 16:03:52 -080028861 mmsc="http://mms.singtel.com:10021/mmsc"
Sangcheol Lee2fa91882011-11-18 09:57:59 -080028862 type="default,supl,mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028863 />
28864
sy.yun9ce76cf2013-08-01 09:45:16 +090028865 <apn carrier="SingTel (PrePaid)"
agathon.jung7232b922012-11-19 16:03:52 -080028866 mcc="525"
28867 mnc="01"
28868 apn="hicard"
28869 mmsproxy="165.21.42.84"
28870 mmsport="8080"
28871 mmsc="http://mms.singtel.com:10021/mmsc"
28872 type="default,supl,mms"
28873 />
28874
sy.yun9ce76cf2013-08-01 09:45:16 +090028875 <apn carrier="SingTel (PostPaid)"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028876 mcc="525"
28877 mnc="02"
28878 apn="e-ideas"
Sangcheol Lee2fa91882011-11-18 09:57:59 -080028879 mmsproxy="165.21.42.84"
28880 mmsport="8080"
agathon.jung7232b922012-11-19 16:03:52 -080028881 mmsc="http://mms.singtel.com:10021/mmsc"
Sangcheol Lee2fa91882011-11-18 09:57:59 -080028882 type="default,supl,mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028883 />
28884
sy.yun9ce76cf2013-08-01 09:45:16 +090028885 <apn carrier="SingTel (PrePaid)"
agathon.jung7232b922012-11-19 16:03:52 -080028886 mcc="525"
28887 mnc="02"
28888 apn="hicard"
28889 mmsproxy="165.21.42.84"
28890 mmsport="8080"
28891 mmsc="http://mms.singtel.com:10021/mmsc"
28892 type="default,supl,mms"
28893 />
28894
28895 <apn carrier="Sunsurf Mobile"
28896 mcc="525"
28897 mnc="03"
28898 apn="sunsurf"
28899 type="default,supl"
28900 />
28901
28902 <apn carrier="M1 WAP"
28903 mcc="525"
28904 mnc="03"
28905 apn="miworld"
28906 user="65"
28907 password="user123"
28908 proxy="172.16.1.23"
28909 port="8081"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028910 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -080028911 type="default,supl"
28912 />
28913
28914 <apn carrier="M1 MMS(3G)"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028915 mcc="525"
28916 mnc="03"
28917 apn="miworld"
28918 user="65"
28919 password="user123"
28920 mmsc="http://mmsgw:8002"
28921 mmsproxy="172.16.14.10"
28922 mmsport="8080"
Sungmin Choi0e0213a2013-06-02 13:29:25 -070028923 authtype="1"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028924 type="mms"
28925 />
28926
agathon.jung7232b922012-11-19 16:03:52 -080028927 <apn carrier="Sunsurf Mobile"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028928 mcc="525"
agathon.jung7232b922012-11-19 16:03:52 -080028929 mnc="04"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028930 apn="sunsurf"
agathon.jung7232b922012-11-19 16:03:52 -080028931 type="default,supl"
28932 />
28933
28934 <apn carrier="M1 WAP"
28935 mcc="525"
28936 mnc="04"
28937 apn="miworld"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028938 user="65"
agathon.jung7232b922012-11-19 16:03:52 -080028939 password="user123"
sy.yun0bd504f2013-06-17 19:54:27 +090028940 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -080028941 proxy="172.16.1.23"
28942 port="8081"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028943 type="default,supl"
28944 />
28945
agathon.jung7232b922012-11-19 16:03:52 -080028946 <apn carrier="M1 MMS(3G)"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028947 mcc="525"
agathon.jung7232b922012-11-19 16:03:52 -080028948 mnc="04"
28949 apn="miworld"
28950 user="65"
28951 password="user123"
sy.yun0bd504f2013-06-17 19:54:27 +090028952 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -080028953 mmsc="http://mmsgw:8002"
28954 mmsproxy="172.16.14.10"
28955 mmsport="8080"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028956 type="mms"
28957 />
28958
sy.yun9ce76cf2013-08-01 09:45:16 +090028959 <apn carrier="SH Data Postpaid"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028960 mcc="525"
28961 mnc="05"
28962 apn="shwap"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028963 type="default,supl"
28964 />
28965
sy.yun9ce76cf2013-08-01 09:45:16 +090028966 <apn carrier="SH MMS Postpaid"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028967 mcc="525"
28968 mnc="05"
agathon.jung7232b922012-11-19 16:03:52 -080028969 apn="shmms"
28970 mmsc="http://mms.starhubgee.com.sg:8002/"
28971 mmsproxy="10.12.1.80"
28972 mmsport="80"
28973 type="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080028974 />
28975
Tangus Koech65d9db22013-09-16 18:40:10 +030028976 <apn carrier="B-Mobile"
28977 mcc="528"
28978 mnc="02"
28979 apn="default"
28980 type="default,supl"
28981 />
28982
28983 <apn carrier="DSTCom"
28984 mcc="528"
28985 mnc="11"
28986 apn="default"
28987 type="default,supl"
28988 />
28989
jewon.leee391a8a2012-11-30 17:00:26 +090028990 <apn carrier="VFNZ Gateway"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070028991 mcc="530"
28992 mnc="01"
28993 apn="live.vodafone.com"
28994 mmsc="http://pxt.vodafone.net.nz/pxtsend"
28995 mmsproxy="172.30.38.3"
28996 mmsport="8080"
28997 type="mms"
28998 />
28999
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070029000 <apn carrier="VFNZ Internet"
29001 mcc="530"
Irfan Sheriff453ac802011-02-01 17:21:43 -080029002 mnc="01"
jewon.leee391a8a2012-11-30 17:00:26 +090029003 apn="vodafone"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070029004 type="default,supl"
29005 />
29006
jewon.leee391a8a2012-11-30 17:00:26 +090029007 <apn carrier="TelecomData"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070029008 mcc="530"
29009 mnc="05"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090029010 apn="wap.telecom.co.nz"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070029011 type="default,supl"
29012 />
29013
jewon.leee391a8a2012-11-30 17:00:26 +090029014 <apn carrier="TelecomContent"
29015 mcc="530"
29016 mnc="05"
29017 apn="wap.telecom.co.nz"
29018 proxy="210.55.11.73"
29019 port="80"
29020 type="default,supl"
29021 />
29022
29023 <apn carrier="TelecomMMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070029024 mcc="530"
29025 mnc="05"
29026 apn="wap.telecom.co.nz"
29027 mmsc="http://lsmmsc.xtra.co.nz"
29028 mmsproxy="210.55.11.73"
jewon.leee391a8a2012-11-30 17:00:26 +090029029 mmsport="80"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070029030 type="mms"
29031 />
29032
jewon.leee391a8a2012-11-30 17:00:26 +090029033 <apn carrier="2Degrees Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070029034 mcc="530"
29035 mnc="24"
29036 apn="internet"
29037 type="default,supl"
29038 />
29039
jewon.leee391a8a2012-11-30 17:00:26 +090029040 <apn carrier="2Degrees MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070029041 mcc="530"
29042 mnc="24"
29043 apn="mms"
29044 mmsc="http://mms.2degreesmobile.net.nz:48090"
29045 mmsproxy="118.148.1.118"
29046 mmsport="8080"
29047 type="mms"
29048 />
29049
Tangus Koech65d9db22013-09-16 18:40:10 +030029050 <apn carrier="Digicel"
29051 mcc="536"
29052 mnc="02"
29053 apn="default"
29054 type="default,supl"
29055 />
29056
29057 <apn carrier="BeMobile"
29058 mcc="537"
29059 mnc="01"
29060 apn="default"
29061 type="default,supl"
29062 />
29063
Sungmin Choi0e0213a2013-06-02 13:29:25 -070029064 <apn carrier="PNG WAP"
29065 mcc="537"
29066 mnc="03"
29067 apn="wap.digicelpng.com"
29068 proxy="10.149.83.116"
29069 port="8080"
29070 type="default,supl"
29071 />
29072
29073 <apn carrier="PNG WEB"
29074 mcc="537"
29075 mnc="03"
29076 apn="internet.digicelpng.com"
29077 type="default,supl"
29078 />
29079
Jing Zhao8d1b97b2014-07-17 17:38:34 -050029080 <apn carrier="Papua New Guinea:Digicel:Modem"
29081 mcc="537"
29082 mnc="03"
29083 apn="wap.digicel.com.pg"
29084 type="dun"
29085 authtype="1"
29086 mmsc="http://wapdigicel.com"
29087 proxy="10.149.122.12"
29088 port="8080"
29089 />
29090
Sungmin Choi0e0213a2013-06-02 13:29:25 -070029091 <apn carrier="PNG MMS"
29092 mcc="537"
29093 mnc="03"
29094 apn="wap.digicelpng.com"
29095 mmsc="http://mms.digicelpng.com:8990"
29096 mmsproxy="10.149.83.116"
29097 mmsport="8080"
29098 type="mms"
29099 />
29100
Tangus Koech65d9db22013-09-16 18:40:10 +030029101 <apn carrier="U-Call"
29102 mcc="539"
29103 mnc="01"
29104 apn="default"
29105 type="default,supl"
29106 />
29107
29108 <apn carrier="Shoreline Communication"
29109 mcc="539"
29110 mnc="43"
29111 apn="default"
29112 type="default,supl"
29113 />
29114
29115 <apn carrier="Digicel"
29116 mcc="539"
29117 mnc="88"
29118 apn="default"
29119 type="default,supl"
29120 />
29121
Jing Zhao8d1b97b2014-07-17 17:38:34 -050029122 <apn carrier="Tonga:Digicel:Modem"
29123 mcc="539"
29124 mnc="88"
29125 apn="wap"
29126 type="dun"
29127 authtype="1"
29128 mmsc="http://wapdigicel.com"
29129 proxy="172.16.7.12"
29130 port="8080"
29131 />
29132
29133 <apn carrier="Tonga:Digicel:Mms"
29134 mcc="539"
29135 mnc="88"
29136 apn="wap"
29137 type="mms"
29138 authtype="1"
29139 mmsproxy="172.16.7.12"
29140 mmsc="http://mms.digicelgroup.com"
29141 mmsport="9201"
29142 />
29143
Tangus Koech65d9db22013-09-16 18:40:10 +030029144 <apn carrier="BREEZE"
29145 mcc="540"
29146 mnc="01"
29147 apn="default"
29148 type="default,supl"
29149 />
29150
29151 <apn carrier="BeMobile"
29152 mcc="540"
29153 mnc="02"
29154 apn="default"
29155 type="default,supl"
29156 />
29157
29158 <apn carrier="AIL"
29159 mcc="541"
29160 mnc="00"
29161 apn="default"
29162 type="default,supl"
29163 />
29164
29165 <apn carrier="SMILE"
29166 mcc="541"
29167 mnc="01"
29168 apn="default"
29169 type="default,supl"
29170 />
29171
29172 <apn carrier="Digicel"
29173 mcc="541"
29174 mnc="05"
29175 apn="default"
29176 type="default,supl"
29177 />
29178
Jing Zhao8d1b97b2014-07-17 17:38:34 -050029179 <apn carrier="Vanatu:Digicel:Modem"
29180 mcc="541"
29181 mnc="05"
29182 apn="wap"
29183 type="dun"
29184 authtype="1"
29185 mmsc="http://wapdigicel.com"
29186 proxy="172.16.7.12"
29187 port="8080"
29188 />
29189
29190 <apn carrier="Vanatu:Digicel:Mms"
29191 mcc="541"
29192 mnc="05"
29193 apn="wap"
29194 type="mms"
29195 authtype="1"
29196 mmsproxy="172.16.7.12"
29197 mmsc="http://mms.digicelgroup.com"
29198 mmsport="9201"
29199 />
29200
Tangus Koech65d9db22013-09-16 18:40:10 +030029201 <apn carrier="Vodafone"
29202 mcc="542"
29203 mnc="01"
29204 apn="default"
29205 type="default,supl"
29206 />
29207
29208 <apn carrier="Digicel"
29209 mcc="542"
29210 mnc="02"
29211 apn="default"
29212 type="default,supl"
29213 />
29214
Jing Zhao8d1b97b2014-07-17 17:38:34 -050029215 <apn carrier="Fiji:Digicel:Modem"
29216 mcc="542"
29217 mnc="02"
29218 apn="wap"
29219 type="dun"
29220 authtype="1"
29221 mmsc="http://wapdigicel.com"
29222 proxy="172.16.7.12"
29223 port="8080"
29224 />
29225
29226 <apn carrier="Fiji:Digicel:Mms"
29227 mcc="542"
29228 mnc="02"
29229 apn="wap"
29230 type="mms"
29231 authtype="1"
29232 mmsproxy="172.16.7.12"
29233 mmsc="http://mms.digicelgroup.com"
29234 mmsport="9201"
29235 />
29236
Tangus Koech65d9db22013-09-16 18:40:10 +030029237 <apn carrier="Bluesky"
29238 mcc="544"
29239 mnc="11"
29240 apn="default"
29241 type="default,supl"
29242 />
29243
29244 <apn carrier="Kiribati - TSKL"
29245 mcc="545"
29246 mnc="01"
29247 apn="default"
29248 type="default,supl"
29249 />
29250
29251 <apn carrier="Kiribati - Frigate Net"
29252 mcc="545"
29253 mnc="09"
29254 apn="default"
29255 type="default,supl"
29256 />
29257
29258 <apn carrier="Mobilis"
29259 mcc="546"
29260 mnc="01"
29261 apn="default"
29262 type="default,supl"
29263 />
29264
29265 <apn carrier="Vini"
29266 mcc="547"
29267 mnc="20"
29268 apn="default"
29269 type="default,supl"
29270 />
29271
29272 <apn carrier="Telecom Cook"
29273 mcc="548"
29274 mnc="01"
29275 apn="default"
29276 type="default,supl"
29277 />
29278
29279 <apn carrier="Digicel"
29280 mcc="549"
29281 mnc="01"
29282 apn="default"
29283 type="default,supl"
29284 />
29285
29286 <apn carrier="Bluesky"
29287 mcc="549"
29288 mnc="27"
29289 apn="default"
29290 type="default,supl"
29291 />
29292
29293 <apn carrier="FSMTC"
29294 mcc="550"
29295 mnc="01"
29296 apn="default"
29297 type="default,supl"
29298 />
29299
29300 <apn carrier="MINTA"
29301 mcc="551"
29302 mnc="01"
29303 apn="default"
29304 type="default,supl"
29305 />
29306
29307 <apn carrier="PNCC"
29308 mcc="552"
29309 mnc="01"
29310 apn="default"
29311 type="default,supl"
29312 />
29313
29314 <apn carrier="Palau Mobile"
29315 mcc="552"
29316 mnc="80"
29317 apn="default"
29318 type="default,supl"
29319 />
29320
John Wang3536e142011-02-18 14:43:25 -080029321 <apn carrier="Mobinil Web"
29322 mcc="602"
29323 mnc="01"
agathon.jung7232b922012-11-19 16:03:52 -080029324 apn="mobinilweb"
29325 type="default,supl"
29326 />
29327
29328 <apn carrier="Mobinil WAP"
29329 mcc="602"
29330 mnc="01"
29331 apn="mobinilwap"
29332 proxy="62.241.155.45"
29333 port="8080"
John Wang3536e142011-02-18 14:43:25 -080029334 type="default,supl"
29335 />
29336
29337 <apn carrier="Mobinil MMS"
29338 mcc="602"
29339 mnc="01"
29340 apn="mobinilmms"
jewon.leee391a8a2012-11-30 17:00:26 +090029341 mmsc="http://10.7.13.24:8002"
John Wang3536e142011-02-18 14:43:25 -080029342 mmsproxy="62.241.155.45"
29343 mmsport="8080"
29344 type="mms"
29345 />
29346
jewon.leee391a8a2012-11-30 17:00:26 +090029347 <apn carrier="vodafone internet"
John Wang3536e142011-02-18 14:43:25 -080029348 mcc="602"
29349 mnc="02"
29350 apn="internet.vodafone.net"
29351 user="internet"
29352 password="internet"
jewon.leee391a8a2012-11-30 17:00:26 +090029353 authtype="3"
John Wang3536e142011-02-18 14:43:25 -080029354 type="default,supl"
29355 />
29356
jewon.leee391a8a2012-11-30 17:00:26 +090029357 <apn carrier="Vodafone WAP"
29358 mcc="602"
29359 mnc="02"
29360 apn="wap.vodafone.com.eg"
29361 user="wap"
29362 password="wap"
29363 authtype="3"
29364 proxy="163.121.178.2"
29365 port="8080"
29366 type="default,supl"
29367 />
29368
29369 <apn carrier="Vodafone MMS"
John Wang3536e142011-02-18 14:43:25 -080029370 mcc="602"
29371 mnc="02"
29372 apn="mms.vodafone.com.eg"
29373 user="mms"
29374 password="mms"
jewon.leee391a8a2012-11-30 17:00:26 +090029375 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080029376 mmsc="http://mms.vodafone.com.eg/servlets/mms"
29377 mmsproxy="163.121.178.2"
29378 mmsport="8080"
29379 type="mms"
29380 />
29381
jewon.leee391a8a2012-11-30 17:00:26 +090029382 <apn carrier="Etisalat WAP"
John Wang3536e142011-02-18 14:43:25 -080029383 mcc="602"
29384 mnc="03"
agathon.jung7232b922012-11-19 16:03:52 -080029385 apn="etisalat"
jewon.leee391a8a2012-11-30 17:00:26 +090029386 proxy="10.71.130.29"
29387 port="8080"
John Wang3536e142011-02-18 14:43:25 -080029388 type="default,supl"
29389 />
29390
29391 <apn carrier="Etisalat MMS"
29392 mcc="602"
29393 mnc="03"
agathon.jung7232b922012-11-19 16:03:52 -080029394 apn="etisalat"
John Wang3536e142011-02-18 14:43:25 -080029395 mmsc="http://10.71.131.7:38090"
29396 mmsproxy="10.71.130.29"
29397 mmsport="8080"
29398 type="mms"
29399 />
29400
sy.yun9ce76cf2013-08-01 09:45:16 +090029401 <apn carrier="mobilis wap"
29402 mcc="603"
29403 mnc="01"
29404 apn="wap"
29405 proxy="172.25.49.2"
29406 port="8080"
29407 user="wap"
29408 password="wap"
29409 authtype="1"
29410 type="default,supl"
29411 />
29412
29413 <apn carrier="Mobilis internet"
29414 mcc="603"
29415 mnc="01"
29416 apn="internet"
29417 user="internet"
29418 password="internet"
29419 authtype="1"
29420 type="default,supl"
29421 />
29422
29423 <apn carrier="Mobilis mms"
29424 mcc="603"
29425 mnc="01"
29426 apn="mms"
29427 user="mms"
29428 password="mms"
29429 authtype="1"
29430 mmsc="http://172.25.49.9/servlets/mms"
29431 mmsproxy="172.25.49.2"
29432 mmsport="8080"
29433 type="mms"
29434 />
29435
29436 <apn carrier="djezzy.internet"
29437 mcc="603"
29438 mnc="02"
29439 apn="djezzy.internet"
29440 type="default,supl"
29441 />
29442
29443 <apn carrier="djezzy.mms"
29444 mcc="603"
29445 mnc="02"
29446 apn="djezzy.mms"
29447 user="mms"
29448 password="mms"
29449 mmsc="http://172.24.97.152:6021/mmsc"
29450 mmsproxy="172.24.97.158"
29451 mmsport="8799"
29452 type="mms"
29453 />
29454
29455 <apn carrier="nedjmawap"
29456 mcc="603"
29457 mnc="03"
29458 apn="nedjmawap"
29459 proxy="192.168.52.2"
29460 port="3128"
29461 user="wap"
29462 password="wap"
29463 authtype="1"
29464 type="default,supl"
29465 />
29466
29467 <apn carrier="Nedjma.dz"
29468 mcc="603"
29469 mnc="03"
29470 apn="internet"
29471 user="nedjma"
29472 password="nedjma"
29473 type="default,supl"
29474 />
29475
29476 <apn carrier="nedjmamms"
29477 mcc="603"
29478 mnc="03"
29479 apn="nedjmamms"
29480 user="mms"
29481 password="mms"
29482 authtype="1"
29483 mmsc="http://10.10.111.1"
29484 mmsproxy="192.168.52.3"
29485 mmsport="3128"
29486 type="mms"
29487 />
29488
jewon.leede64cb62012-12-04 09:35:12 +090029489 <apn carrier="Internet"
29490 mcc="604"
29491 mnc="00"
29492 apn="internet1.meditel.ma"
29493 user="MEDINET"
29494 password="MEDINET"
29495 authtype="1"
29496 type="default,supl"
29497 />
29498
29499 <apn carrier="Imedia"
29500 mcc="604"
29501 mnc="00"
29502 apn="wap.meditel.ma"
29503 proxy="10.8.8.8"
29504 port="8080"
29505 user="MEDIWAP"
29506 password="MEDIWAP"
29507 authtype="1"
29508 type="default,supl"
29509 />
29510
29511 <apn carrier="GPRS MMS"
29512 mcc="604"
29513 mnc="00"
29514 apn="mms.meditel.ma"
29515 user="MEDIMMS"
29516 password="MEDIMMS"
29517 authtype="1"
29518 mmsc="http://mms.meditel.ma:8088/mms"
29519 mmsproxy="10.8.8.9"
29520 mmsport="8080"
29521 type="mms"
29522 />
29523
29524 <apn carrier="MobileZone"
29525 mcc="604"
29526 mnc="01"
29527 apn="wap.iamgprs.ma"
29528 proxy="212.217.54.133"
29529 port="8080"
29530 type="default,supl"
29531 />
29532
29533 <apn carrier="Internet Mobile"
29534 mcc="604"
29535 mnc="01"
29536 apn="www.iamgprs1.ma"
29537 type="default,supl"
29538 />
29539
29540 <apn carrier="MMS IAM"
29541 mcc="604"
29542 mnc="01"
29543 apn="mmsiam"
29544 mmsc="http://mms:8002/"
29545 mmsproxy="10.16.35.50"
29546 mmsport="8080"
29547 type="mms"
29548 />
29549
29550 <apn carrier="WEB"
29551 mcc="604"
29552 mnc="02"
29553 apn="www.wana.ma"
29554 type="default,supl"
29555 />
29556
29557 <apn carrier="WAP"
29558 mcc="604"
29559 mnc="02"
29560 apn="www.wana.ma"
29561 proxy="10.86.0.10"
29562 port="8080"
29563 type="default,supl"
29564 />
29565
29566 <apn carrier="MMS"
29567 mcc="604"
29568 mnc="02"
29569 apn="mms.wana.ma"
29570 mmsc="http://mms.wana.ma:38090"
29571 mmsproxy="10.86.0.10"
29572 mmsport="8080"
29573 type="mms"
29574 />
29575
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090029576 <apn carrier="weborange"
29577 mcc="605"
29578 mnc="01"
29579 apn="weborange"
29580 type="default,supl"
29581 />
29582
sy.yun9ce76cf2013-08-01 09:45:16 +090029583 <apn carrier="MMS Orange"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090029584 mcc="605"
29585 mnc="01"
29586 apn="mms.otun"
29587 mmsc="http://mms.orange.tn"
29588 mmsproxy="10.12.1.52"
29589 mmsport="8080"
29590 type="mms"
29591 />
29592
jewon.leede64cb62012-12-04 09:35:12 +090029593 <apn carrier="Internet"
29594 mcc="605"
29595 mnc="02"
29596 apn="internet.tn"
29597 type="default,supl"
29598 />
29599
29600 <apn carrier="Internet Portail"
jsh433c8572011-02-02 14:23:42 -080029601 mcc="605"
29602 mnc="02"
29603 apn="gprs.tn"
29604 user="gprs"
29605 password="gprs"
sy.yun9ce76cf2013-08-01 09:45:16 +090029606 authtype="1"
jsh433c8572011-02-02 14:23:42 -080029607 type="default,supl"
29608 />
29609
jewon.leede64cb62012-12-04 09:35:12 +090029610 <apn carrier="Tunisie Telecom MMS"
jsh433c8572011-02-02 14:23:42 -080029611 mcc="605"
29612 mnc="02"
29613 apn="mms.tn"
29614 user="mms@tt1"
29615 password="mms"
sy.yun9ce76cf2013-08-01 09:45:16 +090029616 authtype="1"
jewon.leede64cb62012-12-04 09:35:12 +090029617 mmsc="http://192.168.0.3:19090/was"
jsh433c8572011-02-02 14:23:42 -080029618 mmsproxy="192.168.0.2"
29619 mmsport="8080"
29620 type="mms"
29621 />
29622
sy.yun9ce76cf2013-08-01 09:45:16 +090029623 <apn carrier="Tunisiana-Internet"
jsh433c8572011-02-02 14:23:42 -080029624 mcc="605"
29625 mnc="03"
29626 apn="internet.tunisiana.com"
sy.yun9ce76cf2013-08-01 09:45:16 +090029627 authtype="1"
jsh433c8572011-02-02 14:23:42 -080029628 type="default,supl"
29629 />
29630
29631 <apn carrier="MMS Tunisiana"
29632 mcc="605"
29633 mnc="03"
29634 apn="mms.tunisiana.com"
29635 user="mms"
29636 password="mms"
sy.yun9ce76cf2013-08-01 09:45:16 +090029637 authtype="1"
jsh433c8572011-02-02 14:23:42 -080029638 mmsc="http://mmsc.tunisiana.com"
29639 mmsproxy="10.3.2.100"
29640 mmsport="80"
29641 type="mms"
29642 />
29643
Tangus Koech65d9db22013-09-16 18:40:10 +030029644 <apn carrier="Libyana"
29645 mcc="606"
29646 mnc="00"
29647 apn="default"
29648 type="default,supl"
29649 />
29650
Jing Zhao8d1b97b2014-07-17 17:38:34 -050029651 <apn carrier="Libyana MMS"
29652 mcc="606"
29653 mnc="00"
29654 apn="mms"
29655 type="mms"
29656 authtype="0"
29657 mmsproxy="192.168.8.148"
29658 mmsc="http://62.240.62.180:80"
29659 mmsport="8000"
29660 />
29661
Tangus Koech65d9db22013-09-16 18:40:10 +030029662 <apn carrier="Madar"
29663 mcc="606"
29664 mnc="01"
29665 apn="default"
29666 type="default,supl"
29667 />
29668
29669 <apn carrier="Al-Jeel Phone"
29670 mcc="606"
29671 mnc="02"
29672 apn="default"
29673 type="default,supl"
29674 />
29675
29676 <apn carrier="Libya Phone"
29677 mcc="606"
29678 mnc="03"
29679 apn="default"
29680 type="default,supl"
29681 />
29682
29683 <apn carrier="Hatef Libya"
29684 mcc="606"
29685 mnc="06"
29686 apn="default"
29687 type="default,supl"
29688 />
29689
29690 <apn carrier="Gamcel"
29691 mcc="607"
29692 mnc="01"
29693 apn="default"
29694 type="default,supl"
29695 />
29696
29697 <apn carrier="Africel"
29698 mcc="607"
29699 mnc="02"
29700 apn="default"
29701 type="default,supl"
29702 />
29703
29704 <apn carrier="Comium"
29705 mcc="607"
29706 mnc="03"
29707 apn="default"
29708 type="default,supl"
29709 />
29710
29711 <apn carrier="QCell"
29712 mcc="607"
29713 mnc="04"
29714 apn="default"
29715 type="default,supl"
29716 />
29717
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070029718 <apn carrier="Orange MMS SN"
29719 mcc="608"
29720 mnc="01"
29721 apn="mms"
29722 user="mms"
29723 password="mms"
29724 mmsc="http://mmsalize/servlets/mms"
29725 mmsproxy="172.16.30.9"
29726 mmsport="8080"
29727 type="mms"
29728 />
29729
29730 <apn carrier="Orange Wap SN"
29731 mcc="608"
29732 mnc="01"
29733 apn="wap"
29734 user="wap"
29735 password="wap"
29736 proxy="172.16.30.9"
29737 port="8080"
29738 type="default"
29739 />
29740
29741 <apn carrier="Orange Web SN"
29742 mcc="608"
29743 mnc="01"
29744 apn="internet"
29745 user="internet"
29746 password="internet"
29747 type="default"
29748 />
29749
29750 <apn carrier="Tigo Internet SN"
29751 mcc="608"
29752 mnc="02"
29753 apn="web.sentel.com"
29754 type="default,supl"
29755 />
29756
29757 <apn carrier="Expresso Internet SN"
29758 mcc="608"
29759 mnc="03"
29760 apn="expresso"
29761 user="wap"
29762 password="wap"
29763 proxy="10.71.123.69"
29764 port="8080"
29765 type="default"
29766 />
29767
Tangus Koech65d9db22013-09-16 18:40:10 +030029768 <apn carrier="Mattel"
29769 mcc="609"
29770 mnc="01"
29771 apn="default"
29772 type="default,supl"
29773 />
29774
29775 <apn carrier="Chinguitel"
29776 mcc="609"
29777 mnc="02"
29778 apn="default"
29779 type="default,supl"
29780 />
29781
29782 <apn carrier="Mauritel"
29783 mcc="609"
29784 mnc="10"
29785 apn="default"
29786 type="default,supl"
29787 />
29788
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070029789 <apn carrier="Orange ML MMS"
29790 mcc="610"
29791 mnc="02"
29792 apn="mms"
29793 user="mms"
29794 password="mms"
29795 mmsc="http://10.109.6.2/servlets/mms"
29796 mmsproxy="10.109.4.35"
29797 mmsport="8080"
29798 type="mms"
29799 />
29800
29801 <apn carrier="Orange Wap ML"
29802 mcc="610"
29803 mnc="02"
29804 apn="wap"
29805 user="wap"
29806 password="wap"
29807 proxy="10.109.4.35"
29808 port="8080"
29809 type="default"
29810 />
29811
Tangus Koech65d9db22013-09-16 18:40:10 +030029812 <apn carrier="Orange S.A."
29813 mcc="611"
29814 mnc="01"
29815 apn="default"
29816 type="default,supl"
29817 />
29818
29819 <apn carrier="Sotelgui"
29820 mcc="611"
29821 mnc="02"
29822 apn="default"
29823 type="default,supl"
29824 />
29825
29826 <apn carrier="Telecel Guinee"
29827 mcc="611"
29828 mnc="03"
29829 apn="default"
29830 type="default,supl"
29831 />
29832
29833 <apn carrier="MTN"
29834 mcc="611"
29835 mnc="04"
29836 apn="default"
29837 type="default,supl"
29838 />
29839
29840 <apn carrier="Cellcom"
29841 mcc="611"
29842 mnc="05"
29843 apn="default"
29844 type="default,supl"
29845 />
29846
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070029847 <apn carrier="Moov Internet CI"
29848 mcc="612"
29849 mnc="02"
29850 apn="moov"
29851 user="web"
29852 password="web"
29853 proxy="10.172.11.17"
29854 port="8080"
29855 type="default"
29856 />
29857
29858 <apn carrier="OWORLD CI"
29859 mcc="612"
29860 mnc="03"
29861 apn="orangeciwap"
29862 user="wap"
29863 password="wap"
29864 proxy="172.20.4.33"
29865 port="8080"
29866 type="default"
29867 />
29868
29869 <apn carrier="Omms CI"
29870 mcc="612"
29871 mnc="03"
29872 apn="orangecimms"
29873 user="mms"
29874 password="mms"
29875 mmsc="http://172.20.6.1/servlets/mms"
29876 mmsproxy="172.20.4.33"
29877 mmsport="8080"
29878 type="mms"
29879 />
29880
29881 <apn carrier="Koz Internet CI"
29882 mcc="612"
29883 mnc="04"
29884 apn="gprs.koz.ci"
29885 user="web"
29886 password="web"
29887 proxy="10.20.3.10"
29888 port="8080"
29889 type="default"
29890 />
29891
29892 <apn carrier="MTN Internet CI"
29893 mcc="612"
29894 mnc="05"
29895 apn="web.mtn.ci"
29896 user="vide"
29897 password="vide"
29898 type="default"
29899 />
29900
Tangus Koech65d9db22013-09-16 18:40:10 +030029901 <apn carrier="Telmob"
29902 mcc="613"
29903 mnc="01"
29904 apn="default"
29905 type="default,supl"
29906 />
29907
29908 <apn carrier="Airtel"
29909 mcc="613"
29910 mnc="02"
29911 apn="default"
29912 type="default,supl"
29913 />
29914
29915 <apn carrier="Telecel Faso"
29916 mcc="613"
29917 mnc="03"
29918 apn="default"
29919 type="default,supl"
29920 />
29921
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070029922 <apn carrier="Orange MMS"
29923 apn="orange.mms"
29924 user="orange"
29925 password="orange"
29926 mmsc="http://10.10.10.35:38090/was"
29927 mmsproxy="10.10.10.36"
29928 mmsport="8080"
29929 mcc="614"
29930 mnc="04"
29931 type="mms"
29932 />
29933
29934 <apn carrier="Orange Internet"
29935 apn="orange.ne"
29936 mcc="614"
29937 mnc="04"
29938 type="default"
29939 />
29940
Tangus Koech65d9db22013-09-16 18:40:10 +030029941 <apn carrier="Togo Cell"
29942 mcc="615"
29943 mnc="01"
29944 apn="default"
29945 type="default,supl"
29946 />
29947
29948 <apn carrier="Moov"
29949 mcc="615"
29950 mnc="03"
29951 apn="default"
29952 type="default,supl"
29953 />
29954
29955 <apn carrier="Libercom"
29956 mcc="616"
29957 mnc="01"
29958 apn="default"
29959 type="default,supl"
29960 />
29961
29962 <apn carrier="Moov"
29963 mcc="616"
29964 mnc="02"
29965 apn="default"
29966 type="default,supl"
29967 />
29968
29969 <apn carrier="MTN"
29970 mcc="616"
29971 mnc="03"
29972 apn="default"
29973 type="default,supl"
29974 />
29975
29976 <apn carrier="BBCOM"
29977 mcc="616"
29978 mnc="04"
29979 apn="default"
29980 type="default,supl"
29981 />
29982
29983 <apn carrier="Glo"
29984 mcc="616"
29985 mnc="05"
29986 apn="default"
29987 type="default,supl"
29988 />
29989
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070029990 <apn carrier="Orange MMS"
29991 apn="orangemms"
29992 user="mmsc"
29993 password="mmsc"
29994 mmsc="http://10.2.1.20:8514"
29995 mmsproxy="10.2.1.20"
29996 mmsport="8080"
29997 mcc="617"
29998 mnc="01"
29999 type="mms"
30000 />
30001
30002 <apn carrier="Orange Internet"
30003 apn="orange"
30004 mcc="617"
30005 mnc="01"
30006 type="default"
30007 />
30008
Tangus Koech65d9db22013-09-16 18:40:10 +030030009 <apn carrier="Lonestar Cell"
30010 mcc="618"
30011 mnc="01"
30012 apn="default"
30013 type="default,supl"
30014 />
30015
30016 <apn carrier="Libercell"
30017 mcc="618"
30018 mnc="02"
30019 apn="default"
30020 type="default,supl"
30021 />
30022
30023 <apn carrier="Comium"
30024 mcc="618"
30025 mnc="04"
30026 apn="default"
30027 type="default,supl"
30028 />
30029
30030 <apn carrier="Cellcom"
30031 mcc="618"
30032 mnc="07"
30033 apn="default"
30034 type="default,supl"
30035 />
30036
30037 <apn carrier="LIBTELCO"
30038 mcc="618"
30039 mnc="20"
30040 apn="default"
30041 type="default,supl"
30042 />
30043
30044 <apn carrier="Airtel"
30045 mcc="619"
30046 mnc="01"
30047 apn="default"
30048 type="default,supl"
30049 />
30050
30051 <apn carrier="Tigo"
30052 mcc="619"
30053 mnc="02"
30054 apn="default"
30055 type="default,supl"
30056 />
30057
30058 <apn carrier="Africell"
30059 mcc="619"
30060 mnc="03"
30061 apn="default"
30062 type="default,supl"
30063 />
30064
30065 <apn carrier="Comium"
30066 mcc="619"
30067 mnc="04"
30068 apn="default"
30069 type="default,supl"
30070 />
30071
30072 <apn carrier="Africell"
30073 mcc="619"
30074 mnc="05"
30075 apn="default"
30076 type="default,supl"
30077 />
30078
30079 <apn carrier="Mobitel"
30080 mcc="619"
30081 mnc="25"
30082 apn="default"
30083 type="default,supl"
30084 />
30085
Jing Zhao8d1b97b2014-07-17 17:38:34 -050030086 <apn carrier="Glo"
30087 mcc="620"
30088 mnc="0"
30089 apn="glowap"
30090 authtype="0"
30091 type="default,supl,agps,fota,dun"
30092 />
30093
30094 <apn carrier="Glo mms"
30095 mcc="620"
30096 mnc="0"
30097 apn="glo mms"
30098 authtype="0"
30099 mmsc="http://mms.gloworld.com/mms"
30100 mmsproxy="10.161.85.4"
30101 mmsport="8799"
30102 type="mms"
30103 />
30104
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070030105 <apn carrier="MTN Internet GH"
30106 apn="internet"
30107 mcc="620"
30108 mnc="01"
30109 type="default"
30110 />
30111
Jing Zhao8d1b97b2014-07-17 17:38:34 -050030112 <apn carrier="MTN MMS"
30113 mcc="620"
30114 mnc="01"
30115 apn="mtn mms"
30116 type="mms"
30117 authtype="0"
30118 mmsproxy="172.17.3.7"
30119 mmsc="http://172.17.3.7"
30120 mmsport="8080"
30121 />
30122
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070030123 <apn carrier="Vodafone Internet GH"
30124 apn="browse"
30125 mcc="620"
30126 mnc="02"
30127 type="default"
30128 />
30129
Jing Zhao8d1b97b2014-07-17 17:38:34 -050030130 <apn carrier="Vodafone_mms"
30131 mcc="620"
30132 mnc="02"
30133 apn="mms"
30134 type="mms"
30135 authtype="0"
30136 mmsproxy="172.24.97.1"
30137 mmsc="http://mms.vodaphone.com.gh/mms"
30138 mmsport="9201"
30139 />
30140
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070030141 <apn carrier="Tigo Internet GH"
30142 apn="web.tigo.com.gh"
30143 mcc="620"
30144 mnc="03"
30145 type="default"
30146 />
30147
Jing Zhao8d1b97b2014-07-17 17:38:34 -050030148 <apn carrier="Tigo mms"
30149 mcc="620"
30150 mnc="03"
30151 apn="mms.tigo.com.gh"
30152 type="mms"
30153 authtype="0"
30154 mmsproxy="10.4.1.7"
30155 mmsc="http://mms/"
30156 mmsport="8080"
30157 />
30158
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070030159 <apn carrier="Airtel Internet GH"
30160 apn="wap"
30161 mcc="620"
30162 mnc="06"
30163 proxy="10.93.85.88"
30164 port="9201"
30165 type="default"
30166 />
30167
Jing Zhao8d1b97b2014-07-17 17:38:34 -050030168 <apn carrier="Airtel mms"
30169 mcc="620"
30170 mnc="06"
30171 apn="mms/airtel mms"
30172 type="mms"
30173 authtype="0"
30174 mmsproxy="100.1.201.172"
30175 mmsc="http://100.1.201.171:10021/mmsc"
30176 mmsport="8799"
30177 />
30178
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070030179 <apn carrier="Glo Internet GH"
30180 apn="glowap"
30181 mcc="620"
30182 mnc="07"
30183 user="glo"
30184 password="glo"
30185 authtype="1"
30186 proxy="10.161.85.4"
30187 port="8799"
30188 type="default"
30189 />
30190
agathon.jungb80d9a22012-11-27 09:52:01 +090030191 <apn carrier="Airtel Internet"
John Wang3536e142011-02-18 14:43:25 -080030192 mcc="621"
30193 mnc="20"
Tangus Koech65d9db22013-09-16 18:40:10 +030030194 apn="internet.ng.zain.com"
agathon.jungb80d9a22012-11-27 09:52:01 +090030195 user="internet"
30196 password="internet"
30197 authtype="1"
30198 port="8080"
John Wang3536e142011-02-18 14:43:25 -080030199 type="default,supl"
30200 />
30201
agathon.jungb80d9a22012-11-27 09:52:01 +090030202 <apn carrier="Airtel MMS"
John Wang3536e142011-02-18 14:43:25 -080030203 mcc="621"
30204 mnc="20"
30205 apn="mms.ng.zain.com"
30206 user="mms"
30207 password="mms"
agathon.jungb80d9a22012-11-27 09:52:01 +090030208 authtype="1"
30209 mmsc="http://10.210.3.239:9800/mm1"
John Huang48a18362011-09-08 15:44:54 -070030210 mmsproxy="172.18.254.5"
John Wang3536e142011-02-18 14:43:25 -080030211 type="mms"
30212 />
30213
agathon.jungb80d9a22012-11-27 09:52:01 +090030214 <apn carrier="Airtel WAP"
30215 mcc="621"
30216 mnc="20"
30217 apn="wap.ng.zain.com"
30218 user="wap"
30219 password="wap"
30220 authtype="1"
30221 proxy="172.18.254.5"
30222 port="8080"
30223 type="default,supl"
30224 />
30225
30226 <apn carrier="MTN WAP"
John Wang3536e142011-02-18 14:43:25 -080030227 mcc="621"
30228 mnc="30"
30229 apn="web.gprs.mtnnigeria.net"
30230 user="web"
30231 password="web"
agathon.jungb80d9a22012-11-27 09:52:01 +090030232 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080030233 proxy="10.199.212.2"
30234 port="8080"
30235 type="default,supl"
30236 />
30237
agathon.jungb80d9a22012-11-27 09:52:01 +090030238 <apn carrier="MTN ACESS"
30239 mcc="621"
30240 mnc="30"
30241 apn="web.gprs.mtnnigeria.net"
30242 user="web"
30243 password="web"
30244 authtype="1"
30245 type="default,supl"
30246 />
30247
John Wang3536e142011-02-18 14:43:25 -080030248 <apn carrier="MTN MMS"
30249 mcc="621"
30250 mnc="30"
30251 apn="web.gprs.mtnnigeria.net"
John Wang3536e142011-02-18 14:43:25 -080030252 mmsc="http://10.199.212.8/servlets/mms"
30253 mmsproxy="10.199.212.2"
John Wang3536e142011-02-18 14:43:25 -080030254 type="mms"
30255 />
30256
agathon.jungb80d9a22012-11-27 09:52:01 +090030257 <apn carrier="Glo Direct"
John Wang3536e142011-02-18 14:43:25 -080030258 mcc="621"
30259 mnc="50"
30260 apn="glosecure"
30261 user="gprs"
30262 password="gprs"
agathon.jungb80d9a22012-11-27 09:52:01 +090030263 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080030264 type="default,supl"
30265 />
30266
agathon.jungb80d9a22012-11-27 09:52:01 +090030267 <apn carrier="Glo MMS"
John Wang3536e142011-02-18 14:43:25 -080030268 mcc="621"
30269 mnc="50"
30270 apn="glomms"
30271 user="mms"
30272 password="mms"
agathon.jungb80d9a22012-11-27 09:52:01 +090030273 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080030274 mmsc="http://mms.gloworld.com/mmsc"
30275 mmsproxy="10.100.82.4"
agathon.jungb80d9a22012-11-27 09:52:01 +090030276 mmsport="8080"
John Wang3536e142011-02-18 14:43:25 -080030277 type="mms"
30278 />
30279
agathon.jungb80d9a22012-11-27 09:52:01 +090030280 <apn carrier="etisalat WAP"
John Wang3536e142011-02-18 14:43:25 -080030281 mcc="621"
30282 mnc="60"
30283 apn="etisalat"
agathon.jungb80d9a22012-11-27 09:52:01 +090030284 proxy="10.71.170.5"
30285 port="8080"
John Wang3536e142011-02-18 14:43:25 -080030286 type="default,supl"
30287 />
30288
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070030289 <apn carrier="etisalat MMS"
John Wang3536e142011-02-18 14:43:25 -080030290 mcc="621"
30291 mnc="60"
30292 apn="etisalat"
30293 mmsc="http://10.71.170.30:38090/was"
John Wang3536e142011-02-18 14:43:25 -080030294 type="mms"
30295 />
30296
Tangus Koech65d9db22013-09-16 18:40:10 +030030297 <apn carrier="Airtel"
30298 mcc="622"
30299 mnc="01"
30300 apn="default"
30301 type="default,supl"
30302 />
30303
30304 <apn carrier="Tawali"
30305 mcc="622"
30306 mnc="02"
30307 apn="default"
30308 type="default,supl"
30309 />
30310
30311 <apn carrier="Tigo"
30312 mcc="622"
30313 mnc="03"
30314 apn="default"
30315 type="default,supl"
30316 />
30317
30318 <apn carrier="Salam"
30319 mcc="622"
30320 mnc="04"
30321 apn="default"
30322 type="default,supl"
30323 />
30324
30325 <apn carrier="CTP"
30326 mcc="623"
30327 mnc="01"
30328 apn="default"
30329 type="default,supl"
30330 />
30331
30332 <apn carrier="TC"
30333 mcc="623"
30334 mnc="02"
30335 apn="default"
30336 type="default,supl"
30337 />
30338
30339 <apn carrier="Orange"
30340 mcc="623"
30341 mnc="03"
30342 apn="default"
30343 type="default,supl"
30344 />
30345
30346 <apn carrier="Nationlink"
30347 mcc="623"
30348 mnc="04"
30349 apn="default"
30350 type="default,supl"
30351 />
30352
30353 <apn carrier="CVMOVEL"
30354 mcc="625"
30355 mnc="01"
30356 apn="default"
30357 type="default,supl"
30358 />
30359
30360 <apn carrier="T+"
30361 mcc="625"
30362 mnc="02"
30363 apn="default"
30364 type="default,supl"
30365 />
30366
30367 <apn carrier="CSTmovel"
30368 mcc="626"
30369 mnc="01"
30370 apn="default"
30371 type="default,supl"
30372 />
30373
30374 <apn carrier="Orange GQ"
30375 mcc="627"
30376 mnc="01"
30377 apn="default"
30378 type="default,supl"
30379 />
30380
Jing Zhao8d1b97b2014-07-17 17:38:34 -050030381 <apn carrier="Orange GQ MMS"
30382 mcc="627"
30383 mnc="01"
30384 apn="orangemms"
30385 type="mms"
30386 user="mms"
30387 password="mms"
30388 authtype="0"
30389 mmsproxy="192.168.17.2"
30390 mmsc="http://192.168.17.34/servlets/mms"
30391 mmsport="8080"
30392 />
30393
Tangus Koech65d9db22013-09-16 18:40:10 +030030394 <apn carrier="Hits GQ"
30395 mcc="627"
30396 mnc="03"
30397 apn="default"
30398 type="default,supl"
30399 />
30400
30401 <apn carrier="Libertis"
30402 mcc="628"
30403 mnc="01"
30404 apn="default"
30405 type="default,supl"
30406 />
30407
30408 <apn carrier="Moov"
30409 mcc="628"
30410 mnc="02"
30411 apn="default"
30412 type="default,supl"
30413 />
30414
30415 <apn carrier="Airtel"
30416 mcc="628"
30417 mnc="03"
30418 apn="default"
30419 type="default,supl"
30420 />
30421
30422 <apn carrier="Azur"
30423 mcc="628"
30424 mnc="04"
30425 apn="default"
30426 type="default,supl"
30427 />
30428
30429 <apn carrier="Airtel"
30430 mcc="629"
30431 mnc="01"
30432 apn="default"
30433 type="default,supl"
30434 />
30435
30436 <apn carrier="Libertis Telecom"
30437 mcc="629"
30438 mnc="10"
30439 apn="default"
30440 type="default,supl"
30441 />
30442
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070030443 <apn carrier="Vodacom Internet CD"
30444 mcc="630"
30445 mnc="01"
30446 apn="vodanet"
30447 port="8080"
30448 type="default"
30449 />
30450
Jing Zhao8d1b97b2014-07-17 17:38:34 -050030451 <apn carrier="Vodacom MMS"
30452 mcc="630"
30453 mnc="01"
30454 apn="vodalive"
30455 type="mms"
30456 authtype="0"
30457 mmsproxy="172.24.97.1"
30458 mmsc="http://172.24.97.1/mmsc"
30459 mmsport="8080"
30460 />
30461
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070030462 <apn carrier="Tigo Internet CD"
30463 mcc="630"
30464 mnc="89"
Tangus Koech4954b0c2013-12-04 19:49:16 +030030465 apn="tigo.web"
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070030466 type="default"
30467 />
30468
Tangus Koech65d9db22013-09-16 18:40:10 +030030469 <apn carrier="UNITEL"
30470 mcc="631"
30471 mnc="02"
30472 apn="default"
30473 type="default,supl"
30474 />
30475
30476 <apn carrier="MOVICEL"
30477 mcc="631"
30478 mnc="04"
30479 apn="default"
30480 type="default,supl"
30481 />
30482
30483 <apn carrier="Areeba"
30484 mcc="632"
30485 mnc="02"
30486 apn="default"
30487 type="default,supl"
30488 />
30489
30490 <apn carrier="Orange"
30491 mcc="632"
30492 mnc="03"
30493 apn="default"
30494 type="default,supl"
30495 />
30496
30497 <apn carrier="Guinetel"
30498 mcc="632"
30499 mnc="07"
30500 apn="default"
30501 type="default,supl"
30502 />
30503
30504 <apn carrier="Cable &amp; Wireless"
30505 mcc="633"
30506 mnc="01"
30507 apn="default"
30508 type="default,supl"
30509 />
30510
30511 <apn carrier="Mediatech International"
30512 mcc="633"
30513 mnc="02"
30514 apn="default"
30515 type="default,supl"
30516 />
30517
30518 <apn carrier="Airtel"
30519 mcc="633"
30520 mnc="10"
30521 apn="default"
30522 type="default,supl"
30523 />
30524
30525 <apn carrier="Zain SD"
30526 mcc="634"
30527 mnc="01"
30528 apn="default"
30529 type="default,supl"
30530 />
30531
30532 <apn carrier="MTN"
30533 mcc="634"
30534 mnc="02"
30535 apn="default"
30536 type="default,supl"
30537 />
30538
30539 <apn carrier="Sudani One"
30540 mcc="634"
30541 mnc="07"
30542 apn="default"
30543 type="default,supl"
30544 />
30545
30546 <apn carrier="Privet Network"
30547 mcc="634"
30548 mnc="09"
30549 apn="default"
30550 type="default,supl"
30551 />
30552
30553 <apn carrier="MTN"
30554 mcc="635"
30555 mnc="10"
30556 apn="default"
30557 type="default,supl"
30558 />
30559
30560 <apn carrier="Rwandatel"
30561 mcc="635"
30562 mnc="12"
30563 apn="default"
30564 type="default,supl"
30565 />
30566
30567 <apn carrier="Tigo"
30568 mcc="635"
30569 mnc="13"
30570 apn="default"
30571 type="default,supl"
30572 />
30573
30574 <apn carrier="Airtel"
30575 mcc="635"
30576 mnc="14"
30577 apn="default"
30578 type="default,supl"
30579 />
30580
30581 <apn carrier="ETH-MTN"
30582 mcc="636"
30583 mnc="01"
30584 apn="default"
30585 type="default,supl"
30586 />
30587
30588 <apn carrier="Telesom"
30589 mcc="637"
30590 mnc="01"
30591 apn="default"
30592 type="default,supl"
30593 />
30594
30595 <apn carrier="Somafone"
30596 mcc="637"
30597 mnc="04"
30598 apn="default"
30599 type="default,supl"
30600 />
30601
30602 <apn carrier="Nationlink"
30603 mcc="637"
30604 mnc="10"
30605 apn="default"
30606 type="default,supl"
30607 />
30608
30609 <apn carrier="Hormuud"
30610 mcc="637"
30611 mnc="25"
30612 apn="default"
30613 type="default,supl"
30614 />
30615
30616 <apn carrier="Golis"
30617 mcc="637"
30618 mnc="30"
30619 apn="default"
30620 type="default,supl"
30621 />
30622
30623 <apn carrier="Unittel"
30624 mcc="637"
30625 mnc="57"
30626 apn="default"
30627 type="default,supl"
30628 />
30629
30630 <apn carrier="Nationlink Telecom"
30631 mcc="637"
30632 mnc="60"
30633 apn="default"
30634 type="default,supl"
30635 />
30636
30637 <apn carrier="Somtel"
30638 mcc="637"
30639 mnc="71"
30640 apn="default"
30641 type="default,supl"
30642 />
30643
30644 <apn carrier="Telcom"
30645 mcc="637"
30646 mnc="82"
30647 apn="default"
30648 type="default,supl"
30649 />
30650
30651 <apn carrier="Evatis"
30652 mcc="638"
30653 mnc="01"
30654 apn="default"
30655 type="default,supl"
30656 />
30657
sy.yun38eb77c2013-08-17 01:46:34 +090030658 <apn carrier="safaricom GPRS"
John Wang3536e142011-02-18 14:43:25 -080030659 mcc="639"
30660 mnc="02"
agathon.jung7232b922012-11-19 16:03:52 -080030661 apn="safaricom"
John Wang3536e142011-02-18 14:43:25 -080030662 user="saf"
30663 password="data"
jewon.leee391a8a2012-11-30 17:00:26 +090030664 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080030665 proxy="172.22.2.38"
30666 port="8080"
30667 type="default,supl"
30668 />
30669
jewon.leee391a8a2012-11-30 17:00:26 +090030670 <apn carrier="safaricom mms"
John Wang3536e142011-02-18 14:43:25 -080030671 mcc="639"
30672 mnc="02"
agathon.jung7232b922012-11-19 16:03:52 -080030673 apn="safaricom"
John Wang3536e142011-02-18 14:43:25 -080030674 user="saf"
30675 password="data"
jewon.leee391a8a2012-11-30 17:00:26 +090030676 authtype="1"
agathon.jung7232b922012-11-19 16:03:52 -080030677 mmsproxy="172.22.2.38"
30678 mmsport="8080"
jewon.leee391a8a2012-11-30 17:00:26 +090030679 mmsc="http://mms.gprs.safaricom.com"
John Wang3536e142011-02-18 14:43:25 -080030680 type="mms"
30681 />
30682
sy.yun9ce76cf2013-08-01 09:45:16 +090030683
30684 <apn carrier="Airtel Internet"
30685 mcc="639"
30686 mnc="03"
30687 apn="internet"
30688 type="default,supl"
30689 />
30690
30691 <apn carrier="Airtel mms"
30692 mcc="639"
30693 mnc="03"
30694 apn="mms"
30695 mmsc="http://mms.ke.airtel.com:8002"
30696 mmsproxy="172.30.9.8"
30697 mmsport="8080"
sy.yun38eb77c2013-08-17 01:46:34 +090030698 authtype="1"
sy.yun9ce76cf2013-08-01 09:45:16 +090030699 type="mms"
30700 />
30701
jewon.leee391a8a2012-11-30 17:00:26 +090030702 <apn carrier="Airtel"
John Wang3536e142011-02-18 14:43:25 -080030703 mcc="639"
30704 mnc="03"
agathon.jung7232b922012-11-19 16:03:52 -080030705 apn="ke.celtel.com"
John Wang3536e142011-02-18 14:43:25 -080030706 type="default,supl"
30707 />
30708
sy.yun9ce76cf2013-08-01 09:45:16 +090030709 <apn carrier="mms"
John Wang3536e142011-02-18 14:43:25 -080030710 mcc="639"
30711 mnc="03"
sy.yun9ce76cf2013-08-01 09:45:16 +090030712 apn="ke.celtel.com"
agathon.jung7232b922012-11-19 16:03:52 -080030713 mmsproxy="172.30.8.50"
30714 mmsport="8080"
jewon.leee391a8a2012-11-30 17:00:26 +090030715 mmsc="http://mms.ke.celtel.com/servlets/mms"
John Wang3536e142011-02-18 14:43:25 -080030716 type="mms"
30717 />
30718
agathon.jung7232b922012-11-19 16:03:52 -080030719 <apn carrier="Yu Internet"
30720 mcc="639"
30721 mnc="05"
30722 apn="Internet"
30723 proxy="10.4.16.6"
30724 port="8080"
sy.yun9ce76cf2013-08-01 09:45:16 +090030725 mmsproxy="10.4.16.6"
30726 mmsport="8080"
30727 mmsc="http://10.4.16.22/servlets/mms"
30728 type="default,supl,mms"
agathon.jung7232b922012-11-19 16:03:52 -080030729 />
30730
30731 <apn carrier="Yu WAP"
30732 mcc="639"
30733 mnc="05"
jewon.leee391a8a2012-11-30 17:00:26 +090030734 apn="Yu internet"
30735 type="default,supl"
30736 />
30737
30738 <apn carrier="Yu mms"
30739 mcc="639"
30740 mnc="05"
30741 apn="Yu"
agathon.jung7232b922012-11-19 16:03:52 -080030742 mmsproxy="10.4.16.6"
30743 mmsport="8080"
30744 mmsc="http://10.4.16.22/servlets/mms"
jewon.leee391a8a2012-11-30 17:00:26 +090030745 type="mms"
agathon.jung7232b922012-11-19 16:03:52 -080030746 />
30747
jewon.leee391a8a2012-11-30 17:00:26 +090030748 <apn carrier="Orange Internet"
John Wang3536e142011-02-18 14:43:25 -080030749 mcc="639"
30750 mnc="07"
jewon.leee391a8a2012-11-30 17:00:26 +090030751 apn="bew.orange.co.ke"
John Wang3536e142011-02-18 14:43:25 -080030752 type="default,supl"
30753 />
30754
30755 <apn carrier="Orange MMS"
30756 mcc="639"
30757 mnc="07"
30758 apn="mms.orange.co.ke"
agathon.jung7232b922012-11-19 16:03:52 -080030759 mmsproxy="10.36.17.130"
Nick Cunnahbeb7cfd2012-04-03 14:46:28 +020030760 mmsport="8080"
jewon.leee391a8a2012-11-30 17:00:26 +090030761 mmsc="http://10.36.16.5/servlets/mms"
sy.yun38eb77c2013-08-17 01:46:34 +090030762 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080030763 type="mms"
30764 />
30765
30766 <apn carrier="Vodacom WAP"
30767 mcc="640"
30768 mnc="04"
30769 apn="Wap"
30770 proxy="10.154.0.8"
30771 port="9401"
30772 type="default,supl"
30773 />
30774
30775 <apn carrier="Vodacom MMS"
30776 mcc="640"
30777 mnc="04"
30778 apn="mms"
30779 mmsc="http://10.154.0.12/mms/"
30780 type="mms"
30781 />
30782
Robert Greenwaltee5e3d52013-08-23 12:45:40 -070030783 <apn carrier="Airtel Internet UG"
30784 apn="internet"
30785 mcc="641"
30786 mnc="01"
30787 type="default"
30788 />
30789
30790 <apn carrier="MTN Internet UG"
30791 apn="yellopix.mtn.co.ug"
30792 mcc="641"
30793 mnc="10"
30794 proxy="10.120.0.138"
30795 port="8080"
30796 type="default"
30797 />
30798
30799 <apn carrier="UTL Internet UG"
30800 apn="utweb"
30801 mcc="641"
30802 mnc="11"
30803 proxy="10.76.101.51"
30804 port="8080"
30805 type="default"
30806 />
30807
30808 <apn carrier="Orange Internet UG"
30809 mcc="641"
30810 mnc="14"
30811 apn="orange.ug"
30812 type="default"
30813 />
30814
30815 <apn carrier="Orange MMS"
30816 mcc="641"
30817 mnc="14"
30818 apn="orangemms"
30819 mmsc="http://mms/"
30820 type="mms"
30821 />
30822
30823 <apn carrier="Warid Telecom Internet UG"
30824 apn="web.waridtel.co.ug"
30825 mcc="641"
30826 mnc="22"
30827 proxy="10.5.27.80"
30828 port="8080"
30829 type="default"
30830 />
30831
Tangus Koech65d9db22013-09-16 18:40:10 +030030832 <apn carrier="Spacetel"
30833 mcc="642"
30834 mnc="01"
30835 apn="default"
30836 type="default,supl"
30837 />
30838
30839 <apn carrier="Tempo"
30840 mcc="642"
30841 mnc="02"
30842 apn="default"
30843 type="default,supl"
30844 />
30845
30846 <apn carrier="Onatel"
30847 mcc="642"
30848 mnc="03"
30849 apn="default"
30850 type="default,supl"
30851 />
30852
30853 <apn carrier="Smart Mobile"
30854 mcc="642"
30855 mnc="07"
30856 apn="default"
30857 type="default,supl"
30858 />
30859
30860 <apn carrier="HiTs Telecom"
30861 mcc="642"
30862 mnc="08"
30863 apn="default"
30864 type="default,supl"
30865 />
30866
30867 <apn carrier="Leo"
30868 mcc="642"
30869 mnc="82"
30870 apn="default"
30871 type="default,supl"
30872 />
30873
30874 <apn carrier="mCel"
30875 mcc="643"
30876 mnc="01"
30877 apn="default"
30878 type="default,supl"
30879 />
30880
30881 <apn carrier="Movitel"
30882 mcc="643"
30883 mnc="03"
30884 apn="default"
30885 type="default,supl"
30886 />
30887
30888 <apn carrier="Vodacom"
30889 mcc="643"
30890 mnc="04"
30891 apn="default"
30892 type="default,supl"
30893 />
30894
30895 <apn carrier="Airtel"
30896 mcc="645"
30897 mnc="01"
30898 apn="default"
30899 type="default,supl"
30900 />
30901
30902 <apn carrier="MTN"
30903 mcc="645"
30904 mnc="02"
30905 apn="default"
30906 type="default,supl"
30907 />
30908
30909 <apn carrier="ZAMTEL"
30910 mcc="645"
30911 mnc="03"
30912 apn="default"
30913 type="default,supl"
30914 />
30915
Jing Zhao8d1b97b2014-07-17 17:38:34 -050030916 <apn carrier="Orange MG Internet"
30917 mcc="646"
30918 mnc="02"
30919 apn="orangenet"
30920 type="default,supl,agps,fota,dun"
30921 authtype="0"
30922 />
30923
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090030924 <apn carrier="Orange World re"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080030925 mcc="647"
30926 mnc="00"
30927 apn="orangerun"
30928 user="orange"
30929 password="orange"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080030930 type="default,supl"
30931 />
30932
30933 <apn carrier="Orange MMS Réunion"
30934 mcc="647"
30935 mnc="00"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090030936 apn="orangerun.acte"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080030937 user="orange"
30938 password="orange"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090030939 mmsc="http://mms.orange.re"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080030940 mmsproxy="192.168.10.200"
30941 mmsport="8080"
30942 type="mms"
30943 />
30944
Sungmin Choi7d1a0872013-02-04 12:46:05 +090030945 <apn carrier="OnlyWap"
30946 mcc="647"
30947 mnc="02"
30948 apn="onlywap"
30949 user="only"
30950 password="only"
30951 authtype="1"
30952 proxy="10.4.85.50"
30953 port="8080"
30954 type="default,supl"
30955 />
30956
30957 <apn carrier="OnlyMMS"
30958 mcc="647"
30959 mnc="02"
30960 apn="onlymms"
30961 user="only"
30962 password="only"
30963 authtype="1"
30964 mmsc="http://10.4.85.50:8514"
30965 mmsproxy="10.4.85.50"
30966 mmsport="8080"
30967 type="mms"
30968 />
30969
agathon.jungb80d9a22012-11-27 09:52:01 +090030970 <apn carrier="Full Internet SRR"
30971 mcc="647"
30972 mnc="10"
30973 apn="sl2sfr"
30974 type="default,supl"
30975 />
30976
John Huang48a18362011-09-08 15:44:54 -070030977 <apn carrier="MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080030978 mcc="647"
30979 mnc="10"
30980 apn="mmssfr"
30981 user="mms"
30982 password="mms"
30983 mmsc="http://mms"
30984 mmsproxy="10.0.224.145"
30985 mmsport="8080"
30986 type="mms"
30987 />
30988
John Huang48a18362011-09-08 15:44:54 -070030989 <apn carrier="GPRS SRR"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080030990 mcc="647"
30991 mnc="10"
John Huang48a18362011-09-08 15:44:54 -070030992 apn="wapsfr"
30993 user="wap"
30994 password="wap"
30995 proxy="10.0.224.161"
30996 port="8080"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080030997 type="default,supl"
30998 />
30999
sy.yuncc0d98d2013-05-16 11:14:59 +090031000 <apn carrier="Coriolis WAP"
31001 mcc="647"
31002 mnc="10"
31003 apn="fnetcoriolis"
31004 type="default,supl"
31005 mvno_match_data="12"
31006 mvno_type="gid"
31007 />
31008
31009 <apn carrier="Coriolis MMS"
31010 mcc="647"
31011 mnc="10"
31012 mmsc="http://mmscoriolis"
31013 mmsproxy="10.143.156.6"
31014 mmsport="8080"
31015 apn="mmscoriolis"
31016 type="mms"
31017 mvno_match_data="12"
31018 mvno_type="gid"
31019 />
31020
Tangus Koech65d9db22013-09-16 18:40:10 +030031021 <apn carrier="Telecel"
31022 mcc="648"
31023 mnc="03"
31024 apn="default"
31025 type="default,supl"
31026 />
31027
31028 <apn carrier="Econet"
31029 mcc="648"
31030 mnc="04"
31031 apn="default"
31032 type="default,supl"
31033 />
31034
31035 <apn carrier="MTC"
31036 mcc="649"
31037 mnc="01"
31038 apn="default"
31039 type="default,supl"
31040 />
31041
31042 <apn carrier="switch"
31043 mcc="649"
31044 mnc="02"
31045 apn="default"
31046 type="default,supl"
31047 />
31048
31049 <apn carrier="Leo"
31050 mcc="649"
31051 mnc="03"
31052 apn="default"
31053 type="default,supl"
31054 />
31055
31056 <apn carrier="TNM"
31057 mcc="650"
31058 mnc="01"
31059 apn="default"
31060 type="default,supl"
31061 />
31062
31063 <apn carrier="Airtel"
31064 mcc="650"
31065 mnc="10"
31066 apn="default"
31067 type="default,supl"
31068 />
31069
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080031070 <apn carrier="VCL Internet GPRS"
31071 mcc="651"
31072 mnc="01"
31073 apn="internet"
31074 type="default,supl"
31075 />
31076
31077 <apn carrier="VCL MMS GPRS"
31078 mcc="651"
31079 mnc="01"
31080 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080031081 mmsc="http://mmsc.vodacom4me.co.ls"
John Huang48a18362011-09-08 15:44:54 -070031082 mmsproxy="10.113.63.11"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080031083 mmsport="8080"
31084 type="mms"
31085 />
31086
Tangus Koech65d9db22013-09-16 18:40:10 +030031087 <apn carrier="Swazi MTN"
31088 mcc="653"
31089 mnc="10"
31090 apn="default"
31091 type="default,supl"
31092 />
31093
31094 <apn carrier="HURI - SNPT"
31095 mcc="654"
31096 mnc="01"
31097 apn="default"
31098 type="default,supl"
31099 />
31100
sy.yun9ce76cf2013-08-01 09:45:16 +090031101 <apn carrier="LTE.Vodacom"
31102 mcc="655"
31103 mnc="01"
31104 apn="lte.vodacom.za"
31105 type="default,supl"
31106 />
31107
31108 <apn carrier="MMS.Vodacom"
31109 mcc="655"
31110 mnc="01"
31111 apn="lte.vodacom.za"
31112 mmsc="http://mmsc.vodacom4me.co.za"
31113 mmsproxy="196.6.128.13"
31114 mmsport="8080"
31115 type="mms"
31116 />
31117
jewon.leee391a8a2012-11-30 17:00:26 +090031118 <apn carrier="Smart.Vodacom"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070031119 mcc="655"
31120 mnc="01"
31121 apn="internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080031122 type="default,supl"
31123 />
31124
Irfan Sheriff453ac802011-02-01 17:21:43 -080031125 <apn carrier="MMS.Vodacom"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080031126 mcc="655"
31127 mnc="01"
31128 apn="mms.vodacom.net"
jewon.leee391a8a2012-11-30 17:00:26 +090031129 mmsc="http://mmsc.vodacom4me.co.za"
John Huang48a18362011-09-08 15:44:54 -070031130 mmsproxy="196.6.128.13"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080031131 mmsport="8080"
31132 type="mms"
31133 />
31134
sy.yun9ce76cf2013-08-01 09:45:16 +090031135 <apn carrier="Telkom Mobile Internet"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080031136 mcc="655"
31137 mnc="02"
31138 apn="internet"
31139 type="default,supl"
31140 />
31141
sy.yun9ce76cf2013-08-01 09:45:16 +090031142 <apn carrier="Telkom Mobile MMS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080031143 mcc="655"
31144 mnc="02"
31145 apn="mms"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080031146 mmsc="http://mms.8ta.com:38090/was"
31147 mmsproxy="41.151.254.162"
31148 mmsport="8080"
31149 type="mms"
31150 />
31151
jewon.leee391a8a2012-11-30 17:00:26 +090031152 <apn carrier="Cell C GPRS"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080031153 mcc="655"
31154 mnc="07"
31155 apn="internet"
31156 proxy="196.31.116.250"
31157 port="8080"
31158 type="default,supl"
31159 />
31160
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070031161 <apn carrier="Cell C MMS"
31162 mcc="655"
31163 mnc="07"
31164 apn="mms"
jewon.leee391a8a2012-11-30 17:00:26 +090031165 mmsc="http://mms.cmobile.co.za/"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080031166 mmsproxy="196.31.116.250"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070031167 mmsport="8080"
31168 type="mms"
31169 />
31170
jewon.leee391a8a2012-11-30 17:00:26 +090031171 <apn carrier="VIRGIN_INTERNET_1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070031172 mcc="655"
31173 mnc="07"
31174 apn="vdata"
John Huang48a18362011-09-08 15:44:54 -070031175 proxy="196.31.116.241"
Jean-Baptiste Queru79f92c72011-01-20 17:30:20 -080031176 port="8080"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070031177 type="default,supl"
Sungmin Choi7d1a0872013-02-04 12:46:05 +090031178 mvno_match_data="6550710"
31179 mvno_type="imsi"
31180 />
31181
31182 <apn carrier="VIRGIN_INTERNET_2"
31183 mcc="655"
31184 mnc="07"
31185 apn="vdata"
31186 proxy="196.31.116.241"
31187 port="9201"
31188 type="default,supl"
31189 mvno_match_data="6550710"
31190 mvno_type="imsi"
31191 />
31192
31193 <apn carrier="Virgin_MMS_1"
31194 mcc="655"
31195 mnc="07"
31196 apn="vmms"
31197 mmsc="http://mms.virginmobile.co.za"
31198 mmsproxy="196.31.116.242"
31199 mmsport="8080"
31200 type="mms"
31201 mvno_match_data="6550710"
31202 mvno_type="imsi"
31203 />
31204
31205 <apn carrier="Virgin_MMS_2"
31206 mcc="655"
31207 mnc="07"
31208 apn="vmms"
31209 mmsc="http://mms.virginmobile.co.za"
31210 mmsproxy="196.31.116.242"
31211 mmsport="9201"
31212 type="mms"
31213 mvno_match_data="6550710"
31214 mvno_type="imsi"
31215 />
31216
31217 <apn carrier="RBM Internet"
31218 mcc="655"
31219 mnc="07"
31220 apn="mobile.redbullmobile.co.za"
31221 proxy="196.31.116.250"
31222 port="8080"
31223 type="default,supl"
31224 mvno_match_data="6550713"
31225 mvno_type="imsi"
31226 />
31227
31228 <apn carrier="Redbull MMS"
31229 mcc="655"
31230 mnc="07"
31231 apn="mms"
31232 mmsc="http://mms.cmobile.co.za/"
31233 mmsproxy="196.31.116.250"
31234 mmsport="8080"
31235 type="mms"
31236 mvno_match_data="6550713"
31237 mvno_type="imsi"
31238 />
31239
jewon.leee391a8a2012-11-30 17:00:26 +090031240 <apn carrier="MTN GPRS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070031241 mcc="655"
31242 mnc="10"
31243 apn="myMTN"
jewon.leee391a8a2012-11-30 17:00:26 +090031244 user="mtnwap"
31245 password="mtnwap"
31246 authtype="1"
31247 type="default,supl"
31248 />
31249
31250 <apn carrier="MTN MMS"
31251 mcc="655"
31252 mnc="10"
31253 apn="myMTN"
31254 user="mtnmms"
31255 password="mtnmms"
31256 authtype="1"
Sangcheol Lee4ae8c092012-03-02 15:49:28 +090031257 mmsc="http://mms.mtn.co.za/mms/wapenc"
31258 mmsproxy="196.11.240.241"
31259 mmsport="8080"
jewon.leee391a8a2012-11-30 17:00:26 +090031260 type="mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070031261 />
31262
Tangus Koech65d9db22013-09-16 18:40:10 +030031263 <apn carrier="Eritel"
31264 mcc="657"
31265 mnc="01"
31266 apn="default"
31267 type="default,supl"
31268 />
31269
31270 <apn carrier="DigiCell"
31271 mcc="702"
31272 mnc="67"
31273 apn="default"
31274 type="default,supl"
31275 />
31276
31277 <apn carrier="Smart"
31278 mcc="702"
31279 mnc="99"
31280 apn="default"
31281 type="default,supl"
31282 />
31283
seonju.oheb269162013-10-10 11:24:00 +090031284 <apn carrier="Internet CLARO"
jsh433c8572011-02-02 14:23:42 -080031285 mcc="704"
31286 mnc="01"
31287 apn="internet.ideasclaro"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031288 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031289 />
31290
31291 <apn carrier="MMS CLARO"
31292 mcc="704"
31293 mnc="01"
31294 apn="mms.ideasclaro"
jsh433c8572011-02-02 14:23:42 -080031295 mmsproxy="216.230.133.66"
31296 mmsport="8080"
31297 mmsc="http://mms.ideasclaro.com:8002"
31298 type="mms"
31299 />
31300
seonju.oheb269162013-10-10 11:24:00 +090031301 <apn carrier="Broadband TIGO"
jsh433c8572011-02-02 14:23:42 -080031302 mcc="704"
31303 mnc="02"
31304 apn="broadband.tigo.gt"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031305 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031306 />
31307
31308 <apn carrier="MMS TIGO"
31309 mcc="704"
31310 mnc="02"
31311 apn="mms.tigo.gt"
jsh433c8572011-02-02 14:23:42 -080031312 mmsproxy="10.16.17.12"
31313 mmsport="8888"
31314 mmsc="http://mms"
31315 type="mms"
31316 />
31317
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031318 <apn carrier="Movistar INTERNET"
jsh433c8572011-02-02 14:23:42 -080031319 mcc="704"
31320 mnc="03"
31321 apn="internet.movistar.gt"
31322 user="movistargt"
31323 password="movistargt"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031324 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031325 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031326 />
31327
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031328 <apn carrier="Movistar MMS"
jsh433c8572011-02-02 14:23:42 -080031329 mcc="704"
31330 mnc="03"
31331 apn="mms.movistar.gt"
31332 user="movistargt"
31333 password="movistargt"
31334 mmsproxy="10.12.22.1"
31335 mmsport="80"
31336 mmsc="http://mms.movistar.gt"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031337 authtype="1"
jsh433c8572011-02-02 14:23:42 -080031338 type="mms"
31339 />
31340
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031341 <apn carrier="Movistar INTERNET"
jsh433c8572011-02-02 14:23:42 -080031342 mcc="704"
31343 mnc="030"
31344 apn="internet.movistar.gt"
31345 user="movistargt"
31346 password="movistargt"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031347 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031348 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031349 />
31350
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031351 <apn carrier="Movistar MMS"
jsh433c8572011-02-02 14:23:42 -080031352 mcc="704"
31353 mnc="030"
31354 apn="mms.movistar.gt"
31355 user="movistargt"
31356 password="movistargt"
31357 mmsproxy="10.12.22.1"
31358 mmsport="80"
31359 mmsc="http://mms.movistar.gt"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031360 authtype="1"
jsh433c8572011-02-02 14:23:42 -080031361 type="mms"
31362 />
31363
seonju.oheb269162013-10-10 11:24:00 +090031364 <apn carrier="Internet CLARO"
jsh433c8572011-02-02 14:23:42 -080031365 mcc="706"
31366 mnc="01"
31367 apn="internet.ideasclaro"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031368 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031369 />
31370
31371 <apn carrier="MMS CLARO"
31372 mcc="706"
31373 mnc="01"
31374 apn="mms.ideasclaro"
jsh433c8572011-02-02 14:23:42 -080031375 mmsproxy="216.230.133.66"
31376 mmsport="8080"
31377 mmsc="http://mms.ideasclaro.com:8002"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031378 type="mms"
31379 />
31380
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031381 <apn carrier="Digicel Internet"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031382 mcc="706"
31383 mnc="02"
31384 apn="web.digicelsv.com"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031385 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031386 />
31387
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031388 <apn carrier="MMS"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031389 mcc="706"
31390 mnc="02"
31391 apn="wap.digicelsv.com"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031392 mmsproxy="172.26.5.12"
31393 mmsport="8080"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031394 mmsc="http://mmc.digiceljamaica.com/servlets/mms"
jsh433c8572011-02-02 14:23:42 -080031395 type="mms"
31396 />
31397
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031398 <apn carrier="Internet Tigo"
jsh433c8572011-02-02 14:23:42 -080031399 mcc="706"
31400 mnc="03"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031401 apn="internet.tigo.sv"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031402 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031403 />
31404
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031405 <apn carrier="MMS Tigo"
jsh433c8572011-02-02 14:23:42 -080031406 mcc="706"
31407 mnc="03"
31408 apn="mms.tigo.sv"
jsh433c8572011-02-02 14:23:42 -080031409 mmsproxy="10.16.17.12"
31410 mmsport="8888"
31411 mmsc="http://mms"
31412 type="mms"
31413 />
31414
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031415 <apn carrier="Movistar INTERNET"
jsh433c8572011-02-02 14:23:42 -080031416 mcc="706"
31417 mnc="04"
31418 apn="internet.movistar.sv"
31419 user="movistarsv"
31420 password="movistarsv"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031421 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031422 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031423 />
31424
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031425 <apn carrier="Movistar MMS"
jsh433c8572011-02-02 14:23:42 -080031426 mcc="706"
31427 mnc="04"
31428 apn="mms.movistar.sv"
31429 user="movistarsv"
31430 password="movistarsv"
31431 mmsproxy="10.12.20.1"
31432 mmsport="80"
31433 mmsc="http://mms.movistar.sv"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031434 authtype="1"
jsh433c8572011-02-02 14:23:42 -080031435 type="mms"
31436 />
31437
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031438 <apn carrier="Movistar INTERNET"
jsh433c8572011-02-02 14:23:42 -080031439 mcc="706"
31440 mnc="040"
31441 apn="internet.movistar.sv"
31442 user="movistarsv"
31443 password="movistarsv"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031444 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031445 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031446 />
31447
seonju.oheb269162013-10-10 11:24:00 +090031448 <apn carrier="Movistar MMS"
jsh433c8572011-02-02 14:23:42 -080031449 mcc="706"
31450 mnc="040"
31451 apn="mms.movistar.sv"
31452 user="movistarsv"
31453 password="movistarsv"
31454 mmsproxy="10.12.20.1"
31455 mmsport="80"
31456 mmsc="http://mms.movistar.sv"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031457 authtype="1"
jsh433c8572011-02-02 14:23:42 -080031458 type="mms"
31459 />
31460
31461 <apn carrier="Internet Claro"
31462 mcc="708"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031463 mnc="00"
31464 apn="internet.ideasclaro"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031465 type="default,supl"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031466 />
31467
31468 <apn carrier="MMS Claro"
31469 mcc="708"
31470 mnc="00"
31471 apn="mms.ideasclaro"
31472 mmsproxy="10.6.32.2"
31473 mmsport="8080"
31474 mmsc="http://10.6.32.27/servlets/mms"
31475 type="mms"
31476 />
31477
31478 <apn carrier="Internet Claro"
31479 mcc="708"
jsh433c8572011-02-02 14:23:42 -080031480 mnc="001"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031481 apn="internet.ideasclaro"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031482 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031483 />
31484
31485 <apn carrier="MMS Claro"
31486 mcc="708"
31487 mnc="001"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031488 apn="mms.ideasclaro"
jsh433c8572011-02-02 14:23:42 -080031489 mmsproxy="10.6.32.2"
31490 mmsport="8080"
31491 mmsc="http://10.6.32.27/servlets/mms"
31492 type="mms"
31493 />
31494
31495 <apn carrier="INTERNET TIGO"
31496 mcc="708"
31497 mnc="02"
31498 apn="internet.tigo.hn"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031499 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031500 />
31501
31502 <apn carrier="MMS TIGO"
31503 mcc="708"
31504 mnc="02"
31505 apn="mms.tigo.hn"
jsh433c8572011-02-02 14:23:42 -080031506 mmsproxy="10.16.17.12"
31507 mmsport="8888"
31508 mmsc="http://mms"
31509 type="mms"
31510 />
31511
Jing Zhao8d1b97b2014-07-17 17:38:34 -050031512 <apn carrier='Honduras:Digicel:Internet'
31513 mcc='708'
31514 mnc='04'
31515 apn='web.digicelhn.com'
31516 authtype='1'
31517 type='default'
31518 />
31519
31520 <apn carrier='Honduras:Digicel:Mms'
31521 mcc='708'
31522 mnc='04'
31523 apn='wap.digicelhn.com'
31524 authtype='1'
31525 mmsc='http://mms.digicelsv.com/servlets/mms'
31526 mmsproxy='172.26.5.12'
31527 mmsport='9201'
31528 type='mms'
31529 />
31530
31531 <apn carrier='Honduras:Digicel:Modem'
31532 mcc='708'
31533 mnc='04'
31534 apn='wap.digicelhn.com'
31535 port='8080'
31536 authtype='1'
31537 proxy='172.26.5.12'
31538 mmsc='http://www.digicelive.com'
31539 type='dun'
31540 />
31541
jsh433c8572011-02-02 14:23:42 -080031542 <apn carrier="INTERNET TIGO"
31543 mcc="708"
31544 mnc="020"
31545 apn="internet.tigo.hn"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031546 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031547 />
31548
31549 <apn carrier="MMS TIGO"
31550 mcc="708"
31551 mnc="020"
31552 apn="mms.tigo.hn"
jsh433c8572011-02-02 14:23:42 -080031553 mmsproxy="10.16.17.12"
31554 mmsport="8888"
31555 mmsc="http://mms"
31556 type="mms"
31557 />
31558
Jing Zhao8d1b97b2014-07-17 17:38:34 -050031559 <apn carrier='Honduras:Digicel:Internet:2'
31560 mcc='708'
31561 mnc='040'
31562 apn='web.digicelhn.com'
31563 authtype='1'
31564 type='default'
31565 />
31566
31567 <apn carrier='Honduras:Digicel:Mms:2'
31568 mcc='708'
31569 mnc='040'
31570 apn='wap.digicelhn.com'
31571 authtype='1'
31572 mmsc='http://mms.digicelsv.com/servlets/mms'
31573 mmsproxy='172.26.5.12'
31574 mmsport='9201'
31575 type='mms'
31576 />
31577
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031578 <apn carrier="Enitel WEB"
jsh433c8572011-02-02 14:23:42 -080031579 mcc="710"
31580 mnc="21"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031581 apn="internet.ideasalo.ni"
31582 user="internet"
31583 password="internet"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031584 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031585 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031586 />
31587
John Wang3536e142011-02-18 14:43:25 -080031588
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031589 <apn carrier="Enitel MMS"
John Wang3536e142011-02-18 14:43:25 -080031590 mcc="710"
31591 mnc="21"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031592 apn="mms.indeasalo.ni"
31593 user="mms"
31594 password="mms"
John Wang3536e142011-02-18 14:43:25 -080031595 mmsproxy="10.6.32.2"
31596 mmsport="8080"
31597 mmsc="http://10.6.32.27/servlets/mms"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031598 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080031599 type="mms"
31600 />
31601
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031602 <apn carrier="Movistar INTERNET"
jsh433c8572011-02-02 14:23:42 -080031603 mcc="710"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031604 mnc="30"
31605 apn="internet.movistar.ni"
31606 user="movistarni"
31607 password="movistarni"
31608 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031609 type="default,supl"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031610 />
31611
31612 <apn carrier="Movistar MMS"
31613 mcc="710"
31614 mnc="30"
31615 apn="mms.movistar.ni"
31616 user="movistarni"
31617 password="movistarni"
31618 mmsproxy="10.12.23.1"
31619 mmsport="80"
31620 mmsc="http://mms.movistar.ni"
31621 authtype="1"
31622 type="mms"
31623 />
31624
31625 <apn carrier="Movistar INTERNET"
31626 mcc="710"
jsh433c8572011-02-02 14:23:42 -080031627 mnc="300"
31628 apn="internet.movistar.ni"
31629 user="movistarni"
31630 password="movistarni"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031631 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031632 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031633 />
31634
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031635 <apn carrier="Movistar MMS"
jsh433c8572011-02-02 14:23:42 -080031636 mcc="710"
31637 mnc="300"
31638 apn="mms.movistar.ni"
31639 user="movistarni"
31640 password="movistarni"
31641 mmsproxy="10.12.23.1"
31642 mmsport="80"
31643 mmsc="http://mms.movistar.ni"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031644 authtype="1"
jsh433c8572011-02-02 14:23:42 -080031645 type="mms"
31646 />
31647
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031648 <apn carrier="Enitel WEB"
John Wang3536e142011-02-18 14:43:25 -080031649 mcc="710"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031650 mnc="73"
31651 apn="internet.ideasalo.ni"
31652 user="internet"
31653 password="internet"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031654 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031655 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080031656 />
31657
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031658
31659 <apn carrier="Enitel MMS"
jsh433c8572011-02-02 14:23:42 -080031660 mcc="710"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031661 mnc="73"
31662 apn="mms.indeasalo.ni"
31663 user="mms"
31664 password="mms"
jsh433c8572011-02-02 14:23:42 -080031665 mmsproxy="10.6.32.2"
31666 mmsport="8080"
31667 mmsc="http://10.6.32.27/servlets/mms"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031668 authtype="1"
jsh433c8572011-02-02 14:23:42 -080031669 type="mms"
31670 />
31671
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031672 <apn carrier="Enitel WEB"
31673 mcc="710"
31674 mnc="730"
31675 apn="internet.ideasalo.ni"
31676 user="internet"
31677 password="internet"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031678 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031679 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031680 />
31681
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031682
31683 <apn carrier="Enitel MMS"
31684 mcc="710"
31685 mnc="730"
31686 apn="mms.indeasalo.ni"
31687 user="mms"
31688 password="mms"
31689 mmsproxy="10.6.32.2"
31690 mmsport="8080"
31691 mmsc="http://10.6.32.27/servlets/mms"
31692 authtype="1"
31693 type="mms"
31694 />
31695
sy.yunc162f2c2013-11-08 08:08:37 +090031696 <apn carrier="KOLBI 3G"
jsh433c8572011-02-02 14:23:42 -080031697 mcc="712"
31698 mnc="01"
31699 apn="kolbi3g"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031700 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031701 />
31702
Jing Zhao8d1b97b2014-07-17 17:38:34 -050031703 <apn carrier="Costar Rica:Kolbi:Modem"
31704 mcc="712"
31705 mnc="01"
31706 apn="kolbi"
31707 type="dun"
31708 authtype="1"
31709 mmsc="http://mimundokolbi.ice.cr"
31710 mmsport="8080"
31711 />
31712
sy.yunc162f2c2013-11-08 08:08:37 +090031713 <apn carrier="Kolbi_Multimedia"
jsh433c8572011-02-02 14:23:42 -080031714 mcc="712"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031715 mnc="01"
31716 apn="kolbimundo"
jsh433c8572011-02-02 14:23:42 -080031717 mmsproxy="10.184.202.24"
31718 mmsport="8080"
31719 mmsc="http://mmsice"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031720 type="mms"
31721 />
31722
sy.yunc162f2c2013-11-08 08:08:37 +090031723 <apn carrier="KOLBI 3G"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031724 mcc="712"
31725 mnc="02"
31726 apn="kolbi3g"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031727 type="default,supl"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031728 />
31729
sy.yunc162f2c2013-11-08 08:08:37 +090031730 <apn carrier="Kolbi_Multimedia"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031731 mcc="712"
31732 mnc="02"
31733 apn="kolbimundo"
31734 mmsproxy="10.184.202.24"
31735 mmsport="8080"
31736 mmsc="http://mmsice"
31737 type="mms"
31738 />
31739
seonju.oheb269162013-10-10 11:24:00 +090031740 <apn carrier="Internet CLARO CR"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031741 mcc="712"
31742 mnc="03"
31743 apn="internet.ideasclaro"
31744 user=""
31745 password=""
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031746 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031747 />
31748
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031749 <apn carrier="MMS CLARO CR"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031750 mcc="712"
31751 mnc="03"
31752 apn="mms.ideasclaro"
31753 user=""
31754 password=""
31755 mmsproxy="216.230.133.66"
31756 mmsport="8080"
31757 mmsc="http://mms.ideasclaro.com:8002"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031758 type="mms"
31759 />
31760
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031761 <apn carrier="Movistar INTERNET"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031762 mcc="712"
31763 mnc="04"
31764 apn="internet.movistar.cr"
31765 user="movistarcr"
31766 password="movistarcr"
31767 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031768 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031769 />
31770
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031771 <apn carrier="Movistar MMS"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031772 mcc="712"
31773 mnc="04"
31774 apn="mms.movistar.cr"
31775 user="movistarcr"
31776 password="movistarcr"
31777 mmsproxy="10.221.79.83"
31778 mmsport="80"
31779 mmsc="http://mms.movistar.cr"
31780 authtype="1"
jsh433c8572011-02-02 14:23:42 -080031781 type="mms"
31782 />
31783
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031784 <apn carrier="Internet Tuyo"
31785 mcc="712"
31786 mnc="019"
31787 apn="tm7datos"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031788 type="default,supl"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031789 />
31790
31791 <apn carrier="MMS Tuyo"
31792 mcc="712"
31793 mnc="019"
31794 apn="tm7mms"
31795 mmsproxy="10.186.181.5"
31796 mmsport="3128"
31797 mmsc="http://mmsc.tuyomovil.com:1981"
31798 type="mms"
31799 />
31800
31801 <apn carrier="Internet Tuyo"
31802 mcc="712"
31803 mnc="190"
31804 apn="tm7datos"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031805 type="default,supl"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031806 />
31807
31808 <apn carrier="MMS Tuyo"
31809 mcc="712"
31810 mnc="190"
31811 apn="tm7mms"
31812 mmsproxy="10.186.181.5"
31813 mmsport="3128"
31814 mmsc="http://mmsc.tuyomovil.com:1981"
31815 type="mms"
31816 />
31817
31818 <apn carrier="Internet Fulmovil"
31819 mcc="712"
31820 mnc="20"
31821 apn="datos.fulmovil.cr"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031822 type="default,supl"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031823 />
31824
sy.yunc162f2c2013-11-08 08:08:37 +090031825 <apn carrier="Internet"
jsh433c8572011-02-02 14:23:42 -080031826 mcc="714"
31827 mnc="01"
31828 apn="apn01.cwpanama.com.pa"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031829 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031830 />
31831
sy.yunc162f2c2013-11-08 08:08:37 +090031832 <apn carrier="MMS"
jsh433c8572011-02-02 14:23:42 -080031833 mcc="714"
31834 mnc="01"
31835 apn="apn02.cwpanama.com.pa"
jsh433c8572011-02-02 14:23:42 -080031836 mmsproxy="172.25.3.5"
31837 mmsport="8080"
31838 mmsc="http://mms.zonamovil.com.pa"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031839 type="mms"
31840 />
31841
31842 <apn carrier="Movistar INTERNET"
31843 mcc="714"
31844 mnc="02"
31845 apn="internet.movistar.pa"
31846 user="movistarpa"
31847 password="movistarpa"
31848 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031849 type="default,supl"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031850 />
31851
31852 <apn carrier="Movistar MMS"
31853 mcc="714"
31854 mnc="02"
31855 apn="mms.movistar.pa"
31856 user="movistarpamms"
31857 password="movistarpa"
31858 mmsproxy="10.12.21.1"
31859 mmsport="80"
31860 mmsc="http://mms.movistar.pa"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031861 authtype="1"
jsh433c8572011-02-02 14:23:42 -080031862 type="mms"
31863 />
31864
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031865 <apn carrier="Movistar INTERNET"
jsh433c8572011-02-02 14:23:42 -080031866 mcc="714"
31867 mnc="020"
31868 apn="internet.movistar.pa"
31869 user="movistarpa"
31870 password="movistarpa"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031871 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031872 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031873 />
31874
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031875 <apn carrier="Movistar MMS"
jsh433c8572011-02-02 14:23:42 -080031876 mcc="714"
31877 mnc="020"
31878 apn="mms.movistar.pa"
31879 user="movistarpamms"
31880 password="movistarpa"
31881 mmsproxy="10.12.21.1"
31882 mmsport="80"
31883 mmsc="http://mms.movistar.pa"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031884 authtype="1"
jsh433c8572011-02-02 14:23:42 -080031885 type="mms"
31886 />
31887
31888 <apn carrier="WEB Claro"
31889 mcc="714"
31890 mnc="03"
31891 apn="web.claro.com.pa"
31892 user="CLAROWEB"
31893 password="CLAROWEB"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031894 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031895 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080031896 />
31897
31898 <apn carrier="MMS Claro"
31899 mcc="714"
31900 mnc="03"
31901 apn="mms.claro.com.pa"
31902 user="CLAROMMS"
31903 password="CLAROMMS"
31904 mmsproxy="10.240.3.129"
31905 mmsport="8799"
31906 mmsc="http://www.claro.com.pa/mms/"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031907 authtype="1"
31908 type="mms"
31909 />
31910
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031911 <apn carrier="Digicel Internet"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031912 mcc="714"
31913 mnc="04"
31914 apn="web.digicelpanama.com"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031915 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031916 />
31917
Sungmin Choi2f71bde2013-10-06 18:03:22 -070031918 <apn carrier="MMS"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031919 mcc="714"
31920 mnc="04"
31921 apn="wap.digicelpanama.com"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031922 mmsproxy="172.27.99.99"
31923 mmsport="8080"
31924 mmsc="http://mmc.digicelpanama.com/servlets/mms"
jsh433c8572011-02-02 14:23:42 -080031925 type="mms"
31926 />
31927
Jing Zhao8d1b97b2014-07-17 17:38:34 -050031928 <apn carrier='Panama:Digicel:Internet:2'
31929 mcc='714'
31930 mnc='040'
31931 apn='web.digicelpanama.com'
31932 authtype='1'
31933 type='default'
31934 />
31935
31936 <apn carrier='Panama:Digicel:Mms:2'
31937 mcc='714'
31938 mnc='040'
31939 apn='wap.digicelpanama.com'
31940 authtype='1'
31941 mmsc='http://mmc.digicelpanama.com/servlets/mms'
31942 mmsproxy='172.27.99.99'
31943 mmsport='9201'
31944 type='mms'
31945 />
31946
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031947 <apn carrier="Movistar INTERNET"
John Wang3536e142011-02-18 14:43:25 -080031948 mcc="716"
31949 mnc="06"
31950 apn="movistar.pe"
31951 user="movistar@datos"
31952 password="movistar"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031953 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031954 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080031955 />
31956
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020031957 <apn carrier="Movistar MMS"
John Wang3536e142011-02-18 14:43:25 -080031958 mcc="716"
31959 mnc="06"
31960 apn="mms.movistar.pe"
31961 user="movistar@mms"
31962 password="movistar"
31963 mmsproxy="200.4.196.118"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070031964 mmsport="8080"
John Wang3536e142011-02-18 14:43:25 -080031965 mmsc="http://mmsc.telefonicamovistar.com.pe:8088/mms/"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031966 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080031967 type="mms"
31968 />
31969
31970 <apn carrier="CLARO DATOS"
31971 mcc="716"
31972 mnc="10"
31973 apn="claro.pe"
31974 user="claro"
31975 password="claro"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031976 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080031977 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080031978 />
31979
31980 <apn carrier="CLARO MMS"
31981 mcc="716"
31982 mnc="10"
31983 apn="mms.claro.pe"
31984 user="claro"
31985 password="claro"
31986 mmsproxy="192.168.231.30"
31987 mmsport="80"
31988 mmsc="http://claro/servlets/mms"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090031989 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080031990 type="mms"
31991 />
31992
Yong Zhangadfeaa62014-08-29 14:54:02 -050031993 <apn carrier="Bitel - Internet"
31994 mcc="716"
31995 mnc="15"
31996 apn="bitel"
31997 authtype="1"
31998 type="default,supl"
31999 protocol="IP"
32000 roaming_protocol="IP"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032001 />
32002
Yong Zhangadfeaa62014-08-29 14:54:02 -050032003 <apn carrier="Bitel - MMS"
32004 mcc="716"
32005 mnc="15"
32006 apn="bitel-mms"
32007 mmsc="http://181.176.241.99:8080"
32008 mmsproxy="10.121.144.3"
32009 mmsport="8000"
32010 authtype="1"
32011 type="mms"
32012 protocol="IP"
32013 roaming_protocol="IP"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032014 />
32015
Yong Zhangadfeaa62014-08-29 14:54:02 -050032016 <apn carrier="Entel PE"
32017 mcc="716"
32018 mnc="17"
32019 apn="entel.pe"
32020 authtype="0"
32021 type="default,dun"
32022 protocol="IP"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032023 />
32024
Yong Zhangadfeaa62014-08-29 14:54:02 -050032025 <apn carrier="Entel MMS"
32026 mcc="716"
32027 mnc="17"
32028 apn="mms.entel.pe"
32029 mmsc="http://mms.entel.pe"
32030 mmsproxy="10.0.215.74"
32031 mmsport="8080"
32032 authtype="0"
32033 type="mms"
32034 protocol="IP"
32035 />
32036
32037 <apn carrier="Entel Location"
32038 mcc="716"
32039 mnc="17"
32040 apn="location.entel.pe"
32041 port="7275"
32042 server="http://location.entel.pe"
32043 authtype="0"
32044 type="supl"
32045 protocol="IP"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032046 />
32047
32048 <apn carrier='Quam_WEB'
32049 mcc='722'
32050 mnc='01'
32051 apn='internet.movil'
32052 user='internet'
32053 password='internet'
32054 authtype='1'
32055 type='default'
32056 mvno_type='spn'
32057 mvno_match_data='QUAM'
32058 />
32059
32060 <apn carrier='Quam_MMS'
32061 mcc='722'
32062 mnc='01'
32063 apn='mms.movil'
32064 user='mms'
32065 password='mms'
32066 mmsc='http://mms.quam.com.ar'
32067 mmsproxy='200.68.32.239'
32068 mmsport='9090'
32069 authtype='1'
32070 type='mms'
32071 mvno_type='spn'
32072 mvno_match_data='QUAM'
32073 />
32074
32075 <apn carrier='Quam_WEB'
32076 mcc='722'
32077 mnc='01'
32078 apn='internet.movil'
32079 user='internet'
32080 password='internet'
32081 authtype='1'
32082 type='default'
32083 mvno_type='spn'
32084 mvno_match_data='CELULAR'
32085 />
32086
32087 <apn carrier='Quam_MMS'
32088 mcc='722'
32089 mnc='01'
32090 apn='mms.movil'
32091 user='mms'
32092 password='mms'
32093 mmsc='http://mms.quam.com.ar'
32094 mmsproxy='200.68.32.239'
32095 mmsport='9090'
32096 authtype='1'
32097 type='mms'
32098 mvno_type='spn'
32099 mvno_match_data='CELULAR'
32100 />
32101
jewon.lee06a28282013-06-04 13:22:48 +090032102 <apn carrier="Movistar WAP"
John Wang3536e142011-02-18 14:43:25 -080032103 mcc="722"
32104 mnc="07"
32105 apn="wap.gprs.unifon.com.ar"
32106 user="wap"
32107 password="wap"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032108 proxy="200.5.68.10"
John Wang6a572492011-04-04 14:51:32 -070032109 port="8080"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032110 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032111 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080032112 />
32113
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032114 <apn carrier="Argentina:Movistar:INTERNET"
32115 mcc="722"
32116 mnc="07"
32117 apn="internet.gprs.unifon.com.ar"
32118 type="dun"
32119 user="internet"
32120 password="internet"
32121 authtype="1"
32122 />
32123
John Wang6a572492011-04-04 14:51:32 -070032124 <apn carrier="Movistar MMS"
John Wang3536e142011-02-18 14:43:25 -080032125 mcc="722"
32126 mnc="07"
32127 apn="mms.gprs.unifon.com.ar"
32128 user="mms"
32129 password="mms"
32130 mmsproxy="200.68.32.239"
32131 mmsport="8080"
32132 mmsc="http://mms.movistar.com.ar"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032133 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080032134 type="mms"
32135 />
32136
32137 <apn carrier="Claro AR"
32138 mcc="722"
32139 mnc="31"
32140 apn="igprs.claro.com.ar"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070032141 mmsc="http://mms.claro.com.ar"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032142 type="default,supl,mms"
John Wang3536e142011-02-18 14:43:25 -080032143 />
32144
32145 <apn carrier="Claro AR"
32146 mcc="722"
32147 mnc="310"
32148 apn="igprs.claro.com.ar"
jewon.lee06a28282013-06-04 13:22:48 +090032149 mmsc="http://mms.claro.com.ar"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032150 type="default,supl,mms"
John Wang3536e142011-02-18 14:43:25 -080032151 />
32152
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032153 <apn carrier="Personal Datos"
John Wang3536e142011-02-18 14:43:25 -080032154 mcc="722"
32155 mnc="34"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032156 apn="datos.personal.com"
jewon.lee06a28282013-06-04 13:22:48 +090032157 user="datos"
32158 password="datos"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032159 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032160 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080032161 />
32162
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032163 <apn carrier="Argentina:Personal:DUN"
32164 mcc="722"
32165 mnc="34"
32166 apn="internet.personal.com"
32167 type="dun"
32168 user="internet"
32169 password="internet"
32170 authtype="0"
32171 />
32172
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032173 <apn carrier="Personal MMS"
John Wang3536e142011-02-18 14:43:25 -080032174 mcc="722"
32175 mnc="34"
32176 apn="mms"
32177 user="mms"
32178 password="mms"
32179 mmsproxy="172.25.7.31"
32180 mmsport="8080"
32181 mmsc="http://mms.personal.com"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032182 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080032183 type="mms"
32184 />
32185
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032186 <apn carrier='Argentina:Nuestro:MMS'
32187 mcc='722'
32188 mnc='36'
32189 apn='mms.nuestro.com.ar'
32190 authtype='0'
32191 mmsc='http://mms.nuestro.com.ar'
32192 mmsproxy='172.16.0.20'
32193 mmsport='8080'
32194 type='mms'
32195 user='mms'
32196 />
32197
32198 <apn carrier='Argentina:Nuestro:Internet'
32199 mcc='722'
32200 mnc='36'
32201 apn='gprs.nuestro.com.ar'
32202 authtype='0'
32203 type='default'
32204 user='gprs'
32205 />
32206
32207 <apn carrier='Argentina:Personal :Datos'
32208 mcc='722'
32209 mnc='340'
32210 apn='datos.personal.com'
32211 authtype='0'
32212 type='default'
32213 user='gprs'
32214 password='adgj'
32215 />
32216
32217 <apn carrier='Argentina:Personal :DUN'
32218 mcc='722'
32219 mnc='340'
32220 apn='internet.personal.com'
32221 authtype='0'
32222 type='dun'
32223 user='internet'
32224 password='internet'
32225 />
32226
32227 <apn carrier='Argentina:Personal :MMS'
32228 mcc='722'
32229 mnc='340'
32230 apn='mms'
32231 authtype='0'
32232 mmsc='http://mms.personal.com'
32233 mmsproxy='172.25.7.31'
32234 mmsport='8080'
32235 type='mms'
32236 user='mms'
32237 password='mms'
32238 />
32239
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032240 <apn carrier="Personal Datos"
John Wang3536e142011-02-18 14:43:25 -080032241 mcc="722"
32242 mnc="341"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032243 apn="datos.personal.com"
jewon.lee06a28282013-06-04 13:22:48 +090032244 user="datos"
32245 password="datos"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032246 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032247 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080032248 />
32249
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032250 <apn carrier="Argentina:Personal: DUN"
32251 mcc="722"
32252 mnc="341"
32253 apn="internet.personal.com"
32254 type="dun"
32255 user="internet"
32256 password="internet"
32257 authtype="0"
32258 />
32259
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032260 <apn carrier="Personal MMS"
John Wang3536e142011-02-18 14:43:25 -080032261 mcc="722"
32262 mnc="341"
32263 apn="mms"
32264 user="mms"
32265 password="mms"
32266 mmsproxy="172.25.7.31"
32267 mmsport="8080"
32268 mmsc="http://mms.personal.com"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032269 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032270 type="mms"
32271 />
32272
jsh433c8572011-02-02 14:23:42 -080032273 <apn carrier="TIM Connect"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032274 mcc="724"
32275 mnc="02"
jsh433c8572011-02-02 14:23:42 -080032276 apn="timbrasil.br"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032277 user="tim"
32278 password="tim"
32279 mmsc="http://mms.tim.br"
32280 mmsproxy="200.179.66.242"
32281 mmsport="8080"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032282 authtype="1"
sy.yun38eb77c2013-08-17 01:46:34 +090032283 protocol="IPV4V6"
jsh433c8572011-02-02 14:23:42 -080032284 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032285 />
32286
jsh433c8572011-02-02 14:23:42 -080032287 <apn carrier="TIM Connect"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032288 mcc="724"
32289 mnc="03"
jsh433c8572011-02-02 14:23:42 -080032290 apn="timbrasil.br"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032291 user="tim"
32292 password="tim"
32293 mmsc="http://mms.tim.br"
32294 mmsproxy="200.179.66.242"
32295 mmsport="8080"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032296 authtype="1"
sy.yun38eb77c2013-08-17 01:46:34 +090032297 protocol="IPV4V6"
jsh433c8572011-02-02 14:23:42 -080032298 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032299 />
32300
jsh433c8572011-02-02 14:23:42 -080032301 <apn carrier="TIM Connect"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032302 mcc="724"
32303 mnc="04"
jsh433c8572011-02-02 14:23:42 -080032304 apn="timbrasil.br"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032305 user="tim"
32306 password="tim"
jsh433c8572011-02-02 14:23:42 -080032307 mmsc="http://mms.tim.br"
32308 mmsproxy="200.179.66.242"
32309 mmsport="8080"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032310 authtype="1"
sy.yun38eb77c2013-08-17 01:46:34 +090032311 protocol="IPV4V6"
jsh433c8572011-02-02 14:23:42 -080032312 type="default,supl,mms"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032313 />
32314
John Wang3536e142011-02-18 14:43:25 -080032315 <apn carrier="Java Session"
32316 mcc="724"
32317 mnc="05"
32318 apn="java.claro.com.br"
32319 user="claro"
32320 password="claro"
32321 type="default,supl"
32322 />
32323
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032324 <apn carrier="Claro Foto"
32325 mcc="724"
32326 mnc="05"
32327 apn="mms.claro.com.br"
32328 user="claro"
32329 password="claro"
32330 mmsc="http://mms.claro.com.br"
32331 mmsproxy="200.169.126.10"
32332 mmsport="8799"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032333 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032334 type="mms"
32335 />
32336
John Wang3536e142011-02-18 14:43:25 -080032337 <apn carrier="Vivo MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032338 mcc="724"
32339 mnc="06"
32340 apn="mms.vivo.com.br"
32341 user="vivo"
32342 password="vivo"
32343 mmsc="http://termnat.vivomms.com.br:8088/mms"
32344 mmsproxy="200.142.130.104"
32345 mmsport="80"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032346 authtype="1"
sy.yun38eb77c2013-08-17 01:46:34 +090032347 protocol="IPV4V6"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032348 type="mms"
32349 />
32350
John Wang3536e142011-02-18 14:43:25 -080032351 <apn carrier="Vivo Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032352 mcc="724"
32353 mnc="06"
32354 apn="zap.vivo.com.br"
32355 user="vivo"
32356 password="vivo"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032357 authtype="1"
sy.yun38eb77c2013-08-17 01:46:34 +090032358 protocol="IPV4V6"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032359 type="default,supl"
32360 />
32361
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032362 <apn carrier="SCTL MMS"
32363 mcc="724"
32364 mnc="07"
32365 apn="mms.sercomtel.com.br"
32366 user="sercomtel"
32367 password="sercomtel"
32368 mmsc="http://mms.claro.com.br"
32369 mmsproxy="200.169.126.10"
32370 mmsport="8799"
32371 type="mms"
32372 />
32373
32374 <apn carrier="SCTL GPRS"
32375 mcc="724"
32376 mnc="07"
32377 apn="sercomtel.com.br"
32378 user="sercomtel"
32379 password="sercomtel"
32380 type="default,supl"
32381 />
32382
John Wang3536e142011-02-18 14:43:25 -080032383 <apn carrier="Vivo Internet"
32384 mcc="724"
32385 mnc="10"
32386 apn="zap.vivo.com.br"
32387 user="vivo"
32388 password="vivo"
sy.yun38eb77c2013-08-17 01:46:34 +090032389 authtype="1"
32390 protocol="IPV4V6"
John Wang3536e142011-02-18 14:43:25 -080032391 type="default,supl"
32392 />
32393
jsh433c8572011-02-02 14:23:42 -080032394 <apn carrier="Vivo MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032395 mcc="724"
32396 mnc="10"
32397 apn="mms.vivo.com.br"
32398 user="vivo"
32399 password="vivo"
32400 mmsc="http://termnat.vivomms.com.br:8088/mms"
32401 mmsproxy="200.142.130.104"
32402 mmsport="80"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032403 authtype="1"
sy.yun38eb77c2013-08-17 01:46:34 +090032404 protocol="IPV4V6"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032405 type="mms"
32406 />
32407
jsh433c8572011-02-02 14:23:42 -080032408 <apn carrier="Vivo MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032409 mcc="724"
32410 mnc="11"
32411 apn="mms.vivo.com.br"
32412 user="vivo"
32413 password="vivo"
32414 mmsc="http://termnat.vivomms.com.br:8088/mms"
32415 mmsproxy="200.142.130.104"
32416 mmsport="80"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032417 authtype="1"
sy.yun38eb77c2013-08-17 01:46:34 +090032418 protocol="IPV4V6"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032419 type="mms"
32420 />
32421
jsh433c8572011-02-02 14:23:42 -080032422 <apn carrier="Vivo Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032423 mcc="724"
32424 mnc="11"
32425 apn="zap.vivo.com.br"
32426 user="vivo"
32427 password="vivo"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032428 authtype="1"
sy.yun38eb77c2013-08-17 01:46:34 +090032429 protocol="IPV4V6"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032430 type="default,supl"
32431 />
32432
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032433 <apn carrier='Sercomtel:Dados'
32434 mcc='724'
32435 mnc='15'
32436 apn='sercomtel.com.br'
32437 authtype='1'
32438 type='default'
32439 user='sercomtel'
32440 password='sercomtel'
32441 />
32442
32443 <apn carrier='Sercomtel:MMS'
32444 mcc='724'
32445 mnc='15'
32446 apn='mms.sercomtel.com.br'
32447 authtype='1'
32448 mmsc='http://mms.claro.com.br'
32449 mmsproxy='200.169.126.10'
32450 mmsport='8799'
32451 type='mms'
32452 user='sercomtel'
32453 password='sercomtel'
32454 />
32455
32456 <apn carrier='Sercomtel:Modem'
32457 mcc='724'
32458 mnc='15'
32459 apn='sercomtel.com.br'
32460 authtype='1'
32461 type='dun'
32462 user='sercomtel'
32463 password='sercomtel'
32464 />
John Wang3536e142011-02-18 14:43:25 -080032465
sy.yun38eb77c2013-08-17 01:46:34 +090032466 <apn carrier="Oi GPRS Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032467 mcc="724"
32468 mnc="16"
sy.yun38eb77c2013-08-17 01:46:34 +090032469 apn="gprs.oi.com.br"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070032470 protocol="IPV4V6"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032471 type="default,supl"
32472 />
32473
sy.yun38eb77c2013-08-17 01:46:34 +090032474 <apn carrier="MMS GPRS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032475 mcc="724"
32476 mnc="16"
sy.yun38eb77c2013-08-17 01:46:34 +090032477 apn="mmsgprs.oi.com.br"
32478 user="oimms"
32479 password="oioioi"
32480 mmsc="http://200.222.42.204:8002"
32481 mmsproxy="192.168.10.50"
32482 mmsport="3128"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032483 authtype="1"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070032484 protocol="IPV4V6"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032485 type="mms"
32486 />
32487
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032488 <apn carrier="TelemigC GPRS"
32489 mcc="724"
32490 mnc="19"
32491 apn="gprs.telemigcelular.com.br"
32492 user="celular"
32493 password="celular"
32494 type="default,supl"
32495 />
32496
32497 <apn carrier="MMS Telemig"
32498 mcc="724"
32499 mnc="19"
32500 apn="mmsgprs.telemigcelular.com.br"
32501 user="celular"
32502 password="celular"
32503 mmsc="http://mms.telemigcelular.com.br"
32504 mmsproxy="200.192.230.142"
32505 mmsport="8080"
32506 type="mms"
32507 />
32508
John Wang3536e142011-02-18 14:43:25 -080032509 <apn carrier="Vivo Internet"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032510 mcc="724"
32511 mnc="23"
John Wang3536e142011-02-18 14:43:25 -080032512 apn="zap.vivo.com.br"
32513 user="vivo"
32514 password="vivo"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032515 authtype="1"
sy.yun38eb77c2013-08-17 01:46:34 +090032516 protocol="IPV4V6"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032517 type="default,supl"
32518 />
32519
John Wang3536e142011-02-18 14:43:25 -080032520 <apn carrier="Vivo MMS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032521 mcc="724"
32522 mnc="23"
John Wang3536e142011-02-18 14:43:25 -080032523 apn="mms.vivo.com.br"
32524 user="vivo"
32525 password="vivo"
32526 mmsc="http://termnat.vivomms.com.br:8088/mms"
32527 mmsproxy="200.142.130.104"
32528 mmsport="80"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032529 authtype="1"
sy.yun38eb77c2013-08-17 01:46:34 +090032530 protocol="IPV4V6"
John Wang3536e142011-02-18 14:43:25 -080032531 type="mms"
32532 />
32533
Yong Zhangadfeaa62014-08-29 14:54:02 -050032534 <apn carrier="OI:INTERNET:2"
32535 mcc="724"
32536 mnc="24"
32537 apn="gprs.oi.com.br"
32538 authtype="1"
32539 type="default,dun"
32540 user="oi"
32541 password="oi"
32542 protocol="IPV4V6"
32543 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032544 />
32545
Yong Zhangadfeaa62014-08-29 14:54:02 -050032546 <apn carrier="Oi:MMS:2"
32547 mcc="724"
32548 mnc="24"
32549 apn="mmsgprs.oi.com.br"
32550 authtype="1"
32551 mmsc="http://200.222.42.204:8002"
32552 mmsproxy="192.168.10.50"
32553 mmsport="3128"
32554 type="mms"
32555 user="oimms"
32556 password="oioioi"
32557 protocol="IPV4V6"
32558 roaming_protocol="IPV4V6"
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032559 />
32560
sy.yun38eb77c2013-08-17 01:46:34 +090032561 <apn carrier="Oi GPRS Internet"
jsh433c8572011-02-02 14:23:42 -080032562 mcc="724"
32563 mnc="31"
32564 apn="gprs.oi.com.br"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070032565 protocol="IPV4V6"
jsh433c8572011-02-02 14:23:42 -080032566 type="default,supl"
32567 />
32568
sy.yun38eb77c2013-08-17 01:46:34 +090032569 <apn carrier="MMS GPRS"
jsh433c8572011-02-02 14:23:42 -080032570 mcc="724"
32571 mnc="31"
32572 apn="mmsgprs.oi.com.br"
32573 user="oimms"
sy.yun0c9faa92013-09-04 09:58:34 +090032574 password="oioioi"
Sangcheol Lee703dc052012-04-03 19:12:29 +090032575 mmsc="http://200.222.42.204:8002"
jsh433c8572011-02-02 14:23:42 -080032576 mmsproxy="192.168.10.50"
32577 mmsport="3128"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032578 authtype="1"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070032579 protocol="IPV4V6"
jsh433c8572011-02-02 14:23:42 -080032580 type="mms"
32581 />
32582
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032583 <apn carrier='CTBC:Dados:1'
32584 mcc='724'
32585 mnc='32'
32586 apn='ctbc.br'
32587 authtype='1'
32588 type='default'
32589 user='CTBC'
32590 password='1212'
32591 />
32592
32593 <apn carrier='CTBC:Modem:1'
32594 mcc='724'
32595 mnc='32'
32596 apn='ctbc.br'
32597 authtype='1'
32598 type='dun'
32599 user='CTBC'
32600 password='1212'
32601 />
32602
32603 <apn carrier='CTBC:MMS:1'
32604 mcc='724'
32605 mnc='32'
32606 apn='mms.ctbc.br'
32607 authtype='1'
32608 mmsc='http://mms.ctbccelular.com.br/was'
32609 mmsproxy='172.29.7.70'
32610 mmsport='8080'
32611 type='mms'
32612 user='CTBC'
32613 password='1212'
32614 />
32615
32616 <apn carrier='CTBC:Dados:2'
32617 mcc='724'
32618 mnc='33'
32619 apn='ctbc.br'
32620 authtype='1'
32621 type='default'
32622 user='CTBC'
32623 password='1212'
32624 />
32625
32626 <apn carrier='CTBC:Modem:2'
32627 mcc='724'
32628 mnc='33'
32629 apn='ctbc.br'
32630 authtype='1'
32631 type='dun'
32632 user='CTBC'
32633 password='1212'
32634 />
32635
32636 <apn carrier='CTBC:MMS:2'
32637 mcc='724'
32638 mnc='33'
32639 apn='mms.ctbc.br'
32640 authtype='1'
32641 mmsc='http://mms.ctbccelular.com.br/was'
32642 mmsproxy='172.29.7.70'
32643 mmsport='8080'
32644 type='mms'
32645 user='CTBC'
32646 password='1212'
32647 />
32648
32649 <apn carrier='CTBC:Dados:3'
32650 mcc='724'
32651 mnc='34'
32652 apn='ctbc.br'
32653 authtype='1'
32654 type='default'
32655 user='CTBC'
32656 password='1212'
32657 />
32658
32659 <apn carrier='CTBC:Modem:3'
32660 mcc='724'
32661 mnc='34'
32662 apn='ctbc.br'
32663 authtype='1'
32664 type='dun'
32665 user='CTBC'
32666 password='1212'
32667 />
32668
32669 <apn carrier='CTBC:MMS:3'
32670 mcc='724'
32671 mnc='34'
32672 apn='mms.ctbc.br'
32673 authtype='1'
32674 mmsc='http://mms.ctbccelular.com.br/was'
32675 mmsproxy='172.29.7.70'
32676 mmsport='8080'
32677 type='mms'
32678 user='CTBC'
32679 password='1212'
32680 />
32681
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032682 <apn carrier='Nextel MMS'
32683 mcc='724'
32684 mnc='39'
32685 apn='mms.nextel3g.net.br'
32686 authtype='0'
32687 mmsc='http://3gmms.nextel3g.net.br'
32688 mmsproxy='129.192.129.104'
32689 mmsport='8080'
32690 type='mms'
32691 protocol='IPV4V6'
32692 roaming_protocol='IPV4V6'
32693 />
32694
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032695 <apn carrier='Nextel WAP'
32696 mcc='724'
32697 mnc='39'
32698 apn='wap.nextel3g.net.br'
32699 authtype='0'
Eliseu Massing39d5b762014-10-22 14:14:49 -020032700 type='default,dun'
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032701 protocol='IPV4V6'
32702 roaming_protocol='IPV4V6'
32703 />
32704
32705 <apn carrier='Porto Seguro Conecta'
32706 mcc='724'
32707 mnc='54'
32708 authtype='0'
32709 type='default,dun'
32710 apn='portoconecta.br'
32711 />
32712
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032713 <apn carrier="Internet Movil"
32714 mcc="730"
32715 mnc="01"
32716 apn="bam.entelpcs.cl"
32717 user="entelpcs"
32718 password="entelpcs"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032719 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032720 type="default,supl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032721 />
32722
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032723 <apn carrier="MMS Entel"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032724 mcc="730"
32725 mnc="01"
32726 apn="mms.entelpcs.cl"
32727 user="entelpcs"
32728 password="entelpcs"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032729 mmsproxy="10.99.0.10"
32730 mmsport="8080"
jsh433c8572011-02-02 14:23:42 -080032731 mmsc="http://mmsc.entelpcs.cl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032732 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032733 type="mms"
32734 />
32735
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032736 <apn carrier='Internet Nextel'
32737 mcc='730'
32738 mnc='09'
32739 apn='wap.nextelmovil.cl'
32740 authtype='0'
32741 type='default'
32742 />
32743
32744 <apn carrier='MMS Nextel'
32745 mcc='730'
32746 mnc='09'
32747 apn='mms.nextelmovil.cl'
32748 authtype='0'
32749 mmsc='http://3gmms.nextelmovil.cl'
32750 mmsproxy='129.192.129.104'
32751 mmsport='8080'
32752 type='mms'
32753 />
32754
jsh433c8572011-02-02 14:23:42 -080032755 <apn carrier="Internet Movil"
32756 mcc="730"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032757 mnc="10"
jsh433c8572011-02-02 14:23:42 -080032758 apn="bam.entelpcs.cl"
32759 user="entelpcs"
32760 password="entelpcs"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032761 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032762 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080032763 />
32764
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032765 <apn carrier="MMS Entel"
jsh433c8572011-02-02 14:23:42 -080032766 mcc="730"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032767 mnc="10"
jsh433c8572011-02-02 14:23:42 -080032768 apn="mms.entelpcs.cl"
32769 user="entelpcs"
32770 password="entelpcs"
32771 mmsproxy="10.99.0.10"
32772 mmsport="8080"
32773 mmsc="http://mmsc.entelpcs.cl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032774 authtype="1"
jsh433c8572011-02-02 14:23:42 -080032775 type="mms"
32776 />
32777
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020032778 <apn carrier="Movistar APLICACIONES"
jsh433c8572011-02-02 14:23:42 -080032779 mcc="730"
32780 mnc="02"
32781 apn="wap.tmovil.cl"
jsh433c8572011-02-02 14:23:42 -080032782 user="wap"
32783 password="wap"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032784 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032785 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080032786 />
32787
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020032788 <apn carrier="Movistar MMS"
jsh433c8572011-02-02 14:23:42 -080032789 mcc="730"
32790 mnc="02"
32791 apn="mms.tmovil.cl"
32792 user="mms"
32793 password="mms"
32794 mmsproxy="172.17.8.10"
32795 mmsport="8080"
32796 mmsc="http://mms.movistar.cl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032797 authtype="1"
jsh433c8572011-02-02 14:23:42 -080032798 type="mms"
32799 />
32800
Sungmin Choi2f71bde2013-10-06 18:03:22 -070032801 <apn carrier="Banda Ancha Movil"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032802 mcc="730"
32803 mnc="03"
32804 apn="bam.clarochile.cl"
32805 user="clarochile"
32806 password="clarochile"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032807 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032808 type="default,supl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032809 />
32810
jsh433c8572011-02-02 14:23:42 -080032811 <apn carrier="MMS Claro"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032812 mcc="730"
32813 mnc="03"
32814 apn="mms.clarochile.cl"
32815 user="clarochile"
32816 password="clarochile"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032817 mmsproxy="172.23.200.200"
32818 mmsport="8080"
jsh433c8572011-02-02 14:23:42 -080032819 mmsc="http://mms.clarochile.cl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032820 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032821 type="mms"
32822 />
32823
John Wang6a572492011-04-04 14:51:32 -070032824 <apn carrier="web"
32825 mcc="730"
32826 mnc="07"
32827 apn="web.gtdmovil.cl"
32828 user="webgtd"
32829 password="webgtd"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032830 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032831 type="default,supl"
John Wang6a572492011-04-04 14:51:32 -070032832 />
32833
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032834 <apn carrier="Internet"
John Wang6a572492011-04-04 14:51:32 -070032835 mcc="730"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032836 mnc="08"
32837 apn="movil.vtr.com"
32838 user="vtrmovil"
32839 password="vtrmovil"
32840 authtype="2"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032841 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032842 />
32843
32844 <apn carrier="Wap"
32845 mcc="730"
32846 mnc="08"
32847 apn="wap.vtr.com"
32848 proxy="192.168.94.210"
32849 port="9028"
32850 user=""
32851 password=""
32852 authtype="0"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032853 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032854 />
32855
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032856 <apn carrier="MMS"
32857 mcc="730"
32858 mnc="08"
32859 apn="mms.vtr.com"
32860 user="mms"
32861 password=""
32862 mmsc="http://192.168.94.162:19090/was"
32863 mmsproxy="192.168.94.210"
32864 mmsport="9028"
32865 authtype="0"
John Wang6a572492011-04-04 14:51:32 -070032866 type="mms"
32867 />
John Wang3536e142011-02-18 14:43:25 -080032868
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032869 <apn carrier="Internet Movil"
32870 mcc="730"
32871 mnc="10"
32872 apn="bam.entelpcs.cl"
32873 user="entelpcs"
32874 password="entelpcs"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032875 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032876 type="default,supl"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032877 />
32878
John Wang3536e142011-02-18 14:43:25 -080032879 <apn carrier="MMS Entel PCS"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032880 mcc="730"
32881 mnc="10"
32882 apn="mms.entelpcs.cl"
John Wang3536e142011-02-18 14:43:25 -080032883 user="entelpcs"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032884 password="entelpcs"
32885 mmsc="http://mmsc.entelpcs.cl"
32886 mmsproxy="10.99.0.10"
32887 mmsport="8080"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032888 authtype="1"
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070032889 type="mms"
32890 />
32891
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032892 <apn carrier='Movistar INTERNET'
32893 mcc='732'
32894 mnc='12'
32895 apn='internet.movistar.com.co'
32896 authtype='1'
32897 type='default, dun'
32898 user='movistar'
32899 password='movistar'
32900 />
32901
32902 <apn carrier='Movistar MMS'
32903 mcc='732'
32904 mnc='12'
32905 apn='mms.movistar.com.co'
32906 authtype='1'
32907 mmsc='http://mms.movistar.com.co'
32908 mmsproxy='192.168.222.7'
32909 mmsport='9001'
32910 type='mms'
32911 user='movistar'
32912 password='movistar'
32913 />
32914
Sungmin Choi2f71bde2013-10-06 18:03:22 -070032915 <apn carrier="COMCEL"
jsh433c8572011-02-02 14:23:42 -080032916 mcc="732"
32917 mnc="101"
32918 apn="internet.comcel.com.co"
John Wang6a572492011-04-04 14:51:32 -070032919 user="COMCELWEB"
32920 password="COMCELWEB"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032921 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032922 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080032923 />
32924
32925 <apn carrier="MMS Comcel 3GSM"
32926 mcc="732"
32927 mnc="101"
32928 apn="mms.comcel.com.co"
32929 user="COMCELMMS"
32930 password="COMCELMMS"
32931 mmsproxy="198.228.90.225"
32932 mmsport="8799"
32933 mmsc="http://www.comcel.com.co/mms/"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032934 authtype="1"
jsh433c8572011-02-02 14:23:42 -080032935 type="mms"
32936 />
32937
32938 <apn carrier="TIGO WEB"
32939 mcc="732"
32940 mnc="103"
32941 apn="web.colombiamovil.com.co"
32942 user=""
32943 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032944 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080032945 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080032946 />
32947
32948 <apn carrier="TIGO Multimedia"
32949 mcc="732"
32950 mnc="103"
32951 apn="mms.colombiamovil.com.co"
32952 user="mms-cm1900"
32953 password="mms-cm1900"
32954 mmsproxy="190.102.206.48"
32955 mmsport="8080"
32956 mmsc="http://mms.ola.com.co"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090032957 authtype="1"
jsh433c8572011-02-02 14:23:42 -080032958 type="mms"
32959 />
32960
Jing Zhao8d1b97b2014-07-17 17:38:34 -050032961 <apn carrier="Internet ETB"
32962 mcc="732"
32963 mnc="103"
32964 apn="moviletb.net.co"
32965 type="default,dun"
32966 user="etb"
32967 password="etb"
32968 authtype="0"
32969 mvno_match_data="ETB MOVI"
32970 mvno_type="spn"
32971 />
32972
32973 <apn carrier="Internet ETB"
32974 mcc="732"
32975 mnc="103"
32976 apn="moviletb.net.co"
32977 type="default,dun"
32978 user="etb"
32979 password="etb"
32980 authtype="0"
32981 mvno_match_data="ETB MOVI"
32982 mvno_type="spn"
32983 />
32984
32985 <apn carrier="Internet Éito"
32986 mcc="732"
32987 mnc="103"
32988 apn="movilexito.net.co"
32989 type="default,dun"
32990 authtype="1"
32991 mvno_match_data="movil exito"
32992 mvno_type="spn"
32993 />
32994
32995 <apn carrier="UFFMOVIL"
32996 mcc="732"
32997 mnc="103"
32998 apn="web.uffmovil.com"
32999 type="default,dun"
33000 authtype="1"
33001 mvno_match_data="Uff!"
33002 mvno_type="spn"
33003 />
33004
33005 <apn carrier="UNE"
33006 mcc="732"
33007 mnc="103"
33008 apn="www.une.net.co"
33009 type="default,dun"
33010 user="une"
33011 password="une"
33012 authtype="0"
33013 mvno_match_data="UNE"
33014 mvno_type="spn"
33015 />
33016
jsh433c8572011-02-02 14:23:42 -080033017 <apn carrier="TIGO WEB"
33018 mcc="732"
33019 mnc="111"
33020 apn="web.colombiamovil.com.co"
33021 user=""
33022 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033023 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033024 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080033025 />
33026
33027 <apn carrier="TIGO Multimedia"
33028 mcc="732"
33029 mnc="111"
33030 apn="mms.colombiamovil.com.co"
33031 user="mms-cm1900"
33032 password="mms-cm1900"
33033 mmsproxy="190.102.206.48"
33034 mmsport="8080"
33035 mmsc="http://mms.ola.com.co"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033036 authtype="1"
jsh433c8572011-02-02 14:23:42 -080033037 type="mms"
33038 />
33039
Jing Zhao8d1b97b2014-07-17 17:38:34 -050033040 <apn carrier="Internet ETB"
33041 mcc="732"
33042 mnc="111"
33043 apn="moviletb.net.co"
33044 type="default,dun"
33045 user="etb"
33046 password="etb"
33047 authtype="0"
33048 mvno_match_data="ETB MOVIL"
33049 mvno_type="spn"
33050 />
33051
33052 <apn carrier="Internet Éito"
33053 mcc="732"
33054 mnc="111"
33055 apn="movilexito.net.co"
33056 type="default,dun"
33057 authtype="1"
33058 mvno_match_data="movil exito"
33059 mvno_type="spn"
33060 />
33061
33062 <apn carrier="UFFMOVIL"
33063 mcc="732"
33064 mnc="111"
33065 apn="web.uffmovil.com"
33066 type="default,dun"
33067 authtype="1"
33068 mvno_match_data="Uff!"
33069 mvno_type="spn"
33070 />
33071
33072 <apn carrier="UNE"
33073 mcc="732"
33074 mnc="111"
33075 apn="www.une.net.co"
33076 type="default,dun"
33077 user="une"
33078 password="une"
33079 authtype="0"
33080 mvno_match_data="UNE"
33081 mvno_type="spn"
33082 />
33083
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020033084 <apn carrier="Movistar INTERNET"
jsh433c8572011-02-02 14:23:42 -080033085 mcc="732"
33086 mnc="123"
33087 apn="internet.movistar.com.co"
33088 user="movistar"
33089 password="movistar"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033090 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033091 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080033092 />
33093
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020033094 <apn carrier="Movistar MMS"
jsh433c8572011-02-02 14:23:42 -080033095 mcc="732"
33096 mnc="123"
33097 apn="mms.movistar.com.co"
33098 user="movistar"
33099 password="movistar"
33100 mmsproxy="192.168.222.7"
33101 mmsport="9001"
33102 mmsc="http://mms.movistar.com.co"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033103 authtype="1"
jsh433c8572011-02-02 14:23:42 -080033104 type="mms"
33105 />
33106
Jing Zhao8d1b97b2014-07-17 17:38:34 -050033107 <apn carrier="Virgin Mobile"
33108 mcc="732"
33109 mnc="123"
33110 apn="web.vmc.net.co"
33111 type="default,supl,internet"
33112 authtype="1"
33113 mvno_match_data="Virgin Mobile"
33114 mvno_type="spn"
33115 />
33116
33117 <apn carrier="Avantel"
33118 mcc="732"
33119 mnc="130"
33120 apn="lte.avantel.com.co"
33121 authtype="0"
33122 type="default"
33123 />
33124
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033125 <apn carrier="Digitel 412"
John Wang3536e142011-02-18 14:43:25 -080033126 mcc="734"
33127 mnc="01"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033128 apn="internet.digitel.ve"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033129 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080033130 />
33131
Jing Zhao8d1b97b2014-07-17 17:38:34 -050033132 <apn carrier="Venezuela:Digitel:MODEM:1"
33133 mcc="734"
33134 mnc="01"
33135 apn="gprsweb.digitel.ve"
33136 type="dun"
33137 authtype="1"
33138 />
33139
John Wang3536e142011-02-18 14:43:25 -080033140 <apn carrier="MMS"
33141 mcc="734"
33142 mnc="01"
33143 apn="expresate.digitel.ve"
33144 mmsproxy="10.99.0.10"
33145 mmsport="8080"
33146 mmsc="http://mms.412.com.ve/servlets/mms"
33147 type="mms"
33148 />
33149
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033150 <apn carrier="Digitel 412"
John Wang3536e142011-02-18 14:43:25 -080033151 mcc="734"
33152 mnc="02"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033153 apn="internet.digitel.ve"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033154 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080033155 />
33156
Jing Zhao8d1b97b2014-07-17 17:38:34 -050033157 <apn carrier="Venezuela:Digitel:MODEM:2"
33158 mcc="734"
33159 mnc="02"
33160 apn="gprsweb.digitel.ve"
33161 type="dun"
33162 authtype="1"
33163 />
33164
John Wang3536e142011-02-18 14:43:25 -080033165 <apn carrier="MMS"
33166 mcc="734"
33167 mnc="02"
33168 apn="expresate.digitel.ve"
33169 mmsproxy="10.99.0.10"
33170 mmsport="8080"
33171 mmsc="http://mms.412.com.ve/servlets/mms"
33172 type="mms"
33173 />
33174
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033175 <apn carrier="Digitel 412"
John Wang3536e142011-02-18 14:43:25 -080033176 mcc="734"
33177 mnc="03"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033178 apn="internet.digitel.ve"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033179 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080033180 />
33181
Jing Zhao8d1b97b2014-07-17 17:38:34 -050033182 <apn carrier="Venezuela:Digitel:MODEM:3"
33183 mcc="734"
33184 mnc="03"
33185 apn="gprsweb.digitel.ve"
33186 type="dun"
33187 authtype="1"
33188 />
33189
John Wang3536e142011-02-18 14:43:25 -080033190 <apn carrier="MMS"
33191 mcc="734"
33192 mnc="03"
33193 apn="expresate.digitel.ve"
33194 mmsproxy="10.99.0.10"
33195 mmsport="8080"
33196 mmsc="http://mms.412.com.ve/servlets/mms"
33197 type="mms"
33198 />
33199
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020033200 <apn carrier="Movistar INTERNET"
John Wang3536e142011-02-18 14:43:25 -080033201 mcc="734"
33202 mnc="04"
33203 apn="internet.movistar.ve"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033204 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080033205 />
33206
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020033207 <apn carrier="Movistar MMS"
John Wang3536e142011-02-18 14:43:25 -080033208 mcc="734"
33209 mnc="04"
33210 apn="mms.movistar.ve"
33211 mmsproxy="200.35.64.73"
33212 mmsport="9001"
33213 mmsc="http://mms.movistar.com.ve:8088/mms"
33214 type="mms"
33215 />
33216
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020033217 <apn carrier="Movistar WAP"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033218 mcc="734"
33219 mnc="04"
33220 apn="wap.movistar.ve"
33221 mmsproxy="200.35.64.73"
33222 mmsport="9001"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033223 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033224 />
33225
John Wang3536e142011-02-18 14:43:25 -080033226 <apn carrier="MODEM"
33227 mcc="734"
33228 mnc="06"
33229 apn="int.movilnet.com.ve"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033230 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080033231 />
33232
33233 <apn carrier="MMS"
33234 mcc="734"
33235 mnc="06"
33236 apn="mm.movilnet.com.ve"
33237 mmsproxy="192.168.16.12"
33238 mmsport="8080"
33239 mmsc="http://mms2.movilnet.com.ve/servlets/mms"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033240 type="mms"
33241 />
33242
33243 <apn carrier="VIVA3G"
33244 mcc="736"
33245 mnc="01"
33246 apn="internet.nuevatel.com"
33247 user=""
33248 password=""
sy.yun7aa21a52013-09-26 10:49:02 +090033249 proxy="192.168.101.4"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033250 port="3128"
33251 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033252 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033253 />
33254
33255 <apn carrier="VIVAMMS"
33256 mcc="736"
33257 mnc="01"
33258 apn="mms.nuevatel.com"
33259 user=""
33260 password=""
sy.yun7aa21a52013-09-26 10:49:02 +090033261 mmsproxy="192.168.101.4"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033262 mmsport="3128"
33263 mmsc="http://mmsgw.nuevatel.com:1981"
33264 authtype="1"
33265 type="mms"
33266 />
33267
33268 <apn carrier="ENTEL WAP GPRS"
33269 mcc="736"
33270 mnc="02"
33271 apn="wap.movil.com.bo"
33272 user=""
33273 password=""
33274 proxy="172.27.7.10"
33275 port="8080"
33276 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033277 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033278 />
33279
33280 <apn carrier="ENTEL MMS GPRS"
33281 mcc="736"
33282 mnc="02"
33283 apn="mms.movil.com.bo"
33284 user=""
33285 password=""
33286 mmsproxy="172.27.7.10"
33287 mmsport="8080"
33288 mmsc="http://mms.movil.com.bo/servlets/mms"
33289 authtype="1"
33290 type="mms"
33291 />
33292
sy.yuncc0d98d2013-05-16 11:14:59 +090033293 <apn carrier="WAPTIGO"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033294 mcc="736"
33295 mnc="03"
33296 apn="wap.tigo.bo"
33297 user=""
33298 password=""
33299 proxy="172.25.100.8"
33300 port="8080"
33301 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033302 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033303 />
33304
33305 <apn carrier="MMSTIGO"
33306 mcc="736"
33307 mnc="03"
33308 apn="mms.tigo.bo"
33309 user=""
33310 password=""
33311 mmsproxy="172.25.100.8"
33312 mmsport="8080"
33313 mmsc="http://mms"
33314 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080033315 type="mms"
33316 />
33317
Tangus Koech65d9db22013-09-16 18:40:10 +030033318 <apn carrier="Digicel"
33319 mcc="738"
33320 mnc="01"
33321 apn="default"
33322 type="default,supl"
33323 />
33324
Jing Zhao8d1b97b2014-07-17 17:38:34 -050033325 <apn carrier="Guyana:Digicel:Modem"
33326 mcc="738"
33327 mnc="01"
33328 apn="wap.digicelgy.com"
33329 type="dun"
33330 user="wap"
33331 password="wap"
33332 authtype="1"
33333 mmsc="http://www.digicelive.com"
33334 proxy="172.20.6.12"
33335 port="8080"
33336 />
33337
33338 <apn carrier="Guyana:Digicel:Mms"
33339 mcc="738"
33340 mnc="01"
33341 apn="wap.digicelgy.com"
33342 type="mms"
33343 user="wap"
33344 password="wap"
33345 authtype="1"
33346 mmsproxy="172.20.6.12"
33347 mmsc="http://mmc.digicelgy.com/servlets/mms"
33348 mmsport="9201"
33349 />
33350
Tangus Koech65d9db22013-09-16 18:40:10 +030033351 <apn carrier="GT&amp;T Cellink Plus"
33352 mcc="738"
33353 mnc="02"
33354 apn="default"
33355 type="default,supl"
33356 />
33357
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020033358 <apn carrier="Movistar INTERNET"
jsh433c8572011-02-02 14:23:42 -080033359 mcc="740"
33360 mnc="00"
33361 apn="internet.movistar.com.ec"
33362 user="movistar"
33363 password="movistar"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033364 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033365 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080033366 />
33367
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020033368 <apn carrier="Movistar MMS"
jsh433c8572011-02-02 14:23:42 -080033369 mcc="740"
33370 mnc="00"
33371 apn="mms.movistar.com.ec"
33372 user="movistar"
33373 password="movistar"
33374 mmsproxy="10.3.5.50"
33375 mmsport="9001"
33376 mmsc="http://mms.movistar.com.ec:8088/mms/"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033377 authtype="1"
jsh433c8572011-02-02 14:23:42 -080033378 type="mms"
33379 />
33380
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033381 <apn carrier="Internet Claro"
jsh433c8572011-02-02 14:23:42 -080033382 mcc="740"
33383 mnc="01"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033384 apn="internet.claro.com.ec"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033385 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080033386 />
33387
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033388 <apn carrier="MMS Claro"
jsh433c8572011-02-02 14:23:42 -080033389 mcc="740"
33390 mnc="01"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033391 apn="mms.claro.com.ec"
jsh433c8572011-02-02 14:23:42 -080033392 user="portamms"
33393 password="portamms2003"
33394 mmsproxy="216.250.208.94"
33395 mmsport="8799"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033396 mmsc="http://iesmms.porta.com.ec/"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033397 authtype="1"
jsh433c8572011-02-02 14:23:42 -080033398 type="mms"
33399 />
33400
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033401 <apn carrier="Internet Claro"
jsh433c8572011-02-02 14:23:42 -080033402 mcc="740"
33403 mnc="010"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033404 apn="internet.claro.com.ec"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033405 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080033406 />
33407
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033408 <apn carrier="MMS Claro"
jsh433c8572011-02-02 14:23:42 -080033409 mcc="740"
33410 mnc="010"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033411 apn="mms.claro.com.ec"
jsh433c8572011-02-02 14:23:42 -080033412 user="portamms"
33413 password="portamms2003"
33414 mmsproxy="216.250.208.94"
33415 mmsport="8799"
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033416 mmsc="http://iesmms.porta.com.ec/"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033417 authtype="1"
jsh433c8572011-02-02 14:23:42 -080033418 type="mms"
33419 />
33420
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033421 <apn carrier="CNT 3G"
jsh433c8572011-02-02 14:23:42 -080033422 mcc="740"
33423 mnc="02"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033424 apn="internet3gsp.alegro.net.ec"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033425 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080033426 />
33427
Sungmin Choi2f71bde2013-10-06 18:03:22 -070033428 <apn carrier="CNT MMS"
jsh433c8572011-02-02 14:23:42 -080033429 mcc="740"
33430 mnc="02"
33431 apn="mms.alegro.net.ec"
jsh433c8572011-02-02 14:23:42 -080033432 mmsproxy="10.4.85.3"
33433 mmsport="8080"
33434 mmsc="http://mms.alegro.net.ec/mms/"
33435 type="mms"
33436 />
33437
John Wang3536e142011-02-18 14:43:25 -080033438 <apn carrier="VOX INTERNET"
33439 mcc="744"
33440 mnc="01"
33441 apn="vox.internet"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033442 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033443 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080033444 />
33445
Jing Zhao8d1b97b2014-07-17 17:38:34 -050033446 <apn carrier="Paraguay:Voxx:Modem"
33447 mcc="744"
33448 mnc="01"
33449 apn="vox.wap"
33450 type="dun"
33451 authtype="1"
33452 mmsproxy="172.24.97.29"
33453 mmsc="http://www.vox.com.py/"
33454 port="8080"
33455 />
33456
John Wang3536e142011-02-18 14:43:25 -080033457 <apn carrier="VOX MMS"
33458 mcc="744"
33459 mnc="01"
33460 apn="vox.mms"
33461 user="vox"
33462 password="vox"
33463 mmsproxy="172.24.97.29"
33464 mmsport="8080"
33465 mmsc="http://mms.vox.com.py/mmsc"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033466 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080033467 type="mms"
33468 />
33469
jsh433c8572011-02-02 14:23:42 -080033470 <apn carrier="Claro PY"
33471 mcc="744"
33472 mnc="02"
33473 apn="igprs.claro.com.py"
33474 user="ctigprs"
33475 password="ctigprs999"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033476 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033477 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080033478 />
33479
33480 <apn carrier="MMS GPRS PY"
33481 mcc="744"
33482 mnc="02"
33483 apn="mms.ctimovil.com.py"
33484 user="ctimms"
33485 password="ctimms999"
33486 mmsproxy="170.51.255.240"
33487 mmsport="8080"
33488 mmsc="http://mms.ctimovil.com.py"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033489 authtype="1"
jsh433c8572011-02-02 14:23:42 -080033490 type="mms"
33491 />
33492
33493 <apn carrier="TIGO PY"
33494 mcc="744"
33495 mnc="04"
33496 apn="internet.tigo.py"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033497 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033498 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080033499 />
33500
33501 <apn carrier="MMS Tigo"
33502 mcc="744"
33503 mnc="04"
33504 apn="mms.tigo.py"
33505 user="tigo"
33506 password="tigo"
33507 mmsproxy="10.16.17.12"
33508 mmsport="8888"
33509 mmsc="http://mms"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033510 authtype="1"
jsh433c8572011-02-02 14:23:42 -080033511 type="mms"
33512 />
33513
John Wang3536e142011-02-18 14:43:25 -080033514 <apn carrier="Personal Datos Py"
33515 mcc="744"
33516 mnc="05"
33517 apn="internet"
33518 user="personal"
33519 password="personal"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033520 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033521 type="default,supl"
John Wang3536e142011-02-18 14:43:25 -080033522 />
33523
33524 <apn carrier="Personal MMS Py"
33525 mcc="744"
33526 mnc="05"
33527 apn="mms"
33528 user="mms"
33529 password="mms"
33530 mmsproxy="172.16.192.7"
33531 mmsport="8080"
33532 mmsc="http://mms"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033533 authtype="1"
John Wang3536e142011-02-18 14:43:25 -080033534 type="mms"
33535 />
33536
Tangus Koech65d9db22013-09-16 18:40:10 +030033537 <apn carrier="Telesur"
33538 mcc="746"
33539 mnc="02"
33540 apn="default"
33541 type="default,supl"
33542 />
33543
Jing Zhao8d1b97b2014-07-17 17:38:34 -050033544 <apn carrier='Suriname:Digicel:Internet'
33545 mcc='746'
33546 mnc='03'
33547 apn='web.digicelsr.com'
33548 authtype='1'
33549 type='default'
33550 />
33551
33552 <apn carrier='Suriname:Digicel:Mms'
33553 mcc='746'
33554 mnc='03'
33555 apn='wap.digicelsr.com'
33556 authtype='1'
33557 mmsc='http://mmc.digicelsr.com/servlets/mms'
33558 mmsproxy='172.20.6.12'
33559 mmsport='9201'
33560 type='mms'
33561 user='wap'
33562 password='wap'
33563 />
33564
33565 <apn carrier='Suriname:Digicel:Modem'
33566 mcc='746'
33567 mnc='03'
33568 apn='wap.digicelsr.com'
33569 port='8080'
33570 authtype='1'
33571 proxy='172.20.6.12'
33572 mmsc='http://wapdigicel.com'
33573 type='dun'
33574 user='wap'
33575 password='wap'
33576 />
33577
jsh433c8572011-02-02 14:23:42 -080033578 <apn carrier="wapANCEL"
33579 mcc="748"
33580 mnc="01"
33581 apn="wap"
33582 proxy="200.40.246.2"
33583 port="3128"
33584 user=""
33585 password=""
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033586 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033587 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080033588 />
33589
33590 <apn carrier="mmsANCEL"
33591 mcc="748"
33592 mnc="01"
33593 apn="mms"
33594 user=""
33595 password=""
33596 mmsproxy="200.40.246.2"
33597 mmsport="3128"
33598 mmsc="http://mmsc.mms.ancelutil.com.uy"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033599 authtype="1"
jsh433c8572011-02-02 14:23:42 -080033600 type="mms"
33601 />
33602
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033603 <apn carrier="gprsANCEL"
33604 mcc="748"
33605 mnc="01"
33606 apn="gprs.ancel"
33607 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033608 type="default,supl"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033609 />
33610
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020033611 <apn carrier="Movistar INTERNET"
jsh433c8572011-02-02 14:23:42 -080033612 mcc="748"
33613 mnc="07"
John Wang6a572492011-04-04 14:51:32 -070033614 apn="webapn.movistar.com.uy"
jsh433c8572011-02-02 14:23:42 -080033615 user="movistar"
33616 password="movistar"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033617 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033618 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080033619 />
33620
Jose Antonio Olivera Ortegab3cbbc92013-05-09 11:10:07 +020033621 <apn carrier="Movistar MMS"
jsh433c8572011-02-02 14:23:42 -080033622 mcc="748"
33623 mnc="07"
33624 apn="apnmms.movistar.com.uy"
33625 user="mmsuy"
33626 password="mmsuy"
33627 mmsproxy="10.0.2.29"
33628 mmsport="8080"
33629 mmsc="http://mmsc.movistar.com.uy"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033630 authtype="1"
jsh433c8572011-02-02 14:23:42 -080033631 type="mms"
33632 />
33633
33634 <apn carrier="Claro UY"
33635 mcc="748"
33636 mnc="10"
33637 apn="igprs.claro.com.uy"
33638 user="ctigprs"
33639 password="ctigprs999"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033640 authtype="1"
Robert Greenwaltdf3993a2014-01-28 10:48:20 -080033641 type="default,supl"
jsh433c8572011-02-02 14:23:42 -080033642 />
33643
33644 <apn carrier="MMS GPRS UY"
33645 mcc="748"
33646 mnc="10"
33647 apn="mms.ctimovil.com.uy"
33648 user="ctimms"
33649 password="ctimms999"
33650 mmsproxy="170.51.255.240"
33651 mmsport="8080"
33652 mmsc="http://mms.ctimovil.com.uy"
goodsc.lee7b8c2cc2011-10-11 10:25:50 +090033653 authtype="1"
jsh433c8572011-02-02 14:23:42 -080033654 type="mms"
33655 />
33656
sy.yun639b1fa2013-07-19 14:00:11 +090033657 <apn carrier="Orange Armenia MMS"
33658 mcc="283"
33659 mnc="10"
33660 apn="mms"
33661 mmsc="http://mms/"
33662 mmsproxy="192.168.220.251"
33663 mmsport="3128"
33664 type="mms"
Nick Cunnahbeb7cfd2012-04-03 14:46:28 +020033665 authtype="1"
33666 />
33667
sy.yun639b1fa2013-07-19 14:00:11 +090033668 <apn carrier="Orange Armenia Internet"
33669 mcc="283"
33670 mnc="10"
33671 apn="Internet"
33672 type="default"
Nick Cunnahbeb7cfd2012-04-03 14:46:28 +020033673 authtype="1"
33674 />
33675
sy.yun639b1fa2013-07-19 14:00:11 +090033676 <apn carrier="Orange BW MMS"
33677 mcc="652"
33678 mnc="02"
33679 apn="mms.orange.co.bw"
33680 mmsc="http://10.0.0.242/servlets/mms"
33681 mmsproxy="10.0.0.226"
Nick Cunnahbeb7cfd2012-04-03 14:46:28 +020033682 mmsport="8080"
33683 type="mms"
33684 />
33685
sy.yun639b1fa2013-07-19 14:00:11 +090033686 <apn carrier="Orange WAP BW"
33687 mcc="652"
33688 mnc="02"
33689 apn="internet.orange.co.bw"
33690 proxy="10.0.0.226"
33691 port="8080"
Nick Cunnahbeb7cfd2012-04-03 14:46:28 +020033692 type="default"
33693 />
33694
sy.yun639b1fa2013-07-19 14:00:11 +090033695 <apn carrier="Orangeweb"
33696 mcc="340"
33697 mnc="01"
33698 apn="orangeweb"
33699 user="orange"
Nick Cunnahbeb7cfd2012-04-03 14:46:28 +020033700 password="orange"
sy.yun639b1fa2013-07-19 14:00:11 +090033701 type="default"
33702 />
33703
sy.yun639b1fa2013-07-19 14:00:11 +090033704 <apn carrier="Orange CM"
33705 mcc="624"
33706 mnc="02"
33707 apn="orangecmgprs"
33708 user="orange"
33709 password="orange"
33710 proxy="192.168.122.101"
33711 port="8080"
33712 mmsc="http://mms.orange.cm"
33713 mmsproxy="192.168.122.101"
33714 mmsport="8080"
Nick Cunnahbeb7cfd2012-04-03 14:46:28 +020033715 type="default,mms"
33716 />
33717
sy.yun639b1fa2013-07-19 14:00:11 +090033718 <apn carrier="Orange net KE"
33719 mcc="639"
33720 mnc="07"
33721 apn="bew.orange.co.ke"
Nick Cunnahbeb7cfd2012-04-03 14:46:28 +020033722 type="default"
33723 />
33724
sy.yun639b1fa2013-07-19 14:00:11 +090033725 <apn carrier="Orange RE"
33726 mcc="647"
33727 mnc="00"
33728 apn="orangerun"
33729 user="orange"
33730 password="orange"
Nick Cunnahbeb7cfd2012-04-03 14:46:28 +020033731 type="default"
33732 />
33733
sy.yun639b1fa2013-07-19 14:00:11 +090033734 <apn carrier="Orange MG MMS"
33735 mcc="646"
33736 mnc="02"
33737 apn="orangemms"
33738 user="mms"
33739 password="orange"
33740 mmsc="http://10.152.10.70.38090"
33741 mmsproxy="10.150.0.115"
33742 mmsport="8080"
Nick Cunnahbeb7cfd2012-04-03 14:46:28 +020033743 type="mms"
33744 />
33745
33746 <apn carrier="Orange World MG"
sy.yun639b1fa2013-07-19 14:00:11 +090033747 mcc="646"
33748 mnc="02"
33749 apn="orangeworld"
33750 user="world"
33751 password="orange"
33752 proxy="10.150.0.115"
33753 port="8080"
Nick Cunnahbeb7cfd2012-04-03 14:46:28 +020033754 type="default"
33755 />
Jean-Baptiste Queru32be4d22010-10-22 19:02:58 -070033756</apns>