2 * Routines for output and filtering of E.212 numbers common
4 * Copyright 2006, Anders Broman <anders.broman@ericsson.com>
8 * Wireshark - Network traffic analyzer
9 * By Gerald Combs <gerald@wireshark.org>
10 * Copyright 1998 Gerald Combs
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
27 * Updates and corrections for Polish networks MCC=260
28 * according to www.uke.gov.pl status from January 2011
29 * Copyright 2011, Grzegorz Szczytowski <grzegorz.szczytowski@gmail.com>
35 #include <epan/packet.h>
36 #include <epan/wmem/wmem.h>
38 #include "packet-e212.h"
43 * Annex to ITU Operational Bulletin
46 * COMPLEMENT TO ITU-T RECOMMENDATION E.212 (05/2008)
48 * Amendment No. 16 ITU Operational Bulletin No. 1038 - 15.X.2013
50 * Find the bulletins here:
51 * http://www.itu.int/en/publications/ITU-T/Pages/publications.aspx?parent=T-SP&view=T-SP1
53 static const value_string E212_codes
[] = {
55 { 203, "Unassigned" },
56 { 204, "Netherlands (Kingdom of the)" },
57 { 205, "Unassigned" },
59 { 207, "Unassigned" },
61 { 209, "Unassigned" },
62 { 210, "Unassigned" },
63 { 211, "Unassigned" },
64 { 212, "Monaco (Principality of)" },
65 { 213, "Andorra (Principality of)" },
67 { 215, "Unassigned" },
68 { 216, "Hungary (Republic of)" },
69 { 217, "Unassigned" },
70 { 218, "Bosnia and Herzegovina" },
71 { 219, "Croatia (Republic of)" },
72 { 220, "Serbia (Republic of)" },
73 { 221, "Unassigned" },
75 { 223, "Unassigned" },
76 { 224, "Unassigned" },
77 { 225, "Vatican City State" },
79 { 227, "Unassigned" },
80 { 228, "Switzerland (Confederation of)" },
81 { 229, "Unassigned" },
82 { 230, "Czech Republic" },
83 { 231, "Slovak Republic" },
85 { 233, "Unassigned" },
86 { 234, "United Kingdom of Great Britain and Northern Ireland" },
87 { 235, "United Kingdom of Great Britain and Northern Ireland" },
88 { 236, "Unassigned" },
89 { 237, "Unassigned" },
91 { 239, "Unassigned" },
93 { 241, "Unassigned" },
95 { 243, "Unassigned" },
97 { 245, "Unassigned" },
98 { 246, "Lithuania (Republic of)" },
99 { 247, "Latvia (Republic of)" },
100 { 248, "Estonia (Republic of)" },
101 { 249, "Unassigned" },
102 { 250, "Russian Federation" },
103 { 251, "Unassigned" },
104 { 252, "Unassigned" },
105 { 253, "Unassigned" },
106 { 254, "Unassigned" },
108 { 256, "Unassigned" },
109 { 257, "Belarus (Republic of)" },
110 { 258, "Unassigned" },
111 { 259, "Moldova (Republic of)" },
112 { 260, "Poland (Republic of)" },
113 { 261, "Unassigned" },
114 { 262, "Germany (Federal Republic of)" },
115 { 263, "Unassigned" },
116 { 264, "Unassigned" },
117 { 265, "Unassigned" },
118 { 266, "Gibraltar" },
119 { 267, "Unassigned" },
121 { 269, "Unassigned" },
122 { 270, "Luxembourg" },
123 { 271, "Unassigned" },
125 { 273, "Unassigned" },
127 { 275, "Unassigned" },
128 { 276, "Albania (Republic of)" },
129 { 277, "Unassigned" },
131 { 279, "Unassigned" },
132 { 280, "Cyprus (Republic of)" },
133 { 281, "Unassigned" },
135 { 283, "Armenia (Republic of)" },
136 { 284, "Bulgaria (Republic of)" },
137 { 285, "Unassigned" },
139 { 287, "Unassigned" },
140 { 288, "Faroe Islands" },
141 { 289, "Unassigned" },
142 { 290, "Greenland (Denmark)" },
143 { 291, "Unassigned" },
144 { 292, "San Marino (Republic of)" },
145 { 293, "Slovenia (Republic of)" },
146 { 294, "The Former Yugoslav Republic of Macedonia" },
147 { 295, "Liechtenstein (Principality of)" },
148 { 296, "Unassigned" },
149 { 297, "Montenegro (Republic of)" },
150 { 298, "Unassigned" },
151 { 299, "Unassigned" },
152 { 300, "Unassigned" },
153 { 301, "Unassigned" },
155 { 303, "Unassigned" },
156 { 304, "Unassigned" },
157 { 305, "Unassigned" },
158 { 306, "Unassigned" },
159 { 307, "Unassigned" },
160 { 308, "Saint Pierre and Miquelon (Collectivite territoriale de la Republique francaise)" },
161 { 309, "Unassigned" },
162 { 310, "United States of America" },
163 { 311, "United States of America" },
164 { 312, "United States of America" },
165 { 313, "United States of America" },
166 { 314, "United States of America" },
167 { 315, "United States of America" },
168 { 316, "United States of America" },
169 { 317, "Unassigned" },
170 { 318, "Unassigned" },
171 { 319, "Unassigned" },
172 { 320, "Unassigned" },
173 { 321, "Unassigned" },
174 { 322, "Unassigned" },
175 { 323, "Unassigned" },
176 { 324, "Unassigned" },
177 { 325, "Unassigned" },
178 { 326, "Unassigned" },
179 { 327, "Unassigned" },
180 { 328, "Unassigned" },
181 { 329, "Unassigned" },
182 { 330, "Puerto Rico" },
183 { 331, "Unassigned" },
184 { 332, "United States Virgin Islands" },
185 { 333, "Unassigned" },
187 { 335, "Unassigned" },
188 { 336, "Unassigned" },
189 { 337, "Unassigned" },
191 { 339, "Unassigned" },
192 { 340, "Martinique/Guadeloupe (French Departments of)" },
193 { 341, "Unassigned" },
195 { 343, "Unassigned" },
196 { 344, "Antigua and Barbuda" },
197 { 345, "Unassigned" },
198 { 346, "Cayman Islands" },
199 { 347, "Unassigned" },
200 { 348, "British Virgin Islands" },
201 { 349, "Unassigned" },
203 { 351, "Unassigned" },
205 { 353, "Unassigned" },
206 { 354, "Montserrat" },
207 { 355, "Unassigned" },
208 { 356, "Saint Kitts and Nevis" },
209 { 357, "Unassigned" },
210 { 358, "Saint Lucia" },
211 { 359, "Unassigned" },
212 { 360, "Saint Vincent and the Grenadines" },
213 { 361, "Unassigned" },
214 { 362, "Netherlands Antilles" },
216 { 364, "Bahamas (Commonwealth of the)" },
218 { 366, "Dominica (Commonwealth of)" },
219 { 367, "Unassigned" },
221 { 369, "Unassigned" },
222 { 370, "Dominican Republic" },
223 { 371, "Unassigned" },
224 { 372, "Haiti (Republic of)" },
225 { 373, "Unassigned" },
226 { 374, "Trinidad and Tobago" },
227 { 375, "Unassigned" },
228 { 376, "Turks and Caicos Islands" },
229 { 377, "Unassigned" },
230 { 378, "Unassigned" },
231 { 379, "Unassigned" },
232 { 380, "Unassigned" },
233 { 381, "Unassigned" },
234 { 382, "Unassigned" },
235 { 383, "Unassigned" },
236 { 384, "Unassigned" },
237 { 385, "Unassigned" },
238 { 386, "Unassigned" },
239 { 387, "Unassigned" },
240 { 388, "Unassigned" },
241 { 389, "Unassigned" },
242 { 390, "Unassigned" },
243 { 391, "Unassigned" },
244 { 392, "Unassigned" },
245 { 393, "Unassigned" },
246 { 394, "Unassigned" },
247 { 395, "Unassigned" },
248 { 396, "Unassigned" },
249 { 397, "Unassigned" },
250 { 398, "Unassigned" },
251 { 399, "Unassigned" },
252 { 400, "Azerbaijani Republic" },
253 { 401, "Kazakhstan (Republic of)" },
254 { 402, "Bhutan (Kingdom of)" },
255 { 403, "Unassigned" },
256 { 404, "India (Republic of)" },
257 { 405, "India (Republic of)" },
258 { 406, "India (Republic of)" },
259 { 407, "Unassigned" },
260 { 408, "Unassigned" },
261 { 409, "Unassigned" },
262 { 410, "Pakistan (Islamic Republic of)" },
263 { 411, "Unassigned" },
264 { 412, "Afghanistan" },
265 { 413, "Sri Lanka (Democratic Socialist Republic of)" },
266 { 414, "Myanmar (Union of)" },
268 { 416, "Jordan (Hashemite Kingdom of)" },
269 { 417, "Syrian Arab Republic" },
270 { 418, "Iraq (Republic of)" },
271 { 419, "Kuwait (State of)" },
272 { 420, "Saudi Arabia (Kingdom of)" },
273 { 421, "Yemen (Republic of)" },
274 { 422, "Oman (Sultanate of)" },
275 { 423, "Unassigned" },
276 { 424, "United Arab Emirates" },
277 { 425, "Israel (State of)" },
278 { 426, "Bahrain (Kingdom of)" },
279 { 427, "Qatar (State of)" },
282 { 430, "United Arab Emirates (Abu Dhabi)" },
283 { 431, "United Arab Emirates (Dubai)" },
284 { 432, "Iran (Islamic Republic of)" },
285 { 433, "Unassigned" },
286 { 434, "Uzbekistan (Republic of)" },
287 { 435, "Unassigned" },
288 { 436, "Tajikistan (Republic of)" },
289 { 437, "Kyrgyz Republic" },
290 { 438, "Turkmenistan" },
291 { 439, "Unassigned" },
294 { 442, "Unassigned" },
295 { 443, "Unassigned" },
296 { 444, "Unassigned" },
297 { 445, "Unassigned" },
298 { 446, "Unassigned" },
299 { 447, "Unassigned" },
300 { 448, "Unassigned" },
301 { 449, "Unassigned" },
302 { 450, "Korea (Republic of)" },
303 { 451, "Unassigned" },
304 { 452, "Viet Nam (Socialist Republic of)" },
305 { 453, "Unassigned" },
306 { 454, "Hongkong, China" },
307 { 455, "Macao, China" },
308 { 456, "Cambodia (Kingdom of)" },
309 { 457, "Lao People's Democratic Republic" },
310 { 458, "Unassigned" },
311 { 459, "Unassigned" },
312 { 460, "China (People's Republic of)" },
313 { 461, "China (People's Republic of)" },
314 { 462, "Unassigned" },
315 { 463, "Unassigned" },
316 { 464, "Unassigned" },
317 { 465, "Unassigned" },
318 { 466, "Taiwan, China" },
319 { 467, "Democratic People's Republic of Korea" },
320 { 468, "Unassigned" },
321 { 469, "Unassigned" },
322 { 470, "Bangladesh (People's Republic of)" },
323 { 471, "Unassigned" },
324 { 472, "Maldives (Republic of)" },
325 { 473, "Unassigned" },
326 { 474, "Unassigned" },
327 { 475, "Unassigned" },
328 { 476, "Unassigned" },
329 { 477, "Unassigned" },
330 { 478, "Unassigned" },
331 { 479, "Unassigned" },
332 { 480, "Unassigned" },
333 { 481, "Unassigned" },
334 { 482, "Unassigned" },
335 { 483, "Unassigned" },
336 { 484, "Unassigned" },
337 { 485, "Unassigned" },
338 { 486, "Unassigned" },
339 { 487, "Unassigned" },
340 { 488, "Unassigned" },
341 { 489, "Unassigned" },
342 { 490, "Unassigned" },
343 { 491, "Unassigned" },
344 { 492, "Unassigned" },
345 { 493, "Unassigned" },
346 { 494, "Unassigned" },
347 { 495, "Unassigned" },
348 { 496, "Unassigned" },
349 { 497, "Unassigned" },
350 { 498, "Unassigned" },
351 { 499, "Unassigned" },
352 { 500, "Unassigned" },
353 { 501, "Unassigned" },
355 { 503, "Unassigned" },
356 { 504, "Unassigned" },
357 { 505, "Australia" },
358 { 506, "Unassigned" },
359 { 507, "Unassigned" },
360 { 508, "Unassigned" },
361 { 509, "Unassigned" },
362 { 510, "Indonesia (Republic of)" },
363 { 511, "Unassigned" },
364 { 512, "Unassigned" },
365 { 513, "Unassigned" },
366 { 514, "Democratic Republic of Timor-Leste" },
367 { 515, "Philippines (Republic of the)" },
368 { 516, "Unassigned" },
369 { 517, "Unassigned" },
370 { 518, "Unassigned" },
371 { 519, "Unassigned" },
373 { 521, "Unassigned" },
374 { 522, "Unassigned" },
375 { 523, "Unassigned" },
376 { 524, "Unassigned" },
377 { 525, "Singapore (Republic of)" },
378 { 526, "Unassigned" },
379 { 527, "Unassigned" },
380 { 528, "Brunei Darussalam" },
381 { 529, "Unassigned" },
382 { 530, "New Zealand" },
383 { 531, "Unassigned" },
384 { 532, "Unassigned" },
385 { 533, "Unassigned" },
386 { 534, "Previously assigned to Northern Mariana Islands (Commonwealth of the)" },
387 { 535, "Previously assigned to Guam" },
388 { 536, "Nauru (Republic of)" },
389 { 537, "Papua New Guinea" },
390 { 538, "Unassigned" },
391 { 539, "Tonga (Kingdom of)" },
392 { 540, "Solomon Islands" },
393 { 541, "Vanuatu (Republic of)" },
394 { 542, "Fiji (Republic of)" },
395 { 543, "Wallis and Futuna (Territoire francais d'outre-mer)" },
396 { 544, "American Samoa" },
397 { 545, "Kiribati (Republic of)" },
398 { 546, "New Caledonia (Territoire francais d'outre-mer)" },
399 { 547, "French Polynesia (Territoire francais d'outre-mer)" },
400 { 548, "Cook Islands" },
401 { 549, "Samoa (Independent State of)" },
402 { 550, "Micronesia (Federated States of)" },
403 { 551, "Marshall Islands (Republic of the)" },
404 { 552, "Palau (Republic of)" },
406 { 554, "Unassigned" },
408 { 556, "Unassigned" },
409 { 557, "Unassigned" },
410 { 558, "Unassigned" },
411 { 559, "Unassigned" },
412 { 560, "Unassigned" },
413 { 561, "Unassigned" },
414 { 562, "Unassigned" },
415 { 563, "Unassigned" },
416 { 564, "Unassigned" },
417 { 565, "Unassigned" },
418 { 566, "Unassigned" },
419 { 567, "Unassigned" },
420 { 568, "Unassigned" },
421 { 569, "Unassigned" },
422 { 570, "Unassigned" },
423 { 571, "Unassigned" },
424 { 572, "Unassigned" },
425 { 573, "Unassigned" },
426 { 574, "Unassigned" },
427 { 575, "Unassigned" },
428 { 576, "Unassigned" },
429 { 577, "Unassigned" },
430 { 578, "Unassigned" },
431 { 579, "Unassigned" },
432 { 580, "Unassigned" },
433 { 581, "Unassigned" },
434 { 582, "Unassigned" },
435 { 583, "Unassigned" },
436 { 584, "Unassigned" },
437 { 585, "Unassigned" },
438 { 586, "Unassigned" },
439 { 587, "Unassigned" },
440 { 588, "Unassigned" },
441 { 589, "Unassigned" },
442 { 590, "Unassigned" },
443 { 591, "Unassigned" },
444 { 592, "Unassigned" },
445 { 593, "Unassigned" },
446 { 594, "Unassigned" },
447 { 595, "Unassigned" },
448 { 596, "Unassigned" },
449 { 597, "Unassigned" },
450 { 598, "Unassigned" },
451 { 599, "Unassigned" },
452 { 600, "Unassigned" },
453 { 601, "Unassigned" },
454 { 602, "Egypt (Arab Republic of)" },
455 { 603, "Algeria (People's Democratic Republic of)" },
456 { 604, "Morocco (Kingdom of)" },
458 { 606, "Libya (Socialist People's Libyan Arab Jamahiriya)" },
459 { 607, "Gambia (Republic of the)" },
460 { 608, "Senegal (Republic of)" },
461 { 609, "Mauritania (Islamic Republic of)" },
462 { 610, "Mali (Republic of)" },
463 { 611, "Guinea (Republic of)" },
464 { 612, "Cote d'Ivoire (Republic of)" },
465 { 613, "Burkina Faso" },
466 { 614, "Niger (Republic of the)" },
467 { 615, "Togolese Republic" },
468 { 616, "Benin (Republic of)" },
469 { 617, "Mauritius (Republic of)" },
470 { 618, "Liberia (Republic of)" },
471 { 619, "Sierra Leone" },
473 { 621, "Nigeria (Federal Republic of)" },
474 { 622, "Chad (Republic of)" },
475 { 623, "Central African Republic" },
476 { 624, "Cameroon (Republic of)" },
477 { 625, "Cape Verde (Republic of)" },
478 { 626, "Sao Tome and Principe (Democratic Republic of)" },
479 { 627, "Equatorial Guinea (Republic of)" },
480 { 628, "Gabonese Republic" },
481 { 629, "Congo (Republic of the)" },
482 { 630, "Democratic Republic of the Congo" },
483 { 631, "Angola (Republic of)" },
484 { 632, "Guinea-Bissau (Republic of)" },
485 { 633, "Seychelles (Republic of)" },
486 { 634, "Sudan (Republic of the)" },
487 { 635, "Rwanda (Republic of)" },
488 { 636, "Ethiopia (Federal Democratic Republic of)" },
489 { 637, "Somali Democratic Republic" },
490 { 638, "Djibouti (Republic of)" },
491 { 639, "Kenya (Republic of)" },
492 { 640, "Tanzania (United Republic of)" },
493 { 641, "Uganda (Republic of)" },
494 { 642, "Burundi (Republic of)" },
495 { 643, "Mozambique (Republic of)" },
496 { 644, "Unassigned" },
497 { 645, "Zambia (Republic of)" },
498 { 646, "Madagascar (Republic of)" },
499 { 647, "French Departments and Territories in the Indian Ocean" },
500 { 648, "Zimbabwe (Republic of)" },
501 { 649, "Namibia (Republic of)" },
503 { 651, "Lesotho (Kingdom of)" },
504 { 652, "Botswana (Republic of)" },
505 { 653, "Swaziland (Kingdom of)" },
506 { 654, "Comoros (Union of the)" },
507 { 655, "South Africa (Republic of)" },
508 { 656, "Unassigned" },
510 { 658, "Unassigned" },
511 { 659, "South Sudan" },
512 { 660, "Unassigned" },
513 { 661, "Unassigned" },
514 { 662, "Unassigned" },
515 { 663, "Unassigned" },
516 { 664, "Unassigned" },
517 { 665, "Unassigned" },
518 { 666, "Unassigned" },
519 { 667, "Unassigned" },
520 { 668, "Unassigned" },
521 { 669, "Unassigned" },
522 { 670, "Unassigned" },
523 { 671, "Unassigned" },
524 { 672, "Unassigned" },
525 { 673, "Unassigned" },
526 { 674, "Unassigned" },
527 { 675, "Unassigned" },
528 { 676, "Unassigned" },
529 { 677, "Unassigned" },
530 { 678, "Unassigned" },
531 { 679, "Unassigned" },
532 { 680, "Unassigned" },
533 { 681, "Unassigned" },
534 { 682, "Unassigned" },
535 { 683, "Unassigned" },
536 { 684, "Unassigned" },
537 { 685, "Unassigned" },
538 { 686, "Unassigned" },
539 { 687, "Unassigned" },
540 { 688, "Unassigned" },
541 { 689, "Unassigned" },
542 { 690, "Unassigned" },
543 { 691, "Unassigned" },
544 { 692, "Unassigned" },
545 { 693, "Unassigned" },
546 { 694, "Unassigned" },
547 { 695, "Unassigned" },
548 { 696, "Unassigned" },
549 { 697, "Unassigned" },
550 { 698, "Unassigned" },
551 { 699, "Unassigned" },
552 { 700, "Unassigned" },
553 { 701, "Unassigned" },
555 { 703, "Unassigned" },
556 { 704, "Guatemala (Republic of)" },
557 { 705, "Unassigned" },
558 { 706, "El Salvador (Republic of)" },
559 { 707, "Unassigned" },
560 { 708, "Honduras (Republic of)" },
561 { 709, "Unassigned" },
562 { 710, "Nicaragua" },
563 { 711, "Unassigned" },
564 { 712, "Costa Rica" },
565 { 713, "Unassigned" },
566 { 714, "Panama (Republic of)" },
567 { 715, "Unassigned" },
569 { 717, "Unassigned" },
570 { 718, "Unassigned" },
571 { 719, "Unassigned" },
572 { 720, "Unassigned" },
573 { 721, "Unassigned" },
574 { 722, "Argentina" },
575 { 723, "Unassigned" },
576 { 724, "Brazil (Federative Republic of)" },
577 { 725, "Unassigned" },
578 { 726, "Unassigned" },
579 { 727, "Unassigned" },
580 { 728, "Unassigned" },
581 { 729, "Unassigned" },
583 { 731, "Unassigned" },
584 { 732, "Colombia (Republic of)" },
585 { 733, "Unassigned" },
586 { 734, "Venezuela (Bolivarian Republic of)" },
587 { 735, "Unassigned" },
588 { 736, "Bolivia (Republic of)" },
589 { 737, "Unassigned" },
591 { 739, "Unassigned" },
593 { 741, "Unassigned" },
594 { 742, "French Guiana (French Department of)" },
595 { 743, "Unassigned" },
596 { 744, "Paraguay (Republic of)" },
597 { 745, "Unassigned" },
598 { 746, "Suriname (Republic of)" },
599 { 747, "Unassigned" },
600 { 748, "Uruguay (Eastern Republic of)" },
601 { 749, "Unassigned" },
602 { 750, "Falkland Islands (Malvinas)" },
603 { 751, "Unassigned" },
604 { 752, "Unassigned" },
605 { 753, "Unassigned" },
606 { 754, "Unassigned" },
607 { 755, "Unassigned" },
608 { 756, "Unassigned" },
609 { 757, "Unassigned" },
610 { 758, "Unassigned" },
611 { 759, "Unassigned" },
612 { 760, "Unassigned" },
613 { 761, "Unassigned" },
614 { 762, "Unassigned" },
615 { 763, "Unassigned" },
616 { 764, "Unassigned" },
617 { 765, "Unassigned" },
618 { 766, "Unassigned" },
619 { 767, "Unassigned" },
620 { 768, "Unassigned" },
621 { 769, "Unassigned" },
622 { 770, "Unassigned" },
623 { 771, "Unassigned" },
624 { 772, "Unassigned" },
625 { 773, "Unassigned" },
626 { 774, "Unassigned" },
627 { 775, "Unassigned" },
628 { 776, "Unassigned" },
629 { 777, "Unassigned" },
630 { 778, "Unassigned" },
631 { 779, "Unassigned" },
632 { 780, "Unassigned" },
633 { 781, "Unassigned" },
634 { 782, "Unassigned" },
635 { 783, "Unassigned" },
636 { 784, "Unassigned" },
637 { 785, "Unassigned" },
638 { 786, "Unassigned" },
639 { 787, "Unassigned" },
640 { 788, "Unassigned" },
641 { 789, "Unassigned" },
642 { 790, "Unassigned" },
643 { 791, "Unassigned" },
644 { 792, "Unassigned" },
645 { 793, "Unassigned" },
646 { 794, "Unassigned" },
647 { 795, "Unassigned" },
648 { 796, "Unassigned" },
649 { 797, "Unassigned" },
650 { 798, "Unassigned" },
651 { 799, "Unassigned" },
652 { 800, "Unassigned" },
653 { 801, "Unassigned" },
654 { 802, "Unassigned" },
655 { 803, "Unassigned" },
656 { 804, "Unassigned" },
657 { 805, "Unassigned" },
658 { 806, "Unassigned" },
659 { 807, "Unassigned" },
660 { 808, "Unassigned" },
661 { 809, "Unassigned" },
662 { 810, "Unassigned" },
663 { 811, "Unassigned" },
664 { 812, "Unassigned" },
665 { 813, "Unassigned" },
666 { 814, "Unassigned" },
667 { 815, "Unassigned" },
668 { 816, "Unassigned" },
669 { 817, "Unassigned" },
670 { 818, "Unassigned" },
671 { 819, "Unassigned" },
672 { 820, "Unassigned" },
673 { 821, "Unassigned" },
674 { 822, "Unassigned" },
675 { 823, "Unassigned" },
676 { 824, "Unassigned" },
677 { 825, "Unassigned" },
678 { 826, "Unassigned" },
679 { 827, "Unassigned" },
680 { 828, "Unassigned" },
681 { 829, "Unassigned" },
682 { 830, "Unassigned" },
683 { 831, "Unassigned" },
684 { 832, "Unassigned" },
685 { 833, "Unassigned" },
686 { 834, "Unassigned" },
687 { 835, "Unassigned" },
688 { 836, "Unassigned" },
689 { 837, "Unassigned" },
690 { 838, "Unassigned" },
691 { 839, "Unassigned" },
692 { 840, "Unassigned" },
693 { 841, "Unassigned" },
694 { 842, "Unassigned" },
695 { 843, "Unassigned" },
696 { 844, "Unassigned" },
697 { 845, "Unassigned" },
698 { 846, "Unassigned" },
699 { 847, "Unassigned" },
700 { 848, "Unassigned" },
701 { 849, "Unassigned" },
702 { 850, "Unassigned" },
703 { 851, "Unassigned" },
704 { 852, "Unassigned" },
705 { 853, "Unassigned" },
706 { 854, "Unassigned" },
707 { 855, "Unassigned" },
708 { 856, "Unassigned" },
709 { 857, "Unassigned" },
710 { 858, "Unassigned" },
711 { 859, "Unassigned" },
712 { 860, "Unassigned" },
713 { 861, "Unassigned" },
714 { 862, "Unassigned" },
715 { 863, "Unassigned" },
716 { 864, "Unassigned" },
717 { 865, "Unassigned" },
718 { 866, "Unassigned" },
719 { 867, "Unassigned" },
720 { 868, "Unassigned" },
721 { 869, "Unassigned" },
722 { 870, "Unassigned" },
723 { 871, "Unassigned" },
724 { 872, "Unassigned" },
725 { 873, "Unassigned" },
726 { 874, "Unassigned" },
727 { 875, "Unassigned" },
728 { 876, "Unassigned" },
729 { 877, "Unassigned" },
730 { 878, "Unassigned" },
731 { 879, "Unassigned" },
732 { 880, "Unassigned" },
733 { 881, "Unassigned" },
734 { 882, "Unassigned" },
735 { 883, "Unassigned" },
736 { 884, "Unassigned" },
737 { 885, "Unassigned" },
738 { 886, "Unassigned" },
739 { 887, "Unassigned" },
740 { 888, "Unassigned" },
741 { 889, "Unassigned" },
742 { 890, "Unassigned" },
743 { 891, "Unassigned" },
744 { 892, "Unassigned" },
745 { 893, "Unassigned" },
746 { 894, "Unassigned" },
747 { 895, "Unassigned" },
748 { 896, "Unassigned" },
749 { 897, "Unassigned" },
750 { 898, "Unassigned" },
751 { 899, "Unassigned" },
752 { 900, "Unassigned" },
753 { 901, "International Mobile, shared code" },
758 value_string_ext E212_codes_ext
= VALUE_STRING_EXT_INIT(E212_codes
);
761 * Annex to ITU Operational Bulletin No. 1019 - 1.I.2013
763 * According to Recommendation ITU-T E.212 (05/2008)
765 * The value parts of the list below are equal to:
766 * 1000 * MCC + 10 * MNC, in case of 2 digits long MNCs
767 * 1000 * MCC + MNC, in case of 3 digits long MNCs
768 * with this encoding, we are sure that even in cases of mixed length
769 * MNCs under the same MCC, it is impossible for 2 MNCs to get mapped to
770 * the same entry. Aliasing to the same entry in the list below occurs
771 * only in case of an invalid combination of MNCs, i.e. in the same MCC a
772 * 2 digits long MNC is a prefix of a 3 digits long MNC
774 static const value_string mcc_mnc_codes
[] = {
775 { 202010, "Cosmote" },
776 { 202020, "Cosmote" },
779 { 202050, "Vodafone - Panafon" },
780 { 202060, "COSMOLINE" },
781 { 202070, "AMD TELECOM" },
784 { 204020, "Tele2 (Netherlands) B.V." },
785 { 204030, "Blyk N.V." },
786 { 204040, "Vodafone Libertel N.V." },
787 { 204050, "Elephant Talk Comm. Premium Rate Serv. Neth. B.V." },
788 { 204060, "Barablu Mobile Benelux Ltd" },
789 { 204070, "Teleena holding B.V." },
790 { 204080, "KPN Mobile The Netherlands B.V." },
791 { 204100, "KPN B.V." },
792 { 204120, "Telfort B.V." },
793 { 204140, "INMO B.V." },
794 { 204160, "T-Mobile Netherlands B.V." },
795 { 204180, "Telfort B.V." },
796 { 204200, "Orange Nederland N.V." },
797 { 204210, "ProRail B.V." },
798 { 204600, "KPN B.V." },
799 { 204690, "KPN Mobile The Netherlands B.V." },
800 { 206010, "Proximus" },
801 { 206100, "Mobistar" },
803 { 208010, "Orange France" },
804 { 208020, "Orange France" },
805 { 208030, "MobiquiThings" },
806 { 208040, "Sisteer" },
807 { 208050, "Globalstar Europe" },
808 { 208060, "Globalstar Europe" },
809 { 208070, "Globalstar Europe" },
811 { 208100, "S.F.R." },
812 { 208110, "S.F.R." },
815 { 208150, "Free Mobile" },
816 { 208200, "Bouygues Telecom" },
817 { 208210, "Bouygues Telecom" },
818 { 208220, "Transatel" },
819 { 208230, "Omer Telecom Ltd" },
820 { 208240, "Mobiqui Things" },
821 { 208250, "Lycamobile" },
822 { 208260, "NRJ Mobile" },
824 { 208280, "Astrium" },
825 { 208290, "Societe International Mobile Communication" },
826 { 208300, "Symacom" },
827 { 208310, "Mundio Mobile" },
828 { 208880, "Bouygues Telecom" },
829 { 208890, "Omer Telecom Ltd" },
830 { 208900, "Images & Reseaux" },
831 { 208910, "Orange France" },
832 { 213030, "Mobiland" },
833 { 214010, "Vodafone Espana, SAU" },
834 { 214030, "France Telecom Espana, SA" },
835 { 214040, "Xfera Moviles, SA" },
836 { 214050, "Telefonica Moviles Espana, SAU" },
837 { 214060, "Vodafone Espana, SAU" },
838 { 214070, "Telefonica Moviles Espana, SAU" },
839 { 214080, "Euskaltel, SA" },
840 { 214090, "France Telecom Espana, SA" },
841 { 214100, "Operadora de Telecomunicaciones Opera SL" },
842 { 214110, "France Telecom Espana SA" },
843 { 214120, "Contacta Servicios Avanzados de Telecomunicaciones SL" },
844 { 214130, "Incotel Ingeniera y Consultaria SL" },
845 { 214140, "Incotel Servicioz Avanzados SL" },
846 { 214150, "BT Espana Compania de Servicios Globales de Telecomunicaciones, SAU" },
847 { 214160, "Telecable de Asturias, SAU" },
848 { 214170, "R Cable y Telecomunicaciones Galicia, SA" },
849 { 214180, "Cableuropa, SAU" },
850 { 214190, "E-Plus Moviles, SL" },
851 { 214200, "Fonyou Telecom, SL" },
852 { 214210, "Jazz Telecom, SAU" },
853 { 214220, "Best Spain Telecom, SL" },
854 { 214230, "Barablu Movil Espana, SLU" },
855 { 214240, "Vizzavi Espana, SL" },
856 { 214250, "Lycamobile, SL" },
857 { 214260, "Lleida Networks Serveis Telematics, SL" },
858 { 214270, "SCN Truphone SL" },
859 { 214280, "Consorcio de Telecomunicaciones Avanzadas, S.A." },
860 { 214290, "NEO-SKY 2002, S.A." },
861 { 216010, "Telenor Hungary Ltd" },
862 { 216300, "Magyar Telecom Plc" },
863 { 216700, "Vodafone" },
864 { 216710, "UPC Hungary Ldt" },
865 { 218030, "Eronet Mobile Communications Ltd." },
866 { 218050, "MOBI'S (Mobilina Srpske)" },
867 { 218900, "GSMBIH" },
868 { 219010, "T-Mobile Hrvatska d.o.o./T-Mobile Croatia LLC" },
869 { 219020, "Tele2/Tele2 d.o.o." },
870 { 219100, "VIPnet/VIPnet d.o.o." },
871 { 220010, "Telenor d.o.o." },
872 { 220030, "Telekom Srbija a.d." },
873 { 220050, "Vip mobile d.o.o." },
874 { 222010, "Telecom Italia Mobile (TIM)" },
875 { 222020, "Elsacom" },
876 { 222100, "Omnitel Pronto Italia (OPI)" },
877 { 222770, "IPSE 2000" },
881 { 226010, "Vodafone" },
882 { 226020, "Romtelecom" },
883 { 226030, "Cosmote" },
884 { 226040, "Cosmote" },
885 { 226050, "Digi.Mobil" },
886 { 226060, "Cosmote" },
887 { 226100, "Orange" },
888 { 226110, "Enigma-System" },
889 { 228010, "Swisscom Schweiz AG" },
890 { 228020, "Sunrise Communications AG" },
891 { 228030, "Orange Communications SA" },
892 { 228050, "Comfone AG" },
893 { 228060, "SBB AG" },
894 { 228080, "Tele2 Telecommunications AG" },
895 { 228120, "Sunrise Communications AG" },
896 { 228510, "Bebbicell AG" },
897 { 230010, "T-Mobile Czech Republic a.s." },
898 { 230020, "Telefonica O2 Czech Republic a.s." },
899 { 230030, "Vodafone Czech Republic a.s." },
900 { 230040, "Mobilkom a.s." },
901 { 230050, "Travel Telekommunikation, s.r.o." },
902 { 230080, "Compatel s.r.o" },
903 { 230980, "Sprava Zeleznicni Dopravni Cesty" },
904 { 231010, "Orange, GSM" },
905 { 231020, "Eurotel, GSM & NMT" },
906 { 231040, "Eurotel, UMTS" },
907 { 231050, "Orange, UMTS" },
908 { 232010, "Mobilkom Austria Aktiengesellschaft" },
909 { 232020, "Mobilkom Austria Aktiengesellschaft" },
910 { 232030, "T-Mobile Austria GmbH" },
911 { 232040, "T-Mobile Austria GmbH" },
912 { 232050, "Orange Austria Telecommunication GmbH" },
913 { 232060, "Orange Austria Telecommunication GmbH" },
914 { 232070, "T-Mobile Austria GmbH" },
915 { 232090, "Mobilkom Austria Aktiengesellschaft" },
916 { 232100, "Hutchison 3G Austria GmbH" },
917 { 232110, "Mobilkom Austria Aktiengesellschaft" },
918 { 232120, "Orange Austria Telecommunication GmbH" },
919 { 232140, "Hutchison 3G Austria GmbH" },
920 { 232150, "Barablu Mobile Austria Ltd" },
921 { 232910, "OBB - Infrastruktur Bau AG" },
922 { 234000, "British Telecom" },
923 { 234010, "Mapesbury Communications Ltd." },
924 { 234020, "O2 UK Ltd." },
925 { 234030, "Jersey Airtel Ltd" },
926 { 234040, "FMS Solutions Ltd" },
927 { 234050, "Colt Mobile Telecommunications Ltd" },
928 { 234060, "Internet Computer Bureau Ltd" },
929 { 234070, "Cable & Wireless UK" },
930 { 234080, "OnePhone (UK) Ltd" },
931 { 234090, "Tismi BV" },
932 { 234100, "O2 UK Ltd." },
933 { 234110, "O2 UK Ltd." },
934 { 234120, "Network Rail Infrastructure Ltd" },
935 { 234130, "Network Rail Infrastructure Ltd" },
936 { 234140, "Hay Systems Ltd" },
937 { 234150, "Vodafone Ltd." },
938 { 234160, "Opal Telecom Ltd" },
939 { 234170, "Flextel Ltd" },
940 { 234180, "Cloud9" },
941 { 234190, "Teleware plc" },
942 { 234200, "Hutchison 3G UK Ltd." },
943 { 234210, "LogicStar Ltd" },
944 { 234220, "Routo Telecommunications Ltd" },
945 { 234230, "Vectone Network Ltd" },
946 { 234240, "Stour Marine Ltd" },
947 { 234250, "Software Cellular Network Ltd" },
948 { 234260, "Lycamobile UK Limited" },
949 { 234270, "Teleena UK Limited" },
950 { 234280, "Marathon Telecom Limited" },
951 { 234290, "(aq) Limited T/A aql" },
952 { 234300, "T-Mobile UK" },
953 { 234310, "T-Mobile UK" },
954 { 234320, "T-Mobile UK" },
955 { 234330, "Orange" },
956 { 234340, "Orange" },
957 { 234500, "Jersey Telecom" },
958 { 234550, "Cable and Wireless Guensey Ltd" },
959 { 234580, "Manx Telecom" },
960 { 234760, "British Telecom" },
961 { 234780, "Airwave mmO2 Ltd" },
962 { 235000, "Mundio Mobile Limited" },
963 { 235770, "British Telecom" },
964 { 235910, "Vodafone Ltd" },
965 { 235920, "Cable & Wireless UK" },
966 { 235940, "Hutchison 3G UK Ltd" },
967 { 235950, "Network Rail Infrastructure Ltd" },
968 { 238010, "TDC Mobil" },
969 { 238020, "Sonofon" },
970 { 238030, "MIGway A/S" },
971 { 238040, "NextGen Mobile Ltd T/A CardBoardFish" },
973 { 238070, "Barablu Mobile Ltd." },
974 { 238080, "Nordisk Mobiltelefon Danmark A/S" },
975 { 238100, "TDC Mobil" },
976 { 238120, "Lycamobile Denmark" },
977 { 238130, "Compatel Limited" },
979 { 238280, "CoolTEL" },
980 { 238300, "Interactive Digital Media GmbH" },
981 { 238660, "TT-Netvaerket P/S" },
983 { 240010, "Telia Sonera Sverige AB" },
984 { 240020, "H3G Access AB" },
985 { 240030, "AINMT Sverige AB" },
986 { 240040, "3G Infrastructure Services AB" },
987 { 240050, "Svenska UMTS-Nat AB" },
988 { 240060, "Telenor Sverige AB" },
989 { 240070, "Tele2 Sverige AB" },
990 { 240080, "Telenor Sverige AB" },
991 { 240090, "Djuice Mobile Sweden, filial till Telenor Mobile Sweden AS" },
992 { 240100, "Spring Mobil AB" },
993 { 240110, "Linholmen Science Park AB" },
994 { 240120, "Barablu Mobile Scandinavia Ltd" },
995 { 240130, "Ventelo Sverige AB" },
996 { 240140, "TDC Sverige AB" },
997 { 240150, "Wireless Maingate Nordic AB" },
998 { 240160, "42IT AB" },
999 { 240170, "Gotalandsnatet AB" },
1000 { 240180, "Generic Mobile Systems Sweden AB" },
1001 { 240190, "Mundio Mobile Sweden Ltd" },
1002 { 240200, "iMEZ AB" },
1003 { 240210, "Banverket" },
1004 { 240220, "EuTel AB" },
1005 { 240230, "Infobip LTD" },
1006 { 240240, "Net4Mobility HB" },
1007 { 240260, "Beepsend AB" },
1008 { 240270, "MyIndian AB" },
1009 { 240280, "CoolTEL Aps A.B." },
1010 { 240290, "Mercury International Carrier Services" },
1011 { 240300, "NextGen Mobile Ltd" },
1012 { 240310, "Mobimax AB" },
1013 { 240320, "Compatel Ltd" },
1014 { 240330, "Mobile Arts AB" },
1015 { 240340, "Tigo Ltd" },
1016 { 240350, "42 Telecom LTD" },
1017 { 240360, "Interactive Digital Media GmbH" },
1018 { 240370, "CLX Networks AB" },
1019 { 240380, "Voxbone SA" },
1020 { 240400, "ReWiCom Scandinavia AB" },
1021 { 240410, "Shyam Telecom UK Ltd" },
1022 { 240420, "Telenor Connexion AB" },
1023 { 240650, "Shared use for closed networks" },
1024 { 240660, "Shared use for closed networks" },
1025 { 240670, "Shared use for test purpose" },
1026 { 240680, "Shared use for test purpose" },
1027 { 240690, "Crisis management after determination by the SwedishPost and Telecom Authority" },
1028 { 242010, "Telenor Norge AS" },
1029 { 242020, "NetCom AS" },
1030 { 242030, "Teletopia Gruppen AS" },
1031 { 242040, "Tele2 Norge AS" },
1032 { 242050, "Network Norway AS" },
1033 { 242060, "ICE Norge AS" },
1034 { 242070, "Ventelo Bedrift AS" },
1035 { 242080, "TDC AS" },
1036 { 242090, "Com4 AS" },
1037 { 242100, "Post-og teletilsynet" },
1038 { 242110, "Systemnet AS" },
1039 { 242120, "Telenor Norge AS" },
1040 { 242200, "Jernbaneverket" },
1041 { 242210, "Jernbaneverket" },
1042 { 242220, "Network Norway AS" },
1043 { 242230, "Lycamobile Norway Ltd" },
1044 { 242340, "Mobile Norway AS" },
1045 { 244030, "DNA Oy" },
1046 { 244040, "DNA Oy" },
1047 { 244050, "Elisa Oy" },
1048 { 244090, "Nokia Siemens Networks Oy" },
1049 { 244100, "TDC Oy FINLAND" },
1050 { 244120, "DNA Oy" },
1051 { 244130, "DNA Oy" },
1052 { 244140, "Alands Mobiltelefon AB" },
1053 { 244160, "Oy Finland Tele2 AB" },
1054 { 244210, "Saunalahti Group Ltd." },
1055 { 244290, "SCNL TRUPHONE" },
1056 { 244910, "TeliaSonera Finland Oyj" },
1057 { 246010, "Omnitel" },
1058 { 246020, "Bite GSM" },
1059 { 246030, "Tele2" },
1060 { 247010, "Latvijas Mobilais Telefons SIA" },
1061 { 247020, "Tele2" },
1062 { 247030, "Telekom Baltija" },
1063 { 247040, "Beta Telecom" },
1064 { 247050, "Bite Mobile" },
1065 { 247060, "Rigatta" },
1066 { 247070, "Master Telecom" },
1068 { 247090, "SIA \"Camel Mobile\"" },
1069 { 248010, "EMT GSM" },
1071 { 248030, "Tele2" },
1072 { 248040, "OY Top Connect" },
1073 { 248050, "AS Bravocom Mobiil" },
1074 { 248060, "ProGroup Holding OY" },
1075 { 248070, "Televorgu AS" },
1076 { 248710, "Siseministeerium (Ministry of Interior)" },
1077 { 250010, "Mobile Telesystems" },
1078 { 250020, "Megafon" },
1079 { 250030, "Nizhegorodskaya Cellular Communications" },
1080 { 250040, "Sibchallenge" },
1081 { 250050, "Mobile Comms System" },
1082 { 250070, "BM Telecom" },
1083 { 250100, "Don Telecom" },
1084 { 250110, "Orensot" },
1085 { 250120, "Baykal Westcom" },
1086 { 250130, "Kuban GSM" },
1087 { 250160, "New Telephone Company" },
1088 { 250170, "Ermak RMS" },
1089 { 250190, "Volgograd Mobile" },
1091 { 250280, "Extel" },
1092 { 250390, "Uralsvyazinform" },
1093 { 250440, "Stuvtelesot" },
1094 { 250920, "Printelefone" },
1095 { 250930, "Telecom XXI" },
1096 { 250990, "Beeline" },
1097 { 255010, "Ukrainian Mobile Communication, UMC" },
1098 { 255020, "Ukranian Radio Systems, URS" },
1099 { 255030, "Kyivstar GSM" },
1100 { 255040, "International Telecommunications Ltd." },
1101 { 255050, "Golden Telecom" },
1102 { 255060, "Astelit" },
1103 { 255070, "Ukrtelecom" },
1104 { 255210, "CJSC - Telesystems of Ukraine" },
1105 { 257010, "MDC Velcom" },
1107 { 257030, "BelCel Joint Venture (JV)" },
1108 { 257040, "Closed joint-stock company \"Belarusian telecommunication network\"" },
1109 { 257050, "Republican Unitary Telecommunication Enterprise (RUE) Beltelecom" },
1110 { 257060, "Yota Bel Foreign Limited Liability Company (FLLC)" },
1111 { 259010, "Orange Moldova GSM" },
1112 { 259020, "Moldcell GSM" },
1113 { 259040, "Eventis Mobile GSM" },
1114 { 259050, "J.S.C. Moldtelecom/3G UMTS (W-CDMA)" },
1115 { 259990, "J.S.C. Moldtelecom" },
1116 { 260010, "Plus / Polkomtel S.A." },
1117 { 260020, "T-Mobile / PTC S.A." },
1118 { 260030, "Orange / PTK Centertel Sp. z o.o." },
1119 { 260040, "LTE / CenterNet S.A." },
1120 { 260050, "Orange(UMTS) / PTK Centertel Sp. z o.o." },
1121 { 260060, "Play / P4 Sp. z o.o." },
1122 { 260070, "Netia / Netia S.A." },
1123 { 260080, "E-Telko / E-Telko Sp. z o.o." },
1124 { 260090, "Lycamobile / Lycamobile Sp. z o.o." },
1125 { 260100, "Sferia / Sferia S.A." },
1126 { 260110, "Nordisk Polska / Nordisk Polska Sp. z o.o." },
1127 { 260120, "Cyfrowy Polsat / Cyfrowy Polsat S.A." },
1128 { 260130, "Sferia / Sferia S.A." },
1129 { 260140, "Sferia / Sferia S.A." },
1130 { 260150, "CenterNet / CenterNet S.A." },
1131 { 260160, "Mobyland / Mobyland Sp. z o.o." },
1132 { 260170, "Aero 2 / Aero 2 Sp. z o.o." },
1133 { 260180, "AMD Telecom / AMD Telecom S.A." },
1134 { 260190, "Teleena / Teleena Holding BV" },
1135 { 260200, "Mobile.Net / Mobile.Net Sp. z o.o." },
1136 { 260210, "Exteri / Exteri Sp. z o.o." },
1137 { 260220, "Arcomm / Arcomm Sp. z o.o." },
1138 { 260230, "Amicomm / Amicomm Sp. z o.o." },
1139 { 260240, "WideNet / WideNet Sp. z o.o." },
1140 { 260250, "BS&T / Best Solutions & Technology Sp. z o.o." },
1141 { 260260, "ATE / ATE-Advanced Technology & Experience Sp. z o.o." },
1142 { 260270, "Intertelcom / Intertelcom Sp. z o.o." },
1143 { 260280, "PhoneNet / PhoneNet Sp. z o.o." },
1144 { 260290, "Interfonica / Interfonica Sp. z o.o." },
1145 { 260300, "GrandTel / GrandTel Sp. z o.o." },
1146 { 260310, "Phone IT / Phone IT Sp. z o.o." },
1147 { 260320, "Compatel Ltd / COMPATEL LIMITED" },
1148 { 260330, "Truphone Poland / Truphone Poland Sp. Z o.o." },
1149 { 260340, "T-Mobile / PTC S.A." },
1150 { 260980, "Play (testowy) / P4 Sp. z o.o." },
1151 { 262010, "Telekom Deutschland GmbH" },
1152 { 262020, "Vodafone D2 GmbH" },
1153 { 262030, "E-Plus Mobilfunk GmbH & Co. KG" },
1154 { 262040, "Vodafone D2 GmbH" },
1155 { 262050, "E-Plus Mobilfunk GmbH & Co. KG" },
1156 { 262060, "Telekom Deutschland GmbH" },
1157 { 262070, "Telefonica Germany GmbH & Co. oHG" },
1158 { 262080, "Telefonica Germany GmbH & Co. oHG" },
1159 { 262090, "Vodafone D2 GmbH" },
1160 { 262100, "Vodafone D2 GmbH / DB Netz AG" },
1161 { 262110, "Telefonica Germany GmbH & Co. oHG" },
1162 { 262120, "E-Plus Mobilfunk GmbH & Co. KG" },
1163 { 262130, "Mobilcom Multimedia GmbH" },
1164 { 262140, "Quam GmbH" },
1165 { 262150, "Airdata AG" },
1166 { 262160, "E-Plus Mobilfunk GmbH & Co. KG" },
1167 { 262170, "E-Plus Mobilfunk GmbH & Co. KG" },
1168 { 262180, "NetCologne Gesellschaft fur Telekommunikation mbH" },
1169 { 262190, "Inquam Deutschland GmbH" },
1170 { 262200, "E-Plus Mobilfunk GmbH & Co. KG" },
1171 { 262410, "First Telecom GmbH" },
1172 { 262420, "Vodafone D2 GmbH" },
1173 { 262430, "Vodafone D2 GmbH" },
1174 { 262760, "Siemens AG, ICMNPGUSTA" },
1175 { 262770, "E-Plus Mobilfunk GmbH & Co. KG" },
1176 { 262780, "Telekom Deutschland GmbH" },
1177 { 266010, "Gibtelecom GSM" },
1179 { 266090, "Eazi Telecom Limited" },
1180 { 268010, "Vodafone Telecel - Comunicacoes Pessoais, S.A." },
1181 { 268030, "Optimus - Telecomunicacoes, S.A." },
1182 { 268050, "Oniway - Inforcomunicacoes, S.A." },
1183 { 268060, "TMN - Telecomunicacoes Moveis Nacionais, S.A." },
1184 { 270010, "P&T Luxembourg" },
1185 { 270020, "MTX Connect S.a r.l." },
1186 { 270770, "Tango" },
1187 { 270990, "Voxmobile S.A." },
1188 { 272010, "Vodafone Ireland Plc" },
1189 { 272020, "Telefonica Ltd" },
1190 { 272030, "Meteor Mobile Communications Ltd." },
1191 { 272070, "Eircom" },
1192 { 272090, "Clever Communications Ltd." },
1193 { 274010, "Iceland Telecom Ltd." },
1194 { 274020, "P/F Kall, reg. No 2868 (Vodafone FO) / Og fjarskipti hf (Vodafone Iceland)" },
1195 { 274030, "Og fjarskipti hf (Vodafone Iceland)" },
1196 { 274040, "IMC Islande ehf" },
1197 { 274070, "IceCell ehf" },
1198 { 276010, "Albanian Mobile Communications (AMC)" },
1199 { 276020, "Vodafone Albania" },
1200 { 276030, "Eagle Mobile" },
1201 { 276040, "Mobile 4 AL" },
1202 { 278010, "Vodafone Malta" },
1203 { 278210, "go mobile" },
1204 { 278770, "3G Telecommunications Ltd" },
1206 { 280100, "Scancom (Cyprus) Ltd." },
1207 { 280200, "Primetel PLC" },
1208 { 280220, "Lemontel Ltd" },
1209 { 282010, "Geocell Ltd." },
1210 { 282020, "Magti GSM Ltd." },
1211 { 282030, "Iberiatel Ltd." },
1212 { 282040, "Mobitel Ltd." },
1213 { 282050, "Silknet JSC" },
1214 { 282060, "JSC Compatel" },
1215 { 284010, "Mobiltel EAD" },
1216 { 284050, "Globul" },
1217 { 286010, "Turkcell" },
1218 { 286020, "Telsim GSM" },
1220 { 286040, "Aycell" },
1221 { 288010, "Faroese Telecom - GSM" },
1222 { 288020, "Kall GSM" },
1223 { 288030, "Edge Mobile Sp/F" },
1224 { 290010, "Tele Greenland" },
1225 { 292010, "Prima San Marino / San Marino Telecom" },
1226 { 293400, "SI Mobil" },
1227 { 293410, "Mobitel" },
1228 { 293640, "T-2 d.o.o." },
1229 { 293700, "Tusmobil d.o.o." },
1230 { 294010, "T-Mobile" },
1231 { 294020, "Cosmofon" },
1232 { 294030, "Nov Operator" },
1233 { 294100, "WTI Macedonia" },
1234 { 294110, "MOBIK TELEKOMUNIKACII DOOEL- Skopje" },
1235 { 295010, "Swisscom Schweiz AG" },
1236 { 295020, "Orange (Liechtenstein) AG" },
1237 { 295050, "Mobilkom (Liechstein) AG" },
1238 { 295060, "Cubic AG" },
1239 { 297010, "Telenor Montenegro" },
1240 { 297020, "Crnogorski Telekom" },
1241 { 297030, "Mtel Montenegro" },
1242 { 302220, "Telus Mobility" },
1243 { 302221, "Telus Mobility" },
1244 { 302222, "Telus Mobility" },
1245 { 302250, "ALO Mobile Inc" },
1246 { 302270, "Bragg Comunications" },
1247 { 302290, "Airtel Wireless" },
1248 { 302320, "Dave Wireless" },
1249 { 302340, "Execulink" },
1250 { 302360, "Telus Mobility" },
1251 { 302370, "Microcell" },
1252 { 302380, "Dryden Mobility" },
1253 { 302390, "Dryden Mobility" },
1254 { 302490, "Globalive Wireless" },
1255 { 302500, "Videotron Ltd" },
1256 { 302510, "Videotron Ltd" },
1257 { 302530, "Keewatinook Okimacinac" },
1258 { 302560, "Lynx Mobility" },
1259 { 302570, "LightSquared" },
1260 { 302590, "Quadro Communication" },
1261 { 302610, "Bell Mobility" },
1262 { 302620, "Ice Wireless" },
1263 { 302630, "Aliant Mobility" },
1264 { 302640, "Bell Mobility" },
1265 { 302656, "Tbay Mobility" },
1266 { 302660, "MTS Mobility" },
1267 { 302670, "CityTel Mobility" },
1268 { 302680, "SaskTel Mobility" },
1269 { 302690, "Bell Mobility" },
1270 { 302710, "Globalstar" },
1271 { 302720, "Rogers Wireless" },
1272 { 302730, "TerreStar Solutions" },
1273 { 302740, "Shaw Telecom G.P." },
1274 { 302760, "Public Mobile Inc" },
1275 { 302770, "Rural Com" },
1276 { 302780, "Sask Tel Mobility" },
1277 { 302860, "Telus Mobility" },
1278 { 302880, "Telus/Bell shared" },
1279 { 302940, "Wightman Telecom" },
1281 { 308010, "St. Pierre-et-Miquelon Telecom" },
1282 { 310010, "Verizon Wireless" },
1283 { 310012, "Verizon Wireless" },
1284 { 310013, "Verizon Wireless" },
1285 { 310016, "Cricket Communications" },
1286 { 310017, "North Sight Communications Inc" },
1287 { 310020, "Union Telephone Company" },
1288 { 310030, "Centennial Communications" },
1289 { 310035, "ETEX Communications dba ETEX Wireless" },
1290 { 310040, "MTA Communications dba MTA Wireless" },
1291 { 310050, "ACS Wireless Inc" },
1292 { 310060, "Consolidated Telcom" },
1294 { 310080, "Corr Wireless Communications LLC" },
1295 { 310090, "Cricket Communications" },
1296 { 310100, "New Mexico RSA 4 East Ltd. Partnership" },
1297 { 310110, "Pacific Telecom Inc" },
1298 { 310120, "Sprintcom Inc" },
1299 { 310130, "Carolina West Wireless" },
1300 { 310140, "GTA Wireless LLC" },
1301 { 310150, "Cingular Wireless" },
1302 { 310160, "T-Mobile USA" },
1303 { 310170, "Cingular Wireless" },
1304 { 310180, "West Central Wireless" },
1305 { 310190, "Alaska Wireless Communications LLC" },
1306 { 310200, "T-Mobile USA" },
1307 { 310210, "T-Mobile USA" },
1308 { 310220, "T-Mobile USA" },
1309 { 310230, "T-Mobile USA" },
1310 { 310240, "T-Mobile USA" },
1311 { 310250, "T-Mobile USA" },
1312 { 310260, "T-Mobile USA" },
1313 { 310270, "T-Mobile USA" },
1314 { 310280, "Contennial Puerto Rio License Corp." },
1315 { 310290, "Nep Cellcorp Inc." },
1316 { 310300, "Blanca Telephone Company" },
1317 { 310310, "T-Mobile USA" },
1318 { 310320, "Smith Bagley Inc, dba Cellular One" },
1320 { 310340, "High Plains Midwest LLC, dba Wetlink Communications" },
1321 { 310350, "Mohave Cellular L.P." },
1322 { 310360, "Cellular Network Partnership dba Pioneer Cellular" },
1323 { 310370, "Docomo Pacific Inc" },
1324 { 310380, "New Cingular Wireless PCS, LLC" },
1325 { 310390, "TX-11 Acquistion LLC" },
1326 { 310400, "Wave Runner LLC" },
1327 { 310410, "Cingular Wireless" },
1328 { 310420, "Cincinnati Bell Wireless LLC" },
1329 { 310430, "GCI Communications Corp" },
1330 { 310440, "Numerex Corp" },
1331 { 310450, "North East Cellular Inc." },
1332 { 310460, "Newcore Wireless" },
1333 { 310470, "nTELOS Communications Inc" },
1334 { 310480, "Choice Phone LLC" },
1335 { 310490, "T-Mobile USA" },
1336 { 310500, "Public Service Cellular, Inc." },
1337 { 310510, "Nsighttel Wireless LLC" },
1338 { 310520, "Transactions Network Services" },
1339 { 310530, "Iowa Wireless Services LLC" },
1340 { 310540, "Oklahoma Western Telephone Company" },
1341 { 310550, "Wireless Solutions International" },
1343 { 310570, "MTPCS LLC" },
1344 { 310580, "Inland Cellular Telephone Company" },
1345 { 310590, "Verizon Wireless" },
1346 { 310600, "New Cell Inc. dba Cellcom" },
1347 { 310610, "Elkhart Telephone Co. Inc. dba Epic Touch Co." },
1348 { 310620, "Nsighttel Wireless Inc" },
1349 { 310640, "Airadigm Communications" },
1350 { 310650, "Jasper Wireless Inc." },
1351 { 310660, "T-Mobile USA" },
1352 { 310670, "AT&T Mobility Vanguard Services" },
1354 { 310690, "Keystane Wireless LLC" },
1355 { 310700, "Cross Valiant Cellular Partnership" },
1356 { 310710, "Arctic Slope Telephone Association Cooperative" },
1357 { 310720, "Wireless Solutions International Inc." },
1358 { 310730, "US Cellular" },
1359 { 310740, "Convey Communications Inc" },
1360 { 310750, "East Kentucky Network LLC dba Appalachian Wireless" },
1361 { 310760, "Lynch 3G Communications Corporation" },
1362 { 310770, "Iowa Wireless Services LLC dba I Wireless" },
1363 { 310780, "D.D. Inc" },
1364 { 310790, "PinPoint Communications Inc." },
1365 { 310800, "T-Mobile USA" },
1366 { 310810, "LCFR LLC" },
1367 { 310820, "South Canaan Cellular Communications Co. LP" },
1368 { 310830, "Clearwire Corporation" },
1369 { 310840, "Telecom North America Mobile Inc" },
1370 { 310850, "Aeris Communications, Inc." },
1371 { 310860, "TX RSA 15B2, LP dba Five Star Wireless" },
1372 { 310870, "Kaplan Telephone Company Inc." },
1373 { 310880, "Advantage Cellular Systems, Inc." },
1374 { 310890, "Verizon Wireless" },
1375 { 310900, "Cable & Communications Corporation dba Mid-Rivers Wireless" },
1376 { 310910, "Verizon Wireless" },
1377 { 310920, "James Valley Wireless LLC" },
1378 { 310930, "Copper Valley Wireless" },
1379 { 310940, "Iris Wireless LLC" },
1380 { 310950, "Texas RSA 1 dba XIT Wireless" },
1381 { 310960, "UBET Wireless" },
1382 { 310970, "Globalstar USA" },
1383 { 310980, "Texas RSA 7B3 dba Peoples Wireless Services" },
1384 { 310990, "Worldcall Interconnect" },
1385 { 311000, "Mid-Tex Cellular Ltd." },
1386 { 311010, "Chariton Valley Communications Corp., Inc." },
1387 { 311020, "Missouri RSA No. 5 Partnership" },
1388 { 311030, "Indigo Wireless, Inc." },
1389 { 311040, "Commnet Wireless, LLC" },
1390 { 311050, "Thumb Cellular Limited Partnership" },
1391 { 311060, "Space Data Corporation" },
1392 { 311070, "Wisconsin RSA#7 Ltd Patnership" },
1393 { 311080, "Pine Telephone Company dba Pine Cellular" },
1394 { 311090, "LongLines Wireless" },
1395 { 311100, "Nex-Tech Wireless LLC" },
1396 { 311110, "Verizon Wireless" },
1397 { 311120, "Choice Phone LLC" },
1398 { 311130, "LightSquared LP" },
1399 { 311140, "Cross Telephone Company" },
1400 { 311150, "Wilkes Cellular Inc." },
1401 { 311160, "LightSquared LP" },
1402 { 311170, "PetroCom LLC" },
1403 { 311180, "Cingular Wireless, Licensee Pacific Telesis Mobile Services, LLC" },
1404 { 311190, "Cellular Properties Inc." },
1405 { 311200, "ARINC" },
1406 { 311210, "Emery Telecom-Wireless Inc" },
1407 { 311220, "United States Cellular" },
1408 { 311230, "Cellular South Inc" },
1409 { 311240, "Cordova Wireless Communications Inc" },
1410 { 311250, "Wave Runner LLC" },
1411 { 311260, "Clearwire Corporation" },
1412 { 311270, "Verizon Wireless" },
1413 { 311271, "Verizon Wireless" },
1414 { 311272, "Verizon Wireless" },
1415 { 311273, "Verizon Wireless" },
1416 { 311274, "Verizon Wireless" },
1417 { 311275, "Verizon Wireless" },
1418 { 311276, "Verizon Wireless" },
1419 { 311277, "Verizon Wireless" },
1420 { 311278, "Verizon Wireless" },
1421 { 311279, "Verizon Wireless" },
1422 { 311280, "Verizon Wireless" },
1423 { 311281, "Verizon Wireless" },
1424 { 311282, "Verizon Wireless" },
1425 { 311283, "Verizon Wireless" },
1426 { 311284, "Verizon Wireless" },
1427 { 311285, "Verizon Wireless" },
1428 { 311286, "Verizon Wireless" },
1429 { 311287, "Verizon Wireless" },
1430 { 311288, "Verizon Wireless" },
1431 { 311289, "Verizon Wireless" },
1432 { 311290, "Pinpoint Wireless Inc." },
1433 { 311300, "Nexus Communications Inc" },
1434 { 311310, "Leaco Rural Telephone Company Inc" },
1435 { 311320, "Commnet Wireless LLC" },
1436 { 311330, "Bug Tussel Wireless LLC" },
1437 { 311340, "Illinois Valley Cellular" },
1438 { 311350, "Sagebrush Cellular Inc dba Nemont" },
1439 { 311360, "Stelera Wireless LLC" },
1440 { 311370, "GCI Communications Corp." },
1441 { 311380, "New Dimension Wireless Ltd" },
1442 { 311390, "Verizon Wireless" },
1443 { 311410, "Iowa RSA No.2 Ltd Partnership" },
1444 { 311420, "Northwest Missouri Cellular Limited Partnership" },
1445 { 311430, "RSA 1 Limited Partnership dba Cellular 29 Plus" },
1446 { 311440, "Bluegrass Cellular LLC" },
1447 { 311450, "Panhandle Telecommunication Systems Inc." },
1448 { 311460, "Fisher Wireless Services Inc" },
1449 { 311470, "Vitelcom Cellular Inc dba Innovative Wireless" },
1450 { 311480, "Verizon Wireless" },
1451 { 311481, "Verizon Wireless" },
1452 { 311482, "Verizon Wireless" },
1453 { 311483, "Verizon Wireless" },
1454 { 311484, "Verizon Wireless" },
1455 { 311485, "Verizon Wireless" },
1456 { 311486, "Verizon Wireless" },
1457 { 311487, "Verizon Wireless" },
1458 { 311488, "Verizon Wireless" },
1459 { 311489, "Verizon Wireless" },
1460 { 311490, "Sprintcom Inc" },
1461 { 311500, "Mosaic Telecom Inc" },
1462 { 311510, "LightSquared LP" },
1463 { 311520, "LightSquared LP" },
1464 { 311530, "Newcore Wireless LLC" },
1465 { 311540, "Poximiti Mobility Inc" },
1466 { 311550, "Commnet Midwest LLC" },
1467 { 311560, "OTZ Communications Inc" },
1468 { 311570, "Bend Cable Communications LLC" },
1469 { 311580, "United States Cellular" },
1470 { 311590, "California RSA No3 Ltd Partnership dba Golden State Cellular" },
1471 { 311600, "Cox TMI Wireless LLC" },
1472 { 311610, "North Dakota Network Co." },
1473 { 311620, "Terrestar Networks Inc" },
1474 { 311630, "Corr Wireless Communications" },
1475 { 311640, "Standing Rock Telecommunications" },
1476 { 311650, "United Wireless Inc" },
1477 { 311660, "Metro PCS Wireless Inc" },
1478 { 311670, "Pine Belt Cellular Inc dba Pine Belt Wireless" },
1479 { 311680, "GreenFly LLC" },
1480 { 311690, "TeleBeeper of New Mexico Inc" },
1481 { 311700, "TotalSolutions Telecom LLC" },
1482 { 311710, "Northeast Wireless Networks LLC" },
1483 { 311720, "Maine PCS LLC" },
1484 { 311730, "Proximiti Mobility Inc" },
1485 { 311740, "Telalaska Cellular" },
1486 { 311750, "NetAmerica Alliance LLC" },
1487 { 311760, "Edigen Inc" },
1488 { 311770, "Radio Mobile Access Inc" },
1489 { 311800, "Bluegrass Cellular LLC" },
1490 { 311810, "Bluegrass Cellular LLC" },
1491 { 311820, "Kineto Wireless Inc" },
1492 { 311830, "Thumb Cellular LLC" },
1493 { 311840, "Nsight Spectrum LLC" },
1494 { 311850, "Nsight Spectrum LLC" },
1495 { 311860, "Uintah Basin Electronic Telecommunications" },
1496 { 311870, "Sprintcom Inc" },
1497 { 311880, "Sprintcom Inc" },
1498 { 311890, "Globecomm Network Services Corporation" },
1499 { 311900, "Gigsky Inc" },
1500 { 311910, "SI Wireless LLC" },
1501 { 311920, "Missouri RSA No 5 Partnership dba Chariton Valley Wireless" },
1502 { 311940, "Clearwire Corporation" },
1503 { 311950, "Sunman Telecommunications corp." },
1504 { 311960, "Lycamobile USA Inc" },
1505 { 311970, "Big River Broadband LLC" },
1506 { 311980, "LigTel Communications" },
1507 { 311990, "VTel Wireless" },
1508 { 312010, "Charlton Valley Communication Corporation Inc" },
1509 { 312020, "Infrastructure Networks LLC" },
1510 { 312030, "Cross Wireless" },
1511 { 312040, "Custer Telephone Cooperative Inc" },
1512 { 312050, "Fuego Wireless LLC" },
1513 { 312060, "CoverageCo" },
1514 { 312070, "Adams Networks Inc" },
1515 { 312080, "South Georgia Regional Information Technology Authority" },
1516 { 312090, "Allied Wireless Communixcations Corporation" },
1517 { 312100, "ClearSky Technologies Inc" },
1518 { 312110, "Texas Energy Network LLC" },
1519 { 312120, "East Kentucky Network LLC dba Appalachian Wireless" },
1520 { 312130, "East Kentucky Network LLC dba Appalachian Wireless" },
1521 { 312140, "Cleveland Unlimited Inc" },
1522 { 312150, "Northwest Cell" },
1523 { 312160, "RSA1 Limited Partnership dba Chat Mobility" },
1524 { 312170, "Iowa RSA No 2 Limited Partnership" },
1525 { 312180, "Keystone Wireless LLC" },
1526 { 312190, "Sprint-Nextel Communications Inc" },
1527 { 312200, "Voyager Mobility LLC" },
1528 { 313100, "Assigned to Public Safety" },
1529 { 316010, "Sprint-Nextel Communications Inc" },
1530 { 316011, "Southern Communications Services Inc." },
1531 { 334001, "Comunicaciones Digitales Del Norte, S.A. De C.V" },
1532 { 334010, "NII Digital, S. De R.L. De C.V." },
1533 { 334020, "Radiomovil Dipsa, S.A. De C.V." },
1534 { 334030, "Pegaso Comunicaciones Y Sistemas, S.A. De C.V." },
1535 { 334040, "Iusacell Pcs De Mexico, S.A. De C.V." },
1536 { 334050, "Comunicaciones Celulares De Occidente / Sistemas Telefonicos Portatiles Celulares / Telecomunicaciones Del Golfo / Telecomunicaciones / Portatel Del Sureste" },
1537 { 334060, "Servicios De Acceso Inalambrico, S.A De C.V." },
1538 { 334066, "Telefonos De Mexico, S.A.B. De C.V" },
1539 { 334070, "Operadora Unefon, S.A. De C.V" },
1540 { 334080, "Operadora Unefon, S.A. De C.V" },
1541 { 334090, "NII Digital, S. De R.L. De C.V." },
1542 { 338020, "Cable & Wireless Jamaica Ltd." },
1543 { 338050, "Digicel (Jamaica) Ltd." },
1544 { 338110, "Cable & Wireless Jamaica Ltd trading as Lime" },
1545 { 340010, "Orange Caraibe Mobiles" },
1546 { 340020, "Outremer Telecom" },
1547 { 340030, "Saint Martin et Saint Barthelemy Telcell Sarl" },
1548 { 340080, "Dauphin Telecom" },
1549 { 340100, "Guadeloupe Telephone Mobile" },
1550 { 340110, "Guyane Telephone Mobile" },
1551 { 340120, "Martinique Telephone Mobile" },
1552 { 340200, "Bouygues Telecom Caraibe" },
1553 { 342600, "Cable & Wireless (Barbados) Ltd. trading as Lime" },
1554 { 342820, "Sunbeach Communications" },
1555 { 344030, "APUA PCS" },
1556 { 344920, "Cable & Wireless (Antigua) trading as Lime" },
1557 { 344930, "AT&T Wireless (Antigua)" },
1558 { 346140, "Cable & Wireless (Cayman) trading as Lime" },
1559 { 348170, "Cable & Wireless (BVI) Ltd trading as Lime" },
1560 { 348370, "BVI Cable TV Ltd" },
1561 { 348570, "Caribbean Cellular Telephone Ltd." },
1562 { 348770, "Digicel (BVI) Ltd" },
1563 { 350000, "Bermuda Digital Communications Ltd (CellOne)" },
1564 { 352110, "Cable & Wireless Grenada ltd trading as Lime" },
1565 { 354860, "Cable & Wireless (West Indies) Ltd trading as Lime" },
1566 { 356110, "Cable & Wireless St Kitts & Nevis Ltd trading as Lime" },
1567 { 358110, "Cable & Wireless (St Lucia) Ltd trading as Lime" },
1568 { 360110, "Cable & Wireless St Vincent and the Grenadines Ltd trading as Lime" },
1569 { 362510, "TELCELL GSM" },
1570 { 362690, "CT GSM" },
1571 { 362910, "SETEL GSM" },
1572 { 363010, "Setar GSM" },
1573 { 365010, "Weblinks Limited" },
1574 { 365840, "Cable and Wireless (Anguilla) Ltd trading as Lime" },
1575 { 366110, "Cable & Wireless Dominica Ltd trading as Lime" },
1576 { 368010, "ETECSA" },
1577 { 370010, "Orange Dominicana, S.A." },
1578 { 370020, "Verizon Dominicana S.A." },
1579 { 370030, "Tricom S.A." },
1580 { 370040, "CentennialDominicana" },
1581 { 372010, "Comcel" },
1582 { 372020, "Digicel" },
1583 { 372030, "Rectel" },
1584 { 374120, "TSTT Mobile" },
1585 { 374130, "Digicel Trinidad and Tobago Ltd." },
1586 { 374140, "LaqTel Ltd." },
1587 { 376350, "Cable & Wireless (TCI) Ltd trading as Lime" },
1588 { 376352, "IslandCom Communications Ltd." },
1589 { 376360, "IslandCom Communication Ltd" },
1590 { 400010, "Azercell Limited Liability Joint Venture" },
1591 { 400020, "Bakcell Limited Liability Company" },
1592 { 400030, "Catel JV" },
1593 { 400040, "Azerphone LLC" },
1594 { 401010, "Kar-Tel llc" },
1595 { 401020, "TSC Kazak Telecom" },
1596 { 402110, "Bhutan Telecom Ltd" },
1597 { 402170, "B-Mobile of Bhutan Telecom" },
1598 { 404000, "Dishnet Wireless Ltd, Madhya Pradesh" },
1599 { 404010, "Aircell Digilink India Ltd., Haryana" },
1600 { 404020, "Bharti Airtel Ltd., Punjab" },
1601 { 404030, "Bharti Airtel Ltd., H.P." },
1602 { 404040, "Idea Cellular Ltd., Delhi" },
1603 { 404050, "Fascel Ltd., Gujarat" },
1604 { 404060, "Bharti Airtel Ltd., Karnataka" },
1605 { 404070, "Idea Cellular Ltd., Andhra Pradesh" },
1606 { 404090, "Reliance Telecom Ltd., Assam" },
1607 { 404100, "Bharti Airtel Ltd., Delhi" },
1608 { 404110, "Hutchison Essar Mobile Services Ltd, Delhi" },
1609 { 404120, "Idea Mobile Communications Ltd., Haryana" },
1610 { 404130, "Hutchinson Essar South Ltd., Andhra Pradesh" },
1611 { 404140, "Spice Communications PVT Ltd., Punjab" },
1612 { 404150, "Aircell Digilink India Ltd., UP (East)" },
1613 { 404160, "Bharti Airtel Ltd, North East" },
1614 { 404170, "Dishnet Wireless Ltd, West Bengal" },
1615 { 404180, "Reliance Telecom Ltd., H.P." },
1616 { 404190, "Idea Mobile Communications Ltd., Kerala" },
1617 { 404200, "Hutchinson Essar Ltd, Mumbai" },
1618 { 404210, "BPL Mobile Communications Ltd., Mumbai" },
1619 { 404220, "Idea Cellular Ltd., Maharashtra" },
1620 { 404230, "Idea Cellular Ltd, Maharashtra" },
1621 { 404240, "Idea Cellular Ltd., Gujarat" },
1622 { 404250, "Dishnet Wireless Ltd, Bihar" },
1623 { 404270, "Hutchison Essar Cellular Ltd., Maharashtra" },
1624 { 404290, "Dishnet Wireless Ltd, Assam" },
1625 { 404300, "Hutchison Telecom East Ltd, Kolkata" },
1626 { 404310, "Bharti Airtel Ltd., Kolkata" },
1627 { 404330, "Dishnet Wireless Ltd, North East" },
1628 { 404340, "BSNL, Haryana" },
1629 { 404350, "Dishnet Wireless Ltd, Himachal Pradesh" },
1630 { 404360, "Reliance Telecom Ltd., Bihar" },
1631 { 404370, "Dishnet Wireless Ltd, J&K" },
1632 { 404380, "BSNL, Assam" },
1633 { 404400, "Bharti Airtel Ltd., Chennai" },
1634 { 404410, "Aircell Cellular Ltd, Chennai" },
1635 { 404420, "Aircel Ltd., Tamil Nadu" },
1636 { 404430, "Hutchison Essar Cellular Ltd., Tamil Nadu" },
1637 { 404440, "Spice Communications PVT Ltd., Karnataka" },
1638 { 404460, "Hutchison Essar Cellular Ltd., Kerala" },
1639 { 404480, "Dishnet Wireless Ltd, UP (West)" },
1640 { 404490, "Bharti Airtel Ltd., Andra Pradesh" },
1641 { 404500, "Reliance Telecom Ltd., North East" },
1642 { 404510, "BSNL, H.P." },
1643 { 404520, "Reliance TelecomLtd., Orissa" },
1644 { 404530, "BSNL, Punjab" },
1645 { 404540, "BSNL, UP (West)" },
1646 { 404550, "BSNL, UP (East)" },
1647 { 404560, "Idea Mobile Communications Ltd., UP (West)" },
1648 { 404570, "BSNL, Gujarat" },
1649 { 404580, "BSNL, Madhya Pradesh" },
1650 { 404590, "BSNL, Rajasthan" },
1651 { 404600, "Aircell Digilink India Ltd., Rajasthan" },
1652 { 404610, "Dishnet Wireless Ltd, Punjab" },
1653 { 404620, "BSNL, J&K" },
1654 { 404630, "Dishnet Wireless Ltd, Haryana" },
1655 { 404640, "BSNL, Chennai" },
1656 { 404650, "Dishnet Wireless Ltd, UP (East)" },
1657 { 404660, "BSNL, Maharashtra" },
1658 { 404670, "Reliance Telecom Ltd., Madhya Pradesh" },
1659 { 404680, "MTNL, Delhi" },
1660 { 404690, "MTNL, Mumbai" },
1661 { 404700, "Bharti Hexacom Ltd, Rajasthan" },
1662 { 404710, "BSNL, Karnataka" },
1663 { 404720, "BSNL, Kerala" },
1664 { 404730, "BSNL, Andhra Pradesh" },
1665 { 404740, "BSNL, West Bengal" },
1666 { 404750, "BSNL, Bihar" },
1667 { 404760, "BSNL, Orissa" },
1668 { 404770, "BSNL, North East" },
1669 { 404780, "BTA Cellcom Ltd., Madhya Pradesh" },
1670 { 404790, "BSNL, Andaman & Nicobar" },
1671 { 404800, "BSNL, Tamil Nadu" },
1672 { 404810, "BSNL, Kolkata" },
1673 { 404820, "Idea Telecommunications Ltd, H.P." },
1674 { 404830, "Reliable Internet Services Ltd., Kolkata" },
1675 { 404840, "Hutchinson Essar South Ltd., Chennai" },
1676 { 404850, "Reliance Telecom Ltd., W.B. & A.N." },
1677 { 404860, "Hutchinson Essar South Ltd., Karnataka" },
1678 { 404870, "Idea Telecommunications Ltd, Rajasthan" },
1679 { 404880, "Hutchison Essar South Ltd, Punjab" },
1680 { 404890, "Idea Telecommunications Ltd, UP (East)" },
1681 { 404900, "Bharti Airtel Ltd., Maharashtra" },
1682 { 404910, "Dishnet Wireless Ltd, Kolkata" },
1683 { 404920, "Bharti Airtel Ltd., Mumbai" },
1684 { 404930, "Bharti Airtel Ltd., Madhya Pradesh" },
1685 { 404940, "Bharti Airtel Ltd., Tamil Nadu" },
1686 { 404950, "Bharti Airtel Ltd., Kerala" },
1687 { 404960, "Bharti Airtel Ltd., Haryana" },
1688 { 404970, "Bharti Airtel Ltd., UP (West)" },
1689 { 404980, "Bharti Airtel Ltd., Gujarat" },
1690 { 404990, "Dishnet Wireless Ltd, Kerala" },
1691 { 405000, "Shyam Telelink Ltd, Rajasthan" },
1692 { 405005, "Reliance Communications Ltd/GSM, Delhi" },
1693 { 405006, "Reliance Communications Ltd/GSM, Gujarat" },
1694 { 405007, "Reliance Communications Ltd/GSM, Haryana" },
1695 { 405009, "Reliance Communications Ltd/GSM, J&K" },
1696 { 405010, "Reliance Communications Ltd,/GSM Karnataka" },
1697 { 405011, "Reliance Communications Ltd/GSM, Kerala" },
1698 { 405012, "Reliance Infocomm Ltd, Andhra Pradesh" },
1699 { 405013, "Reliance Communications Ltd/GSM, Maharashtra" },
1700 { 405014, "Reliance Communications Ltd/GSM, Madhya Pradesh" },
1701 { 405018, "Reliance Communications Ltd/GSM, Punjab" },
1702 { 405020, "Reliance Communications Ltd/GSM, Tamilnadu" },
1703 { 405021, "Reliance Communications Ltd/GSM, UP (East)" },
1704 { 405022, "Reliance Communications Ltd/GSM, UP (West)" },
1705 { 405025, "Tata Teleservices Ltd/GSM, Andhra Pradesh" },
1706 { 405027, "Tata Teleservices Ltd,/GSM Bihar" },
1707 { 405029, "Tata Teleservices Ltd/GSM, Delhi" },
1708 { 405030, "Tata Teleservices Ltd/GSM, Gujarat" },
1709 { 405031, "Tata Teleservices Ltd/GSM, Haryana" },
1710 { 405032, "Tata Teleservices Ltd/GSM, Himachal Pradesh" },
1711 { 405033, "Reliance Infocomm Ltd, Bihar" },
1712 { 405034, "Tata Teleservices Ltd/GSM, Kamataka" },
1713 { 405035, "Tata Teleservices Ltd/GSM, Kerala" },
1714 { 405036, "Tata Teleservices Ltd/GSM, Kolkata" },
1715 { 405037, "Tata Teleservices Ltd/GSM, Maharashtra" },
1716 { 405038, "Tata Teleservices Ltd/GSM, Madhya Pradesh" },
1717 { 405039, "Tata Teleservices Ltd/GSM, Mumbai" },
1718 { 405040, "Reliance Infocomm Ltd, Chennai" },
1719 { 405041, "Tata Teleservices Ltd/GSM, Orissa" },
1720 { 405042, "Tata Teleservices Ltd/GSM, Punjab" },
1721 { 405043, "Tata Teleservices Ltd/GSM, Rajasthan" },
1722 { 405044, "Tata Teleservices Ltd/GSM, Tamilnadu" },
1723 { 405045, "Tata Teleservices Ltd/GSM, UP (East)" },
1724 { 405046, "Tata Teleservices Ltd/GSM, UP (West)" },
1725 { 405047, "Tata Teleservices Ltd/GSM, West Bengal" },
1726 { 405080, "Reliance Infocomm Ltd, Himachal Pradesh" },
1727 { 405120, "Reliance Infocomm Ltd, Kolkata" },
1728 { 405150, "Reliance Infocomm Ltd, Mumbai" },
1729 { 405170, "Reliance Infocomm Ltd, Orissa" },
1730 { 405230, "Reliance Infocomm Ltd, West bengal" },
1731 { 405280, "Tata Teleservices Ltd, Chennai" },
1732 { 405520, "Bharti Airtel Ltd, Bihar" },
1733 { 405530, "Bharti Airtel Ltd, Orissa" },
1734 { 405540, "Bharti Airtel Ltd, UP (East)" },
1735 { 405550, "Bharti Airtel Ltd, J&K" },
1736 { 405560, "Bharti Airtel Ltd, Assam" },
1737 { 405660, "Hutchison Essar South Ltd, UP (West)" },
1738 { 405670, "Hutchison Essar South Ltd, Orissa" },
1739 { 405680, "Vodaphone/Hutchison, Madhya Pradesh" },
1740 { 405700, "Aditya Birla Telecom Ltd, Bihar" },
1741 { 405710, "Essar Spacetel Ltd, Himachal Pradesh" },
1742 { 405720, "Essar Spacetel Ltd, North East" },
1743 { 405730, "Essar Spacetel Ltd, Assam" },
1744 { 405740, "Essar Spacetel Ltd, J&K" },
1745 { 405750, "Vodafone Essar Spacetel Ltd, J&K" },
1746 { 405751, "Vodafone Essar Spacetel Ltd, Assam" },
1747 { 405752, "Vodafone Essar Spacetel Ltd, Bihar" },
1748 { 405753, "Vodafone Essar Spacetel Ltd, Orissa" },
1749 { 405754, "Vodafone Essar Spacetel Ltd, Himachal Pradesh" },
1750 { 405755, "Vodafone Essar Spacetel Ltd, North East" },
1751 { 405760, "Essar Spacetel Ltd, Orissa" },
1752 { 405770, "Essar Spacetel Ltd, Maharashtra" },
1753 { 405799, "Idea Cellular Ltd, MUMBAI" },
1754 { 405800, "Aircell Ltd, Delhi" },
1755 { 405801, "Aircell Ltd, Andhra Pradesh" },
1756 { 405802, "Aircell Ltd, Gujarat" },
1757 { 405803, "Aircell Ltd, Kamataka" },
1758 { 405804, "Aircell Ltd, Maharashtra" },
1759 { 405805, "Aircell Ltd, Mumbai" },
1760 { 405806, "Aircell Ltd, Rajasthan" },
1761 { 405807, "Dishnet Wireless Ltd, Haryana" },
1762 { 405808, "Dishnet Wireless Ltd, Madhya Pradesh" },
1763 { 405809, "Dishnet Wireless Ltd, Kerala" },
1764 { 405810, "Aircell Ltd, Delhi" },
1765 { 405820, "Aircell Ltd, Andhra Pradesh" },
1766 { 405830, "Aircell Ltd, Gujarat" },
1767 { 405840, "Aircell Ltd, Maharashtra" },
1768 { 405850, "Aircell Ltd, Mumbai" },
1769 { 405860, "Aircell Ltd, Rajasthan" },
1770 { 410010, "Mobilink" },
1771 { 410030, "PAK Telecom Mobile Ltd. (UFONE)" },
1772 { 410040, "CMPak" },
1773 { 410060, "Telenor Pakistan" },
1774 { 410070, "Warid Telecom" },
1776 { 412200, "Roshan" },
1778 { 412400, "Areeba Afghanistan" },
1779 { 412500, "Etisalat" },
1780 { 412800, "Afghan Telecom" },
1781 { 412880, "Afghan Telecom" },
1782 { 413020, "MTN Network Ltd." },
1783 { 413030, "Celtel Lanka Ltd." },
1784 { 414010, "Myanmar Post and Telecommunication" },
1785 { 415050, "Ogero Telecom" },
1786 { 415320, "Cellis" },
1787 { 415330, "Cellis" },
1788 { 415340, "Cellis" },
1789 { 415350, "Cellis" },
1790 { 415360, "Libancell" },
1791 { 415370, "Libancell" },
1792 { 415380, "Libancell" },
1793 { 415390, "Libancell" },
1794 { 416010, "Fastlink" },
1795 { 416020, "Xpress" },
1796 { 416030, "Umniah" },
1797 { 416770, "Mobilecom" },
1798 { 417010, "Syriatel" },
1799 { 417020, "Spacetel Syria" },
1800 { 417090, "Syrian Telecom" },
1801 { 418050, "Asia Cell" },
1802 { 418200, "Zain Iraq (previously Atheer)" },
1803 { 418300, "Zain Iraq (previously Iraqna)" },
1804 { 418400, "Korek Telecom" },
1805 { 418470, "Iraq Central Cooperative Association for Communication and Transportation" },
1806 { 418480, "ITC Fanoos" },
1807 { 418490, "Iraqtel" },
1808 { 418620, "Itisaluna" },
1809 { 418700, "Kalimat" },
1810 { 418800, "Iraqi Telecommunications & Post Company (ITPC)" },
1811 { 418810, "ITPC (Al-Mazaya)" },
1812 { 418830, "ITPC (Sader Al-Iraq)" },
1813 { 418840, "ITPC (Eaamar Albasrah)" },
1814 { 418850, "ITPC (Anwar Yagotat Alkhalee)" },
1815 { 418860, "ITPC (Furatfone)" },
1816 { 418870, "ITPC (Al-Seraj)" },
1817 { 418880, "ITPC (High Link)" },
1818 { 418890, "ITPC (Al-Shams)" },
1819 { 418910, "ITPC (Belad Babel)" },
1820 { 418920, "ITPC (Al Nakheel)" },
1821 { 418930, "ITPC (Iraqcell)" },
1822 { 418940, "ITPC (Shaly)" },
1823 { 419020, "Mobile Telecommunications Company" },
1824 { 419030, "Wataniya Telecom" },
1826 { 420010, "Saudi Telecom" },
1827 { 420030, "Etihad Etisalat Company (Mobily)" },
1828 { 421010, "Yemen Mobile Phone Company" },
1829 { 421020, "Spacetel Yemen" },
1830 { 422020, "Oman Mobile Telecommunications Company (Oman Mobile)" },
1831 { 422030, "Oman Qatari Telecommunications Company (Nawras)" },
1832 { 422040, "Oman Telecommunications Company (Omantel)" },
1833 { 424020, "Etisalat" },
1834 { 425010, "Partner Communications Co. Ltd." },
1835 { 425020, "Cellcom Israel Ltd." },
1836 { 425030, "Pelephone Communications Ltd." },
1837 { 425040, "Globalsim Ltd" },
1838 { 425060, "Wataniya" },
1839 { 425080, "Golan Telecom Ltd" },
1840 { 425110, "365 Telecom (MVNO)" },
1841 { 425120, "Free Telecom (MVNO)" },
1842 { 425130, "Ituran Cellular Communications" },
1843 { 425140, "Alon Cellular Ltd." },
1844 { 425150, "Home Cellular (MVNO)" },
1845 { 425160, "Rami Levi (MVNO)" },
1846 { 425170, "Gale Phone (MVNO)" },
1847 { 425180, "Cellact Communications Ltd (MVNO)" },
1848 { 425190, "Azi Communications Ltd" },
1849 { 425200, "Bezeq Ltd" },
1850 { 426010, "BATELCO" },
1851 { 426020, "Zain Bahrain" },
1852 { 426030, "Civil Aviation Authority" },
1853 { 426040, "STC Bahrain" },
1854 { 426050, "Royal Court" },
1855 { 427010, "QATARNET" },
1856 { 428990, "Mobicom" },
1857 { 429010, "Nepal Telecommunications" },
1858 { 432110, "Telecommunication Company of Iran (TCI)" },
1859 { 432140, "Telecommunication Kish Co. (KIFZO)" },
1860 { 432190, "Telecommunication Company of Iran (TCI) - Isfahan Celcom" },
1861 { 434010, "Buztel" },
1862 { 434020, "Uzmacom" },
1863 { 434040, "Daewoo Unitel" },
1864 { 434050, "Coscom" },
1865 { 434070, "Uzdunrobita" },
1866 { 436010, "JC Somoncom" },
1867 { 436020, "CJSC Indigo Tajikistan" },
1868 { 436030, "TT mobile" },
1869 { 436040, "Josa Babilon-T" },
1870 { 436050, "CTJTHSC Tajik-tel" },
1871 { 437010, "Bitel GSM" },
1872 { 438010, "Barash Communication Technologies (BCTI)" },
1873 { 438020, "TM-Cell" },
1874 { 440010, "NTT DoCoMo, Inc." },
1875 { 440020, "NTT DoCoMo Kansai, Inc." },
1876 { 440030, "NTT DoCoMo Hokuriku, Inc." },
1877 { 440040, "Vodafone" },
1878 { 440060, "Vodafone" },
1879 { 440070, "KDDI Corporation" },
1880 { 440080, "KDDI Corporation" },
1881 { 440090, "NTT DoCoMo Kansai Inc." },
1882 { 440100, "NTT DoCoMo Kansai Inc." },
1883 { 440110, "NTT DoCoMo Tokai Inc." },
1884 { 440120, "NTT DoCoMo Inc." },
1885 { 440130, "NTT DoCoMo Inc." },
1886 { 440140, "NTT DoCoMo Tohoku Inc." },
1887 { 440150, "NTT DoCoMo Inc." },
1888 { 440160, "NTT DoCoMo Inc." },
1889 { 440170, "NTT DoCoMo Inc." },
1890 { 440180, "NTT DoCoMo Tokai Inc." },
1891 { 440190, "NTT DoCoMo Hokkaido Inc." },
1892 { 440200, "NTT DoCoMo Hokuriku Inc." },
1893 { 440210, "NTT DoCoMo Inc." },
1894 { 440220, "NTT DoCoMo Kansai Inc." },
1895 { 440230, "NTT DoCoMo Tokai Inc." },
1896 { 440240, "NTT DoCoMo Chugoku Inc." },
1897 { 440250, "NTT DoCoMo Hokkaido Inc." },
1898 { 440260, "NTT DoCoMo Kyushu Inc." },
1899 { 440270, "NTT DoCoMo Tohoku Inc." },
1900 { 440280, "NTT DoCoMo Shikoku Inc." },
1901 { 440290, "NTT DoCoMo Inc." },
1902 { 440300, "NTT DoCoMo Inc." },
1903 { 440310, "NTT DoCoMo Kansai Inc." },
1904 { 440320, "NTT DoCoMo Inc." },
1905 { 440330, "NTT DoCoMo Tokai Inc." },
1906 { 440340, "NTT DoCoMo Kyushu Inc." },
1907 { 440350, "NTT DoCoMo Kansai Inc." },
1908 { 440360, "NTT DoCoMo Inc." },
1909 { 440370, "NTT DoCoMo Inc." },
1910 { 440380, "NTT DoCoMo Inc." },
1911 { 440390, "NTT DoCoMo Inc." },
1912 { 440400, "Vodafone" },
1913 { 440410, "Vodafone" },
1914 { 440420, "Vodafone" },
1915 { 440430, "Vodafone" },
1916 { 440440, "Vodafone" },
1917 { 440450, "Vodafone" },
1918 { 440460, "Vodafone" },
1919 { 440470, "Vodafone" },
1920 { 440480, "Vodafone" },
1921 { 440490, "NTT DoCoMo Inc." },
1922 { 440500, "KDDI Corporation" },
1923 { 440510, "KDDI Corporation" },
1924 { 440520, "KDDI Corporation" },
1925 { 440530, "KDDI Corporation" },
1926 { 440540, "KDDI Corporation" },
1927 { 440550, "KDDI Corporation" },
1928 { 440560, "KDDI Corporation" },
1929 { 440580, "NTT DoCoMo Kansai Inc." },
1930 { 440600, "NTT DoCoMo Kansai Inc." },
1931 { 440610, "NTT DoCoMo Chugoku Inc." },
1932 { 440620, "NTT DoCoMo Kyushu Inc." },
1933 { 440630, "NTT DoCoMo Inc." },
1934 { 440640, "NTT DoCoMo Inc." },
1935 { 440650, "NTT DoCoMo Shikoku Inc." },
1936 { 440660, "NTT DoCoMo Inc." },
1937 { 440670, "NTT DoCoMo Tohoku Inc." },
1938 { 440680, "NTT DoCoMo Kyushu Inc." },
1939 { 440690, "NTT DoCoMo Inc." },
1940 { 440700, "KDDI Corporation" },
1941 { 440710, "KDDI Corporation" },
1942 { 440720, "KDDI Corporation" },
1943 { 440730, "KDDI Corporation" },
1944 { 440740, "KDDI Corporation" },
1945 { 440750, "KDDI Corporation" },
1946 { 440760, "KDDI Corporation" },
1947 { 440770, "KDDI Corporation" },
1948 { 440780, "Okinawa Cellular Telephone" },
1949 { 440790, "KDDI Corporation" },
1950 { 440800, "TU-KA Cellular Tokyo Inc." },
1951 { 440810, "TU-KA Cellular Tokyo Inc." },
1952 { 440820, "TU-KA Phone Kansai Inc." },
1953 { 440830, "TU-KA Cellular Tokai Inc." },
1954 { 440840, "TU-KA Phone Kansai Inc." },
1955 { 440850, "TU-KA Cellular Tokai Inc." },
1956 { 440860, "TU-KA Cellular Tokyo Inc." },
1957 { 440870, "NTT DoCoMo Chugoku Inc." },
1958 { 440880, "KDDI Corporation" },
1959 { 440890, "KDDI Corporation" },
1960 { 440900, "Vodafone" },
1961 { 440920, "Vodafone" },
1962 { 440930, "Vodafone" },
1963 { 440940, "Vodafone" },
1964 { 440950, "Vodafone" },
1965 { 440960, "Vodafone" },
1966 { 440970, "Vodafone" },
1967 { 440980, "Vodafone" },
1968 { 440990, "NTT DoCoMo Inc." },
1969 { 441400, "NTT DoCoMo Inc." },
1970 { 441410, "NTT DoCoMo Inc." },
1971 { 441420, "NTT DoCoMo Inc." },
1972 { 441430, "NTT DoCoMo Kansai Inc." },
1973 { 441440, "NTT DoCoMo Chugoku Inc." },
1974 { 441450, "NTT DoCoMo Shikoku Inc." },
1975 { 441500, "TU-KA Cellular Tokyo Inc." },
1976 { 441510, "TU-KA Phone Kansai Inc." },
1977 { 441610, "Vodafone" },
1978 { 441620, "Vodafone" },
1979 { 441630, "Vodafone" },
1980 { 441640, "Vodafone" },
1981 { 441650, "Vodafone" },
1982 { 441700, "KDDI Corporation" },
1983 { 441900, "NTT DoCoMo Inc." },
1984 { 441910, "NTT DoCoMo Inc." },
1985 { 441920, "NTT DoCoMo Inc." },
1986 { 441930, "NTT DoCoMo Hokkaido Inc." },
1987 { 441940, "NTT DoCoMo Tohoku Inc." },
1988 { 441980, "NTT DoCoMo Kyushu Inc." },
1989 { 441990, "NTT DoCoMo Kyushu Inc." },
1990 { 450020, "KT Freetel" },
1991 { 450030, "SK Telecom" },
1992 { 450060, "LG UPLUS" },
1993 { 452010, "Mobifone" },
1994 { 452020, "Vinaphone" },
1995 { 452030, "S Telecom (CDMA)" },
1996 { 452040, "Viettel" },
1997 { 452060, "EVN Telecom" },
1998 { 452070, "Beeline VN/GTEL Mobile JSC" },
1999 { 452080, "EVN Telecom" },
2000 { 454000, "GSM900/HKCSL" },
2001 { 454010, "MVNO/CITIC" },
2002 { 454020, "3G Radio System/HKCSL3G" },
2003 { 454030, "3G Radio System/Hutchison 3G" },
2004 { 454040, "GSM900/GSM1800/Hutchison" },
2005 { 454050, "CDMA/Hutchison" },
2006 { 454060, "GSM900/SmarTone" },
2007 { 454070, "MVNO/China Unicom International Ltd." },
2008 { 454080, "MVNO/Trident" },
2009 { 454090, "MVNO/China Motion Telecom (HK) Ltd." },
2010 { 454100, "GSM1800New World PCS Ltd." },
2011 { 454110, "MVNO/CHKTL" },
2012 { 454120, "GSM1800/Peoples Telephone Company Ltd." },
2013 { 454150, "3G Radio System/SMT3G" },
2014 { 454160, "GSM1800/Mandarin Communications Ltd." },
2015 { 454180, "GSM7800/Hong Kong CSL Ltd." },
2016 { 454190, "3G Radio System/Sunday3G" },
2017 { 454200, "Public Mobile Networks/Reserved" },
2018 { 454210, "Public Mobile Networks/Reserved" },
2019 { 454220, "Public Mobile Networks/Reserved" },
2020 { 454230, "Public Mobile Networks/Reserved" },
2021 { 454240, "Public Mobile Networks/Reserved" },
2022 { 454250, "Public Mobile Networks/Reserved" },
2023 { 454260, "Public Mobile Networks/Reserved" },
2024 { 454270, "Public Mobile Networks/Reserved" },
2025 { 454280, "Public Mobile Networks/Reserved" },
2026 { 454290, "Public Mobile Networks/Reserved" },
2027 { 454300, "Public Mobile Networks/Reserved" },
2028 { 454310, "Public Mobile Networks/Reserved" },
2029 { 454320, "Public Mobile Networks/Reserved" },
2030 { 454330, "Public Mobile Networks/Reserved" },
2031 { 454340, "Public Mobile Networks/Reserved" },
2032 { 454350, "Public Mobile Networks/Reserved" },
2033 { 454360, "Public Mobile Networks/Reserved" },
2034 { 454370, "Public Mobile Networks/Reserved" },
2035 { 454380, "Public Mobile Networks/Reserved" },
2036 { 454390, "Public Mobile Networks/Reserved" },
2037 { 455000, "SmarTone - Comunicacoes Moveis, S.A." },
2038 { 455010, "Companhia de Telecomunicacoes de Macau S.A.R.L." },
2039 { 455020, "China Telecom (Macau) Limitada" },
2040 { 455030, "Hutchison - Telefone(Macau) Limitada" },
2041 { 455040, "Companhia de Telecomunicacoes de Macau S.A.R.L." },
2042 { 455050, "Hutchison - Telefone(Macau) Limitada" },
2043 { 455060, "SmarTone - Comunicacoes Moveis, S.A." },
2044 { 456010, "Mobitel (Cam GSM)" },
2045 { 456020, "Hello" },
2046 { 456030, "S Telecom (CDMA)" },
2047 { 456040, "Cadcomms" },
2048 { 456050, "Starcell" },
2049 { 456060, "Smart" },
2050 { 456080, "Viettel" },
2051 { 456180, "Mfone" },
2052 { 457010, "Lao Telecommunications" },
2053 { 457020, "ETL Mobile" },
2054 { 457080, "Millicom" },
2055 { 460000, "China Mobile" },
2056 { 460010, "China Unicom" },
2057 { 460030, "China Unicom CDMA" },
2058 { 460040, "China Satellite Global Star Network" },
2059 { 470010, "GramenPhone" },
2060 { 470020, "Aktel" },
2061 { 470030, "Mobile 2000" },
2062 { 472010, "DhiMobile" },
2063 { 502100, "DIGI Telecommunications" },
2064 { 502120, "Malaysian Mobile Services Sdn Bhd" },
2065 { 502130, "Celcom (Malaysia) Berhad" },
2066 { 502140, "Telekom Malaysia Berhad" },
2067 { 502160, "DIGI Telecommunications" },
2068 { 502170, "Malaysian Mobile Services Sdn Bhd" },
2069 { 502180, "U Mobile Sdn. Bhd." },
2070 { 502190, "CelCom (Malaysia) Berhad" },
2071 { 502200, "Electcoms Wireless Sdn Bhd" },
2072 { 505010, "Telstra Corporation Ltd." },
2073 { 505020, "Optus Mobile Pty. Ltd." },
2074 { 505030, "Vodafone Network Pty. Ltd." },
2075 { 505040, "Department of Defence" },
2076 { 505050, "The Ozitel Network Pty. Ltd." },
2077 { 505060, "Hutchison 3G Australia Pty. Ltd." },
2078 { 505070, "Vodafone Network Pty. Ltd." },
2079 { 505080, "One.Tel GSM 1800 Pty. Ltd." },
2080 { 505090, "Airnet Commercial Australia Ltd." },
2081 { 505100, "Norfolk Telecom" },
2082 { 505110, "Telstra Corporation Ltd." },
2083 { 505120, "Hutchison Telecommunications (Australia) Pty. Ltd." },
2084 { 505130, "Railcorp" },
2085 { 505140, "AAPT Ltd." },
2086 { 505150, "3GIS Pty Ltd. (Telstra & Hutchison 3G)" },
2087 { 505160, "Victorian Rail Track" },
2088 { 505170, "Vivid Wireless Pty Ltd" },
2089 { 505180, "Pactel International Pty Ltd" },
2090 { 505190, "Lycamobile Pty Ltd" },
2091 { 505200, "Ausgrid Corporation" },
2092 { 505210, "Queensland Rail Limited" },
2093 { 505220, "iiNet Ltd" },
2094 { 505230, "Challenge Networks Pty Ltd" },
2095 { 505240, "Advanced Communications Technologies Pty. Ltd." },
2096 { 505250, "Pilbara Iron Company Services Pty Ltd" },
2097 { 505260, "Dialogue Communications Pty Ltd" },
2098 { 505270, "Nexium Telecommunications" },
2099 { 505280, "RCOM International Pty Ltd" },
2100 { 505620, "NBNCo Limited" },
2101 { 505680, "NBNCo Limited" },
2102 { 505710, "Telstra Corporation Ltd." },
2103 { 505720, "Telstra Corporation Ltd." },
2104 { 505880, "Localstar Holding Pty. Ltd." },
2105 { 505900, "Optus Ltd." },
2106 { 505990, "One.Tel GSM 1800 Pty. Ltd." },
2108 { 510010, "Satelindo" },
2109 { 510080, "Natrindo (Lippo Telecom)" },
2110 { 510100, "Telkomsel" },
2111 { 510110, "Excelcomindo" },
2112 { 510210, "Indosat - M3" },
2113 { 510280, "Komselindo" },
2114 { 514010, "Telin Timor-Leste" },
2115 { 514020, "Timor Telecom" },
2116 { 514030, "Viettel Timor-Leste" },
2117 { 515010, "Islacom" },
2118 { 515020, "Globe Telecom" },
2119 { 515030, "Smart Communications" },
2120 { 515050, "Digitel" },
2121 { 520000, "CAT CDMA" },
2122 { 520010, "AIS GSM" },
2123 { 520020, "CAT CDMA" },
2124 { 520030, "Advanced Wireless Network Company Limited" },
2125 { 520040, "Real Future Company Limited" },
2126 { 520050, "DTAC Network Company Limited" },
2127 { 520150, "TOT Public Company Limited" },
2128 { 520180, "Total Access Communications Public Company Limited" },
2129 { 520200, "ACes Regional Services Company Limited" },
2130 { 520230, "Digital Phone Company Limited" },
2131 { 520470, "TOT Public Company Limited" },
2132 { 520990, "True Move Company Limited" },
2133 { 525010, "SingTel ST GSM900" },
2134 { 525020, "SingTel ST GSM1800" },
2135 { 525030, "MobileOne" },
2136 { 525050, "Starhub" },
2137 { 525120, "Digital Trunked Radio Network" },
2138 { 528110, "DST Com" },
2139 { 530000, "Reserved for AMPS MIN based IMSI's" },
2140 { 530010, "Vodafone New Zealand GSM Network" },
2141 { 530020, "Teleom New Zealand CDMA Network" },
2142 { 530030, "Woosh Wireless - CDMA Network" },
2143 { 530040, "TelstraClear - GSM Network" },
2144 { 530050, "Telecom New Zealand - UMTS Network" },
2145 { 530060, "FX Networks Ltd" },
2146 { 530070, "Bluereach Limited" },
2147 { 530240, "NZ Communications - UMTS Network" },
2148 { 537010, "Bmobile" },
2149 { 537020, "Greencom" },
2150 { 537030, "Digicel Ltd" },
2151 { 539010, "Tonga Communications Corporation" },
2152 { 539430, "Digicel" },
2153 { 539880, "Digicel (Tonga) Ltd" },
2154 { 540020, "Bemobile (BMobile (SI) Ltd)" },
2155 { 541010, "SMILE" },
2156 { 541050, "Digicel Vanuatu" },
2157 { 542010, "Vodafone (Fiji) Ltd" },
2158 { 542020, "Digicel (Fiji) Ltd" },
2159 { 542030, "Telecom Fiji Ltd (CDMA)" },
2160 { 546010, "OPT Mobilis" },
2161 { 547100, "Mara Telecom" },
2162 { 547150, "Pacific Mobile Telecom" },
2163 { 547200, "Tikiphone" },
2164 { 548010, "Telecom Cook" },
2165 { 549010, "Telecom Samoa Cellular Ltd." },
2166 { 549270, "GoMobile SamoaTel Ltd" },
2167 { 550010, "FSM Telecom" },
2168 { 552010, "Palau National Communications Corp. (a.k.a. PNCC)" },
2169 { 553010, "Tuvalu Telecommunications Corporation" },
2170 { 555010, "Telecom Niue" },
2171 { 602010, "Mobinil" },
2172 { 602020, "Vodafone" },
2173 { 602030, "Etisalat" },
2174 { 603010, "Algerie Telecom" },
2175 { 603020, "Orascom Telecom Algerie" },
2176 { 604000, "Meditelecom (GSM)" },
2177 { 604010, "Ittissalat Al Maghrid" },
2178 { 605020, "Tunisie Telecom" },
2179 { 605030, "Orascom Telecom" },
2180 { 607010, "Gamcel" },
2181 { 607020, "Africell" },
2182 { 607030, "Comium Services Ltd" },
2183 { 607040, "Qcell" },
2184 { 608010, "Sonatel" },
2185 { 608020, "Sentel GSM" },
2186 { 608030, "Expresso Senegal" },
2187 { 609010, "Mattel S.A." },
2188 { 609020, "Chinguitel S.A." },
2189 { 609100, "Mauritel Mobiles" },
2190 { 610010, "Malitel" },
2191 { 611010, "Orange Guinee" },
2192 { 611020, "Sotelgui" },
2193 { 611050, "Cellcom Guinee SA" },
2194 { 612020, "Atlantique Cellulaire" },
2195 { 612030, "Orange Cote d'Ivoire" },
2196 { 612040, "Comium Cote d'Ivoire" },
2197 { 612050, "Loteny Telecom" },
2198 { 612060, "Oricel Cote d'Ivoire" },
2199 { 612070, "Aircomm Cote d'Ivoire" },
2200 { 613020, "Celtel" },
2201 { 613030, "Telecel" },
2202 { 614010, "Sahel.Com" },
2203 { 614020, "Celtel" },
2204 { 614030, "Telecel" },
2205 { 615010, "Togo Telecom" },
2206 { 616010, "Libercom" },
2207 { 616020, "Telecel" },
2208 { 616030, "Spacetel Benin" },
2209 { 617010, "Cellplus" },
2210 { 617020, "Mahanagar Telephone (Mauritius) Ltd." },
2211 { 617030, "Mahanagar Telephone (Mauritius) Ltd." },
2212 { 617100, "Emtel" },
2213 { 618040, "Comium Liberia" },
2214 { 619010, "Celtel" },
2215 { 619020, "Millicom" },
2216 { 619030, "Africell" },
2217 { 619040, "Comium (Sierra Leone) Ltd." },
2218 { 619050, "Lintel (Sierra Leone) Ltd." },
2219 { 619250, "Mobitel" },
2220 { 619400, "Datatel (SL) Ltd GSM" },
2221 { 619500, "Datatel (SL) Ltd CDMA" },
2222 { 620010, "Spacefon" },
2223 { 620020, "Ghana Telecom Mobile" },
2224 { 620030, "Mobitel" },
2225 { 620040, "Kasapa Telecom Ltd." },
2226 { 620110, "Netafriques Dot Com Ltd" },
2227 { 621200, "Econet Wireless Nigeria Ltd." },
2228 { 621300, "MTN Nigeria Communications" },
2230 { 621500, "Globacom" },
2232 { 622010, "Celtel" },
2233 { 622020, "Tchad Mobile" },
2234 { 623010, "Centrafrique Telecom Plus (CTP)" },
2235 { 623020, "Telecel Centrafrique (TC)" },
2236 { 623030, "Celca (Socatel)" },
2237 { 624010, "Mobile Telephone Networks Cameroon" },
2238 { 624020, "Orange Cameroun" },
2239 { 625010, "Cabo Verde Telecom" },
2240 { 625020, "T+Telecomunicacoes" },
2241 { 626010, "Companhia Santomese de Telecomunicacoes" },
2242 { 627010, "Guinea Ecuatorial de Telecomunicaciones Sociedad Anonima (GETESA)" },
2243 { 628010, "LIBERTIS" },
2245 { 628030, "CELTEL" },
2246 { 628040, "USAN GABON" },
2247 { 628050, "Reseau de l Administration Gabonaise (RAG)" },
2248 { 629010, "Celtel" },
2249 { 629100, "Libertis Telecom" },
2250 { 630010, "Vodacom Congo RDC sprl" },
2251 { 630020, "AIRTEL sprl" },
2252 { 630050, "Supercell Sprl" },
2253 { 630860, "Congo-Chine Telecom s.a.r.l." },
2254 { 630880, "YOZMA TIMETURNS sprl" },
2255 { 630890, "OASIS sprl" },
2256 { 630900, "Africell RDC" },
2257 { 631020, "Unitel" },
2258 { 631040, "Movicel" },
2259 { 632010, "Guinetel S.A." },
2260 { 632020, "Spacetel Guine-Bissau S.A." },
2261 { 633010, "Cable & Wireless (Seychelles) Ltd." },
2262 { 633020, "Mediatech International Ltd." },
2263 { 633100, "Telecom (Seychelles) Ltd." },
2264 { 634010, "SD Mobitel" },
2265 { 634020, "Areeba-Sudan" },
2266 { 634050, "Network of the World Ltd (NOW)" },
2267 { 634060, "Zain Sudan" },
2268 { 634990, "MTN Sudan" },
2269 { 635100, "MTN Rwandacell" },
2270 { 635130, "TIGO RWANDA Ltd" },
2271 { 635140, "AIRTEL RWANDA Ltd" },
2272 { 636010, "ETH MTN" },
2273 { 637010, "Horizon Telecom LMD" },
2274 { 637020, "Horizon Telecom LMD" },
2275 { 637300, "Golis Telecommunications Company" },
2276 { 637700, "Onkod Telecom Ltd." },
2277 { 638010, "Evatis" },
2278 { 639020, "Safaricom Ltd." },
2279 { 639030, "Kencell Communications Ltd." },
2280 { 640020, "MIC (T) Ltd." },
2281 { 640030, "Zantel" },
2282 { 640040, "Vodacom (T) Ltd." },
2283 { 640050, "Celtel (T) Ltd." },
2284 { 641010, "Celtel Uganda" },
2285 { 641100, "MTN Uganda Ltd." },
2286 { 641110, "Uganda Telecom Ltd." },
2287 { 641140, "House of Integrated Technology and Systems Uganda Ltd (HiTs Telecom)" },
2288 { 641180, "Sure Telecom Uganda Limited" },
2289 { 641220, "Warid Telecom Uganda Ltd." },
2290 { 641300, "Anupam Global Soft Uganda Limited" },
2291 { 641330, "Smile Communications Uganda Limited" },
2292 { 641400, "Civil Aviation Authority (CAA)" },
2293 { 641440, "K2 Telecom Ltd" },
2294 { 641660, "i-Tel Ltd" },
2295 { 642010, "Econet" },
2296 { 642020, "Africell" },
2297 { 642030, "ONAMOB" },
2298 { 642070, "LACELL" },
2299 { 642080, "HITS TELECOM" },
2300 { 642820, "U.COM" },
2301 { 643010, "T.D.M. GSM" },
2302 { 643030, "Movitel" },
2303 { 643040, "VM Sarl" },
2304 { 645010, "Celtel Zambia Ltd." },
2305 { 645020, "Telecel Zambia Ltd." },
2306 { 645030, "Zamtel" },
2307 { 646010, "Celtel Madagascar (Zain), GSM" },
2308 { 646020, "Orange Madagascar, GSM" },
2309 { 646030, "Madamobil, CDMA 2000" },
2310 { 646040, "Telecom Malagasy Mobile, GSM" },
2311 { 647000, "Orange La Reunion" },
2312 { 647020, "Outremer Telecom" },
2313 { 647100, "Societe Reunionnaise du Radiotelephone" },
2314 { 648010, "Net One" },
2315 { 648030, "Telecel" },
2316 { 648040, "Econet" },
2317 { 649010, "Mobile Telecommunications Ltd." },
2318 { 649020, "Telecom Namibia" },
2319 { 649030, "Powercom Pty Ltd (leo)" },
2320 { 650010, "Telekom Network Ltd." },
2321 { 650100, "Celtel ltd." },
2322 { 651010, "Vodacom Lesotho (pty) Ltd." },
2323 { 651020, "Econet Ezin-cel" },
2324 { 652010, "Mascom Wireless (Pty) Ltd." },
2325 { 652020, "Orange Botswana (Pty) Ltd." },
2326 { 652040, "Botswana Telecommunications Corporation (BTC)" },
2328 { 653100, "Swazi MTN" },
2329 { 654010, "HURI - SNPT" },
2330 { 655010, "Vodacom (Pty) Ltd." },
2331 { 655020, "Telkom SA Ltd" },
2332 { 655040, "Sasol (Pty) Ltd" },
2333 { 655060, "Sentech (Pty) Ltd." },
2334 { 655070, "Cell C (Pty) Ltd." },
2335 { 655100, "Mobile Telephone Networks (MTN) Pty Ltd" },
2336 { 655110, "SAPS Gauteng" },
2337 { 655120, "Mobile Telephone Networks (MTN) Pty Ltd" },
2338 { 655130, "Neotel Pty Ltd" },
2339 { 655140, "Neotel Pty Ltd" },
2340 { 655190, "Wireless Business Solutions (iBurst)" },
2341 { 655210, "Cape Town Metropolitan Council" },
2342 { 655250, "Wirels Connect" },
2343 { 655270, "A to Z Vaal Industrial Supplies Pty Ltd" },
2344 { 655300, "Bokamoso Consortium Pty Ltd" },
2345 { 655310, "Karabo Telecoms (Pty) Ltd." },
2346 { 655320, "Ilizwi Telecommunications Pty Ltd" },
2347 { 655330, "Thinta Thinta Telecommunications Pty Ltd" },
2348 { 655340, "Bokone Telecoms Pty Ltd" },
2349 { 655350, "Kingdom Communications Pty Ltd" },
2350 { 655360, "Amatole Telecommunication Pty Ltd" },
2351 { 655410, "South African Police Service" },
2352 { 655500, "Ericsson South Africa (Pty) Ltd" },
2353 { 655510, "Integrat (Pty) Ltd" },
2354 { 659120, "Sudani/Sudatel" },
2355 { 659910, "Zain-South Sudan" },
2356 { 659920, "MTN-South Sudan" },
2357 { 659950, "Vivacel/NOW" },
2358 { 659970, "Gemtel" },
2359 { 702670, "Belize Telecommunications Ltd., GSM 1900" },
2360 { 702680, "International Telecommunications Ltd. (INTELCO)" },
2361 { 704010, "Servicios de Comunicaciones Personales Inalambricas, S.A. (SERCOM, S.A)" },
2362 { 704020, "Comunicaciones Celulares S.A." },
2363 { 704030, "Telefonica Centroamerica Guatemala S.A." },
2364 { 706010, "CTE Telecom Personal, S.A. de C.V." },
2365 { 706020, "Digicel, S.A. de C.V." },
2366 { 708001, "Megatel" },
2367 { 708002, "Celtel" },
2368 { 708040, "Digicel Honduras" },
2369 { 710210, "Empresa Nicaraguense de Telecomunicaciones, S.A. (ENITEL)" },
2370 { 710730, "Servicios de Comunicaciones, S.A. (SERCOM)" },
2371 { 712010, "Instituto Costarricense de Electricidad - ICE" },
2372 { 712020, "Instituto Costarricense de Electricidad - ICE" },
2373 { 712030, "CLARO CR Telecomunicaciones S.A." },
2374 { 712040, "Telefonica de Costa Rica TC, S.A." },
2375 { 712200, "Virtualis" },
2376 { 714010, "Cable & Wireless Panama S.A." },
2377 { 714020, "Telefonica Moviles Panama S.A." },
2378 { 714030, "Claro Panama, S.A." },
2379 { 714040, "Digicel (Panama), S.A." },
2380 { 716100, "TIM Peru" },
2381 { 722010, "Compania de Radiocomunicaciones Moviles S.A." },
2382 { 722020, "Nextel Argentina srl" },
2383 { 722070, "Telefonica Comunicaciones Personales S.A." },
2384 { 722310, "CTI PCS S.A." },
2385 { 722320, "Compania de Telefonos del Interior Norte S.A." },
2386 { 722330, "Compania de Telefonos del Interior S.A." },
2387 { 722341, "Telecom Personal S.A." },
2388 { 724000, "NEXTEL" },
2389 { 724010, "SISTEER DO BRASIL TELECOMUNICACOES (MVNO)" },
2390 { 724020, "TIM REGIAO I" },
2391 { 724030, "TIM REGIAO III" },
2392 { 724040, "TIM REGIAO III" },
2393 { 724050, "CLARO" },
2394 { 724060, "VIVO REGIAO II" },
2395 { 724100, "VIVO REGIAO III" },
2396 { 724110, "VIVO REGIAO I" },
2397 { 724150, "SERCOMTEL" },
2398 { 724160, "BRT CELULAR" },
2399 { 724180, "DATORA (MVNO)" },
2400 { 724230, "TELEMIG CELULAR" },
2401 { 724240, "AMAZONIA CELULAR" },
2402 { 724300, "TNL PCS Oi" },
2403 { 724310, "TNL PCS Oi" },
2404 { 724320, "CTBC CELULAR R III" },
2405 { 724330, "CTBC CELULAR R II" },
2406 { 724340, "CTBC CELULAR R I" },
2407 { 724350, "TELCOM" },
2408 { 724360, "OPTIONS" },
2409 { 724370, "UNICEL" },
2410 { 724380, "CLARO" },
2411 { 724390, "NEXTEL (SMP)" },
2412 { 724540, "PORTO SEGURO TELECOMUNICACOES (MVNO)" },
2413 { 724990, "LOCAL (STFC)" },
2414 { 730010, "Entel Telefonica Movil" },
2415 { 730020, "Telefonica Movil" },
2416 { 730030, "Smartcom" },
2417 { 730040, "Centennial Cayman Corp. Chile S.A." },
2418 { 730050, "Multikom S.A." },
2419 { 730060, "Blue Two Chile SA" },
2420 { 730070, "Telefonica Moviles Chile S.A." },
2421 { 730080, "VTR Movil S.A." },
2422 { 730090, "Centennial Cayman Corp. Chile S.A." },
2423 { 730100, "Entel" },
2424 { 730110, "Celupago S.A." },
2425 { 730120, "Telestar Movil S.A." },
2426 { 730130, "TRIBE Mobile Chile SPA" },
2427 { 730140, "Netline Telefonica Movil Ltda" },
2428 { 730150, "CIBELES TELECOM S.A." },
2429 { 732001, "Colombia Telecomunicaciones S.A. - Telecom" },
2430 { 732002, "Edatel S.A." },
2431 { 732020, "Emtelsa" },
2432 { 732099, "Emcali" },
2433 { 732101, "Comcel S.A. Occel S.A./Celcaribe" },
2434 { 732102, "Bellsouth Colombia S.A." },
2435 { 732103, "Colombia Movil S.A." },
2436 { 732111, "Colombia Movil S.A." },
2437 { 732123, "Telefonica Moviles Colombia S.A." },
2438 { 732130, "Avantel" },
2439 { 734010, "Infonet" },
2440 { 734020, "Corporacion Digitel" },
2441 { 734030, "Digicel" },
2442 { 734040, "Telcel, C.A." },
2443 { 734060, "Telecomunicaciones Movilnet, C.A." },
2444 { 736010, "Nuevatel S.A." },
2445 { 736020, "ENTEL S.A." },
2446 { 736030, "Telecel S.A." },
2447 { 738002, "Guyana Telephone & Telegraph Company Limited" },
2448 { 738010, "Cel*Star (Guyana) Inc." },
2449 { 740000, "Otecel S.A. - Bellsouth" },
2450 { 740010, "Porta GSM" },
2451 { 740020, "Telecsa S.A." },
2452 { 744010, "Hola Paraguay S.A." },
2453 { 744020, "Hutchison Telecom S.A." },
2454 { 744030, "Compania Privada de Comunicaciones S.A." },
2455 { 746020, "Telesur" },
2456 { 746030, "Digicel" },
2457 { 746040, "Intelsur" },
2458 { 746050, "Telesur (CDMA)" },
2459 { 748000, "Ancel - TDMA" },
2460 { 748010, "Ancel - GSM" },
2461 { 748030, "Ancel" },
2462 { 748070, "Movistar" },
2463 { 748100, "CTI Movil" },
2464 { 750001, "Touch" },
2465 { 901010, "ICO Global Communications" },
2466 { 901020, "Sense Communications International AS" },
2467 { 901030, "Iridium Communications Inc" },
2468 { 901050, "Thuraya RMSS Network" },
2469 { 901060, "Thuraya Satellite Telecommunications Company" },
2470 { 901090, "Tele1 Europe" },
2471 { 901100, "Asia Cellular Satellite (AceS)" },
2472 { 901110, "Inmarsat Ltd." },
2473 { 901120, "Maritime Communications Partner AS (MCP network)" },
2474 { 901130, "Global Networks Switzerland AG" },
2475 { 901140, "Telenor" },
2476 { 901150, "OnAir" },
2477 { 901160, "Jasper Wireless, Inc." },
2478 { 901170, "Jersey Telecom" },
2479 { 901180, "Cingular Wireless" },
2480 { 901190, "Vodafone Malta (Vodafone Group)" },
2481 { 901200, "Intermatica" },
2482 { 901210, "Seanet Maritime Communications AB" },
2483 { 901220, "MediaLincc Ltd" },
2484 { 901230, "Beeline" },
2485 { 901240, "Voxbone SA" },
2486 { 901250, "In & Phone" },
2487 { 901260, "Telecom Italia" },
2488 { 901270, "Onair" },
2489 { 901280, "Vodafone Group" },
2490 { 901290, "Telenor Connexion AB" },
2491 { 901300, "Terrestar Netwoks" },
2492 { 901310, "France Telecom Orange" },
2493 { 901320, "MegaFon" },
2494 { 901330, "Smart Communications , Inc" },
2495 { 901340, "Tyntec GmbH" },
2496 { 901350, "Globecomm Network Services" },
2497 { 901360, "Azerfon LLC" },
2498 { 901370, "TRANSATEL" },
2499 { 901380, "Multiregional TransitTelecom (MTT)" },
2500 { 901390, "MTX Connect Ltd" },
2501 { 901880, "UN Office for the Coordination of Humanitarian Affairs (OCHA)" },
2502 { 1666665, "Unset" },
2506 static value_string_ext mcc_mnc_codes_ext
= VALUE_STRING_EXT_INIT(mcc_mnc_codes
);
2509 static int proto_e212
= -1;
2510 static int hf_E212_mcc
= -1;
2511 static int hf_E212_mnc
= -1;
2513 static expert_field ei_E212_mcc_non_decimal
= EI_INIT
;
2514 static expert_field ei_E212_mnc_non_decimal
= EI_INIT
;
2517 /* static int hf_E212_msin = -1; */
2520 * MCC/MNC dissection - little endian MNC encoding
2525 * +---+---+---+---+---+---+---+---+
2526 * | MCC digit 2 | MCC digit 1 | octet x
2527 * +---------------+---------------+
2528 * | Filler | MCC digit 3 | octet x+1
2529 * +---------------+---------------+
2530 * | MNC digit 2 | MNC digit 1 | octet x+2
2531 * +---------------+---------------+
2536 * +---+---+---+---+---+---+---+---+
2537 * | MCC digit 2 | MCC digit 1 | octet x
2538 * +---------------+---------------+
2539 * | MNC digit 3 | MCC digit 3 | octet x+1
2540 * +---------------+---------------+
2541 * | MNC digit 2 | MNC digit 1 | octet x+2
2542 * +---------------+---------------+
2545 * MCC/MNC dissection - big endian MNC encoding
2550 * +---+---+---+---+---+---+---+---+
2551 * | MCC digit 2 | MCC digit 1 | octet x
2552 * +---------------+---------------+
2553 * | Filler | MCC digit 3 | octet x+1
2554 * +---------------+---------------+
2555 * | MNC digit 2 | MNC digit 1 | octet x+2
2556 * +---------------+---------------+
2561 * +---+---+---+---+---+---+---+---+
2562 * | MCC digit 2 | MCC digit 1 | octet x
2563 * +---------------+---------------+
2564 * | MNC digit 1 | MCC digit 3 | octet x+1
2565 * +---------------+---------------+
2566 * | MNC digit 3 | MNC digit 2 | octet x+2
2567 * +---------------+---------------+
2571 * Return MCC MNC in a packet scope allocated string that can be used in labels.
2574 dissect_e212_mcc_mnc_wmem_packet_str(tvbuff_t
*tvb
, packet_info
*pinfo
, proto_tree
*tree
, int offset
, gboolean little_endian
)
2577 int start_offset
, mcc_mnc
;
2580 guint8 mcc1
, mcc2
, mcc3
, mnc1
, mnc2
, mnc3
;
2583 gboolean long_mnc
= FALSE
;
2585 start_offset
= offset
;
2587 mcc_mnc
= tvb_get_ntoh24(tvb
,offset
);
2588 /* Mobile country code MCC */
2589 octet
= tvb_get_guint8(tvb
,offset
);
2590 mcc1
= octet
& 0x0f;
2593 octet
= tvb_get_guint8(tvb
,offset
);
2594 mcc3
= octet
& 0x0f;
2595 /* MNC, Mobile network code (octet 3 bits 5 to 8, octet 4) */
2598 octet
= tvb_get_guint8(tvb
,offset
);
2599 mnc1
= octet
& 0x0f;
2602 mcc
= 100 * mcc1
+ 10 * mcc2
+ mcc3
;
2603 mnc
= 10 * mnc1
+ mnc2
;
2604 if ((mnc3
!= 0xf) || (mcc_mnc
== 0xffffff)) {
2607 mnc
= 10 * mnc
+ mnc3
;
2609 mnc
= 100 * mnc3
+ mnc
;
2611 item
= proto_tree_add_uint(tree
, hf_E212_mcc
, tvb
, start_offset
, 2, mcc
);
2612 if (((mcc1
> 9) || (mcc2
> 9) || (mcc3
> 9)) && (mcc_mnc
!= 0xffffff))
2613 expert_add_info(pinfo
, item
, &ei_E212_mcc_non_decimal
);
2616 item
= proto_tree_add_uint_format_value(tree
, hf_E212_mnc
, tvb
, start_offset
+ 1, 2, mnc
,
2618 val_to_str_ext_const(mcc
* 1000 + mnc
, &mcc_mnc_codes_ext
, "Unknown"),
2620 /* Prepare a string with the MCC and MNC including the country and Operator if
2621 * known, do NOT print unknown.
2623 mcc_mnc_str
= wmem_strdup_printf(wmem_packet_scope(), "MCC %u %s, MNC %03u %s",
2625 val_to_str_ext_const(mcc
,&E212_codes_ext
,""),
2627 val_to_str_ext_const(mcc
* 1000 + mnc
, &mcc_mnc_codes_ext
, ""));
2629 item
= proto_tree_add_uint_format_value(tree
, hf_E212_mnc
, tvb
, start_offset
+ 1, 2, mnc
,
2631 val_to_str_ext_const(mcc
* 1000 + 10 * mnc
, &mcc_mnc_codes_ext
, "Unknown"),
2633 /* Prepare a string with the MCC and MNC including the country and Operator if
2634 * known, do NOT print unknown.
2636 mcc_mnc_str
= wmem_strdup_printf(wmem_packet_scope(), "MCC %u %s, MNC %02u %s",
2638 val_to_str_ext_const(mcc
,&E212_codes_ext
,""),
2640 val_to_str_ext_const(mcc
* 1000 + mnc
, &mcc_mnc_codes_ext
, ""));
2643 if (((mnc1
> 9) || (mnc2
> 9) || ((mnc3
> 9) && (mnc3
!= 0x0f))) && (mcc_mnc
!= 0xffffff))
2644 expert_add_info(pinfo
, item
, &ei_E212_mnc_non_decimal
);
2650 dissect_e212_mcc_mnc(tvbuff_t
*tvb
, packet_info
*pinfo
, proto_tree
*tree
, int offset
, gboolean little_endian
)
2652 dissect_e212_mcc_mnc_wmem_packet_str(tvb
, pinfo
, tree
, offset
, little_endian
);
2657 * When we want to decode the MCC/MNC pair in an address that is encoded according to E.212
2658 * the main problem is that we do not know whether we are dealing with a length 2 or length 3
2659 * MNC. Initially, it was possible to find the length of the MNC by checking the MCC code.
2660 * Originally each country employed a pure 2 digit or 3 digit MNC scheme. However, it is possible
2661 * to find countries now that employ both lengths for the MNC (e.g. Canada, India).
2662 * Since in these cases we can be sure that an MNC cannot possible be a prefix for another MNC, we
2663 * initially assume that the MNC is 2 digits long. If the MCC/MNC combination gives a match in our
2664 * mcc_mnc_codes list then we can be sure that we deal with an MNC that is 2 digits long. Otherwise,
2665 * assume that the MNC is 3 digits long.
2670 * +---+---+---+---+---+---+---+---+
2671 * | MCC digit 2 | MCC digit 1 | octet x
2672 * +---------------+---------------+
2673 * | MNC digit 1 | MCC digit 3 | octet x+1
2674 * +---------------+---------------+
2675 * | addr digit 1 | MNC digit 2 | octet x+2
2676 * +---------------+---------------+
2681 * +---+---+---+---+---+---+---+---+
2682 * | MCC digit 2 | MCC digit 1 | octet x
2683 * +---------------+---------------+
2684 * | MNC digit 1 | MCC digit 3 | octet x+1
2685 * +---------------+---------------+
2686 * | MNC digit 3 | MNC digit 2 | octet x+2
2687 * +---------------+---------------+
2689 * This function will consume either 2.5 or 3 octets. For this reason it returns
2690 * the number of nibbles consumed, i.e. 5 or 6 (2 or 3 digits long MNC respectively)
2693 dissect_e212_mcc_mnc_in_address(tvbuff_t
*tvb
, packet_info
*pinfo
, proto_tree
*tree
, int offset
)
2695 guint32 start_offset
, mcc_mnc
;
2698 guint8 mcc1
, mcc2
, mcc3
, mnc1
, mnc2
, mnc3
;
2703 start_offset
= offset
;
2706 mcc_mnc
= tvb_get_ntoh24(tvb
,offset
);
2708 /* MCC digits 1 and 2 */
2709 octet
= tvb_get_guint8(tvb
,offset
);
2710 mcc1
= octet
& 0x0f;
2714 /* MCC digit 3 and MNC digit 1 */
2715 octet
= tvb_get_guint8(tvb
,offset
);
2716 mcc3
= octet
& 0x0f;
2720 /* MNC digits 2 and 3 */
2721 octet
= tvb_get_guint8(tvb
,offset
);
2722 mnc2
= octet
& 0x0f;
2725 mcc
= 100 * mcc1
+ 10 * mcc2
+ mcc3
;
2726 mnc
= 10 * mnc1
+ mnc2
;
2728 /* Try to match the MCC and 2 digits MNC with an entry in our list of operators */
2729 if (!try_val_to_str_ext(mcc
* 1000 + 10 * mnc
, &mcc_mnc_codes_ext
)) {
2730 mnc
= 10 * mnc
+ mnc3
;
2734 item
= proto_tree_add_uint(tree
, hf_E212_mcc
, tvb
, start_offset
, 2, mcc
);
2735 if (((mcc1
> 9) || (mcc2
> 9) || (mcc3
> 9)) & (mcc_mnc
!= 0xffffff))
2736 expert_add_info(pinfo
, item
, &ei_E212_mcc_non_decimal
);
2739 item
= proto_tree_add_uint_format_value(tree
, hf_E212_mnc
, tvb
, start_offset
+ 1, 2, mnc
,
2741 val_to_str_ext_const(mcc
* 1000 + mnc
, &mcc_mnc_codes_ext
, "Unknown"),
2744 item
= proto_tree_add_uint_format_value(tree
, hf_E212_mnc
, tvb
, start_offset
+ 1, 2, mnc
,
2746 val_to_str_ext_const(mcc
* 1000 + 10 * mnc
, &mcc_mnc_codes_ext
, "Unknown"),
2749 if (((mnc1
> 9) || (mnc2
> 9) || (long_mnc
&& (mnc3
> 9))) && (mcc_mnc
!= 0xffffff))
2750 expert_add_info(pinfo
, item
, &ei_E212_mnc_non_decimal
);
2759 * Register the protocol with Wireshark.
2761 * This format is required because a script is used to build the C function
2762 * that calls all the protocol registration.
2767 proto_register_e212(void)
2770 /* Setup list of header fields See Section 1.6.1 for details */
2771 static hf_register_info hf
[] = {
2773 { "Mobile Country Code (MCC)","e212.mcc",
2774 FT_UINT16
, BASE_DEC
|BASE_EXT_STRING
, &E212_codes_ext
, 0x0,
2775 "Mobile Country Code MCC", HFILL
}
2778 { "Mobile Network Code (MNC)","e212.mnc",
2779 FT_UINT16
, BASE_DEC
, NULL
, 0x0,
2780 "Mobile network code", HFILL
}
2784 { "Mobile Subscriber Identification Number (MSIN)", "e212.msin",
2785 FT_STRING
, BASE_NONE
, NULL
, 0,
2786 "Mobile Subscriber Identification Number(MSIN)", HFILL
}},
2790 static ei_register_info ei
[] = {
2791 { &ei_E212_mcc_non_decimal
, { "e212.mcc.non_decimal", PI_MALFORMED
, PI_WARN
, "MCC contains non-decimal digits", EXPFILL
}},
2792 { &ei_E212_mnc_non_decimal
, { "e212.mnc.non_decimal", PI_MALFORMED
, PI_WARN
, "MNC contains non-decimal digits", EXPFILL
}},
2795 expert_module_t
* expert_e212
;
2798 * Register the protocol name and description
2800 proto_e212
= proto_register_protocol(
2801 "ITU-T E.212 number",
2806 * Required function calls to register
2807 * the header fields and subtrees used.
2809 proto_register_field_array(proto_e212
, hf
, array_length(hf
));
2810 expert_e212
= expert_register_protocol(proto_e212
);
2811 expert_register_field_array(expert_e212
, ei
, array_length(ei
));