lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 0.9-27-g147eeb1

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 0.9-27-g147eeb1



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".

The branch, master has been updated
       via  147eeb11337d7feb2efffb96065e38140abe94dd (commit)
       via  72c0ff14f6c1e7da4b6a62fb8d940c35a74e68a8 (commit)
       via  e713cc7764b9de1faaf9181c2635194342bec385 (commit)
      from  256aa49be625314bc7837df22b3a70d32269e088 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://arthurdejong.org/git/python-stdnum/commit/?id=147eeb11337d7feb2efffb96065e38140abe94dd

commit 147eeb11337d7feb2efffb96065e38140abe94dd
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Oct 19 19:11:16 2014 +0200

    Get files ready for 1.0 release

diff --git a/ChangeLog b/ChangeLog
index 1d546ef..b42d1f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,198 @@
+2014-10-19  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [72c0ff1] stdnum/iso6346.py: Remove unused import
+
+2014-10-19  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [e713cc7] stdnum/iban.dat, stdnum/imsi.dat, stdnum/isbn.dat,
+         stdnum/isil.dat: Update database files
+
+2014-10-13  Denis Krienbühl <denis@href.ch>
+
+       * [256aa49] stdnum/ch/__init__.py, stdnum/ch/ssn.py: Adds the
+         Swiss social security number
+
+         Also known as "Sozialversicherungsnummer" / "Neue AHV Nummer".
+
+2014-10-18  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [2cc50e2] stdnum/eu/at_02.py, stdnum/iban.py, stdnum/imei.py,
+         stdnum/iso7064/mod_11_10.py, stdnum/iso7064/mod_11_2.py,
+         stdnum/iso7064/mod_37_2.py, stdnum/iso7064/mod_37_36.py,
+         stdnum/iso7064/mod_97_10.py, stdnum/luhn.py, stdnum/util.py,
+         stdnum/verhoeff.py: Only catch Exception
+
+2014-10-17  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [e2948bb] : Add Ecuadorian CI and RUC numbers
+
+         Add modules for Ecuadorian Identification Card (CI - Cédula
+         de identidad) and Fiscal Numbers (RUC - Registro Único de
+         Contribuyentes)
+
+         See: https://github.com/arthurdejong/python-stdnum/pull/12
+
+2014-10-17  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [e5250be] stdnum/ec/ci.py, stdnum/ec/ruc.py,
+         tests/test_ec_ci.doctest, tests/test_ec_ruc.doctest: Validate
+         parts of numbers
+
+         This raises exceptions when the provice or establishment number
+         part of the number contains invalid values.
+
+2014-10-17  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [10a044f] stdnum/ec/ci.py, stdnum/ec/ruc.py: Refactor checksum
+         functions
+
+         Use the CI checks from within the RUC module for natural RUC
+         numbers (thereby eliminating a bug in the RUC checksum calculation)
+         and simplify the checksum functions.
+
+2014-10-17  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [f61b855] stdnum/ec/ci.py, stdnum/ec/ruc.py,
+         tests/test_ec_ci.doctest, tests/test_ec_ruc.doctest: Use
+         dedicated doctests
+
+         This moves a number of the existing test cases to dedicated doctest
+         files and extend the tests with more numbers and corner cases.
+
+         This also fixes a few docstrings.
+
+2014-10-12  Jonathan Finlay <jfinlay@riseup.net>
+
+       * [e8f1ca6] stdnum/ec/__init__.py, stdnum/ec/ci.py, stdnum/ec/ruc.py:
+         Add Ecuadorian CI and RUC numbers
+
+         Add modules for Ecuadorian Identification Card (CI - Cédula
+         de identidad) and Fiscal Numbers (RUC - Registro Único de
+         Contribuyentes)
+
+2014-10-06  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [2700b7a] : Add Chinese Resident Identity Card Number
+
+2014-10-06  Jiangge Zhang <tonyseek@gmail.com>
+
+       * [141d576] stdnum/cn/ric.py, tests/test_cn_ric.doctest: Support
+         the Resident Identity Card Number of People's Republic China
+
+2014-10-05  Jiangge Zhang <tonyseek@gmail.com>
+
+       * [10ae548] getcnloc.py, stdnum/cn/loc.dat: Download locations
+         from the China (PRC) government site
+
+2014-10-05  Jiangge Zhang <tonyseek@gmail.com>
+
+       * [e9eb546] stdnum/cn/__init__.py: Add stdnum.cn package for Chinese
+         (PRC) numbers
+
+2014-10-05  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [97ac94d] stdnum/my/nric.py, tests/test_my_nric.doctest: Update
+         NRIC tests
+
+2014-10-05  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [123e9cb] getmybp.py, stdnum/my/bp.dat: Update URLs for Malaysian
+         code lists
+
+         This updates the URLs for the state and country codes as published
+         by the National Registration Department of Malaysia and changes
+         the parsing to the new page layout.
+
+         This also updates the data file.
+
+         https://github.com/arthurdejong/python-stdnum/issues/14
+
+2014-09-01  Tony Bajan <tony.bajan@onefinestay.com>
+
+       * [86f60a2] stdnum/us/rtn.py: Add US bank routing transit numbers
+
+2014-07-05  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [fbb0316] getisbn.py: Use ElementTree for simpler XML parsing
+
+2014-07-05  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [03e4f97] getisbn.py, stdnum/isbn.dat: Fix getisbn script and
+         update ISBN data file
+
+2014-04-11  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [26517fe] getnumlist.py, stdnum/__init__.py: Improve package
+         docstring formatting and show example
+
+2014-03-18  Sharoon Thomas <sharoon.thomas@openlabs.co.in>
+
+       * [85dd6f2] stdnum/iso6346.py, tests/test_iso6346.doctest: Add
+         support for ISO6346
+
+         Add validation and creation of check digit for ISO6346 codes.
+
+         See: https://github.com/arthurdejong/python-stdnum/pull/9
+
+2014-03-05  Jussi Räsänen <jussi@skyred.fi>
+
+       * [2405c89] stdnum/eu/vat.py: Added a simple backwards compability
+         check
+
+2014-02-17  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [a4012f5] stdnum/ie/pps.py, stdnum/ie/vat.py,
+         tests/test_eu_vat.doctest: Add support for 2013 extension of
+         Irish PPS Numbers
+
+         References: - https://www.welfare.ie/en/Pages/PPSN.aspx -
+         
http://www.citizensinformation.ie/en/social_welfare/irish_social_welfare_system/personal_public_service_number.html
+2014-02-06  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [71d9837] stdnum/at_02.py, stdnum/eu/at_02.py: Rename AT-02
+         module to stdnum.eu.at_02
+
+2014-02-05  Sergi Almacellas Abellana <sergi@koolpi.com>
+
+       * [099078e] stdnum/at_02.py: Add SEPA Creditor identifier (AT-02)
+
+2014-02-02  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [1ac00a0] stdnum/it/codicefiscale.py,
+         tests/test_it_codicefiscale.doctest: Add an Italian Codice
+         Fiscale module
+
+         This module validates 16 digit Italian tax codes for individuals.
+         https://en.wikipedia.org/wiki/Italian_fiscal_code_card
+
+         It is based on the pycodicefiscale module that can be found here:
+         https://github.com/baxeico/pycodicefiscale
+
+         Functions have been renamed to follow the stdnum naming scheme:
+         isvalid() -> is_valid(), control_code -> calc_check_digit(),
+         get_birthday() -> get_birth_date(), get_sex() -> get_gender(). The
+         build() function for generating tax codes (based on name,
+         birth place and date) has been left out because this number
+         cannot be uniquely constructed with this information alone
+         (numbers are issued by the Italian tax office with a mechanism
+         handle duplicates).
+
+         Addresses trac ticket #9.
+
+2014-01-01  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [c3d669c] setup.py: Remove requirement on distribute
+
+         This accidentally slipped into 907e410.  2013-12-31  Arthur de
+Jong <arthur@arthurdejong.org>
+
+       * [d933aab] .gitignore, ChangeLog, NEWS, README, docs/index.rst,
+         docs/stdnum.my.nric.rst, docs/stdnum.nl.brin.rst,
+         docs/stdnum.nl.postcode.rst, docs/stdnum.us.atin.rst,
+         docs/stdnum.us.ein.rst, docs/stdnum.us.itin.rst,
+         docs/stdnum.us.ptin.rst, docs/stdnum.us.tin.rst, getiban.py,
+         getimsi.py, stdnum/__init__.py: Get files ready for 0.9 release
+
 2013-12-31  Arthur de Jong <arthur@arthurdejong.org>
 
        * [5c1765e] stdnum/iban.dat, stdnum/isbn.dat: Update database files
diff --git a/NEWS b/NEWS
index 47a403b..d64ee92 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+changes from 0.9 to 1.0
+-----------------------
+
+* add modules for the following number formats:
+  - Swiss social security number ("Sozialversicherungsnummer")
+  - RIC No. (Chinese Resident Identity Card Number)
+  - CI (Cédula de identidad, Ecuadorian personal identity code)
+  - RUC (Registro Único de Contribuyentes, Ecuadorian company tax number)
+  - SEPA Identifier of the Creditor (AT-02)
+  - ISO 6346 (International standard for container identification)
+  - Codice Fiscale (Italian tax code for individuals)
+  - RTN (Routing transport number)
+* Add support for 2013 extension of Irish PPS Numbers
+* update getisbn script
+* update getmybp URLs for Malaysian code lists
+* various other minor improvements
+
+
 changes from 0.8.1 to 0.9
 -------------------------
 
diff --git a/README b/README
index b5b4023..1fd9612 100644
--- a/README
+++ b/README
@@ -15,6 +15,8 @@ Currently this package supports the following formats:
  * PNF (ЛНЧ, Личен номер на чужденец, Bulgarian number of a foreigner)
  * VAT (Идентификационен номер по ДДС, Bulgarian VAT number)
  * CPF (Cadastro de Pessoas Físicas, Brazillian national identifier)
+ * Swiss social security number ("Sozialversicherungsnummer")
+ * RIC No. (Chinese Resident Identity Card Number)
  * Αριθμός Εγγραφής Φ.Π.Α. (Cypriot VAT number)
  * DIČ (Daňové identifikační číslo, Czech VAT number)
  * RČ (Rodné číslo, the Czech birth number)
@@ -22,11 +24,14 @@ Currently this package supports the following formats:
  * CPR (personnummer, the Danish citizen number)
  * CVR (Momsregistreringsnummer, Danish VAT number)
  * EAN (International Article Number)
+ * CI (Cédula de identidad, Ecuadorian personal identity code)
+ * RUC (Registro Único de Contribuyentes, Ecuadorian company tax number)
  * KMKR (Käibemaksukohuslase, Estonian VAT number)
  * CIF (Certificado de Identificación Fiscal, Spanish company tax number)
  * DNI (Documento nacional de identidad, Spanish personal identity codes)
  * NIE (Número de Identificación de Extranjeros, Spanish foreigner number)
  * NIF (Número de Identificación Fiscal, Spanish VAT number)
+ * SEPA Identifier of the Creditor (AT-02)
  * VAT (European Union VAT number)
  * ALV nro (Arvonlisäveronumero, Finnish VAT number)
  * HETU (Henkilötunnus, Finnish personal identity code)
@@ -46,7 +51,9 @@ Currently this package supports the following formats:
  * ISBN (International Standard Book Number)
  * ISIL (International Standard Identifier for Libraries)
  * ISMN (International Standard Music Number)
+ * ISO 6346 (International standard for container identification)
  * ISSN (International Standard Serial Number)
+ * Codice Fiscale (Italian tax code for individuals)
  * Partita IVA (Italian VAT number)
  * PVM (Pridėtinės vertės mokestis mokėtojo kodas, Lithuanian VAT number)
  * TVA (taxe sur la valeur ajoutée, Luxembourgian VAT number)
@@ -71,6 +78,7 @@ Currently this package supports the following formats:
  * EIN (U.S. Employer Identification Number)
  * ITIN (U.S. Individual Taxpayer Identification Number)
  * PTIN (U.S. Preparer Tax Identification Number)
+ * RTN (Routing transport number)
  * SSN (U.S. Social Security Number)
  * TIN (U.S. Taxpayer Identification Number)
 
@@ -115,7 +123,7 @@ also work with older versions of Python.
 Copyright
 ---------
 
-Copyright (C) 2010, 2011, 2012, 2013 Arthur de Jong
+Copyright (C) 2010-2014 Arthur de Jong and others
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
diff --git a/docs/index.rst b/docs/index.rst
index 513de76..c7a7acc 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -91,6 +91,8 @@ Available formats
    bg.pnf
    bg.vat
    br.cpf
+   ch.ssn
+   cn.ric
    cy.vat
    cz.dic
    cz.rc
@@ -98,11 +100,14 @@ Available formats
    dk.cpr
    dk.cvr
    ean
+   ec.ci
+   ec.ruc
    ee.kmkr
    es.cif
    es.dni
    es.nie
    es.nif
+   eu.at_02
    eu.vat
    fi.alv
    fi.hetu
@@ -122,7 +127,9 @@ Available formats
    isbn
    isil
    ismn
+   iso6346
    issn
+   it.codicefiscale
    it.iva
    lt.pvm
    lu.tva
@@ -147,5 +154,6 @@ Available formats
    us.ein
    us.itin
    us.ptin
+   us.rtn
    us.ssn
    us.tin
diff --git a/docs/stdnum.ch.ssn.rst b/docs/stdnum.ch.ssn.rst
new file mode 100644
index 0000000..53a1d78
--- /dev/null
+++ b/docs/stdnum.ch.ssn.rst
@@ -0,0 +1,5 @@
+stdnum.ch.ssn
+=============
+
+.. automodule:: stdnum.ch.ssn
+   :members:
diff --git a/docs/stdnum.cn.ric.rst b/docs/stdnum.cn.ric.rst
new file mode 100644
index 0000000..53fa6cc
--- /dev/null
+++ b/docs/stdnum.cn.ric.rst
@@ -0,0 +1,5 @@
+stdnum.cn.ric
+=============
+
+.. automodule:: stdnum.cn.ric
+   :members:
diff --git a/docs/stdnum.ec.ci.rst b/docs/stdnum.ec.ci.rst
new file mode 100644
index 0000000..d28b9d1
--- /dev/null
+++ b/docs/stdnum.ec.ci.rst
@@ -0,0 +1,5 @@
+stdnum.ec.ci
+============
+
+.. automodule:: stdnum.ec.ci
+   :members:
diff --git a/docs/stdnum.ec.ruc.rst b/docs/stdnum.ec.ruc.rst
new file mode 100644
index 0000000..8b9442c
--- /dev/null
+++ b/docs/stdnum.ec.ruc.rst
@@ -0,0 +1,5 @@
+stdnum.ec.ruc
+=============
+
+.. automodule:: stdnum.ec.ruc
+   :members:
diff --git a/docs/stdnum.eu.at_02.rst b/docs/stdnum.eu.at_02.rst
new file mode 100644
index 0000000..4368287
--- /dev/null
+++ b/docs/stdnum.eu.at_02.rst
@@ -0,0 +1,5 @@
+stdnum.eu.at_02
+===============
+
+.. automodule:: stdnum.eu.at_02
+   :members:
diff --git a/docs/stdnum.iso6346.rst b/docs/stdnum.iso6346.rst
new file mode 100644
index 0000000..56c58e0
--- /dev/null
+++ b/docs/stdnum.iso6346.rst
@@ -0,0 +1,5 @@
+stdnum.iso6346
+==============
+
+.. automodule:: stdnum.iso6346
+   :members:
diff --git a/docs/stdnum.it.codicefiscale.rst b/docs/stdnum.it.codicefiscale.rst
new file mode 100644
index 0000000..85d22c6
--- /dev/null
+++ b/docs/stdnum.it.codicefiscale.rst
@@ -0,0 +1,5 @@
+stdnum.it.codicefiscale
+=======================
+
+.. automodule:: stdnum.it.codicefiscale
+   :members:
diff --git a/docs/stdnum.us.rtn.rst b/docs/stdnum.us.rtn.rst
new file mode 100644
index 0000000..b6cfe85
--- /dev/null
+++ b/docs/stdnum.us.rtn.rst
@@ -0,0 +1,5 @@
+stdnum.us.rtn
+=============
+
+.. automodule:: stdnum.us.rtn
+   :members:
diff --git a/getnumlist.py b/getnumlist.py
index 97c91bc..0a3eb1f 100755
--- a/getnumlist.py
+++ b/getnumlist.py
@@ -56,8 +56,3 @@ if __name__ == '__main__':
     print ''
     for module in get_number_modules():
         print '   %s' % module.__name__.replace('stdnum.', '')
-    print ''
-    print 'For index.xml:'
-    print ''
-    for module in get_number_modules():
-        print '  <li>%s</li>' % util.get_module_name(module)
diff --git a/setup.py b/setup.py
index afb9889..008ef46 100755
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 
 # setup.py - python-stdnum installation script
 #
-# Copyright (C) 2010, 2011, 2012, 2013 Arthur de Jong
+# Copyright (C) 2010-2014 Arthur de Jong
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -41,10 +41,12 @@ setup(name='python-stdnum',
       url='http://arthurdejong.org/python-stdnum/',
       license='LGPL',
       classifiers=[
-          'Development Status :: 4 - Beta',
+          'Development Status :: 5 - Production/Stable',
           'Intended Audience :: Developers',
-          'Intended Audience :: System Administrators',
-          'License :: OSI Approved :: GNU Library or Lesser General Public 
License (LGPL)',
+          'Intended Audience :: Financial and Insurance Industry',
+          'Intended Audience :: Information Technology',
+          'Intended Audience :: Telecommunications Industry',
+          'License :: OSI Approved :: GNU Lesser General Public License v2 or 
later (LGPLv2+)',
           'Operating System :: OS Independent',
           'Programming Language :: Python',
           'Topic :: Software Development :: Libraries :: Python Modules',
diff --git a/stdnum/__init__.py b/stdnum/__init__.py
index 815f6bd..9705c24 100644
--- a/stdnum/__init__.py
+++ b/stdnum/__init__.py
@@ -1,7 +1,7 @@
 # __init__.py - main module
 # coding: utf-8
 #
-# Copyright (C) 2010, 2011, 2012, 2013 Arthur de Jong
+# Copyright (C) 2010-2014 Arthur de Jong
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -31,6 +31,8 @@ Currently this package supports the following formats:
 * bg.pnf: PNF (ЛНЧ, Личен номер на чужденец, Bulgarian number of a foreigner)
 * bg.vat: VAT (Идентификационен номер по ДДС, Bulgarian VAT number)
 * br.cpf: CPF (Cadastro de Pessoas Físicas, Brazillian national identifier)
+* ch.ssn: Swiss social security number ("Sozialversicherungsnummer")
+* cn.ric: RIC No. (Chinese Resident Identity Card Number)
 * cy.vat: Αριθμός Εγγραφής Φ.Π.Α. (Cypriot VAT number)
 * cz.dic: DIČ (Daňové identifikační číslo, Czech VAT number)
 * cz.rc: RČ (Rodné číslo, the Czech birth number)
@@ -38,11 +40,14 @@ Currently this package supports the following formats:
 * dk.cpr: CPR (personnummer, the Danish citizen number)
 * dk.cvr: CVR (Momsregistreringsnummer, Danish VAT number)
 * ean: EAN (International Article Number)
+* ec.ci: CI (Cédula de identidad, Ecuadorian personal identity code)
+* ec.ruc: RUC (Registro Único de Contribuyentes, Ecuadorian company tax number)
 * ee.kmkr: KMKR (Käibemaksukohuslase, Estonian VAT number)
 * es.cif: CIF (Certificado de Identificación Fiscal, Spanish company tax 
number)
 * es.dni: DNI (Documento nacional de identidad, Spanish personal identity 
codes)
 * es.nie: NIE (Número de Identificación de Extranjeros, Spanish foreigner 
number)
 * es.nif: NIF (Número de Identificación Fiscal, Spanish VAT number)
+* eu.at_02: SEPA Identifier of the Creditor (AT-02)
 * eu.vat: VAT (European Union VAT number)
 * fi.alv: ALV nro (Arvonlisäveronumero, Finnish VAT number)
 * fi.hetu: HETU (Henkilötunnus, Finnish personal identity code)
@@ -62,7 +67,9 @@ Currently this package supports the following formats:
 * isbn: ISBN (International Standard Book Number)
 * isil: ISIL (International Standard Identifier for Libraries)
 * ismn: ISMN (International Standard Music Number)
+* iso6346: ISO 6346 (International standard for container identification)
 * issn: ISSN (International Standard Serial Number)
+* it.codicefiscale: Codice Fiscale (Italian tax code for individuals)
 * it.iva: Partita IVA (Italian VAT number)
 * lt.pvm: PVM (Pridėtinės vertės mokestis mokėtojo kodas, Lithuanian VAT 
number)
 * lu.tva: TVA (taxe sur la valeur ajoutée, Luxembourgian VAT number)
@@ -87,6 +94,7 @@ Currently this package supports the following formats:
 * us.ein: EIN (U.S. Employer Identification Number)
 * us.itin: ITIN (U.S. Individual Taxpayer Identification Number)
 * us.ptin: PTIN (U.S. Preparer Tax Identification Number)
+* us.rtn: RTN (Routing transport number)
 * us.ssn: SSN (U.S. Social Security Number)
 * us.tin: TIN (U.S. Taxpayer Identification Number)
 
@@ -116,4 +124,4 @@ parsing, validation, formatting or conversion functions.
 
 
 # the version number of the library
-__version__ = '0.9'
+__version__ = '1.0'

http://arthurdejong.org/git/python-stdnum/commit/?id=72c0ff14f6c1e7da4b6a62fb8d940c35a74e68a8

commit 72c0ff14f6c1e7da4b6a62fb8d940c35a74e68a8
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Oct 19 19:10:40 2014 +0200

    Remove unused import

diff --git a/stdnum/iso6346.py b/stdnum/iso6346.py
index 07d1a85..2a729d0 100644
--- a/stdnum/iso6346.py
+++ b/stdnum/iso6346.py
@@ -37,7 +37,6 @@ InvalidChecksum: ...
 """
 
 import re
-import string
 
 from stdnum.exceptions import InvalidChecksum, InvalidFormat, InvalidLength, \
     ValidationError

http://arthurdejong.org/git/python-stdnum/commit/?id=e713cc7764b9de1faaf9181c2635194342bec385

commit e713cc7764b9de1faaf9181c2635194342bec385
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Oct 19 14:48:57 2014 +0200

    Update database files

diff --git a/stdnum/iban.dat b/stdnum/iban.dat
index aa6e8dd..692531a 100644
--- a/stdnum/iban.dat
+++ b/stdnum/iban.dat
@@ -30,6 +30,8 @@ IS country="Iceland" bban="4!n2!n6!n10!n"
 IE country="Ireland" bban="4!a6!n8!n"
 IL country="Israel" bban="3!n3!n13!n"
 IT country="Italy" bban="1!a5!n5!n12!c"
+JO country="Jordan" bban="4!a4!n18!c"
+XK country="Republic of Kosovo" bban="4!n10!n2!n"
 KW country="Kuwait" bban="4!a22!c"
 KZ country="Kazakhstan" bban="3!n13!c"
 LV country="Latvia" bban="4!a13!c"
@@ -41,7 +43,7 @@ MK country="Macedonia, Former Yugoslav Republic of" 
bban="3!n10!c2!n"
 MT country="Malta" bban="4!a5!n18!c"
 MR country="Mauritania" bban="5!n5!n11!n2!n"
 MU country="Mauritius" bban="4!a2!n2!n12!n3!n3!a"
-MD country="Republic of Moldova" bban="2!c18!c"
+MD country="Moldova" bban="2!c18!c"
 MC country="Monaco" bban="5!n5!n11!c2!n"
 ME country="Montenegro" bban="3!n13!n2!n"
 NL country="The Netherlands" bban="4!a10!n"
@@ -60,6 +62,7 @@ SI country="Slovenia" bban="5!n8!n2!n"
 ES country="Spain" bban="4!n4!n1!n1!n10!n"
 SE country="Sweden" bban="3!n16!n1!n"
 CH country="Switzerland" bban="5!n12!c"
+TL country="Timor-Leste" bban="3!n 14!n 2!n"
 TN country="Tunisia" bban="2!n3!n13!n2!n"
 TR country="Turkey" bban="5!n1!c16!c"
 AE country="United Arab Emirates" bban="3!n16!n"
diff --git a/stdnum/imsi.dat b/stdnum/imsi.dat
index 946b962..1214f1c 100644
--- a/stdnum/imsi.dat
+++ b/stdnum/imsi.dat
@@ -1,51 +1,69 @@
 # generated from various sources
 # https://en.wikipedia.org/w/index.php?title=Mobile_country_code&action=raw
 001
- 01 bands="GSM 900 / GSM 1800" brand="TEST" country="National operators" 
operator="Test Network" status="Operational"
+ 01 bands="GSM 900 / GSM 1800" brand="TEST" country="Test networks" 
operator="Test Network" status="Operational"
  00-99
 202
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cosmote" cc="gr" 
country="Greece" operator="COSMOTE - Mobile Telecommunications S.A." 
status="Operational"
- 05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="gr" 
country="Greece" operator="Vodafone Greece" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Cosmote" cc="gr" 
country="Greece" operator="COSMOTE - Mobile Telecommunications S.A." 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Cosmote" cc="gr" 
country="Greece" operator="COSMOTE - Mobile Telecommunications S.A." 
status="Operational"
+ 03 bands="" cc="gr" country="Greece" operator="OTE" status=""
+ 04 bands="" cc="gr" country="Greece" operator="EDISY" status=""
+ 05 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Vodafone" cc="gr" 
country="Greece" operator="Vodafone Greece" status="Operational"
+ 06 bands="" cc="gr" country="Greece" operator="Cosmoline" status=""
+ 07 bands="" cc="gr" country="Greece" operator="AMD Telecom" status=""
  09 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Wind" cc="gr" 
country="Greece" operator="Wind Hellas Telecommunications S.A." 
status="Operational"
  10 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Wind" cc="gr" 
country="Greece" operator="Wind Hellas Telecommunications S.A." 
status="Operational"
  00-99
 204
- 01 cc="nl" country="Netherlands" operator="VastMobiel B.V." 
status="Non-Operational"
+ 01 bands="" cc="nl" country="Netherlands" operator="RadioAccess Network 
Services BV" status=""
  02 bands="LTE 2600" brand="Tele2" cc="nl" country="Netherlands" 
operator="Tele2 Nederland B.V." status="Operational"
  03 bands="MVNE / PrivateGSM 1800" brand="Voiceworks" cc="nl" 
country="Netherlands" operator="Voiceworks B.V." status="Operational"
- 04 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800/2600" brand="Vodafone" 
cc="nl" country="Netherlands" operator="Vodafone Libertel B.V." 
status="Operational"
- 05 cc="nl" country="Netherlands" operator="Elephant Talk Communications 
Premium Rate Services"
- 06 brand="Vectone Mobile Delight Mobile" cc="nl" country="Netherlands" 
operator="Mundio Mobile (Netherlands) Ltd" status="Operational"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Vodafone" cc="nl" country="Netherlands" operator="Vodafone Libertel 
B.V." status="Operational"
+ 05 bands="" cc="nl" country="Netherlands" operator="Elephant Talk 
Communications Premium Rate Services" status=""
+ 06 bands="MVNO" brand="Vectone Mobile Delight Mobile" cc="nl" 
country="Netherlands" operator="Mundio Mobile (Netherlands) Ltd" 
status="Operational"
  07 bands="MVNE" cc="nl" country="Netherlands" operator="Teleena (MVNE)" 
status="Operational"
- 08 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE" brand="KPN" cc="nl" 
country="Netherlands" operator="KPN Mobile The Netherlands B.V." 
status="Operational"
- 09 brand="Lycamobile" cc="nl" country="Netherlands" operator="Lycamobile 
Netherlands Limited"
- 10 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE" brand="KPN" cc="nl" 
country="Netherlands" operator="KPN B.V." status="Operational"
- 12 bands="National Roaming Agreement on KPN" brand="Telfort" cc="nl" 
country="Netherlands" operator="KPN Mobile The Netherlands B.V." 
status="Operational"
- 13 cc="nl" country="Netherlands" operator="Unica Installatietechniek B.V."
- 14 cc="nl" country="Netherlands" operator="6GMOBILE B.V." status="went into 
Bankruptcy"
- 15 brand="Ziggo" cc="nl" country="Netherlands" operator="Ziggo B.V."
- 16 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="T-Mobile (BEN)" cc="nl" 
country="Netherlands" operator="T-Mobile Netherlands B.V" status="Operational"
+ 08 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="KPN" cc="nl" country="Netherlands" operator="KPN Mobile The Netherlands 
B.V." status="Operational"
+ 09 bands="MVNO" brand="Lycamobile" cc="nl" country="Netherlands" 
operator="Lycamobile Netherlands Limited" status="Operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="KPN" cc="nl" country="Netherlands" operator="KPN B.V." 
status="Operational"
+ 11 bands="" cc="nl" country="Netherlands" operator="VoipIT B.V." status=""
+ 12 brand="Telfort" cc="nl" country="Netherlands" operator="KPN Mobile The 
Netherlands B.V." status="Operational"
+ 13 bands="" cc="nl" country="Netherlands" operator="Unica Installatietechniek 
B.V." status=""
+ 14 cc="nl" country="Netherlands" operator="6GMOBILE B.V." status="Reserved"
+ 15 bands="LTE 2600" brand="Ziggo" cc="nl" country="Netherlands" 
operator="Ziggo B.V." status="Operational"
+ 16 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="T-Mobile (BEN)" cc="nl" country="Netherlands" operator="T-Mobile 
Netherlands B.V" status="Operational"
  17 bands="MVNE" brand="Intercity Zakelijk" cc="nl" country="Netherlands" 
operator="Intercity Mobile Communications B.V." status="Operational"
- 18 cc="nl" country="Netherlands" operator="UPC Nederland B.V."
- 19 cc="nl" country="Netherlands" operator="Mixe Communication Solutions B.V."
- 20 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="T-Mobile" cc="nl" 
country="Netherlands" operator="T-Mobile Netherlands B.V" status="Operational"
+ 18 bands="" cc="nl" country="Netherlands" operator="UPC Nederland B.V." 
status=""
+ 19 bands="" cc="nl" country="Netherlands" operator="Mixe Communication 
Solutions B.V." status=""
+ 20 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="T-Mobile" cc="nl" country="Netherlands" operator="T-Mobile Netherlands 
B.V" status="Operational"
  21 bands="GSM-R 900" cc="nl" country="Netherlands" operator="ProRail B.V." 
status="Operational"
- 22 cc="nl" country="Netherlands" operator="Ministerie van Defensie"
+ 22 bands="" cc="nl" country="Netherlands" operator="Ministerie van Defensie" 
status=""
  23 bands="MVNE" cc="nl" country="Netherlands" operator="ASPIDER Solutions 
Nederland B.V." status="Operational"
- 24 cc="nl" country="Netherlands" operator="Private Mobility Nederland B.V."
+ 24 bands="" cc="nl" country="Netherlands" operator="Private Mobility 
Nederland B.V." status=""
  25 bands="PrivateGSM 1800" cc="nl" country="Netherlands" operator="CapX B.V." 
status="Operational"
- 26 cc="nl" country="Netherlands" operator="SpeakUp B.V."
- 27 cc="nl" country="Netherlands" operator="Breezz Nederland B.V."
- 28 cc="nl" country="Netherlands" operator="Lancelot B.V."
+ 26 bands="" cc="nl" country="Netherlands" operator="SpeakUp B.V." status=""
+ 27 bands="" cc="nl" country="Netherlands" operator="Breezz Nederland B.V." 
status=""
+ 28 bands="" cc="nl" country="Netherlands" operator="Lancelot B.V." status=""
+ 29 bands="" cc="nl" country="Netherlands" operator="Private Mobile Ltd" 
status=""
+ 60 bands="" cc="nl" country="Netherlands" operator="Nextgen Mobile Ltd" 
status=""
+ 61 bands="" cc="nl" country="Netherlands" operator="BodyTrace Netherlands 
B.V." status=""
+ 62 bands="MVNO" brand="Voxbone" cc="nl" country="Netherlands" 
operator="Voxbone mobile" status="Operational"
+ 64 bands="" cc="nl" country="Netherlands" operator="Zetacom B.V." status=""
+ 65 bands="" cc="nl" country="Netherlands" operator="AGMS Netherlands B.V." 
status=""
+ 66 bands="" cc="nl" country="Netherlands" operator="Utility Connect B.V." 
status=""
  67 bands="PrivateGSM 1800" cc="nl" country="Netherlands" 
operator="RadioAccess B.V." status="Operational"
- 68 cc="nl" country="Netherlands" operator="Unify Group Holding B.V."
+ 68 bands="" cc="nl" country="Netherlands" operator="Roamware (Netherlands) 
B.V." status=""
  69 cc="nl" country="Netherlands" operator="KPN Mobile The Netherlands B.V."
  00-99
 206
- 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100  / LTE 1800" 
brand="Proximus a" cc="be" country="Belgium" operator="Belgacom Mobile" 
status="Operational"
- 05 brand="Telenet" cc="be" country="Belgium" operator="Telenet" 
status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900" brand="Mobistar" cc="be" 
country="Belgium" operator="Orange S.A." status="Operational"
- 20 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="BASE" cc="be" 
country="Belgium" operator="KPN Group Belgium" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" 
brand="Proximus" cc="be" country="Belgium" operator="Belgacom Mobile" 
status="Operational"
+ 02 bands="GSM-R" cc="be" country="Belgium" operator="N.M.B.S." 
status="Operational"
+ 05 bands="MVNO" brand="Telenet" cc="be" country="Belgium" operator="Telenet" 
status="Operational"
+ 06 bands="MVNO" brand="Lycamobile" cc="be" country="Belgium" 
operator="Lycamobile sprl" status="Operational"
+ 07 bands="MVNO" brand="Vectone Mobile" cc="be" country="Belgium" 
operator="Mundio Mobile Belgium nv" status="Reserved"
+ 09 bands="MVNO" brand="Voxbone" cc="be" country="Belgium" operator="Voxbone 
mobile" status="Operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800" 
brand="Mobistar" cc="be" country="Belgium" operator="Orange S.A." 
status="Operational"
+ 15 bands="" cc="be" country="Belgium" operator="Elephant Talk Communications 
Schweiz GmbH" status="Not operational"
+ 20 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" brand="BASE" 
cc="be" country="Belgium" operator="KPN Group Belgium" status="Operational"
  00-99
 208
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900 / LTE" brand="Orange" 
cc="fr" country="France" operator="Orange S.A." status="Operational"
@@ -63,25 +81,37 @@
  14 bands="GSM-R" brand="RFF" cc="fr" country="France" operator="RFF" 
status="Operational"
  15 bands="UMTS 2100 / UMTS 900" brand="Free Mobile" cc="fr" country="France" 
operator="Iliad" status="Operational"
  16 bands="UMTS 2100 / UMTS 900" brand="Free Mobile" cc="fr" country="France" 
operator="Iliad" status="Operational"
- 20 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900 / LTE" brand="Bouygues" 
cc="fr" country="France" operator="Bouygues Telecom" status="Operational"
+ 17 bands="" brand="LEGOS" cc="fr" country="France" operator="Local Exchange 
Global Operation Services" status=""
+ 18 bands="MVNO" brand="Voxbone" cc="fr" country="France" operator="Voxbone 
mobile" status="Operational"
+ 20 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900 / LTE 1800 / LTE 2600" 
brand="Bouygues" cc="fr" country="France" operator="Bouygues Telecom" 
status="Operational"
  21 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900" brand="Bouygues" cc="fr" 
country="France" operator="Bouygues Telecom" status=""
  22 bands="" brand="Transatel Mobile" cc="fr" country="France" 
operator="Transatel" status=""
- 23 bands="GSM, UMTS" brand="Virgin Mobile (MVNO)" cc="fr" country="France" 
operator="Omea Telecom" status="Operational"
+ 23 bands="GSM / UMTS" brand="Virgin Mobile (MVNO)" cc="fr" country="France" 
operator="Omea Telecom" status="Operational"
  24 bands="UMTS" brand="MobiquiThings" cc="fr" country="France" 
status="Operational"
  25 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900" brand="LycaMobile" 
cc="fr" country="France" operator="LycaMobile" status="Operational"
- 26 bands="GSM, UMTS" brand="NRJ Mobile (MVNO)" cc="fr" country="France" 
operator="NRJ Mobile" status="Operational"
+ 26 bands="GSM / UMTS" brand="NRJ Mobile (MVNO)" cc="fr" country="France" 
operator="NRJ Mobile" status="Operational"
+ 27 bands="" cc="fr" country="France" operator="Afone" status=""
+ 28 bands="" cc="fr" country="France" operator="Astrium SAS" status=""
+ 29 bands="" cc="fr" country="France" operator="Société International Mobile 
Communication" status=""
+ 30 bands="" cc="fr" country="France" operator="Symacom" status=""
+ 31 bands="MVNO" brand="Vectone" cc="fr" country="France" operator="Mundio 
Mobile" status="Operational"
  88 bands="GSM 900 / GSM 1800" brand="Bouygues" cc="fr" country="France" 
operator="Bouygues Telecom" status="Operational"
+ 89 bands="" cc="fr" country="France" operator="Omer Telecom Ltd" status=""
+ 90 bands="" cc="fr" country="France" operator="Images & Réseaux" status=""
+ 91 bands="" cc="fr" country="France" operator="Orange S.A." status=""
+ 92 bands="LTE 2600" brand="Com4Innov" cc="fr" country="France" 
operator="Association Plate-forme Télécom" status="Operational"
+ 93 bands="" cc="fr" country="France" operator="TDF" status=""
  00-99
 212
  01 bands="GSM 900 / UMTS 2100 / LTE 2600" brand="Office des Telephones" 
cc="mc" country="Monaco" operator="Monaco Telecom" status="Operational"
  00-99
 213
- 03 bands="GSM 900" brand="Mobiland" cc="ad" country="Andorra" 
operator="Servei De Tele. DAndorra" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Mobiland" cc="ad" 
country="Andorra" operator="Servei De Tele. DAndorra" status="Operational"
  00-99
 214
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="es" 
country="Spain" operator="Vodafone Spain" status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Orange" cc="es" 
country="Spain" operator="France Telecom España SA" status="Operational"
- 04 bands="UMTS 2100 / GSM 1800" brand="Yoigo" cc="es" country="Spain" 
operator="Xfera Moviles SA" status="Operational"
+ 04 bands="GSM 1800 / UMTS 2100" brand="Yoigo" cc="es" country="Spain" 
operator="Xfera Moviles SA" status="Operational"
  05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="TME" cc="es" country="Spain" 
operator="Telefónica Móviles España" status="Operational"
  06 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="es" 
country="Spain" operator="Vodafone Spain" status="Operational"
  07 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="movistar" cc="es" 
country="Spain" operator="Telefónica Móviles España" status="Operational"
@@ -97,13 +127,20 @@
  22 bands="MVNO" brand="DigiMobil" cc="es" country="Spain" operator="Best 
Spain Telecom" status="Operational"
  23 bands="MVNO" brand="Barablu" cc="es" country="Spain" operator="Barablu 
Móvil España"
  24 bands="MVNO" brand="Eroski" cc="es" country="Spain" operator="Eroski Móvil 
España" status="Operational"
- 25 bands="MVNO" brand="LycaMobile" cc="es" country="Spain" 
operator="LycaMobile S.L." status="Operational"
+ 25 bands="MVNO" brand="Lycamobile" cc="es" country="Spain" 
operator="LycaMobile S.L." status="Operational"
+ 28 bands="" cc="es" country="Spain" operator="Consorcio de Telecomunicaciones 
Avanzadas, S.A." status=""
+ 29 bands="" cc="es" country="Spain" operator="NEO-SKY 2002, S.A." status=""
+ 30 bands="" cc="es" country="Spain" operator="Compatel Limited" status=""
+ 31 bands="" cc="es" country="Spain" operator="Red Digital De 
Telecomunicaciones de las Islas Baleares, S.L." status=""
+ 32 bands="MVNO" brand="Tuenti" cc="es" country="Spain" operator="Tuenti 
Technologies S.L." status="Operational"
  00-99
 216
- 01 bands="GSM 900 / GSM/LTE 1800 / UMTS 2100" brand="Telenor" cc="hu" 
country="Hungary" operator="Telenor Magyarország Zrt." status="Operational"
- 30 bands="GSM 900 / GSM/LTE 1800 / UMTS 2100" brand="T-Mobile" cc="hu" 
country="Hungary" operator="Magyar Telekom Plc" status="Operational"
- 70 bands="GSM/UMTS 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="hu" 
country="Hungary" operator="Vodafone Magyarország Zrt." status="Operational"
- 71 bands="" brand="UPC Hungary" cc="hu" country="Hungary" operator="UPC 
Hungary Ldt" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Telenor" cc="hu" 
country="Hungary" operator="Telenor Magyarország Zrt." status="Operational"
+ 20 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Telenor" cc="hu" 
country="Hungary" operator="Telenor Magyarország Zrt." status="Operational"
+ 30 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="T-Mobile" cc="hu" 
country="Hungary" operator="Magyar Telekom Plc" status="Operational"
+ 70 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900" brand="Vodafone" cc="hu" 
country="Hungary" operator="Vodafone Magyarország Zrt." status="Operational"
+ 71 bands="" brand="UPC Hungary" cc="hu" country="Hungary" operator="UPC 
Hungary Ltd." status="Operational"
+ 99 bands="GSM-R 900" brand="MAV GSM-R" cc="hu" country="Hungary" 
operator="Magyar Államvasutak" status="Planned"
  00-99
 218
  03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="HT-ERONET" cc="ba" 
country="Bosnia and Herzegovina" operator="Public Enterprise Croatian Telecom 
Ltd." status="Operational"
@@ -111,9 +148,9 @@
  90 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="BH Mobile" cc="ba" 
country="Bosnia and Herzegovina" operator="BH Telecom" status="Operational"
  00-99
 219
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="T-Mobile" cc="hr" 
country="Croatia" operator="T-Mobile Croatia" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="T-Mobile" cc="hr" country="Croatia" operator="T-Mobile Croatia" 
status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tele2" cc="hr" 
country="Croatia" operator="Tele2" status="Operational"
- 10 bands="GSM 900 / UMTS 2100" brand="Vip" cc="hr" country="Croatia" 
operator="Vipnet" status="Operational"
+ 10 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="Vip" cc="hr" 
country="Croatia" operator="Vipnet" status="Operational"
  00-99
 220
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telenor" cc="rs" 
country="Serbia" operator="Telenor Serbia" status="Operational"
@@ -124,25 +161,28 @@
 222
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="TIM" cc="it" country="Italy" 
operator="Telecom Italia SpA" status="Operational"
  02 bands="Satellite (Globalstar)" brand="Elsacom" cc="it" country="Italy" 
status="Not operational"
- 04 brand="Intermatica" cc="it" country="Italy"
- 05 brand="Telespazio" cc="it" country="Italy"
+ 04 bands="" brand="Intermatica" cc="it" country="Italy" status=""
+ 05 bands="" brand="Telespazio" cc="it" country="Italy" status=""
  07 bands="MVNO" brand="Noverca" cc="it" country="Italy" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 900 & 2100" brand="Vodafone" cc="it" 
country="Italy" operator="Vodafone Omnitel N.V." status="Operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Vodafone" cc="it" 
country="Italy" operator="Vodafone Omnitel N.V." status="Operational"
  30 bands="GSM-R 900" brand="RFI" cc="it" country="Italy" operator="Rete 
Ferroviaria Italiana" status="Operational"
- 35 bands="MVNO" brand="Lyca Italy" cc="it" country="Italy" operator="Lyca 
Mobile" status="Planned"
+ 34 bands="MVNO" brand="BT Italia" cc="it" country="Italy" operator="British 
Telecom Italia" status="Reserved"
+ 35 bands="MVNO" brand="Lyca Italy" cc="it" country="Italy" operator="Lyca 
Mobile" status="Reserved"
  77 bands="UMTS 2100" brand="IPSE 2000" cc="it" country="Italy" status="Not 
operational"
  88 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Wind" cc="it" 
country="Italy" operator="Wind Telecomunicazioni SpA" status="Operational"
  98 bands="GSM 1800" brand="Blu" cc="it" country="Italy" status="Not 
operational"
  99 bands="UMTS 2100" brand="3 Italia" cc="it" country="Italy" 
operator="Hutchison 3G" status="Operational"
  00-99
 226
- 01 bands="GSM 900/1800<br />UMTS 900/2100<br />LTE 1800" brand="Vodafone" 
cc="ro" country="Romania" operator="Vodafone România" status="Operational"
- 02 bands="CDMA 420" brand="Romtelecom" cc="ro" country="Romania" 
operator="Romtelecom" status="Operational"
- 03 bands="GSM 900/1800<br />LTE 1800" brand="Cosmote" cc="ro" 
country="Romania" operator="Cosmote România" status="Operational"
- 04 bands="CDMA 450" brand="Cosmote/Zapp" cc="ro" country="Romania" 
operator="Cosmote România" status="Not operational"
- 05 bands="UMTS 2100" brand="Digi.Mobil" cc="ro" country="Romania" 
operator="RCS&RDS" status="Operational"
- 06 bands="UMTS 2100" brand="Cosmote/Zapp" cc="ro" country="Romania" 
operator="Cosmote România" status="Operational"
- 10 bands="GSM 900/1800<br />UMTS 900/2100<br />LTE 1800" brand="Orange" 
cc="ro" country="Romania" operator="Orange România" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
TD-LTE 2600" brand="Vodafone" cc="ro" country="Romania" operator="Vodafone 
România" status="Operational"
+ 02 bands="CDMA 420" brand="Clicknet Mobile" cc="ro" country="Romania" 
operator="Telekom Romania" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / LTE 800 / LTE 1800 / LTE 2600" brand="Telekom" 
cc="ro" country="Romania" operator="Telekom Romania" status="Operational"
+ 04 bands="CDMA 450" brand="Cosmote/Zapp" cc="ro" country="Romania" 
operator="Telekom Romania" status="Not operational"
+ 05 bands="UMTS 900 / UMTS 2100" brand="Digi.Mobil" cc="ro" country="Romania" 
operator="RCS&RDS" status="Operational"
+ 06 bands="UMTS 2100" brand="Telekom/Zapp" cc="ro" country="Romania" 
operator="Telekom Romania" status="Operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Orange" cc="ro" country="Romania" operator="Orange România" 
status="Operational"
+ 11 bands="MVNO" cc="ro" country="Romania" operator="Enigma-System" status=""
+ 15 bands="TD-LTE 2600" brand="Idilis" cc="ro" country="Romania" 
operator="Idilis" status="Planned"
  00-99
 228
  01 bands="GSM 900 / GSM / LTE 1800 / UMTS 2100" brand="Swisscom" cc="ch" 
country="Switzerland" operator="Swisscom Ltd" status="Operational"
@@ -159,20 +199,22 @@
  52 brand="Barablu" cc="ch" country="Switzerland" operator="Barablu"
  53 cc="ch" country="Switzerland" operator="UPC" status="Inactive"
  54 bands="MVNO" cc="ch" country="Switzerland" operator="Lyca Mobile" 
status="Operational"
+ 99 cc="ch" country="Switzerland" operator="Swisscom" status=""
  00-99
 230
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="T-Mobile" cc="cy" 
country="Cyprus" operator="T-Mobile Czech Republic" status="Operational"
- 02 bands="CDMA2000 450 / GSM 900 / GSM 1800 / UMTS 2100" 
brand="O<sub>2</sub>" cc="cy" country="Cyprus" operator="Telefónica Czech 
Republic" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="cy" 
country="Cyprus" operator="Vodafone Czech Republic" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="T-Mobile" cc="cy" country="Cyprus" operator="T-Mobile Czech Republic" 
status="Operational"
+ 02 bands="CDMA 450 / GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="O<sub>2</sub>" cc="cy" country="Cyprus" operator="Telefónica Czech 
Republic" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 900 / LTE 1800" 
brand="Vodafone" cc="cy" country="Cyprus" operator="Vodafone Czech Republic" 
status="Operational"
  04 bands="CDMA2000 410 - 430" brand="U:fon" cc="cy" country="Cyprus" 
operator="Air Telecom a. s." status="Operational"
- 05 cc="cy" country="Cyprus" operator="TRAVEL TELEKOMMUNIKATION, s.r.o." 
status="unknown"
- 06 cc="cy" country="Cyprus" operator="OSNO TELECOMUNICATION, s.r.o." 
status="unknown"
+ 05 bands="" cc="cy" country="Cyprus" operator="TRAVEL TELEKOMMUNIKATION, 
s.r.o." status=""
+ 06 bands="" cc="cy" country="Cyprus" operator="OSNO TELECOMUNICATION, s.r.o." 
status=""
  07 bands="MVNO" cc="cy" country="Cyprus" operator="ASTELNET, s.r.o." 
status="Operational"
+ 08 bands="" cc="cy" country="Cyprus" operator="Compatel s.r.o." status=""
  98 bands="GSM-R 900" cc="cy" country="Cyprus" operator="Správa železniční 
dopravní cesty, s.o." status="Operational"
  99 bands="GSM 1800" brand="Vodafone" cc="cy" country="Cyprus" 
operator="Vodafone Czech Republic" status="Operational"
  00-99
 231
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange" cc="sk" 
country="Slovakia" operator="Orange Slovensko" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900<ref name=gsa_umts900_130214 />/2100" 
brand="Orange" cc="sk" country="Slovakia" operator="Orange Slovensko" 
status="Operational"
  02 bands="GSM 900 / GSM 1800" brand="Telekom" cc="sk" country="Slovakia" 
operator="Slovak Telekom" status="Operational"
  03 bands="" cc="sk" country="Slovakia" operator="Unient Communications" 
status=""
  04 bands="UMTS 2100" brand="T-Mobile" cc="sk" country="Slovakia" 
operator="T-Mobile Slovensko" status="Operational"
@@ -180,168 +222,196 @@
  99 bands="GSM-R" brand="ŽSR" cc="sk" country="Slovakia" operator="Železnice 
Slovenskej Republiky" status="Operational"
  00-99
 232
- 01 bands="GSM / UMTS / LTE 2600" brand="A1 TA" country="Austria - AT" 
operator="A1 Telekom Austria" status="operational network"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600" brand="A1 TA" 
country="Austria - AT" operator="A1 Telekom Austria" status="Operational"
  02 country="Austria - AT" operator="A1 Telekom Austria" status="reserved"
- 03 bands="GSM / UMTS / LTE 2600" brand="T-Mobile AT" country="Austria - AT" 
operator="T-Mobile Austria" status="operational network"
- 05 bands="GSM / UMTS" brand="Orange AT" country="Austria - AT" 
operator="Hutchison Drei Austria" status="operational network"
- 07 brand="tele.ring" country="Austria - AT" operator="T-Mobile Austria" 
status="MVNE / MNVO"
- 08 country="Austria - AT" status="MNVO / not active"
- 09 brand="Tele2Mobil" country="Austria - AT" operator="A1 Telekom Austria" 
status="MVNO as of Nov. 2013"
- 10 bands="UMTS / LTE" brand="3AT" country="Austria - AT" operator="Hutchison 
Drei Austria" status="operational network"
- 11 brand="bob" country="Austria - AT" operator="A1 Telekom Austria" 
status="MVNO"
- 12 brand="yesss!" country="Austria - AT" operator="A1 Telekom Austria" 
status="MNVE / MVNO"
- 13 country="Austria - AT" status="MNVO / not active"
- 14 country="Austria - AT" operator="Hutchison Drei Austria" status="reserved"
- 15 brand="Vectone" country="Austria - AT" operator="A1 Telekom Austria" 
status="MNVO"
- 16 country="Austria - AT" operator="Hutchison Drei Austria" status="reserved"
- 91 bands="GSM-R" brand="GSM-R A" country="Austria - AT" operator="ÖBB" 
status="operational network"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="T-Mobile AT" 
country="Austria - AT" operator="T-Mobile Austria" status="Operational"
+ 04 bands="" brand="T-Mobile AT" country="Austria - AT" operator="T-Mobile 
Austria Gmbh" status=""
+ 05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange AT" country="Austria 
- AT" operator="Hutchison Drei Austria" status="Operational"
+ 06 bands="" brand="Orange AT" country="Austria - AT" operator="Orange Austria 
GmbH" status=""
+ 07 bands="MVNO" brand="tele.ring" country="Austria - AT" operator="T-Mobile 
Austria" status="Operational"
+ 08 country="Austria - AT" status="Not operational"
+ 09 bands="MVNO" brand="Tele2Mobil" country="Austria - AT" operator="A1 
Telekom Austria" status="Operational"
+ 10 bands="UMTS 2100 / LTE 2600" brand="3AT" country="Austria - AT" 
operator="Hutchison Drei Austria" status="Operational"
+ 11 bands="MVNO" brand="bob" country="Austria - AT" operator="A1 Telekom 
Austria" status="Operational"
+ 12 bands="MVNO" brand="yesss!" country="Austria - AT" operator="A1 Telekom 
Austria" status="Operational"
+ 13 bands="" country="Austria - AT" status="Not operational"
+ 14 bands="" country="Austria - AT" operator="Hutchison Drei Austria" 
status="Reserved"
+ 15 bands="MVNO" brand="Vectone" country="Austria - AT" operator="Mundio 
Mobile Austria" status="Operational"
+ 16 country="Austria - AT" operator="Hutchison Drei Austria" status="Reserved"
+ 91 bands="GSM-R" brand="GSM-R A" country="Austria - AT" operator="ÖBB" 
status="Operational"
  00-99
 234
- 00 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="BT" cc="gb" country="United 
Kingdom" operator="BT Group" status="Operational"
- 01 bands="GSM 1800" brand="Vectone Mobile" cc="gb" country="United Kingdom" 
operator="Mundio Mobile Limited" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100 & 900" brand="O2 (UK)" cc="gb" 
country="United Kingdom" operator="Telefónica Europe" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Airtel-Vodafone" cc="gb" 
country="United Kingdom" operator="Jersey Airtel Limited" status="Operational"
- 04 bands="GSM 1800" brand="FMS Solutions Ltd" cc="gb" country="United 
Kingdom" operator="FMS Solutions Ltd" status="Reserved"
- 05 cc="gb" country="United Kingdom" operator="COLT Mobile Telecommunications 
Limited"
- 06 cc="gb" country="United Kingdom" operator="Internet Computer Bureau 
Limited"
- 07 bands="GSM 1800" cc="gb" country="United Kingdom" operator="Cable & 
Wireless Worldwide" status="Operational"
- 08 cc="gb" country="United Kingdom" operator="OnePhone (UK) Ltd"
- 09 bands="GSM 900/1800" brand="Sure Mobile" cc="gb" country="United Kingdom" 
operator="Tismi BV" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 2100 & 900" brand="O2 (UK)" cc="gb" 
country="United Kingdom" operator="Telefónica Europe" status="Operational"
- 11 bands="GSM 900 / GSM 1800 / UMTS 2100 & 900" brand="O2 (UK)" cc="gb" 
country="United Kingdom" operator="Telefónica Europe" status="Operational"
- 12 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Railtrack" cc="gb" 
country="United Kingdom" operator="Network Rail Infrastructure Ltd" 
status="Operational"
- 13 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Railtrack" cc="gb" 
country="United Kingdom" operator="Network Rail Infrastructure Ltd" 
status="Operational"
- 14 bands="GSM 1800" brand="Hay Systems Ltd" cc="gb" country="United Kingdom" 
operator="Hay Systems Ltd" status="Operational"
- 15 bands="GSM 900 / GSM 1800 / UMTS 2100 & 900" brand="Vodafone UK" cc="gb" 
country="United Kingdom" operator="Vodafone" status="Operational"
- 16 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Talk Talk (Opal Tel Ltd)" 
cc="gb" country="United Kingdom" operator="TalkTalk Communications Limited" 
status="Operational"
- 17 cc="gb" country="United Kingdom" operator="FleXtel Limited"
- 18 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cloud9" cc="gb" 
country="United Kingdom" operator="Cloud9" status="Operational"
- 19 bands="GSM 1800" brand="Private Mobile Networks PMN" cc="gb" 
country="United Kingdom" operator="Teleware plc" status="Operational"
- 20 bands="UMTS 2100" brand="3" cc="gb" country="United Kingdom" 
operator="Hutchison 3G UK Ltd" status="Operational"
- 22 bands="" brand="RoutoMessaging" cc="gb" country="United Kingdom" 
operator="Routo Telecommunications Limited" status="Operational"
- 24 bands="" brand="Greenfone" cc="gb" country="United Kingdom" 
operator="Stour Marine" status="Operational"
- 25 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Truphone" cc="gb" 
country="United Kingdom" operator="Truphone" status="Operational"
- 26 brand="Lycamobile" cc="gb" country="United Kingdom" status="Operational"
- 27 bands="GSM 900 / GSM 1800 / UMTS 2100" cc="gb" country="United Kingdom" 
operator="Teleena UK Limited" status="Operational"
- 30 bands="GSM 1800 / UMTS 2100" brand="T-Mobile UK" cc="gb" country="United 
Kingdom" operator="EE" status="Operational"
- 31 bands="GSM 1800 / UMTS 2100" brand="Virgin Mobile UK" cc="gb" 
country="United Kingdom" operator="Virgin Media" status="Operational"
- 32 bands="GSM 1800 / UMTS 2100" brand="Virgin Mobile UK" cc="gb" 
country="United Kingdom" operator="Virgin Media" status="Operational"
- 33 bands="GSM 1800 / UMTS 2100" brand="Orange (UK)" cc="gb" country="United 
Kingdom" operator="EE" status="Operational"
- 34 bands="GSM 1800 / UMTS 2100" brand="Orange (UK)" cc="gb" country="United 
Kingdom" operator="EE" status="Operational"
- 35 cc="gb" country="United Kingdom" operator="JSC Ingenium (UK) Limited"
- 36 cc="gb" country="United Kingdom" operator="Cable and Wireless Isle of Man 
Limited"
- 37 cc="gb" country="United Kingdom" operator="Synectiv Ltd"
- 50 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="JT" cc="gb" country="United 
Kingdom" operator="JT Group Limited" status="Operational"
- 51 bands="TD-LTE" brand="UK Broadband Limited" cc="gb" country="United 
Kingdom" operator="UK Broadband Limited" status="Operational"
- 55 bands="GSM 900 (Guernsey) / GSM 1800 (Jersey) / UMTS 2100" brand="Sure 
Mobile" cc="gb" country="United Kingdom" operator="Cable & Wireless Guernsey / 
Sure Mobile (Jersey)" status="Operational"
- 58 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Pronto GSM" cc="gb" 
country="United Kingdom" operator="Manx Telecom" status="Operational"
- 76 bands="GSM 900  / GSM 1800" brand="BT" cc="gb" country="United Kingdom" 
operator="BT Group" status="Operational"
- 78 bands="TETRA" brand="Airwave" cc="gb" country="United Kingdom" 
operator="Airwave (communications network)" status="Operational"
+ 00 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="BT" cc="uk" country="United 
Kingdom" operator="BT Group" status="Operational"
+ 01 bands="GSM 1800" brand="Vectone Mobile" cc="uk" country="United Kingdom" 
operator="Mundio Mobile Limited" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 & 900" brand="O2 (UK)" cc="uk" 
country="United Kingdom" operator="Telefónica Europe" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Airtel-Vodafone" cc="uk" 
country="United Kingdom" operator="Jersey Airtel Limited" status="Operational"
+ 04 bands="GSM 1800" brand="FMS Solutions Ltd" cc="uk" country="United 
Kingdom" operator="FMS Solutions Ltd" status="Reserved"
+ 05 cc="uk" country="United Kingdom" operator="COLT Mobile Telecommunications 
Limited"
+ 06 cc="uk" country="United Kingdom" operator="Internet Computer Bureau 
Limited"
+ 07 bands="GSM 1800" cc="uk" country="United Kingdom" operator="Cable & 
Wireless Worldwide" status="Operational"
+ 08 cc="uk" country="United Kingdom" operator="OnePhone (UK) Ltd"
+ 09 bands="GSM 900 / GSM 1800" brand="Sure Mobile" cc="uk" country="United 
Kingdom" operator="Tismi BV" status="Operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 2100 & 900" brand="O2 (UK)" cc="uk" 
country="United Kingdom" operator="Telefónica Europe" status="Operational"
+ 11 bands="GSM 900 / GSM 1800 / UMTS 2100 & 900" brand="O2 (UK)" cc="uk" 
country="United Kingdom" operator="Telefónica Europe" status="Operational"
+ 12 bands="GSM-R" brand="Railtrack" cc="uk" country="United Kingdom" 
operator="Network Rail Infrastructure Ltd" status="Operational"
+ 13 bands="GSM-R" brand="Railtrack" cc="uk" country="United Kingdom" 
operator="Network Rail Infrastructure Ltd" status="Operational"
+ 14 bands="GSM 1800" brand="Hay Systems Ltd" cc="uk" country="United Kingdom" 
operator="Hay Systems Ltd" status="Operational"
+ 15 bands="GSM 900 / GSM 1800 / UMTS 2100 & 900" brand="Vodafone UK" cc="uk" 
country="United Kingdom" operator="Vodafone" status="Operational"
+ 16 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Talk Talk" cc="uk" 
country="United Kingdom" operator="TalkTalk Communications Limited" 
status="Operational"
+ 17 cc="uk" country="United Kingdom" operator="FleXtel Limited"
+ 18 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cloud9" cc="uk" 
country="United Kingdom" operator="Cloud9" status="Operational"
+ 19 bands="GSM 1800" brand="Private Mobile Networks PMN" cc="uk" 
country="United Kingdom" operator="Teleware plc" status="Operational"
+ 20 bands="UMTS 2100" brand="3" cc="uk" country="United Kingdom" 
operator="Hutchison 3G UK Ltd" status="Operational"
+ 22 bands="" brand="RoutoMessaging" cc="uk" country="United Kingdom" 
operator="Routo Telecommunications Limited" status="Operational"
+ 23 bands="" cc="uk" country="United Kingdom" operator="Icron Network Limited" 
status=""
+ 24 bands="" brand="Greenfone" cc="uk" country="United Kingdom" 
operator="Stour Marine" status="Operational"
+ 25 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Truphone" cc="uk" 
country="United Kingdom" operator="Truphone" status="Operational"
+ 26 brand="Lycamobile" cc="uk" country="United Kingdom" operator="Lycamobile 
UK Limited" status="Operational"
+ 27 bands="GSM 900 / GSM 1800 / UMTS 2100" cc="uk" country="United Kingdom" 
operator="Teleena UK Limited" status="Operational"
+ 28 bands="" brand="Marathon Telecom Ltd" cc="uk" country="United Kingdom" 
operator="Marathon Telecom Limited" status="Operational"
+ 29 bands="" brand="aql" cc="uk" country="United Kingdom" operator="(aq) 
Limited" status=""
+ 30 bands="GSM 1800 / UMTS 2100" brand="T-Mobile UK" cc="uk" country="United 
Kingdom" operator="EE" status="Operational"
+ 31 bands="GSM 1800 / UMTS 2100" brand="Virgin Mobile UK" cc="uk" 
country="United Kingdom" operator="Virgin Media" status="Operational"
+ 32 bands="GSM 1800 / UMTS 2100" brand="Virgin Mobile UK" cc="uk" 
country="United Kingdom" operator="Virgin Media" status="Operational"
+ 33 bands="GSM 1800 / UMTS 2100" brand="Orange (UK)" cc="uk" country="United 
Kingdom" operator="EE" status="Operational"
+ 34 bands="GSM 1800 / UMTS 2100" brand="Orange (UK)" cc="uk" country="United 
Kingdom" operator="EE" status="Operational"
+ 35 bands="" cc="uk" country="United Kingdom" operator="JSC Ingenium (UK) 
Limited" status=""
+ 36 bands="" cc="uk" country="United Kingdom" operator="Sure (Isle of Man) 
Limited" status=""
+ 37 bands="" cc="uk" country="United Kingdom" operator="Synectiv Ltd" status=""
+ 38 bands="" brand="Virgin Mobile UK" cc="uk" country="United Kingdom" 
operator="Virgin Media" status=""
+ 39 bands="" cc="uk" country="United Kingdom" operator="SSE Energy Supply 
Limited" status=""
+ 50 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="JT" cc="uk" country="United 
Kingdom" operator="JT Group Limited" status="Operational"
+ 51 bands="TD-LTE" brand="UK Broadband" cc="uk" country="United Kingdom" 
operator="UK Broadband Limited" status="Operational"
+ 52 bands="" cc="uk" country="United Kingdom" operator="Shyam Telecom UK Ltd" 
status=""
+ 53 bands="" cc="uk" country="United Kingdom" operator="Limitless Mobile Ltd" 
status=""
+ 55 bands="GSM 900 (Guernsey) / GSM 1800 (Jersey) / UMTS 2100" brand="Sure 
Mobile" cc="uk" country="United Kingdom" operator="Cable & Wireless Guernsey / 
Sure Mobile (Jersey)" status="Operational"
+ 58 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Pronto GSM" cc="uk" 
country="United Kingdom" operator="Manx Telecom" status="Operational"
+ 76 bands="GSM 900  / GSM 1800" brand="BT" cc="uk" country="United Kingdom" 
operator="BT Group" status="Operational"
+ 78 bands="TETRA" brand="Airwave" cc="uk" country="United Kingdom" 
operator="Airwave Solutions Ltd" status="Operational"
+ 86 bands="" cc="uk" country="United Kingdom" operator="EE" status=""
  00-99
 235
- 00 cc="gb" country="United Kingdom" operator="Mundio Mobile Limited"
- 01 cc="gb" country="United Kingdom" operator="EE"
- 02 cc="gb" country="United Kingdom" operator="EE"
- 77 brand="BT" cc="gb" country="United Kingdom" operator="BT Group"
- 91 cc="gb" country="United Kingdom" operator="Vodafone United Kingdom"
- 92 cc="gb" country="United Kingdom" operator="Cable & Wireless UK"
- 94 cc="gb" country="United Kingdom" operator="Hutchison 3G UK Ltd"
- 95 cc="gb" country="United Kingdom" operator="Network Rail Infrastructure 
Limited"
+ 00 cc="uk" country="United Kingdom" operator="Mundio Mobile Limited"
+ 01 bands="" cc="uk" country="United Kingdom" operator="EE" status=""
+ 02 bands="" cc="uk" country="United Kingdom" operator="EE" status=""
+ 03 bands="" brand="UK Broadband" cc="uk" country="United Kingdom" 
operator="UK Broadband Limited" status=""
+ 77 brand="BT" cc="uk" country="United Kingdom" operator="BT Group"
+ 91 cc="uk" country="United Kingdom" operator="Vodafone United Kingdom"
+ 92 cc="uk" country="United Kingdom" operator="Cable & Wireless UK"
+ 94 cc="uk" country="United Kingdom" operator="Hutchison 3G UK Ltd"
+ 95 cc="uk" country="United Kingdom" operator="Network Rail Infrastructure 
Limited"
  00-99
 238
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="TDC" cc="dk" 
country="Denmark" operator="TDC A/S" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telenor" cc="dk" 
country="Denmark" operator="Telenor Denmark" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="TDC" cc="dk" 
country="Denmark" operator="TDC A/S" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Telenor" cc="dk" country="Denmark" operator="Telenor Denmark" 
status="Operational"
  03 bands="" brand="End2End" cc="dk" country="Denmark" operator="MIGway A/S" 
status="Reserved"
- 05 bands="" cc="dk" country="Denmark" operator="ApS KBUS" status="Reserved"
- 06 bands="UMTS 2100" brand="3" cc="dk" country="Denmark" operator="Hi3G 
Denmark ApS" status="Operational"
- 07 bands="" cc="dk" country="Denmark" operator="Barablu Mobile Ltd." 
status="Reserved"
- 08 bands="" brand="Nordisk Mobiltelefon" cc="dk" country="Denmark" status=""
- 09 bands="-" cc="dk" country="Denmark" operator="Dansk 
Beredskabskommunikation A/S" status=""
+ 04 bands="" cc="dk" country="Denmark" operator="NextGen Mobile Ltd" status=""
+ 05 bands="TETRA" brand="TetraNet" cc="dk" country="Denmark" operator="ApS 
KBUS 38 nr. 4418" status="Operational"
+ 06 bands="UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" brand="3" cc="dk" 
country="Denmark" operator="Hi3G Denmark ApS" status="Operational"
+ 07 bands="MVNO" brand="Vectone Mobile" cc="dk" country="Denmark" 
operator="Mundio Mobile (Denmark) Limited" status="Operational"
+ 08 bands="MVNO" brand="Voxbone" cc="dk" country="Denmark" operator="Voxbone 
mobile" status="Operational"
+ 09 bands="TETRA" brand="SINE" cc="dk" country="Denmark" operator="Dansk 
Beredskabskommunikation A/S" status="Operational"
  10 bands="" brand="TDC" cc="dk" country="Denmark" operator="TDC A/S" 
status="Operational"
- 11 bands="" cc="dk" country="Denmark" operator="Dansk Beredskabskommunikation 
A/S" status=""
- 12 bands="" cc="dk" country="Denmark" operator="Lycamobile Denmark Ltd" 
status=""
- 20 bands="GSM 900 / GSM 1800" brand="Telia" cc="dk" country="Denmark" 
status="Operational"
+ 11 bands="TETRA" brand="SINE" cc="dk" country="Denmark" operator="Dansk 
Beredskabskommunikation A/S" status="Operational"
+ 12 bands="MVNO" brand="Lycamobile" cc="dk" country="Denmark" 
operator="Lycamobile Denmark Ltd" status="Operational"
+ 13 bands="" cc="dk" country="Denmark" operator="Compatel Limited" status=""
+ 20 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Telia" cc="dk" country="Denmark" operator="Telia" 
status="Operational"
  23 bands="GSM-R" brand="GSM-R DK" cc="dk" country="Denmark" 
operator="Banedanmark" status="Operational"
- 30 bands="GSM 900 / GSM 1800" brand="Telia" cc="dk" country="Denmark" 
operator="Telia Nättjänster Norden AB" status="Operational"
+ 28 bands="" cc="dk" country="Denmark" operator="CoolTEL ApS" status=""
+ 30 bands="" cc="dk" country="Denmark" operator="Interactive digital media 
GmbH" status=""
  40 bands="" cc="dk" country="Denmark" operator="Ericsson Danmark A/S" 
status=""
+ 43 bands="" cc="dk" country="Denmark" operator="MobiWeb Limited" status=""
+ 66 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" cc="dk" country="Denmark" operator="TT-Netværket P/S" status=""
  77 bands="GSM 900 / GSM 1800" brand="Telenor" cc="dk" country="Denmark" 
operator="Telenor Denmark" status="Operational"
  00-99
 240
- 01 bands="GSM 900 / GSM 1800" brand="Telia" cc="se" country="Sweden" 
operator="TeliaSonera Sverige AB" status="Operational"
- 02 bands="UMTS 900 / UMTS 2100" brand="3" cc="se" country="Sweden" 
operator="HI3G Access AB" status="Operational"
- 03 bands="CDMA2000 450" brand="Ice.net" cc="se" country="Sweden" 
operator="Netett Sverige AB" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / LTE 800 / LTE 1800 / LTE 2600" brand="Telia" 
cc="se" country="Sweden" operator="TeliaSonera Sverige AB" status="Operational"
+ 02 bands="UMTS 900 / UMTS 2100 / LTE 2600" brand="3" cc="se" country="Sweden" 
operator="HI3G Access AB" status="Operational"
+ 03 bands="CDMA2000 450" brand="Net 1" cc="se" country="Sweden" 
operator="Netett Sverige AB" status="Operational"
  04 bands="UMTS 2100" brand="SWEDEN" cc="se" country="Sweden" operator="3G 
Infrastructure Services AB" status="Operational"
  05 bands="UMTS 2100" brand="Sweden 3G" cc="se" country="Sweden" 
operator="Svenska UMTS-Nät AB" status="Operational"
  06 bands="UMTS 2100" brand="Telenor" cc="se" country="Sweden" 
operator="Telenor Sverige AB" status="Operational"
- 07 bands="GSM 900 / GSM 1800 (Now merged with Telenor into Net4Mobility)" 
brand="Tele2" cc="se" country="Sweden" operator="Tele2 Sverige AB" 
status="Inactive"
+ 07 bands="GSM 900 / GSM 1800" brand="Tele2" cc="se" country="Sweden" 
operator="Tele2 Sverige AB" status="Inactive"
  08 bands="GSM 900 / GSM 1800" brand="Telenor" cc="se" country="Sweden" 
operator="Telenor Sverige AB" status="Operational"
- 09 bands="GSM 900 / GSM 1800" brand="djuice" cc="se" country="Sweden" 
operator="Djuice Mobile Sweden, filial till Telenor Mobile Sweden AS" 
status="Inactive"
- 10 bands="Only used on femto- and nanocells" brand="Spring Mobil" cc="se" 
country="Sweden" operator="Spring Mobil AB" status="Operational"
- 11 bands="" cc="se" country="Sweden" operator="Lindholmen Science Park AB" 
status=""
- 12 bands="" brand="Lycamobile Sweden" cc="se" country="Sweden" 
operator="Lycamobile Sweden Limited" status=""
+ 09 bands="MVNO" brand="djuice" cc="se" country="Sweden" operator="Telenor 
Mobile Sweden AS" status="Not operational"
+ 10 brand="Spring Mobil" cc="se" country="Sweden" operator="Spring Mobil AB" 
status="Operational"
+ 11 bands="" cc="se" country="Sweden" operator="Lindholmen Science Park AB" 
status="Not operational"
+ 12 bands="MVNO" brand="Lycamobile" cc="se" country="Sweden" 
operator="Lycamobile Sweden Limited" status="Operational"
  13 bands="" cc="se" country="Sweden" operator="Alltele Företag Sverige AB" 
status=""
- 14 bands="GSM 900 / GSM 1800 / UMTS 2100" cc="se" country="Sweden" 
operator="TDC Sverige AB" status="Inactive"
+ 14 bands="MVNO" cc="se" country="Sweden" operator="TDC Sverige AB" 
status="Inactive"
  15 bands="GSM 900 / GSM 1800 / UMTS 2100" cc="se" country="Sweden" 
operator="Wireless Maingate Nordic AB" status="Operational"
  16 bands="GSM" cc="se" country="Sweden" operator="42 Telecom AB" 
status="Operational"
  17 bands="" brand="Gotanet" cc="se" country="Sweden" operator="Götalandsnätet 
AB" status=""
  18 bands="" cc="se" country="Sweden" operator="Generic Mobile Systems Sweden 
AB" status=""
- 19 bands="" cc="se" country="Sweden" operator="Mundio Mobile (Sweden) 
Limited" status=""
+ 19 bands="MVNO" brand="Vectone Mobile / Delight Mobile" cc="se" 
country="Sweden" operator="Mundio Mobile (Sweden) Limited" status="Operational"
  20 bands="GSM" cc="se" country="Sweden" operator="Wireless Maingate Messaging 
Services AB" status="Operational"
  21 bands="GSM-R 900" brand="MobiSir" cc="se" country="Sweden" 
operator="Trafikverket ICT" status="Operational"
  22 bands="" cc="se" country="Sweden" operator="EuTel AB" status=""
  23 bands="" cc="se" country="Sweden" operator="Infobip Limited" 
status="Operational"
- 24 bands="GSM 900 / LTE 2600/900/1800 (LTE1800 only available in major 
cities)" brand="Sweden 2G" cc="se" country="Sweden" operator="Net4Mobility HB" 
status="Operational"
- 25 bands="" cc="se" country="Sweden" operator="Digitel Mobile Srl" status=""
+ 24 bands="GSM 900 / UMTS 2100 / LTE 900 / LTE 1800 / LTE 2600" brand="Sweden 
2G" cc="se" country="Sweden" operator="Net4Mobility HB" status="Operational"
+ 25 bands="" cc="se" country="Sweden" operator="Digitel Mobile Srl" 
status="Not operational"
  26 bands="GSM" cc="se" country="Sweden" operator="Beepsend AB" 
status="Operational"
- 27 bands="" cc="se" country="Sweden" operator="Fogg Mobile AB" status=""
+ 27 bands="MVNO" cc="se" country="Sweden" operator="Fogg Mobile AB" 
status="Operational"
  28 bands="" cc="se" country="Sweden" operator="CoolTEL Aps" status=""
  29 bands="" cc="se" country="Sweden" operator="Mercury International Carrier 
Services" status=""
  30 bands="" cc="se" country="Sweden" operator="NextGen Mobile Ltd." status=""
- 31 bands="" cc="se" country="Sweden" operator="Mobimax AB" status=""
+ 31 bands="" cc="se" country="Sweden" operator="Mobimax AB" status="Not 
operational"
  32 bands="" cc="se" country="Sweden" operator="Compatel Limited" status=""
  33 bands="" cc="se" country="Sweden" operator="Mobile Arts AB" status=""
- 34 bands="" cc="se" country="Sweden" operator="Tigo LTD." status=""
+ 34 bands="" cc="se" country="Sweden" operator="Pro Net Telecommunications 
Services Ltd." status=""
  35 bands="" cc="se" country="Sweden" operator="42 Telecom LTD" status=""
  36 bands="" cc="se" country="Sweden" operator="interactive digital media 
GmbH" status=""
  37 bands="" cc="se" country="Sweden" operator="CLX Networks AB" 
status="Operational"
- 38 bands="" cc="se" country="Sweden" operator="Voxbone SA" status=""
+ 38 bands="MVNO" brand="Voxbone" cc="se" country="Sweden" operator="Voxbone 
mobile" status="Operational"
+ 39 bands="" cc="se" country="Sweden" operator="iCentrex Sweden AB" 
status="Not operational"
  40 bands="" cc="se" country="Sweden" operator="ReWiCom Scandinavia AB" 
status=""
  41 bands="" cc="se" country="Sweden" operator="Shyam Telecom UK Ltd." 
status=""
  42 bands="" cc="se" country="Sweden" operator="Telenor Connexion AB" status=""
+ 43 bands="" cc="se" country="Sweden" operator="MobiWeb Ltd." status=""
+ 44 bands="" cc="se" country="Sweden" operator="Limitless Mobile AB" status=""
  00-99
 242
- 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Telenor" cc="no" 
country="Norway" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="NetCom" cc="no" 
country="Norway" operator="NetCom GSM" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Telenor" cc="no" country="Norway" operator="Telenor Norge AS" 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="NetCom" cc="no" country="Norway" operator="TeliaSonera Norge AS" 
status="Operational"
  03 brand="Teletopia" cc="no" country="Norway" operator="Teletopia" 
status="Not operational"
- 04 bands="MNO" brand="Tele2" cc="no" country="Norway" operator="Tele2(Mobile 
Norway AS)" status="Operational"
- 05 bands="UMTS 900 / UMTS 2100" brand="Network Norway" cc="no" 
country="Norway" operator="Tele2(Mobile Norway AS)" status="Operational"
+ 04 bands="MVNO" brand="Tele2" cc="no" country="Norway" operator="Tele2 
(Mobile Norway AS)" status="Operational"
+ 05 bands="GSM 900 / UMTS 900 / UMTS 2100" brand="Network Norway" cc="no" 
country="Norway" operator="Tele2 (Mobile Norway AS)" status="Operational"
  06 bands="CDMA2000 450" brand="Ice" cc="no" country="Norway" 
operator="Nordisk Mobiltelefon" status="Operational"
- 07 bands="MVNO of Telenor NO" brand="Ventelo" cc="no" country="Norway" 
operator="Ventelo AS" status="Operational"
+ 07 bands="MVNO" brand="Ventelo" cc="no" country="Norway" operator="Ventelo 
AS" status="Operational"
  08 bands="MVNO" brand="TDC" cc="no" country="Norway" operator="TDC Mobil AS" 
status="Operational"
  09 bands="MVNO" brand="Com4" cc="no" country="Norway" operator="Com4 AS" 
status="Operational"
  11 bands="Test" brand="SystemNet" cc="no" country="Norway" 
operator="SystemNet AS" status=""
+ 12 bands="" brand="Telenor" cc="no" country="Norway" operator="Telenor Norge 
AS" status=""
  20 bands="GSM-R 900" cc="no" country="Norway" operator="Jernbaneverket AS" 
status="Operational"
+ 21 bands="GSM-R 900" cc="no" country="Norway" operator="Jernbaneverket AS" 
status="Operational"
  23 bands="MVNO" brand="Lyca" cc="no" country="Norway" operator="Lyca Mobile 
Ltd" status="Operational"
+ 24 bands="" cc="no" country="Norway" operator="Mobile Norway AS" status=""
+ 25 bands="" cc="no" country="Norway" operator="Forsvarets kompetansesenter 
KKIS" status=""
  00-99
 244
  03 bands="GSM 1800" brand="DNA" cc="fi" country="Finland" operator="DNA Oy" 
status="Operational"
  04 bands="MVNO" brand="AINA" cc="fi" country="Finland" operator="DNA Oy / 
Aina Oyj" status="Operational"
- 05 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Elisa" cc="fi" country="Finland" operator="Elisa Oyj" 
status="Operational"
+ 05 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Elisa" cc="fi" country="Finland" operator="Elisa Oyj" 
status="Operational"
  07 bands="GSM 900 / GSM 1800" brand="Nokia" cc="fi" country="Finland" 
operator="Nokia Test Network" status="Not operational"
- 08 bands="GSM 1800 / UMTS 2100" brand="Nokia" cc="fi" country="Finland" 
operator="Nokia Test Network" status="Not Operational"
- 09 bands="GSM 900" brand="Finnet Group / Nokia Solutions and Networks" 
cc="fi" country="Finland" operator="Global Network" status="Not Operational"
- 10 bands="MVNO" brand="TDC" cc="fi" country="Finland" operator="TDC Oy" 
status="Operational"
+ 08 bands="GSM 1800 / UMTS 2100" brand="Nokia" cc="fi" country="Finland" 
operator="Nokia Test Network" status="Not operational"
+ 09 bands="GSM 900" brand="Finnet Group / Nokia Networks" cc="fi" 
country="Finland" operator="Global Network" status="Not operational"
+ 10 bands="MVNO" brand="TDC" cc="fi" country="Finland" operator="TDC Oy (DNA 
Oy)" status="Operational"
  11 bands="MVNO" brand="Vectone Mobile" cc="fi" country="Finland" 
operator="Mundio Mobile Oy" status="Operational"
- 12 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="DNA" cc="fi" country="Finland" operator="DNA Oy" status="Operational"
- 13 bands="GSM 900 / GSM 1800" brand="DNA" cc="fi" country="Finland" 
operator="DNA Oy" status="Not Operational"
- 14 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="AMT" cc="fi" 
country="Finland" operator="Ålands Telekommunikation Ab / Ålands Mobiltelefon" 
status="Operational"
- 15 bands="GSM 900" brand="SAMK" cc="fi" country="Finland" operator="Samk 
Student Test Network" status="Not Operational"
+ 12 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="DNA" cc="fi" country="Finland" operator="DNA Oy" 
status="Operational"
+ 13 bands="GSM 900 / GSM 1800" brand="DNA" cc="fi" country="Finland" 
operator="DNA Oy" status="Not operational"
+ 14 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" brand="Ålcom" 
cc="fi" country="Finland" operator="Ålands Telekommunikation Ab" 
status="Operational"
+ 16 bands="MVNO" brand="Tele2" cc="fi" country="Finland" operator="Oy Finland 
Tele2 AB" status="Not operational"
  21 bands="MVNO" brand="Saunalahti" cc="fi" country="Finland" operator="Elisa 
Oyj" status="Operational"
- 25 bands="MVNO" brand="Datame" cc="fi" country="Finland" operator="Datame Oy" 
status="Operational"
+ 25 bands="CDMA" brand="Datame" cc="fi" country="Finland" operator="Datame Oy" 
status="Not operational"
  26 bands="MVNO" brand="Compatel" cc="fi" country="Finland" operator="Compatel 
Ltd" status="Operational"
+ 29 bands="MVNO" cc="fi" country="Finland" operator="SCNL Truphone" 
status="Not operational"
  30 bands="MVNO" brand="Vectone Mobile" cc="fi" country="Finland" 
operator="Mundio Mobile Oy" status="Operational"
- 31 bands="MVNO" brand="Ukko Mobile" cc="fi" country="Finland" operator="Ukko 
Mobile Oy" status="Operational"
- 91 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Sonera" cc="fi" country="Finland" operator="TeliaSonera Finland Oyj" 
status="Operational"
+ 31 bands="LTE 450" brand="Ukko Mobile" cc="fi" country="Finland" 
operator="Ukko Mobile Oy / Ukkoverkot Oy" status="Operational"
+ 32 bands="MVNO" brand="Voxbone" cc="fi" country="Finland" operator="Voxbone 
SA" status="Operational"
+ 33 bands="TETRA" brand="VIRVE" cc="fi" country="Finland" operator="Virve 
Tuotteet ja Palvelut Oy" status="Operational"
+ 34 bands="" brand="Elektrobit Wireless" cc="fi" country="Finland" 
operator="Elektrobit Wireless Communications Oy" status="Operational"
+ 35 bands="LTE 450" brand="Ukko Mobile" cc="fi" country="Finland" 
operator="Ukkoverkot Oy" status="Operational"
+ 91 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Sonera" cc="fi" country="Finland" operator="TeliaSonera 
Finland Oyj" status="Operational"
  00-99
 246
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Omnitel" cc="lt" 
country="Lithuania" status="Operational"
@@ -351,9 +421,10 @@
  06 bands="GSM 1800" brand="Mediafon" cc="lt" country="Lithuania" 
operator="UAB Mediafon" status="Operational"
  00-99
 247
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="LMT" cc="lv" 
country="Latvia" operator="Latvian Mobile Telephone" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="LMT" cc="lv" 
country="Latvia" operator="Latvian Mobile Telephone" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tele2" cc="lv" 
country="Latvia" operator="Tele2" status="Operational"
- 03 bands="CDMA2000 450" brand="TRIATEL" cc="lv" country="Latvia" 
operator="Telekom Baltija" status="Operational"
+ 03 bands="CDMA 450" brand="TRIATEL" cc="lv" country="Latvia" 
operator="Telekom Baltija" status="Operational"
+ 04 bands="" cc="lv" country="Latvia" operator="Beta Telecom" status=""
  05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Bite" cc="lv" 
country="Latvia" operator="Bite Latvija" status="Operational"
  06 bands="" cc="lv" country="Latvia" operator="Rigatta" status="Reserved"
  07 bands="MVNO" brand="MTS" cc="lv" country="Latvia" operator="Master 
Telecom" status="Operational"
@@ -361,17 +432,20 @@
  09 bands="MVNO" brand="Camel Mobile" cc="lv" country="Latvia" operator="Camel 
Mobile" status="Operational"
  00-99
 248
- 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100/ LTE 1800 / LTE 2600" 
brand="EMT" cc="ee" country="Estonia" operator="Estonian Mobile Telecom" 
status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Elisa" cc="ee" 
country="Estonia" operator="Elisa Eesti" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE" brand="Tele 2" 
cc="ee" country="Estonia" operator="Tele 2 Eesti" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="EMT" cc="ee" country="Estonia" operator="Estonian Mobile 
Telecom" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 900 / UMTS 2100 / LTE 800 / 
LTE 1800 / LTE 2600" brand="Elisa" cc="ee" country="Estonia" operator="Elisa 
Eesti" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Tele 2" cc="ee" country="Estonia" operator="Tele 2 Eesti" 
status="Operational"
  04 bands="MVNO" cc="ee" country="Estonia" operator="OY Top Connect" 
status="Operational"
  05 bands="" cc="ee" country="Estonia" operator="AS Bravocom Mobiil" status=""
  06 bands="UMTS 2100" cc="ee" country="Estonia" operator="Progroup Holding" 
status="Operational"
+ 07 bands="" cc="ee" country="Estonia" operator="Televõrgu AS" status=""
  08 bands="MVNO" brand="VIVEX" cc="ee" country="Estonia" operator="VIVEX OU" 
status="Operational"
+ 09 bands="" cc="ee" country="Estonia" operator="Bravo Telecom" status=""
+ 71 bands="" cc="ee" country="Estonia" operator="Siseministeerium (Ministry of 
Interior)" status=""
  00-99
 250
- 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / TD-LTE 2600 (test)" 
brand="MTS" cc="ru" country="Russian Federation" operator="Mobile TeleSystems" 
status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100/ TD-LTE 2600" 
brand="MegaFon" cc="ru" country="Russian Federation" operator="MegaFon OJSC - 
previously known as North-West GSM" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 2600 / TD-LTE 2600" 
brand="MTS" cc="ru" country="Russian Federation" operator="Mobile TeleSystems" 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600" 
brand="MegaFon" cc="ru" country="Russian Federation" operator="MegaFon OJSC - 
previously known as North-West GSM" status="Operational"
  03 bands="GSM 900 / GSM 1800" brand="NCC" cc="ru" country="Russian 
Federation" operator="Nizhegorodskaya Cellular Communications" 
status="Operational"
  04 bands="GSM 900" brand="Sibchallenge" cc="ru" country="Russian Federation" 
operator="Sibchallenge" status="Not operational"
  05 bands="GSM 900 / GSM 1800 / UMTS 2100 / CDMA2000 450" brand="ETK" cc="ru" 
country="Russian Federation" operator="Yeniseytelecom" status="Operational"
@@ -391,6 +465,7 @@
  20 bands="GSM 900 / GSM 1800" brand="Tele2" cc="ru" country="Russian 
Federation" operator="Tele2" status="Operational"
  23 bands="GSM 900 / GSM 1800" brand="Mobicom - Novosibirsk" cc="ru" 
country="Russian Federation" operator="Mobicom - Novosibirsk" status="Not 
operational"
  28 bands="GSM 900" brand="Beeline" cc="ru" country="Russian Federation" 
operator="Beeline" status="Not operational"
+ 32 bands="GSM 900 / GSM 1800" brand="Win Mobile" cc="ru" country="Russian 
Federation" operator="K-Telecom" status="Operational"
  35 bands="GSM 1800" brand="MOTIV" cc="ru" country="Russian Federation" 
operator="EKATERINBURG-2000" status="Operational"
  38 bands="GSM 900 / GSM 1800" brand="Tambov GSM" cc="ru" country="Russian 
Federation" operator="Central Telecommunication Company" status="Operational"
  39 bands="GSM 900 / GSM 1800 /UMTS 2100" brand="Rostelecom" cc="ru" 
country="Russian Federation" operator="ROSTELECOM" status="Operational"
@@ -399,14 +474,14 @@
  91 bands="GSM 1800" brand="Sonic Duo" cc="ru" country="Russian Federation" 
operator="Sonic Duo CJSC" status="Not operational"
  92 bands="" cc="ru" country="Russian Federation" operator="Primtelefon" 
status="Not operational"
  93 bands="" cc="ru" country="Russian Federation" operator="Telecom XXI" 
status="Not operational"
- 99 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Beeline" cc="ru" 
country="Russian Federation" operator="OJSC Vimpel-Communications" 
status="Operational"
+ 99 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600" 
brand="Beeline" cc="ru" country="Russian Federation" operator="OJSC 
Vimpel-Communications" status="Operational"
  00-99
 255
  01 bands="GSM 900 / GSM 1800 / CDMA 450" brand="MTS" cc="ua" 
country="Ukraine" operator="MTS Ukraine" status="Operational"
- 02 bands="GSM 900 / GSM 1800" brand="Beeline" cc="ua" country="Ukraine" 
operator="Kyivstar GSM JSC" status="Operational"
+ 02 bands="GSM 900 / GSM 1800" brand="Beeline" cc="ua" country="Ukraine" 
operator="Kyivstar GSM JSC" status="Not operational"
  03 bands="GSM 900 / GSM 1800" brand="Kyivstar" cc="ua" country="Ukraine" 
operator="Kyivstar GSM JSC" status="Operational"
  04 bands="CDMA 800" brand="IT" cc="ua" country="Ukraine" 
operator="Intertelecom" status="Operational"
- 05 bands="GSM 1800" brand="Golden Telecom" cc="ua" country="Ukraine" 
operator="Kyivstar GSM JSC" status="Operational"
+ 05 bands="GSM 1800" brand="Golden Telecom" cc="ua" country="Ukraine" 
operator="Kyivstar GSM JSC" status="Not operational"
  06 bands="GSM 900 / GSM 1800" brand="life:)" cc="ua" country="Ukraine" 
operator="Astelit" status="Operational"
  07 bands="UMTS 2100" brand="3Mob" cc="ua" country="Ukraine" operator="3Mob 
(Ukrtelecom UMTS )" status="Operational"
  21 bands="CDMA 800" brand="PEOPLEnet" cc="ua" country="Ukraine" 
operator="Telesystems of Ukraine" status="Operational"
@@ -416,9 +491,11 @@
 257
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="velcom" cc="by" 
country="Belarus" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTS" cc="by" 
country="Belarus" operator="Mobile TeleSystems" status="Operational"
- 03 bands="CDMA2000" brand="DIALLOG" cc="by" country="Belarus" 
operator="BelCel" status="Operational"
- 04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="life:)" cc="by" 
country="Belarus" operator="Belarussian Telecommunications Network" 
status="Operational"
- 501 brand="BelCel JV" cc="by" country="Belarus"
+ 03 bands="CDMA 450" brand="DIALLOG" cc="by" country="Belarus" 
operator="BelCel" status="Not operational"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="life:)" cc="by" 
country="Belarus" operator="Belarusian Telecommunications Network" 
status="Operational"
+ 05 bands="" cc="by" country="Belarus" operator="Beltelecom" status=""
+ 06 bands="" cc="by" country="Belarus" operator="Belorussian Cloud 
Technologies" status=""
+ 501 bands="" brand="BelCel JV" cc="by" country="Belarus" status=""
  00-99
 259
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Orange" cc="md" 
country="Moldova" operator="Orange Moldova" status="Operational"
@@ -437,7 +514,7 @@
  06 bands="GSM 900/ GSM 1800 / UMTS 900 / UMTS 2100" brand="Play" cc="pl" 
country="Poland" operator="P4 Sp. z o.o." status="Operational"
  07 bands="GSM 900 / UMTS 2100" brand="Netia" cc="pl" country="Poland" 
operator="Netia S.A." status="Operational"
  08 bands="" cc="pl" country="Poland" operator="E-Telko Sp. z o.o." 
status="Not operational"
- 09 brand="Lycamobile" cc="pl" country="Poland" operator="Lycamobile Sp. z 
o.o." status="Operational"
+ 09 bands="MVNO" brand="Lycamobile" cc="pl" country="Poland" 
operator="Lycamobile Sp. z o.o." status="Operational"
  10 bands="UMTS 850" brand="Sferia" cc="pl" country="Poland" operator="Sferia 
S.A." status="Operational"
  11 bands="CDMA2000 420" brand="Nordisk Polska" cc="pl" country="Poland" 
operator="Nordisk Polska Sp. z o.o." status="Operational"
  12 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cyfrowy Polsat" cc="pl" 
country="Poland" operator="Cyfrowy Polsat S.A." status="Operational"
@@ -446,52 +523,79 @@
  15 bands="LTE 1800" brand="CenterNet" cc="pl" country="Poland" 
operator="CenterNet S.A." status="Operational"
  16 bands="GSM 1800 / LTE 1800" brand="Mobyland" cc="pl" country="Poland" 
operator="Mobyland Sp. z o.o." status="Operational"
  17 bands="UMTS 900" brand="Aero2" cc="pl" country="Poland" operator="Aero 2 
Sp. z o.o." status="Operational"
+ 18 bands="" brand="AMD Telecom" cc="pl" country="Poland" operator="AMD 
Telecom S.A." status=""
+ 19 bands="" brand="Teleena" cc="pl" country="Poland" operator="Teleena 
Holding BV" status=""
+ 20 bands="" brand="Mobile.Net" cc="pl" country="Poland" operator="Mobile.Net 
Sp. z o.o." status=""
+ 21 bands="" brand="Exteri" cc="pl" country="Poland" operator="Exteri Sp. z 
o.o." status=""
+ 22 bands="" brand="Arcomm" cc="pl" country="Poland" operator="Arcomm Sp. z 
o.o." status=""
+ 23 bands="" brand="Amicomm" cc="pl" country="Poland" operator="Amicomm Sp. z 
o.o." status=""
+ 24 bands="" brand="WideNet" cc="pl" country="Poland" operator="WideNet Sp. z 
o.o." status=""
+ 25 bands="" brand="BS&T" cc="pl" country="Poland" operator="Best Solutions & 
Technology Experience Sp. z o.o." status=""
+ 26 bands="" brand="ATE" cc="pl" country="Poland" operator="Advanced 
Technology & Experience Sp. z o.o." status=""
+ 27 bands="" brand="Intertelcom" cc="pl" country="Poland" 
operator="Intertelcom Sp. z o.o." status=""
+ 28 bands="" brand="PhoneNet" cc="pl" country="Poland" operator="PhoneNet Sp. 
z o.o." status=""
+ 29 bands="" brand="Interfonica" cc="pl" country="Poland" 
operator="Interfonica Sp. z o.o." status=""
+ 30 bands="" brand="GrandTel" cc="pl" country="Poland" operator="GrandTel Sp. 
z o.o." status=""
+ 31 bands="" brand="Phone IT" cc="pl" country="Poland" operator="Phone IT Sp. 
z o.o." status=""
+ 32 bands="MVNO" brand="Voxbone" cc="pl" country="Poland" operator="Voxbone 
mobile" status="Operational"
+ 33 bands="" brand="Truphone" cc="pl" country="Poland" operator="Truphone 
Poland Sp. z o.o." status=""
  34 bands="UMTS 900" cc="pl" country="Poland" operator="T-Mobile Polska S.A." 
status="Operational"
  98 cc="pl" country="Poland" operator="P4 Sp. z o.o." status="Not Operational"
  00-99
 262
- 01 bands="LTE 800 / GSM 900 / GSM/LTE 1800 / UMTS 2100 / LTE 2600" 
brand="T-Mobile" cc="de" country="Germany" operator="T-Mobile Deutschland GmbH" 
status="Operational"
- 02 bands="LTE 800 / GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" 
brand="Vodafone" cc="de" country="Germany" operator="Vodafone D2 GmbH" 
status="Operational"
+ 01 bands="GSM 900 / GSM 1800/ / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Telekom" cc="de" country="Germany" operator="Telekom Deutschland GmbH" 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600" 
brand="Vodafone" cc="de" country="Germany" operator="Vodafone D2 GmbH" 
status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="E-Plus" cc="de" 
country="Germany" operator="E-Plus Mobilfunk" status="Operational"
- 04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="de" 
country="Germany" status="Reserved"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="de" 
country="Germany" operator="Vodafone D2 GmbH" status="Reserved"
  05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="E-Plus" cc="de" 
country="Germany" operator="E-Plus Mobilfunk" status="Reserved"
- 06 bands="LTE 800 / GSM 900 / GSM/LTE 1800 / UMTS 2100 / LTE 2600" 
brand="T-Mobile" cc="de" country="Germany" status="Reserved"
- 07 bands="LTE 800 / GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" 
brand="O<sub>2</sub>" cc="de" country="Germany" operator="O2 (Germany) GmbH & 
Co. OHG" status="Operational"
- 08 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="O<sub>2</sub>" cc="de" 
country="Germany" status="Reserved"
- 09 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Vodafone" cc="de" 
country="Germany" status="Internal testing IOT"
- 10 bands="GSM-R" cc="de" country="Germany" operator="Arcor AG & Co" 
status="Operational"
- 11 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="O<sub>2</sub>" cc="de" 
country="Germany" status="Reserved"
- 12 bands=""full" MVNO / MVNE" brand="Dolphin Telecom / sipgate" cc="de" 
country="Germany" operator="sipgate Wireless" status="Operational"
+ 06 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Telekom" cc="de" country="Germany" operator="Telekom Deutschland GmbH" 
status="Reserved"
+ 07 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600" 
brand="O<sub>2</sub>" cc="de" country="Germany" operator="Telefónica Germany 
GmbH & Co. oHG" status="Operational"
+ 08 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="O<sub>2</sub>" cc="de" 
country="Germany" operator="Telefónica Germany GmbH & Co. oHG" status="Reserved"
+ 09 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Vodafone" cc="de" 
country="Germany" operator="Vodafone D2 GmbH" status="Operational"
+ 10 bands="GSM-R" cc="de" country="Germany" operator="DB Netz AG" 
status="Operational"
+ 11 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="O<sub>2</sub>" cc="de" 
country="Germany" operator="Telefónica Germany GmbH & Co. oHG" status="Reserved"
+ 12 bands=""full" MVNO / MVNE" brand="Dolphin Telecom" cc="de" 
country="Germany" operator="sipgate GmbH" status="Operational"
  13 bands="UMTS 2100" cc="de" country="Germany" operator="Mobilcom Multimedia" 
status="Not operational"
  14 bands="UMTS 2100" cc="de" country="Germany" operator="Group 3G UMTS" 
status="Not operational"
  15 bands="TD-SCDMA" brand="Airdata" cc="de" country="Germany" 
status="Operational"
- 16 bands="GSM 900 / GSM 1800 / UMTS 2100 (MVNE)" brand="Telogic ex. Vistream" 
cc="de" country="Germany" status=""
- 20 bands="GSM" brand="OnePhone" cc="de" country="Germany" operator="E-Plus" 
status="Operational"
- 42 bands="GSM 1800" brand="27C3" cc="de" country="Germany" operator="Chaos 
Computer Club" status="Not operational"
+ 16 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telogic ex. Vistream" 
cc="de" country="Germany" operator="E-Plus Mobilfunk" status=""
+ 17 bands="" brand="E-Plus" cc="de" country="Germany" operator="E-Plus 
Mobilfunk" status=""
+ 18 bands="MVNO" cc="de" country="Germany" operator="NetCologne" 
status="Operational"
+ 19 bands="" cc="de" country="Germany" operator="Inquam Deutschland" status=""
+ 20 bands="GSM" brand="OnePhone" cc="de" country="Germany" operator="E-Plus 
Mobilfunk" status="Operational"
+ 33 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="simquadrat" cc="de" 
country="Germany" operator="sipgate GmbH" status="Operational"
+ 41 bands="" cc="de" country="Germany" operator="First Telecom GmbH" status=""
+ 42 bands="GSM 1800" brand="CCC Event" cc="de" country="Germany" 
operator="Chaos Computer Club" status="Temporary operational"
  43 bands="" brand="LYCA" cc="de" country="Germany" operator="Lycamobile" 
status="Operational"
  60 bands="GSM-R 900" cc="de" country="Germany" operator="DB Telematik" 
status="Operational"
- 76 bands="GSM 900" cc="de" country="Germany" operator="Siemens AG" 
status="Operational"
- 77 bands="GSM 900" brand="E-Plus" cc="de" country="Germany" 
status="Operational"
+ 76 bands="GSM 900" cc="de" country="Germany" operator="Siemens AG" 
status="Not operational"
+ 77 bands="GSM 900" brand="E-Plus" cc="de" country="Germany" operator="E-Plus 
Mobilfunk" status="Operational"
+ 78 bands="" brand="Telekom" cc="de" country="Germany" operator="Telekom 
Deutschland GmbH" status=""
+ 79 bands="" cc="de" country="Germany" operator="ng4T GmbH" status=""
  901 bands="" brand="Debitel" cc="de" country="Germany" status="Operational"
- 92 bands="GSM 1800 / UMTS 2100" brand="Nash Technologies" cc="de" 
country="Germany" status="Operational"
+ 92 bands="GSM 1800 / UMTS 2100" cc="de" country="Germany" operator="Nash 
Technologies" status="Operational"
  00-99
 266
  01 bands="GSM 900" brand="GibTel" cc="gi" country="Gibraltar (United 
Kingdom)" operator="Gibtelecom" status="Operational"
- 06 bands="UMTS 2100" brand="CTS Mobile" cc="gi" country="Gibraltar (United 
Kingdom)" operator="CTS Gibraltar" status="Operational"
- 09 brand="Shine" cc="gi" country="Gibraltar (United Kingdom)" operator="Eazi 
Telecom" status="Operational"
+ 06 bands="UMTS 2100" brand="CTS Mobile" cc="gi" country="Gibraltar (United 
Kingdom)" operator="CTS Gibraltar" status="Not operational"
+ 09 bands="GSM 1800 / UMTS 2100" brand="Shine" cc="gi" country="Gibraltar 
(United Kingdom)" operator="Eazitelecom" status="Operational"
  00-99
 268
- 01 bands="GSM 900 / GSM 1800 / UMTS 900/2100 / LTE 800/1800/2600" 
brand="Vodafone" cc="pt" country="Portugal" operator="Vodafone Portugal" 
status="Operacional"
- 03 bands="GSM 900 / UMTS 2100 / LTE 800/1800/2600" brand="Optimus" cc="pt" 
country="Portugal" operator="Sonaecom – Serviços de Comunicações, S.A." 
status="Operational"
- 04 bands="GSM 900 / GSM 1800 / UMTS 900/2100" brand="LycaMobile" cc="pt" 
country="Portugal" operator="MVNO" status="Operational"
- 06 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800/1800/2600" brand="TMN" 
cc="pt" country="Portugal" operator="Telecomunicações Móveis Nacionais" 
status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Vodafone" cc="pt" country="Portugal" operator="Vodafone 
Portugal" status="Operational"
+ 03 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" brand="NOS" 
cc="pt" country="Portugal" operator="NOS Comunicações" status="Operational"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 900 / LTE 2100" brand="LycaMobile" 
cc="pt" country="Portugal" operator="MVNO" status="Operational"
+ 05 bands="" cc="pt" country="Portugal" operator="Oniway - Inforcomunicaçôes, 
S.A." status=""
+ 06 brand="TMN" cc="pt" country="Portugal"
  07 bands="GSM 900 / UMTS 2100" brand="Vectonemobile - Delightmobile" cc="pt" 
country="Portugal" operator="MVNO" status="Operational"
  21 bands="CDMA2000 450" brand="Zapp" cc="pt" country="Portugal" 
operator="Zapp Portugal" status="Not operational"
  00-99
 270
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="LuxGSM" cc="lu" 
country="Luxembourg" operator="P&T Luxembourg" status="Operational"
- 77 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tango" cc="lu" 
country="Luxembourg" operator="Tango SA" status="Operational"
- 99 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange" cc="lu" 
country="Luxembourg" operator="Orange S.A." status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="POST" cc="lu" 
country="Luxembourg" operator="POST Luxembourg" status="Operational"
+ 02 bands="" cc="lu" country="Luxembourg" operator="MTX Connect S.a.r.l." 
status=""
+ 10 bands="" cc="lu" country="Luxembourg" operator="Blue Communications" 
status=""
+ 77 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Tango" cc="lu" 
country="Luxembourg" operator="Tango SA" status="Operational"
+ 78 bands="" cc="lu" country="Luxembourg" operator="Interactive digital media 
GmbH" status=""
+ 99 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Orange" cc="lu" 
country="Luxembourg" operator="Orange S.A." status="Operational"
  00-99
 272
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="ie" 
country="Ireland" operator="Vodafone Ireland" status="Operational"
@@ -506,7 +610,7 @@
  00-99
 274
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Síminn" cc="is" 
country="Iceland" operator="Iceland Telecom" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="Vodafone" cc="is" 
country="Iceland" operator="Og fjarskipti hf" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Vodafone" cc="is" 
country="Iceland" operator="Og fjarskipti hf" status="Operational"
  03 bands="" brand="Vodafone" cc="is" country="Iceland" operator="Vodafone 
Iceland" status="Operational"
  04 bands="GSM 1800" brand="Viking" cc="is" country="Iceland" operator="IMC 
Island ehf" status="Operational"
  06 bands="" cc="is" country="Iceland" operator="Núll níu ehf" 
status="Reserved"
@@ -518,7 +622,7 @@
 276
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="AMC" cc="al" 
country="Albania" operator="Albanian Mobile Communications" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="al" 
country="Albania" operator="Vodafone Albania" status="Operational"
- 03 bands="GSM 900 / GSM 1800" brand="Eagle Mobile" cc="al" country="Albania" 
operator="Eagle Mobile" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Eagle Mobile" cc="al" 
country="Albania" operator="Eagle Mobile" status="Operational"
  04 bands="GSM 900 / GSM 1800" brand="Plus Communication" cc="al" 
country="Albania" operator="Plus Communication" status="Operational"
  00-99
 278
@@ -527,29 +631,34 @@
  77 bands="UMTS 2100" brand="Melita" cc="mt" country="Malta" operator="Melita 
Plc" status="Operational"
  00-99
 280
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cytamobile-Vodafone" cc="cy" 
country="Cyprus" operator="Cyprus Telecommunications Auth" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTN" cc="cy" 
country="Cyprus" operator="Areeba Ltd" status="Operational"
- 20 bands="GSM 900 / GSM 1800" brand="PrimeTel" cc="cy" country="Cyprus" 
operator="PrimeTel PLC" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cytamobile-Vodafone" cc="cy" 
country="Cyprus" operator="Cyprus Telecommunications Authority" 
status="Operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTN" cc="cy" 
country="Cyprus" operator="MTN Group" status="Operational"
+ 20 bands="MVNO" brand="PrimeTel" cc="cy" country="Cyprus" operator="PrimeTel 
PLC" status="Operational"
+ 22 bands="MVNO" brand="lemontel" cc="cy" country="Cyprus" operator="Lemontel 
Ltd" status="Operational"
  00-99
 282
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Geocell" cc="ge" 
country="Georgia" operator="Geocell Limited" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MagtiCom" cc="ge" 
country="Georgia" operator="Magticom GSM" status="Operational"
- 03 bands="CDMA2000 450" brand="MagtiCom" cc="ge" country="Georgia" 
operator="Magtifix" status="Operational"
+ 03 bands="CDMA 450" brand="MagtiCom" cc="ge" country="Georgia" 
operator="Magtifix" status="Operational"
  04 bands="GSM 1800" brand="Beeline" cc="ge" country="Georgia" 
operator="Mobitel LLC" status="Operational"
- 05 bands="CDMA2000 800" brand="Silknet" cc="ge" country="Georgia" 
operator="Silknet CDMA" status="Operational"
+ 05 bands="CDMA 800" brand="Silknet" cc="ge" country="Georgia" 
operator="Silknet CDMA" status="Operational"
+ 06 bands="" cc="ge" country="Georgia" operator="JSC Compatel" status=""
+ 07 bands="" cc="ge" country="Georgia" operator="GlobalCell Ltd" status=""
  00-99
 283
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Beeline" cc="am" 
country="Armenia" operator="ArmenTel" status="Operational"
  04 bands="GSM 900 / UMTS 900" brand="Karabakh Telecom" cc="am" 
country="Armenia" operator="Karabakh Telecom" status="Operational"
  05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="VivaCell-MTS" cc="am" 
country="Armenia" operator="K Telecom CJSC" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900" brand="Orange" cc="am" 
country="Armenia" operator="Orange S.A." status="Operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Orange" cc="am" 
country="Armenia" operator="Orange S.A." status="Operational"
  00-99
 284
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="M-Tel" cc="bg" 
country="Bulgaria" operator="Mobiltel" status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Vivacom" cc="bg" 
country="Bulgaria" operator="BTC" status="Operational"
- 04 bands="GSM 1800" brand="Undisclosed" cc="bg" country="Bulgaria" 
operator="Undisclosed" status="Reserved"
- 05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="GLOBUL" cc="bg" 
country="Bulgaria" operator="Cosmo Bulgaria Mobile" status="Operational"
- 13 brand="MaxTelecom" cc="bg" country="Bulgaria" operator="Max Telecom LTD" 
status="Deploying"
+ 05 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="GLOBUL" cc="bg" 
country="Bulgaria" operator="Cosmo Bulgaria Mobile" status="Operational"
+ 07 bands="GSM-R" brand="НКЖИ" cc="bg" country="Bulgaria" operator="НАЦИОНАЛНА 
КОМПАНИЯ ЖЕЛЕЗОПЪТНА ИНФРАСТРУКТУРА" status="Operational"
+ 09 bands="" brand="COMPATEL LIMITED" cc="bg" country="Bulgaria" 
operator="COMPATEL LIMITED" status="Operational"
+ 11 bands="LTE 1800" brand="Bulsatcom" cc="bg" country="Bulgaria" 
operator="Undisclosed" status="Reserved"
+ 13 bands="LTE 1800" brand="Max Telecom" cc="bg" country="Bulgaria" 
operator="Max Telecom LTD" status="Operational"
  00-99
 286
  01 bands="GSM 900 / UMTS 2100" brand="Turkcell" cc="tr" country="Turkey" 
operator="Turkcell Iletisim Hizmetleri A.S." status="Operational"
@@ -558,23 +667,25 @@
  04 bands="GSM 1800" cc="tr" country="Turkey" operator="Aycell" status="Not 
operational"
  00-99
 288
- 01 bands="GSM 900" brand="Faroese Telecom" cc="fo" country="Faroe Islands 
(Denmark)" operator="Faroese Telecom" status="Operational"
- 02 bands="GSM 900" brand="Vodafone" cc="fo" country="Faroe Islands (Denmark)" 
operator="Vodafone Faroe Islands" status="Operational"
+ 01 bands="GSM 900 / UMTS 900 / UMTS 2100" brand="Faroese Telecom" cc="fo" 
country="Faroe Islands (Denmark)" operator="Faroese Telecom" 
status="Operational"
+ 02 bands="GSM 900 / UMTS 2100" brand="Vodafone" cc="fo" country="Faroe 
Islands (Denmark)" operator="Vodafone Faroe Islands" status="Operational"
+ 03 bands="GSM 1800" cc="fo" country="Faroe Islands (Denmark)" operator="Edge 
Mobile Sp/F" status="Not operational"
  00-99
 289
- 67 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Aquafon" cc="ge" 
country="Abkhazia" operator="Aquafon JSC" status="Operational"
- 68 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="A-Mobile" cc="ge" 
country="Abkhazia" operator="A-Mobile LLC" status="Operational"
- 88 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="A-Mobile" cc="ge" 
country="Abkhazia" operator="A-Mobile LLC" status="Operational"
+ 67 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Aquafon" country="Abkhazia - 
GE-AB" operator="Aquafon JSC" status="Operational"
+ 88 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE Band 3/20" brand="A-Mobile" 
country="Abkhazia - GE-AB" operator="A-Mobile LLC" status="Operational"
  00-99
 290
- 01 bands="GSM 900" cc="gl" country="Greenland (Denmark)" operator="TELE 
Greenland A/S" status="Operational"
+ 01 bands="GSM 900 / UMTS 900 / LTE 800" cc="gl" country="Greenland (Denmark)" 
operator="TELE Greenland A/S" status="Operational"
  00-99
 292
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="PRIMA" cc="sm" country="San 
Marino" operator="San Marino Telecom" status="Operational"
  00-99
 293
+ 31 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Mobitel" cc="si" 
country="Slovenia" operator="Mobitel D.D." status="Operational"
  40 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Si.mobil" cc="si" 
country="Slovenia" operator="SI.MOBIL d.d." status="Operational"
  41 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Mobitel" cc="si" 
country="Slovenia" operator="Mobitel D.D." status="Operational"
+ 51 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Mobitel" cc="si" 
country="Slovenia" operator="Mobitel D.D." status="Operational"
  64 bands="UMTS 2100" brand="T-2" cc="si" country="Slovenia" operator="T-2 
d.o.o." status="Operational"
  70 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Tušmobil" cc="si" 
country="Slovenia" operator="Tušmobil d.o.o." status="Operational"
  00-99
@@ -597,37 +708,57 @@
  04 bands="GSM 900 / UMTS 2100" brand="T-Mobile" cc="me" country="Montenegro" 
operator="T-Mobile Montenegro" status="Operational"
  00-99
 302
- 220 bands="UMTS 850 / UMTS 1900 / LTE 1700" brand="Telus" cc="ca" 
country="Canada" operator="Koodo Mobility and Telus Mobility" 
status="Operational"
+ 220 bands="UMTS 850 / UMTS 1900 / LTE 1700" brand="Telus" cc="ca" 
country="Canada" operator="Koodo Mobility, Public Mobile and Telus Mobility" 
status="Operational"
  221 bands="" brand="Telus" cc="ca" country="Canada" operator="Telus Mobility" 
status=""
+ 222 bands="" brand="Telus" cc="ca" country="Canada" operator="Telus Mobility" 
status=""
+ 250 bands="" brand="ALO" cc="ca" country="Canada" operator="ALO Mobile Inc." 
status=""
  270 bands="UMTS 1700 / LTE 1700" brand="EastLink" cc="ca" country="Canada" 
operator="EastLink" status="Operational"
  290 bands="iDEN 900" brand="Airtel Wireless" cc="ca" country="Canada" 
operator="Airtel Wireless" status="Operational"
  320 bands="UMTS 1700" brand="Mobilicity" cc="ca" country="Canada" 
operator="DAVE Wireless" status="Operational"
+ 340 bands="" brand="Execulink" cc="ca" country="Canada" operator="Execulink" 
status=""
  350 bands="GSM 850" brand="FIRST" cc="ca" country="Canada" operator="FIRST 
Networks Operations" status="Operational"
  360 bands="iDEN 800" brand="MiKe" cc="ca" country="Canada" operator="Telus 
Mobility" status="Operational"
- 361 bands="CDMA2000 800 / CDMA2000 1900" brand="Telus" cc="ca" 
country="Canada" operator="Telus Mobility" status="Operational"
+ 361 bands="CDMA 800 / CDMA 1900" brand="Telus" cc="ca" country="Canada" 
operator="Telus Mobility" status="Operational"
  370 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900" brand="Fido" cc="ca" 
country="Canada" operator="Fido Solutions (Rogers Wireless)" 
status="Operational"
  380 bands="UMTS 850 / UMTS 1900" brand="DMTS" cc="ca" country="Canada" 
operator="Dryden Mobility" status="Operational"
+ 390 bands="" brand="DMTS" cc="ca" country="Canada" operator="Dryden Mobility" 
status=""
+ 480 bands="" brand="SSi Connexions" cc="ca" country="Canada" operator="SSi 
Connexions" status=""
  490 bands="UMTS 1700" brand="WIND Mobile" cc="ca" country="Canada" 
operator="Globalive Communications" status="Operational"
  500 bands="UMTS 1700" brand="Videotron" cc="ca" country="Canada" 
operator="Videotron" status="Operational"
  510 bands="UMTS 1700" brand="Videotron" cc="ca" country="Canada" 
operator="Videotron" status="Operational"
- 610 bands="UMTS 850 / UMTS 1900 /LTE 1700 / LTE 2600" brand="Bell" cc="ca" 
country="Canada" operator="Bell Mobility and Virgin Mobile Canada" 
status="Operational"
+ 520 bands="" brand="Videotron" cc="ca" country="Canada" operator="Videotron" 
status=""
+ 530 bands="GSM" brand="Keewatinook Okimakanak Mobile" cc="ca" 
country="Canada" operator="Keewatinook Okimacinac" status="Operational"
+ 560 bands="" brand="Lynx Mobility" cc="ca" country="Canada" operator="Lynx 
Mobility" status=""
+ 570 bands="" brand="LightSquared" cc="ca" country="Canada" 
operator="LightSquared" status=""
+ 590 bands="" brand="Quadro Communication" cc="ca" country="Canada" 
operator="Quadro Communication" status=""
+ 610 bands="UMTS 850 / UMTS 1900 / LTE 1700 / LTE 2600" brand="Bell" cc="ca" 
country="Canada" operator="Bell Mobility and Virgin Mobile Canada" 
status="Operational"
  620 bands="GSM 1900 / UMTS 1900" brand="ICE Wireless" cc="ca" 
country="Canada" operator="ICE Wireless" status="Operational"
- 640 bands="CDMA2000 800 / CDMA2000 1900" brand="Bell" cc="ca" 
country="Canada" operator="Bell Mobility" status="Operational"
+ 630 bands="" brand="Aliant Mobility" cc="ca" country="Canada" 
operator="Aliant Mobility" status=""
+ 640 bands="CDMA 800 / CDMA 1900" brand="Bell" cc="ca" country="Canada" 
operator="Bell Mobility" status="Operational"
  652 bands="CDMA2000" cc="ca" country="Canada" operator="BC Tel Mobility 
(Telus)" status="Operational"
- 653 bands="CDMA2000 800 / CDMA2000 1900" brand="Telus" cc="ca" 
country="Canada" operator="Telus Mobility" status="Operational"
- 655 bands="CDMA2000 800 / CDMA2000 1900" brand="MTS" cc="ca" country="Canada" 
operator="MTS Mobility" status="Operational"
+ 653 bands="CDMA 800 / CDMA 1900" brand="Telus" cc="ca" country="Canada" 
operator="Telus Mobility" status="Operational"
+ 655 bands="CDMA 800 / CDMA 1900" brand="MTS" cc="ca" country="Canada" 
operator="MTS Mobility" status="Operational"
  656 bands="CDMA2000 / UMTS 850 / UMTS 1900 / LTE 1700 / LTE 2600" 
brand="TBay" cc="ca" country="Canada" operator="Thunder Bay Telephone Mobility" 
status="Operational"
- 657 bands="CDMA2000 800 / CDMA2000 1900" brand="Telus" cc="ca" 
country="Canada" operator="Telus Mobility" status="Operational"
+ 657 bands="CDMA 800 / CDMA 1900" brand="Telus" cc="ca" country="Canada" 
operator="Telus Mobility" status="Operational"
  660 bands="UMTS 850 / UMTS 1900 / LTE 1700" brand="MTS" cc="ca" 
country="Canada" operator="MTS Mobility" status="Operational"
- 680 bands="CDMA2000 800 / CDMA2000 1900 / UMTS 850 / UMTS 1900" 
brand="SaskTel" cc="ca" country="Canada" operator="SaskTel Mobility" 
status="Operational"
+ 670 bands="" brand="CityTel Mobility" cc="ca" country="Canada" 
operator="CityTel Mobility" status=""
+ 680 bands="CDMA 850 / TDD-LTE 2600" brand="SaskTel" cc="ca" country="Canada" 
operator="SaskTel Mobility" status="Operational"
  690 bands="UMTS 850 / UMTS 1900" brand="Bell" cc="ca" country="Canada" 
operator="Bell Mobility" status="Operational"
  701 bands="CDMA2000" cc="ca" country="Canada" operator="MB Tel Mobility" 
status="Operational"
  702 bands="CDMA2000" cc="ca" country="Canada" operator="MT&T Mobility 
(Aliant)" status="Operational"
  703 bands="CDMA2000" cc="ca" country="Canada" operator="New Tel Mobility 
(Aliant)" status="Operational"
  710 bands="Satellite CDMA" brand="Globalstar" cc="ca" country="Canada" 
status="Operational"
  720 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 1700 / LTE 2600" 
brand="Rogers Wireless" cc="ca" country="Canada" operator="Rogers 
Communications" status="Operational"
- 780 bands="UMTS 850 / UMTS 1900 / LTE 1700" brand="SaskTel" cc="ca" 
country="Canada" operator="SaskTel Mobility" status="Operational"
+ 730 bands="" brand="TerreStar Solutions" cc="ca" country="Canada" 
operator="TerreStar Solutions" status=""
+ 740 bands="" brand="Shaw Telecom G.P." cc="ca" country="Canada" 
operator="Shaw Telecom G.P." status=""
+ 750 bands="" brand="SaskTel" cc="ca" country="Canada" operator="SaskTel 
Mobility" status=""
+ 760 bands="" brand="Public Mobile Inc." cc="ca" country="Canada" 
operator="Public Mobile Inc." status=""
+ 770 bands="" brand="Rural Com" cc="ca" country="Canada" operator="Rural Com" 
status=""
+ 780 bands="UMTS 850 / UMTS 1900 / LTE 2100" brand="SaskTel" cc="ca" 
country="Canada" operator="SaskTel Mobility" status="Operational"
+ 790 bands="" cc="ca" country="Canada" operator="NetSet Communications" 
status=""
+ 860 bands="" brand="Telus" cc="ca" country="Canada" operator="Telus Mobility" 
status=""
  880 bands="UMTS 850 / UMTS 1900" brand="Bell / Telus / SaskTel" cc="ca" 
country="Canada" operator="Shared Telus, Bell, and SaskTel" status="Operational"
+ 940 bands="" brand="Wightman Telecom" cc="ca" country="Canada" 
operator="Wightman Telecom" status=""
  000-999
 308
  01 bands="GSM 900" brand="Ameris" cc="pm" country="Saint Pierre and Miquelon 
(France)" operator="St. Pierre-et-Miquelon Télécom" status="Operational"
@@ -644,7 +775,7 @@
  020 bands="GSM 850 / GSM 1900" cc="us" country="United States of America" 
operator="Union Telephone Company" status="Operational"
  026 bands="GSM 1900 / UMTS 1700 / UMTS 1900" brand="T-Mobile" cc="us" 
country="United States of America" status="Operational"
  030 bands="GSM 850" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status="Operational"
- 032 bands="CDMA2000 1900 / LTE 700" brand="IT&E Wireless" cc="gu" 
country="Guam (United States of America)" operator="IT&E Overseas, Inc" 
status="Operational"
+ 032 bands="CDMA 1900 / LTE 700" brand="IT&E Wireless" cc="gu" country="Guam 
(United States of America)" operator="IT&E Overseas, Inc" status="Operational"
  033 bands="" cc="gu" country="Guam (United States of America)" operator="Guam 
Telephone Authority" status=""
  034 bands="" brand="Airpeak" cc="us" country="United States of America" 
status="Operational"
  040 bands="GSM 1900" brand="Concho" cc="us" country="United States of 
America" operator="Concho Cellular Telephone Co., Inc." status="Operational"
@@ -660,7 +791,7 @@
  110 bands="GSM 850" brand="PTI Pacifica" cc="us" country="United States of 
America" operator="PTI Pacifica Inc." status="Operational"
  120 bands="CDMA2000 1900" brand="Sprint" cc="us" country="United States of 
America" status="Operational"
  140 bands="GSM 850 / GSM 1900" brand="mPulse" cc="gu" country="Guam (United 
States of America)" operator="GTA Wireless" status="Operational"
- 150 bands="GSM 850 / UMTS 850 / UMTS 1900" brand="AT&T" cc="us" 
country="United States of America" operator="AT&T Mobility" status="Operational"
+ 150 bands="GSM 850 / UMTS 850 / UMTS 1900" brand="AT&T" cc="us" 
country="United States of America" operator="Cricket Wireless" 
status="Operational"
  160 bands="GSM 1900" cc="us" country="United States of America" 
operator="T-Mobile" status="Not operational"
  170 bands="GSM 1900" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status="Operational"
  180 bands="GSM 850 / UMTS 850 / UMTS 1900" brand="West Central" cc="us" 
country="United States of America" operator="West Central Wireless" 
status="Operational"
@@ -682,7 +813,7 @@
  330 bands="GSM 1900" brand="T-Mobile" cc="us" country="United States of 
America" status="Not operational"
  340 bands="GSM 1900" brand="Westlink" cc="us" country="United States of 
America" operator="Westlink Communications" status="Operational"
  350 bands="GSM 1900" cc="us" country="United States of America" 
operator="Carolina Phone" status="Not operational"
- 370 bands="CDMA2000 850" brand="Docomo" cc="gu" country="Guam (United States 
of America)" operator="NTT Docomo Pacific" status="Not operational"
+ 370 bands="CDMA 850" brand="Docomo" cc="gu" country="Guam (United States of 
America)" operator="NTT Docomo Pacific" status="Not operational"
  380 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900" brand="AT&T" cc="us" 
country="United States of America" operator="AT&T Mobility" status="Not 
operational"
  390 bands="GSM 850" brand="Cellular One of East Texas" cc="us" 
country="United States of America" operator="TX-11 Acquisition, LLC" 
status="Operational"
  400 bands="GSM 1900" brand="i CAN_GSM" cc="us" country="United States of 
America" operator="Wave Runner LLC (Guam)" status="Operational"
@@ -703,7 +834,7 @@
  560 bands="GSM 850" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status="Operational"
  570 bands="GSM 1900" brand="Cellular One" cc="us" country="United States of 
America" operator="MTPCS, LLC" status="Operational"
  580 bands="" brand="T-Mobile" cc="us" country="United States of America" 
status="Not operational"
- 59 bands="CDMA2000" brand="Cellular One" cc="bm" country="Bermuda" 
status="Operational"
+ 59 bands="CDMA" brand="Cellular One" cc="bm" country="Bermuda" 
status="Operational"
  590 bands="GSM 850 / GSM 1900" brand="Alltel" cc="us" country="United States 
of America" operator="Alltel Communications Inc" status="Operational"
  610 bands="GSM 1900" brand="Epic Touch" cc="us" country="United States of 
America" operator="Elkhart Telephone Co." status="Operational"
  620 bands="GSM 1900" brand="Coleman County Telecom" cc="us" country="United 
States of America" operator="Coleman County Telecommunications" 
status="Operational"
@@ -719,7 +850,7 @@
  750 bands="CDMA2000 850 / CDMA2000 1900 / LTE 700" brand="Appalachian 
Wireless" cc="us" country="United States of America" operator="Appalachian 
Wireless" status="Operational"
  760 bands="" brand="Panhandle" cc="us" country="United States of America" 
operator="Panhandle Telecommunications Systems Inc." status="Operational"
  770 bands="GSM 1900" brand="i wireless" cc="us" country="United States of 
America" operator="Iowa Wireless Services" status="Operational"
- 780 bands="" cc="us" country="United States of America" operator="Airlink 
PCS" status="Not operational"
+ 780 bands="GSM 1900" cc="us" country="United States of America" 
operator="Airlink PCS" status="Not operational"
  790 bands="GSM 1900" brand="PinPoint" cc="us" country="United States of 
America" operator="PinPoint Communications" status="Operational"
  800 bands="GSM 1900" cc="us" country="United States of America" 
operator="T-Mobile" status="Not operational"
  830 bands="GSM 850" brand="Caprock" cc="us" country="United States of 
America" operator="Caprock Cellular" status="Operational"
@@ -767,11 +898,15 @@
  480 bands="LTE 700&nbsp;MHz C Block (4G LTE Network)" brand="Verizon" cc="us" 
country="United States of America" operator="Verizon Wireless" 
status="Operational"
  481 cc="us" country="United States of America"
  490 bands="TDD-LTE (Band 41)" brand="Sprint Corporation" cc="us" 
country="United States of America" operator="Sprint" status="Operational"
+ 580 cc="us" country="United States of America" operator="U.S. Cellular" 
status="Operational"
  660 bands="CDMA2000 1900 / CDMA 2000 LTE/AWS 1700" brand="metroPCS" cc="us" 
country="United States of America" operator="metroPCS" status="Operational"
  870 bands="" brand="Boost" cc="us" country="United States of America" 
operator="Boost Mobile" status="Operational"
  960 bands="GSM 1900" brand="Lycamobile" cc="us" country="United States of 
America" operator="Lyca Technology Solutions" status="Operational"
  970 bands="LTE/AWS 1700" brand="Big River Broadband" cc="us" country="United 
States of America" operator="Big River Broadband, LLC" status="Operational"
  000-999
+312
+ 590 bands="Band 7 FDD LTE 2600&nbsp;MHz" brand="NMU" cc="us" country="United 
States of America" operator="Northern Michigan University" status="Operational"
+ 000-999
 313
  100 bands="700&nbsp;MHz Public Safety Broadband" brand="700&nbsp;MHz Public 
Safety Broadband" cc="us" country="United States of America" status=""
  101 cc="us" country="United States of America"
@@ -783,49 +918,62 @@
 330
  00 bands="PCS 1900" brand="Open Mobile" cc="pr" country="Puerto Rico" 
operator="PR Wireless" status="Operational"
  110 bands="GSM 850 / GSM 1900 / UMTS 850 / LTE 700" brand="Claro Puerto Rico" 
cc="pr" country="Puerto Rico" operator="América Móvil" status="Operational"
- 120 bands="LTE 700" brand="Open Mobile" cc="pr" country="Puerto Rico" 
operator="PR Wireless" status="Operational"
+ 120 bands="LTE 700" brand="tmobile" cc="pr" country="Puerto Rico" 
operator="PR Wireless" status="Operational"
  00-99
 334
- 01 bands="iDEN 800" brand="Nextel" cc="mx" country="Mexico" operator="Nextel 
México" status="Operational"
- 02 bands="TDMA 850 / GSM 1900 / UMTS 850 / LTE 1700" brand="Telcel" cc="mx" 
country="Mexico" operator="América Móvil" status="Operational"
- 03 bands="CDMA2001 1900 / CDMA2001 800 / GSM 1900 / UMTS 850" 
brand="movistar" cc="mx" country="Mexico" operator="Movistar - Telefónica 
Moviles (formerly Pegaso Comunicaciones y Sistemas)" status="Operational"
- 05 bands="GSM 850 / GSM 1900" brand="Iusacell" cc="mx" country="Mexico" 
operator="Iusacell" status="Operational"
- 09 bands="UMTS 1700." brand="Nextel" cc="mx" country="Mexico" 
operator="Nextel México" status="Operational"
- 00-99
+ 001 bands="" cc="mx" country="Mexico" operator="Comunicaciones Digitales Del 
Norte, S.A. de C.V." status=""
+ 010 bands="iDEN 800" brand="Nextel" cc="mx" country="Mexico" operator="Nextel 
México" status="Operational"
+ 020 bands="TDMA 850 / GSM 1900 / UMTS 850 / LTE 1700" brand="Telcel" cc="mx" 
country="Mexico" operator="América Móvil" status="Operational"
+ 030 bands="CDMA2000 800 / CDMA2000 1900 / GSM 1900 / UMTS 850" 
brand="movistar" cc="mx" country="Mexico" operator="Movistar - Telefónica 
Moviles" status="Operational"
+ 040 bands="CDMA2000 800 / CDMA2000 1900" brand="Iusacell / Unefon" cc="mx" 
country="Mexico" operator="Iusacell / Unefon" status="Operational"
+ 050 bands="GSM 850 / GSM 1900" brand="Iusacell" cc="mx" country="Mexico" 
operator="Iusacell" status="Operational"
+ 060 bands="" cc="mx" country="Mexico" operator="Servicios de Acceso 
Inalambrico, S.A. de C.V." status=""
+ 066 bands="" cc="mx" country="Mexico" operator="Telefonos de México, S.A.B. 
de C.V." status=""
+ 070 bands="" cc="mx" country="Mexico" operator="Unefon" status=""
+ 080 bands="" cc="mx" country="Mexico" operator="Unefon" status=""
+ 090 bands="UMTS 1700" brand="Nextel" cc="mx" country="Mexico" 
operator="Nextel México" status="Operational"
+ 000-999
 338
  020 bands="" brand="LIME" cc="jm" country="Jamaica" operator="LIME (Cable & 
Wireless)" status="Not Operational"
  050 bands="GSM 900 / GSM 1800 / GSM 1900" brand="Digicel" cc="tc" 
country="Turks and Caicos Islands" operator="Digicel (Turks & Caicos) Limited" 
status="Operational"
- 180 bands="GSM 850 / GSM 1900 / WCDMA 850" brand="LIME" cc="jm" 
country="Jamaica" operator="LIME (Cable & Wireless)" status="Operational"
+ 110 bands="" brand="LIME" cc="jm" country="Jamaica" operator="LIME (Cable & 
Wireless)" status=""
+ 180 bands="GSM 850 / GSM 1900 / UMTS 850" brand="LIME" cc="jm" 
country="Jamaica" operator="LIME (Cable & Wireless)" status="Operational"
  000-999
 340
  01 bands="GSM 900" brand="Orange" cc="mq" country="Martinique (France)" 
operator="Orange Caraïbe Mobiles" status="Operational"
- 02 bands="GSM 900 / GSM 1800" brand="Outremer" cc="mq" country="Martinique 
(France)" operator="Outremer Telecom" status="Operational"
+ 02 bands="GSM 900 / GSM 1800" brand="Only" cc="mq" country="Martinique 
(France)" operator="Outremer Telecom" status="Operational"
  03 bands="GSM 900 / GSM 1800" brand="Telcell" cc="gp" country="Guadeloupe 
(France)" operator="Saint Martin et Saint Barthelemy Telcell Sarl" 
status="Operational"
  08 bands="GSM 900 / GSM 1800" brand="Dauphin" cc="gp" country="Guadeloupe 
(France)" operator="Dauphin Telecom" status="Operational"
+ 10 bands="" cc="gp" country="Guadeloupe (France)" operator="Guadeloupe 
Téléphone Mobile" status=""
+ 11 bands="" cc="gf" country="French Guiana (France)" operator="Guyane 
Téléphone Mobile" status=""
+ 12 bands="" cc="mq" country="Martinique (France)" operator="Martinique 
Téléphone Mobile" status=""
  20 bands="GSM 900" brand="Digicel" cc="mq" country="Martinique (France)" 
operator="DIGICEL Antilles Française Guyane" status="Operational"
  00-99
 342
- 600 bands="GSM 1900" brand="LIME" cc="bb" country="Barbados" operator="LIME 
(formerly known as Cable & Wireless)" status="Operational"
- 750 bands="GSM 900 / GSM 1800" brand="Digicel" cc="bb" country="Barbados" 
operator="Digicel (Barbados) Limited" status="Operational"
+ 600 bands="GSM 1900 / UMTS" brand="LIME" cc="bb" country="Barbados" 
operator="LIME (formerly known as Cable & Wireless)" status="Operational"
+ 750 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Digicel" cc="bb" 
country="Barbados" operator="Digicel (Barbados) Limited" status="Operational"
  820 bands="" cc="bb" country="Barbados" operator="Sunbeach Communications" 
status="Reserved"
  000-999
 344
  030 bands="GSM 1900" brand="APUA" cc="ag" country="Antigua and Barbuda" 
operator="Antigua Public Utilities Authority" status="Operational"
- 050 bands="GSM 900 / GSM 1900 / LTE 700" brand="Digicel" cc="ag" 
country="Antigua and Barbuda" operator="Antigua Wireless Ventures Limited" 
status="Operational"
- 920 bands="GSM 850 / GSM 1800/ GSM 1900" brand="LIME" cc="ag" 
country="Antigua and Barbuda" operator="Cable & Wireless Caribbean Cellular 
(Antigua) Limited" status="Operational"
+ 050 bands="GSM 900 / GSM 1900 / UMTS 850 / LTE 700" brand="Digicel" cc="ag" 
country="Antigua and Barbuda" operator="Antigua Wireless Ventures Limited" 
status="Operational"
+ 920 bands="GSM 850 / GSM 1800 / GSM 1900" brand="LIME" cc="ag" 
country="Antigua and Barbuda" operator="Cable & Wireless Caribbean Cellular 
(Antigua) Limited" status="Operational"
+ 930 bands="" cc="ag" country="Antigua and Barbuda" operator="AT&T Wireless" 
status=""
  000-999
 346
- 050 bands="GSM 900 / GSM 1800" brand="Digicel" cc="ky" country="Cayman 
Islands (United Kingdom)" operator="Digicel Cayman Ltd." status="Operational"
+ 050 bands="GSM 900 / GSM 1800 / LTE 1800" brand="Digicel" cc="ky" 
country="Cayman Islands (United Kingdom)" operator="Digicel Cayman Ltd." 
status="Operational"
  140 bands="GSM 850 / GSM 1900" brand="LIME" cc="ky" country="Cayman Islands 
(United Kingdom)" operator="Cable & Wireless (Cayman Islands) Limited" 
status="Operational"
  000-999
 348
- 170 bands="GSM 850 / GSM 1900 / HSPA+ (4G) 850/1900" brand="LIME" cc="vg" 
country="British Virgin Islands" operator="Cable & Wireless" 
status="Operational"
+ 170 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900" brand="LIME" cc="vg" 
country="British Virgin Islands" operator="Cable & Wireless" 
status="Operational"
+ 370 bands="" cc="vg" country="British Virgin Islands" operator="BVI Cable TV 
Ltd" status=""
  570 bands="GSM 900 / GSM 1900" brand="CCT Boatphone" cc="vg" country="British 
Virgin Islands" operator="Caribbean Cellular Telephone" status="Operational"
- 770 bands="GSM 1800 / GSM 1900" brand="Digicel" cc="vg" country="British 
Virgin Islands" operator="Digicel (BVI) Limited" status="Operational"
+ 770 bands="GSM 1800 / GSM 1900 / UMTS" brand="Digicel" cc="vg" 
country="British Virgin Islands" operator="Digicel (BVI) Limited" 
status="Operational"
  000-999
 350
+ 00 bands="GSM 1900 / UMTS 850" brand="CellOne" cc="bm" country="Bermuda" 
operator="Bermuda Digital Communications Ltd." status="Operational"
  01 bands="GSM 1900" brand="Digicel Bermuda" cc="bm" country="Bermuda" 
operator="Telecommunications (Bermuda & West Indies) Ltd" status="Reserved"
- 02 bands="GSM 1900" brand="Mobility" cc="bm" country="Bermuda" operator="M3 
Wireless" status="Operational"
+ 02 bands="GSM 1900 / UMTS" brand="Mobility" cc="bm" country="Bermuda" 
operator="M3 Wireless" status="Operational"
  00-99
 352
  030 bands="GSM 900 / GSM 1800" brand="Digicel" cc="gd" country="Grenada" 
operator="Digicel Grenada Ltd." status="Operational"
@@ -856,15 +1004,15 @@
  95 bands="CDMA2000 850" brand="MIO" cc="an" country="Former Netherlands 
Antilles (Kingdom of the Netherlands)" operator="E.O.C.G. Wireless" 
status="Operational"
  00-99
 363
- 01 bands="GSM 900 / GSM 1900 / TDMA 800" brand="SETAR" cc="aw" country="Aruba 
(Kingdom of the Netherlands)" operator="Servicio di Telecomunicacion di Aruba" 
status="Operational"
- 02 bands="GSM 900 / GSM 1800 / HSPA+ 2100" brand="Digicel" cc="aw" 
country="Aruba (Kingdom of the Netherlands)" operator="Digicel Aruba" 
status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / GSM 1900 / UMTS 2100 / LTE 1800 / TDMA 800" 
brand="SETAR" cc="aw" country="Aruba (Kingdom of the Netherlands)" 
operator="Servicio di Telecomunicacion di Aruba" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Digicel" cc="aw" 
country="Aruba (Kingdom of the Netherlands)" operator="Digicel Aruba" 
status="Operational"
  00-99
 364
  39 bands="GSM 850 / GSM 1900 / UMTS 850" brand="BaTelCo" cc="bs" 
country="Bahamas" operator="The Bahamas Telecommunications Company Ltd" 
status="Operational"
  00-99
 365
  010 bands="" cc="ai" country="Anguilla" operator="Weblinks Limited" 
status="Operational"
- 840 bands="" cc="ai" country="Anguilla" operator="Cable & Wireless" 
status="Operational"
+ 840 bands="GSM 850 / UMTS" brand="LIME" cc="ai" country="Anguilla" 
operator="Cable & Wireless" status="Operational"
  000-999
 366
  020 bands="GSM 900 / GSM 1900" brand="Digicel" cc="dm" country="Dominica" 
operator="Digicel Group Limited" status="Operational"
@@ -875,9 +1023,9 @@
  00-99
 370
  01 bands="GSM 900 / GSM 1800 / 1900 / UMTS 900 / LTE 1800" brand="Orange" 
cc="do" country="Dominican Republic" operator="Orange Dominicana" 
status="Operational"
- 02 bands="CDMA2000 1900 / GSM 850 / GSM 1900 / UMTS 850" brand="Claro" 
cc="do" country="Dominican Republic" operator="Compañía Dominicana de 
Teléfonos, C por" status="Operational"
- 03 bands="AMPS / IS-95A 800 / CDMA2000 1900 / LTE 1900" brand="Tricom" 
cc="do" country="Dominican Republic" operator="Tricom S.A." status="Operational"
- 04 bands="CDMA2000 1900 / GSM 1900" brand="Viva" cc="do" country="Dominican 
Republic" operator="Trilogy Dominicana, S.A." status="Operational"
+ 02 bands="CDMA 1900 / GSM 850 / GSM 1900 / UMTS 850" brand="Claro" cc="do" 
country="Dominican Republic" operator="Compañía Dominicana de Teléfonos, C por" 
status="Operational"
+ 03 bands="AMPS / IS-95A 800 / CDMA 1900 / LTE 1900" brand="Tricom" cc="do" 
country="Dominican Republic" operator="Tricom S.A." status="Operational"
+ 04 bands="CDMA 1900 / GSM 1900" brand="Viva" cc="do" country="Dominican 
Republic" operator="Trilogy Dominicana, S.A." status="Operational"
  00-99
 372
  01 bands="GSM 850" brand="Voila" cc="ht" country="Haiti" 
operator="Communication Cellulaire d'Haiti S.A." status="Operational"
@@ -885,7 +1033,7 @@
  03 bands="GSM 900" brand="Natcom" cc="ht" country="Haiti" 
operator="Telecommunication S.A." status="Operational"
  00-99
 374
- 12 bands="GSM 850 / GSM 1900" brand="bmobile" cc="tt" country="Trinidad and 
Tobago" operator="TSTT" status="Operational"
+ 12 bands="GSM 850 / GSM 1900 / UMTS 1900" brand="bmobile" cc="tt" 
country="Trinidad and Tobago" operator="TSTT" status="Operational"
  130 bands="GSM 850 / GSM 1900 / UMTS 1900" brand="Digicel" cc="tt" 
country="Trinidad and Tobago" operator="Digicel (Trinidad & Tobago) Limited" 
status="Operational"
  00-99
 376
@@ -893,21 +1041,21 @@
  352 bands="UMTS 850" brand="Islandcom" cc="tc" country="Turks and Caicos 
Islands" operator="Islandcom Telecommunications" status="Operational"
  000-999
 400
- 01 bands="GSM 900 / GSM 1800/ UMTS 2100" brand="Azercell" cc="az" 
country="Azerbaijan" status="Operational"
- 02 bands="GSM 900 / GSM 1800/ UMTS 2100" brand="Bakcell" cc="az" 
country="Azerbaijan" status="Operational"
- 03 bands="CDMA2000" brand="FONEX" cc="az" country="Azerbaijan" 
operator="CATEL" status="Operational"
+ 01 bands="GSM 900 / GSM 1800/ UMTS 2100 / LTE 1800" brand="Azercell" cc="az" 
country="Azerbaijan" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Bakcell" cc="az" 
country="Azerbaijan" status="Operational"
+ 03 bands="CDMA" brand="FONEX" cc="az" country="Azerbaijan" operator="CATEL" 
status="Operational"
  04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Nar Mobile" cc="az" 
country="Azerbaijan" operator="Azerfon" status="Operational"
  00-99
 401
  01 bands="GSM 900 / GSM 1800" brand="Beeline" cc="kz" country="Kazakhstan" 
operator="KaR-Tel LLP" status="Operational"
- 02 bands="GSM 900 / GSM 1800" brand="Kcell" cc="kz" country="Kazakhstan" 
operator="GSM Kazakhstan Ltd" status="Operational"
+ 02 bands="GSM 900 / GSM 1800" brand="Kcell" cc="kz" country="Kazakhstan" 
operator="Kcell JSC" status="Operational"
  07 bands="CDMA2000 800" brand="Dalacom" cc="kz" country="Kazakhstan" 
operator="Altel" status="Operational"
  08 bands="CDMA2000 800 / CDMA2000 450" brand="Kazakhtelecom" cc="kz" 
country="Kazakhstan" status="Operational"
- 77 bands="GSM 900 / GSM 1800" brand="Tele2.kz" cc="kz" country="Kazakhstan" 
status="Operational"
+ 77 bands="GSM 900 / GSM 1800" brand="Tele2.kz" cc="kz" country="Kazakhstan" 
operator="MTS" status="Operational"
  00-99
 402
- 11 bands="GSM 900" brand="B-Mobile" cc="bt" country="Bhutan" 
operator="B-Mobile / Bhutan Telecom Ltd." status="Operational"
- 77 bands="GSM 900 / GSM 1800" brand="TashiCell" cc="bt" country="Bhutan" 
operator="Tashi InfoComm Limited" status="Operational"
+ 11 bands="GSM 900 / UMTS 850 / UMTS 2100 / LTE 1800" brand="B-Mobile" cc="bt" 
country="Bhutan" operator="B-Mobile / Bhutan Telecom Ltd." status="Operational"
+ 77 bands="GSM 900 / GSM 1800 / UMTS" brand="TashiCell" cc="bt" 
country="Bhutan" operator="Tashi InfoComm Limited" status="Operational"
  00-99
 404
  01 bands="GSM 900" brand="Vodafone IN" cc="in" country="India" 
operator="Haryana" status="Operational"
@@ -915,12 +1063,12 @@
  03 bands="GSM 900" brand="AirTel" cc="in" country="India" operator="Himachal 
Pradesh" status="Operational"
  04 bands="GSM 1800" brand="IDEA" cc="in" country="India" operator="Delhi & 
NCR" status="Operational"
  05 bands="GSM 900" brand="Vodafone IN" cc="in" country="India" 
operator="Gujarat" status="Operational"
- 07 bands="GSM 900" brand="IDEA" cc="in" country="India" operator="Andhra 
Pradesh" status="Operational"
+ 07 bands="GSM 900" brand="IDEA" cc="in" country="India" operator="Andhra 
Pradesh and Telangana" status="Operational"
  09 bands="GSM 900" brand="Reliance" cc="in" country="India" operator="Assam" 
status="Operational"
  10 bands="GSM 900" brand="AirTel" cc="in" country="India" operator="Delhi & 
NCR" status="Operational"
  11 bands="GSM 900 / GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Delhi & NCR" status="Operational"
  12 bands="GSM 900" brand="IDEA" cc="in" country="India" operator="Haryana" 
status="Operational"
- 13 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Andhra Pradesh" status="Operational"
+ 13 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Andhra Pradesh and Telangana" status="Operational"
  14 bands="GSM 900 / GSM 1800" brand="IDEA" cc="in" country="India" 
operator="Punjab" status="Operational"
  15 bands="GSM 900" brand="Vodafone IN" cc="in" country="India" 
operator="Uttar Pradesh (East)" status="Operational"
  16 bands="GSM 900" brand="Airtel" cc="in" country="India" operator="North 
East" status="Operational"
@@ -941,7 +1089,7 @@
  36 bands="GSM 900" brand="Reliance" cc="in" country="India" operator="Bihar & 
Jharkhand" status="Operational"
  37 bands="GSM 900 / UMTS 2100" brand="Aircel" cc="in" country="India" 
operator="Jammu & Kashmir" status="Operational"
  38 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Assam" status="Operational"
- 40 brand="AirTel" cc="in" country="India" operator="Chennai" 
status="Operational"
+ 40 bands="" brand="AirTel" cc="in" country="India" operator="Chennai" 
status="Operational"
  41 bands="GSM 900" brand="Aircel" cc="in" country="India" operator="Chennai" 
status="Operational"
  42 bands="GSM 900" brand="Aircel" cc="in" country="India" operator="Tamil 
Nadu" status="Operational"
  43 bands="GSM 900" brand="Vodafone IN" cc="in" country="India" 
operator="Tamil Nadu" status="Operational"
@@ -949,7 +1097,7 @@
  45 bands="GSM" brand="Airtel" cc="in" country="India" operator="Karnataka" 
status="Operational"
  46 bands="GSM 900" brand="Vodafone IN" cc="in" country="India" 
operator="Kerala" status="Operational"
  48 bands="GSM 900" brand="Dishnet Wireless" cc="in" country="India" 
operator="" status="Operational"
- 49 bands="GSM 900" brand="Airtel" cc="in" country="India" operator="Andhra 
Pradesh" status="Operational"
+ 49 bands="GSM 900" brand="Airtel" cc="in" country="India" operator="Andhra 
Pradesh and Telangana" status="Operational"
  50 bands="GSM 900" brand="Reliance" cc="in" country="India" operator="North 
East" status="Operational"
  51 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Himachal Pradesh" status="Operational"
  52 bands="GSM 900" brand="Reliance" cc="in" country="India" operator="Orissa" 
status="Operational"
@@ -967,23 +1115,23 @@
  67 bands="GSM 900 / UMTS 2100" brand="Reliance" cc="in" country="India" 
operator="Madhya Pradesh & Chhattisgarh" status="Operational"
  68 bands="GSM 900 / UMTS 2100" brand="DOLPHIN" cc="in" country="India" 
operator="Delhi & NCR" status="Operational"
  69 bands="GSM 900 / UMTS 2100" brand="DOLPHIN" cc="in" country="India" 
operator="Mumbai" status="Operational"
- 70 brand="AirTel" cc="in" country="India" operator="Rajasthan" 
status="Operational"
+ 70 bands="" brand="AirTel" cc="in" country="India" operator="Rajasthan" 
status="Operational"
  71 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Karnataka (Bangalore)" status="Operational"
  72 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Kerala" status="Operational"
- 73 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Andhra Pradesh" status="Operational"
+ 73 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Andhra Pradesh and Telangana" status="Operational"
  74 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="West Bengal" status="Operational"
  75 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Bihar" status="Operational"
  76 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Orissa" status="Operational"
  77 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="North East" status="Operational"
  78 bands="GSM 900 / UMTS 2100" brand="Idea Cellular Ltd" cc="in" 
country="India" operator="Madhya Pradesh & Chattishgarh" status="Operational"
  79 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Andaman Nicobar" status="Operational"
- 80 bands="GSM900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Tamil Nadu" status="Operational"
+ 80 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Tamil Nadu" status="Operational"
  81 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Kolkata" status="Operational"
  82 bands="" brand="Idea" cc="in" country="India" operator="Himachal Pradesh" 
status="Operational"
  83 bands="GSM 1800" brand="Reliance" cc="in" country="India" 
operator="Kolkata" status="Operational"
  84 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Chennai" status="Operational"
  85 bands="GSM 1800" brand="Reliance" cc="in" country="India" operator="West 
Bengal" status="Operational"
- 86 bands="" brand="Vodafone IN" cc="in" country="India" operator="Karnataka" 
status="Operational"
+ 86 bands="GSM 900 / UMTS 2100" brand="Vodafone IN" cc="in" country="India" 
operator="Karnataka" status="Operational"
  87 bands="" brand="IDEA" cc="in" country="India" operator="Rajasthan" 
status="Operational"
  88 bands="" brand="Vodafone IN" cc="in" country="India" operator="Vodafone 
Punjab" status="Operational"
  89 bands="" brand="Idea" cc="in" country="India" operator="Uttar Pradesh 
(East)" status="Operational"
@@ -991,15 +1139,15 @@
  91 bands="GSM 900" brand="AIRCEL" cc="in" country="India" operator="Kolkata" 
status="Operational"
  92 bands="GSM 1800 / UMTS 2100" brand="AirTel" cc="in" country="India" 
operator="Mumbai" status="Operational"
  93 bands="GSM 1800" brand="AirTel" cc="in" country="India" operator="Madhya 
Pradesh" status="Operational"
- 94 brand="AirTel" cc="in" country="India" operator="Tamil Nadu" 
status="Operational"
+ 94 bands="" brand="AirTel" cc="in" country="India" operator="Tamil Nadu" 
status="Operational"
  95 bands="GSM 1800" brand="AirTel" cc="in" country="India" operator="Kerala" 
status="Operational"
  96 bands="GSM 1800" brand="AirTel" cc="in" country="India" operator="Haryana" 
status="Operational"
- 97 brand="AirTel" cc="in" country="India" operator="Uttar Pradesh (West)" 
status="Operational"
- 98 brand="AirTel" cc="in" country="India" operator="Gujarat" 
status="Operational"
+ 97 bands="" brand="AirTel" cc="in" country="India" operator="Uttar Pradesh 
(West)" status="Operational"
+ 98 bands="" brand="AirTel" cc="in" country="India" operator="Gujarat" 
status="Operational"
  00-99
 405
- 01 bands="GSM 1800" brand="Reliance" cc="in" country="India" operator="Andhra 
Pradesh" status="Operational"
- 025 bands="CDMA 2000 / GSM 1800 / UMTS 2100" brand="TATA DOCOMO" cc="in" 
country="India" operator="Andhra Pradesh" status="Operational"
+ 01 bands="GSM 1800" brand="Reliance" cc="in" country="India" operator="Andhra 
Pradesh and Telangana" status="Operational"
+ 025 bands="CDMA 2000 / GSM 1800 / UMTS 2100" brand="TATA DOCOMO" cc="in" 
country="India" operator="Andhra Pradesh and Telangana" status="Operational"
  026 bands="CDMA 2000" brand="TATA DOCOMO" cc="in" country="India" 
operator="Assam" status="Operational"
  027 bands="CDMA 2000 / GSM 1800" brand="TATA DOCOMO" cc="in" country="India" 
operator="Bihar/Jharkhand" status="Operational"
  028 bands="CDMA 2000 / GSM 1800" brand="TATA DOCOMO" cc="in" country="India" 
operator="Chennai" status="Operational"
@@ -1048,7 +1196,7 @@
  55 bands="GSM 900 / UTMS 2100" brand="Airtel" cc="in" country="India" 
operator="Jammu & Kashmir" status="Operational"
  56 bands="GSM 900 / GSM 1800" brand="AirTel" cc="in" country="India" 
operator="Assam" status="Operational"
  66 bands="GSM 900 / GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Uttar Pradesh (West)" status="Operational"
- 67 brand="Vodafone IN" cc="in" country="India" operator="West Bengal" 
status="Operational"
+ 67 bands="" brand="Vodafone IN" cc="in" country="India" operator="West 
Bengal" status="Operational"
  70 bands="GSM 1800" brand="IDEA" cc="in" country="India" operator="Bihar & 
Jharkhand" status="Operational"
  750 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Jammu & Kashmir" status="Operational"
  751 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Assam" status="Operational"
@@ -1059,7 +1207,7 @@
  756 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Madhya Pradesh & Chhattisgarh" status="Operational"
  799 bands="GSM 900 / GSM 1800" brand="IDEA" cc="in" country="India" 
operator="Mumbai" status="Operational"
  800 bands="GSM 1800" brand="AIRCEL" cc="in" country="India" operator="Delhi & 
NCR" status="Operational"
- 801 bands="GSM 1800" brand="AIRCEL" cc="in" country="India" operator="Andhra 
Pradesh" status="Operational"
+ 801 bands="GSM 1800" brand="AIRCEL" cc="in" country="India" operator="Andhra 
Pradesh and Telangana" status="Operational"
  802 bands="GSM 1800" brand="AIRCEL" cc="in" country="India" 
operator="Gujarat" status="Not operational"
  803 bands="GSM 1800" brand="AIRCEL" cc="in" country="India" 
operator="Karnataka" status="Operational"
  804 bands="GSM 1800" brand="AIRCEL" cc="in" country="India" 
operator="Maharashtra & Goa" status="Operational"
@@ -1072,14 +1220,14 @@
  811 bands="GSM" brand="AIRCEL" cc="in" country="India" operator="Uttar 
Pradesh (West)" status="Operational"
  812 bands="GSM" brand="AIRCEL" cc="in" country="India" operator="Punjab" 
status="Not operational"
  818 bands="GSM" brand="Uninor" cc="in" country="India" operator="Uttar 
Pradesh (West)" status="Operational"
- 819 bands="GSM" brand="Uninor" cc="in" country="India" operator="Andhra 
Pradesh" status="Operational"
+ 819 bands="GSM" brand="Uninor" cc="in" country="India" operator="Andhra 
Pradesh and Telangana" status="Operational"
  820 bands="GSM 1800" brand="Uninor" cc="in" country="India" 
operator="Karnataka" status="Operational"
  821 bands="GSM 1800" brand="Uninor" cc="in" country="India" operator="Kerala" 
status="Operational"
  822 bands="GSM" brand="Uninor" cc="in" country="India" operator="Kolkata" 
status="Operational"
  824 bands="GSM 1800" brand="Videocon Datacom" cc="in" country="India" 
operator="Assam" status="Reserved"
  827 bands="GSM 1800" brand="Videocon Datacom" cc="in" country="India" 
operator="Gujarat" status="Operational"
  834 bands="GSM 1800" brand="Videocon Datacom" cc="in" country="India" 
operator="Madhya Pradesh" status="Reserved"
- 840 bands="4G" brand="Jio" cc="in" country="India" operator="West Bengal" 
status="Launching Soon"
+ 840 bands="" brand="Jio" cc="in" country="India" operator="West Bengal" 
status="Reserved"
  844 bands="GSM" brand="Uninor" cc="in" country="India" operator="Delhi & NCR" 
status="Not operational"
  845 bands="GSM 1800" brand="IDEA" cc="in" country="India" operator="Assam" 
status="Operational"
  846 bands="GSM 1800 / UTMS 2100" brand="IDEA" cc="in" country="India" 
operator="Jammu & Kashmir" status="Operational"
@@ -1090,75 +1238,80 @@
  851 bands="GSM 1800" brand="IDEA" cc="in" country="India" operator="Punjab" 
status="Operational"
  852 bands="GSM 1800" brand="IDEA" cc="in" country="India" operator="Tamil 
Nadu" status="Operational"
  853 bands="GSM 1800" brand="IDEA" cc="in" country="India" operator="West 
Bengal" status="Operational"
- 854 bands="4G" brand="Jio" cc="in" country="India" operator="Andra Pradesh" 
status="Launching Soon"
- 855 bands="4G" brand="Jio" cc="in" country="India" operator="Assam" 
status="Launching Soon"
- 856 bands="4G" brand="Jio" cc="in" country="India" operator="Bhiar" 
status="Launching Soon"
- 857 bands="4G" brand="Jio" cc="in" country="India" operator="Gujarat" 
status="Launching Soon"
- 858 bands="4G" brand="Jio" cc="in" country="India" operator="Haryana" 
status="Launching Soon"
- 859 bands="4G" brand="Jio" cc="in" country="India" operator="Himachal 
Pradesh" status="Launching Soon"
- 860 bands="4G" brand="Jio" cc="in" country="India" operator="Jammu  Kashmir" 
status="Launching Soon"
- 861 bands="4G" brand="Jio" cc="in" country="India" operator="Karnataka" 
status="Launching Soon"
- 862 bands="4G" brand="Jio" cc="in" country="India" operator="Kerala" 
status="Launching Soon"
- 863 bands="4G" brand="Jio" cc="in" country="India" operator="Madhyya Pradesh" 
status="Launching Soon"
- 864 bands="4G" brand="Jio" cc="in" country="India" operator="Maharashtra" 
status="Launching Soon"
- 865 bands="4G" brand="Jio" cc="in" country="India" operator="North East" 
status="Launching Soon"
- 866 bands="4G" brand="Jio" cc="in" country="India" operator="Orissa" 
status="Launching Soon"
- 867 bands="4G" brand="Jio" cc="in" country="India" operator="Punjab" 
status="Launching Soon"
- 868 bands="4G" brand="Jio" cc="in" country="India" operator="Rajasthan" 
status="Launching Soon"
- 869 bands="4G" brand="Jio" cc="in" country="India" operator="Tamil Nadu  
Chennai" status="Launching Soon"
- 870 bands="4G" brand="Jio" cc="in" country="India" operator="Uttar Pradesh 
West" status="Launching Soon"
- 871 bands="4G" brand="Jio" cc="in" country="India" operator="Uttar Pradesh 
East" status="Launching Soon"
- 872 bands="4G" brand="Jio" cc="in" country="India" operator="Delhi" 
status="Launching Soon"
- 873 bands="4G" brand="Jio" cc="in" country="India" operator="Kolkatta" 
status="Launching Soon"
- 874 bands="4G" brand="Jio" cc="in" country="India" operator="Mumbai" 
status="Launching Soon"
+ 854 bands="" brand="Jio" cc="in" country="India" operator="Andra Pradesh" 
status="Reserved"
+ 855 bands="" brand="Jio" cc="in" country="India" operator="Assam" 
status="Reserved"
+ 856 bands="" brand="Jio" cc="in" country="India" operator="Bihar" 
status="Reserved"
+ 857 bands="" brand="Jio" cc="in" country="India" operator="Gujarat" 
status="Reserved"
+ 858 bands="" brand="Jio" cc="in" country="India" operator="Haryana" 
status="Reserved"
+ 859 bands="" brand="Jio" cc="in" country="India" operator="Himachal Pradesh" 
status="Reserved"
+ 860 bands="" brand="Jio" cc="in" country="India" operator="Jammu Kashmir" 
status="Reserved"
+ 861 bands="" brand="Jio" cc="in" country="India" operator="Karnataka" 
status="Reserved"
+ 862 bands="" brand="Jio" cc="in" country="India" operator="Kerala" 
status="Reserved"
+ 863 bands="" brand="Jio" cc="in" country="India" operator="Madhyya Pradesh" 
status="Reserved"
+ 864 bands="" brand="Jio" cc="in" country="India" operator="Maharashtra" 
status="Reserved"
+ 865 bands="" brand="Jio" cc="in" country="India" operator="North East" 
status="Reserved"
+ 866 bands="" brand="Jio" cc="in" country="India" operator="Orissa" 
status="Reserved"
+ 867 bands="" brand="Jio" cc="in" country="India" operator="Punjab" 
status="Reserved"
+ 868 bands="" brand="Jio" cc="in" country="India" operator="Rajasthan" 
status="Reserved"
+ 869 bands="" brand="Jio" cc="in" country="India" operator="Tamil Nadu 
Chennai" status="Reserved"
+ 870 bands="" brand="Jio" cc="in" country="India" operator="Uttar Pradesh 
West" status="Reserved"
+ 871 bands="" brand="Jio" cc="in" country="India" operator="Uttar Pradesh 
East" status="Reserved"
+ 872 bands="" brand="Jio" cc="in" country="India" operator="Delhi" 
status="Reserved"
+ 873 bands="" brand="Jio" cc="in" country="India" operator="Kolkatta" 
status="Reserved"
+ 874 bands="" brand="Jio" cc="in" country="India" operator="Mumbai" 
status="Reserved"
  875 bands="GSM 1800" brand="Uninor" cc="in" country="India" operator="Assam" 
status="Reserved"
  880 bands="GSM 1800" brand="Uninor" cc="in" country="India" operator="West 
Bengal" status="Operational"
  881 bands="GSM 1800" brand="S Tel" cc="in" country="India" operator="Assam" 
status="Reserved"
- 908 bands="GSM 1800" brand="IDEA" cc="in" country="India" operator="Andhra 
Pradesh" status="Operational"
+ 908 bands="GSM 1800" brand="IDEA" cc="in" country="India" operator="Andhra 
Pradesh and Telangana" status="Operational"
  909 bands="GSM 1800" brand="IDEA" cc="in" country="India" operator="Delhi" 
status="Operational"
  910 bands="GSM 1800" brand="IDEA" cc="in" country="India" operator="Haryana" 
status="Operational"
  911 bands="GSM 1800" brand="IDEA" cc="in" country="India" 
operator="Maharashtra" status="Operational"
- 912 bands="GSM 1800" brand="Etisalat DB(cheers)" cc="in" country="India" 
operator="Andhra Pradesh" status="Non operational"
- 913 bands="GSM 1800" brand="Etisalat DB(cheers)" cc="in" country="India" 
operator="Delhi & NCR" status="Non operational"
- 914 bands="GSM 1800" brand="Etisalat DB(cheers)" cc="in" country="India" 
operator="Gujarat" status="Non operational"
- 917 bands="GSM 1800" brand="Etisalat DB(cheers)" cc="in" country="India" 
operator="Kerala" status="Non operational"
- 927 bands="" brand="Uninor" cc="in" country="India" operator="Gujarat" 
status="operational"
+ 912 bands="GSM 1800" brand="Etisalat DB(cheers)" cc="in" country="India" 
operator="Andhra Pradesh and Telangana" status="Not operational"
+ 913 bands="GSM 1800" brand="Etisalat DB(cheers)" cc="in" country="India" 
operator="Delhi & NCR" status="Not operational"
+ 914 bands="GSM 1800" brand="Etisalat DB(cheers)" cc="in" country="India" 
operator="Gujarat" status="Not operational"
+ 917 bands="GSM 1800" brand="Etisalat DB(cheers)" cc="in" country="India" 
operator="Kerala" status="Not operational"
+ 927 bands="" brand="Uninor" cc="in" country="India" operator="Gujarat" 
status="Operational"
  929 bands="GSM 1800" brand="Uninor" cc="in" country="India" 
operator="Maharashtra" status="Operational"
  00-99
 410
- 01 bands="GSM 900 / GSM 1800" brand="Mobilink" cc="pk" country="Pakistan" 
operator="Mobilink-PMCL" status="Operational"
- 03 bands="GSM 900/ GSM 1800" brand="Ufone" cc="pk" country="Pakistan" 
operator="Pakistan Telecommunication Mobile Ltd" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Mobilink" cc="pk" 
country="Pakistan" operator="Mobilink-PMCL" status="Operational"
+ 02 bands="CDMA2000 1900" brand="PTCL" cc="pk" country="Pakistan" 
operator="PTCL" status="Operational"
+ 03 bands="GSM 900 / GSM 1800" brand="Ufone" cc="pk" country="Pakistan" 
operator="Pakistan Telecommunication Mobile Ltd" status="Operational"
  04 bands="GSM 900 / GSM 1800" brand="Zong" cc="pk" country="Pakistan" 
operator="China Mobile" status="Operational"
+ 05 bands="GSM 900 / GSM 1800" brand="SCO Mobile" cc="pk" country="Pakistan" 
operator="SCO Mobile Ltd" status="Operational"
  06 bands="GSM 900 / GSM 1800" brand="Telenor" cc="pk" country="Pakistan" 
operator="Telenor Pakistan" status="Operational"
- 07 bands="GSM 900 / GSM 1800" brand="Warid" cc="pk" country="Pakistan" 
operator="WaridTel" status="Operational"
+ 07 bands="GSM 900 / GSM 1800" brand="Warid Pakistan" cc="pk" 
country="Pakistan" operator="WaridTel" status="Operational"
  00-99
 412
  01 bands="GSM 900 / GSM 1800" brand="AWCC" cc="af" country="Afghanistan" 
operator="Afghan Wireless Communication Company" status="Operational"
- 20 bands="GSM 900" brand="Roshan" cc="af" country="Afghanistan" 
operator="Telecom Development Company Afghanistan Ltd." status="Operational"
- 40 bands="GSM 900 / GSM 1800/ UMTS 2100" brand="MTN" cc="af" 
country="Afghanistan" operator="MTN Group Afghanistan" status="Operational"
- 50 bands="GSM 900 / GSM 1800 /UMTS 2100" brand="Etisalat" cc="af" 
country="Afghanistan" operator="Etisalat Afghanistan" status="Operational"
- 55 bands="CDMA 800 /" brand="WASEL" cc="af" country="Afghanistan" 
operator="WASEL Afghanistan" status="Operational"
+ 20 bands="GSM 900 / UMTS" brand="Roshan" cc="af" country="Afghanistan" 
operator="Telecom Development Company Afghanistan Ltd." status="Operational"
+ 40 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTN" cc="af" 
country="Afghanistan" operator="MTN Group Afghanistan" status="Operational"
+ 50 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Etisalat" cc="af" 
country="Afghanistan" operator="Etisalat Afghanistan" status="Operational"
+ 55 bands="CDMA 800" brand="WASEL" cc="af" country="Afghanistan" 
operator="WASEL Afghanistan" status="Operational"
+ 80 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Salaam" cc="af" 
country="Afghanistan" operator="Afghan Telecom" status="Operational"
+ 88 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Salaam" cc="af" 
country="Afghanistan" operator="Afghan Telecom" status="Operational"
  00-99
 413
- 01 bands="GSM-900/1800 (GPRS, EDGE)<br>2100&nbsp;MHz UMTS, HSPA, HSPA+, 
DC-HSPA+ <br>1800&nbsp;MHz FD-LTE" brand="Mobitel" cc="lk" country="Sri Lanka" 
operator="Mobitel (Pvt) Ltd" status="Operational"
- 02 bands="GSM-900/1800 (GPRS, EDGE)<br>2100&nbsp;MHz UMTS, HSPA, HSPA+, 
DC-HSPA+ <br>1800&nbsp;MHz FD-LTE" brand="Dialog" cc="lk" country="Sri Lanka" 
operator="Dialog Axiata PLC" status="Operational"
- 03 bands="GSM-900/1800 (GPRS, EDGE)<br>2100&nbsp;MHz UMTS, HSPA, HSPA+, 
DC-HSPA+ <br>1800&nbsp;MHz FD-LTE (Planned)" brand="Etisalat" cc="lk" 
country="Sri Lanka" operator="Etisalat Lanka (Pvt) Ltd" status="Operational"
- 04 bands="LTE-2300, CDMA-800" brand="Lanka Bell" cc="lk" country="Sri Lanka" 
operator="Lanka Bell Ltd" status="Operational"
- 05 bands="GSM-900/1800 (GPRS, EDGE)<br>2100&nbsp;MHz UMTS, HSPA, HSPA+" 
brand="Airtel" cc="lk" country="Sri Lanka" operator="Bharti Airtel Lanka (Pvt) 
Ltd" status="Operational"
- 08 bands="GSM-900/1800 (GPRS, EDGE)<br>2100&nbsp;MHz UMTS, HSPA" 
brand="Hutch" cc="lk" country="Sri Lanka" operator="Hutchison 
Telecommunications Lanka (Pvt) Ltd" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Mobitel" cc="lk" 
country="Sri Lanka" operator="Mobitel (Pvt) Ltd" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Dialog" cc="lk" 
country="Sri Lanka" operator="Dialog Axiata PLC" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Etisalat" cc="lk" 
country="Sri Lanka" operator="Etisalat Lanka (Pvt) Ltd" status="Operational"
+ 05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Airtel" cc="lk" country="Sri 
Lanka" operator="Bharti Airtel Lanka (Pvt) Ltd" status="Operational"
+ 08 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Hutch" cc="lk" country="Sri 
Lanka" operator="Hutchison Telecommunications Lanka (Pvt) Ltd" 
status="Operational"
  00-99
 414
  01 bands="GSM 900" brand="MPT" cc="mm" country="Myanmar" operator="Myanmar 
Post and Telecommunication" status="Operational"
+ 05 bands="UMTS 900 / UMTS 2100" brand="Ooredoo" cc="mm" country="Myanmar" 
operator="Ooredoo Myanmar" status="Operational"
+ 06 bands="GSM 900" brand="Telenor Myanmar" cc="mm" country="Myanmar" 
operator="Telenor Myanmar" status="Test"
  00-99
 415
- 01 bands="GSM 900" brand="Alfa" cc="lb" country="Lebanon" operator="MIC 1" 
status="Operational"
- 03 bands="GSM 900" brand="mtc touch" cc="lb" country="Lebanon" operator="MIC 
2" status="Operational"
+ 01 bands="GSM 900 2G 3G 4G" brand="Alfa" cc="lb" country="Lebanon" 
operator="MIC 1" status="Operational"
+ 03 bands="GSM 900 2G 3G 4G" brand="mtc touch" cc="lb" country="Lebanon" 
operator="MIC 2" status="Operational"
  05 bands="GSM 900" brand="Ogero Mobile" cc="lb" country="Lebanon" 
operator="Ogero Telecom" status="Planned"
  00-99
 416
  01 bands="GSM 900" brand="zain JO" cc="jo" country="Jordan" operator="Jordan 
Mobile Telephone Services" status="Operational"
+ 02 bands="iDEN 800" brand="XPress Telecom" cc="jo" country="Jordan" 
operator="XPress Telecom" status="Operational"
  03 bands="GSM 1800" brand="Umniah" cc="jo" country="Jordan" operator="Umniah 
Mobile Company" status="Operational"
- 74 bands="iDEN 800" brand="XPress Telecom" cc="jo" country="Jordan" 
status="Operational"
  77 bands="GSM 900" brand="Orange" cc="jo" country="Jordan" operator="Petra 
Jordanian Mobile Telecommunications Company (MobileCom)" status="Operational"
  00-99
 417
@@ -1172,7 +1325,7 @@
  30 bands="GSM 900" brand="Zain" cc="iq" country="Iraq" operator="Zain Iraq" 
status="Operational"
  40 bands="GSM 900" brand="Korek" cc="iq" country="Iraq" operator="Telecom 
Ltd" status="Operational"
  45 bands="UMTS" brand="Mobitel" cc="iq" country="Iraq" operator="Mobitel Co. 
Ltd." status="Operational"
- 62 bands="CDMA2000 EVDO RevA 800/1900" brand="Itisaluna" cc="iq" 
country="Iraq" operator="Itisaluna Wireless CO." status="Operational"
+ 62 bands="CDMA 800 / CDMA 1900" brand="Itisaluna" cc="iq" country="Iraq" 
operator="Itisaluna Wireless CO." status="Operational"
  92 bands="CDMA" brand="Omnnea" cc="iq" country="Iraq" operator="Omnnea 
Wireless" status="Operational"
  00-99
 419
@@ -1193,42 +1346,53 @@
  04 bands="GSM 900" brand="HiTS-UNITEL" cc="ye" country="Yemen" operator="Y" 
status="Operational"
  00-99
 422
- 02 bands="GSM 900 / GSM 1800" brand="Oman Mobile" cc="om" country="Oman" 
operator="Oman Telecommunications Company" status="Operational"
- 03 bands="GSM 900 / GSM 1800" brand="Nawras" cc="om" country="Oman" 
operator="Omani Qatari Telecommunications Company SAOC" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900<ref name=gsa_umts900_130214></ref>" 
brand="Oman Mobile" cc="om" country="Oman" operator="Oman Mobile 
Telecommunications Company" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900<ref name=gsa_umts900_130214 />" 
brand="Nawras" cc="om" country="Oman" operator="Omani Qatari Telecommunications 
Company SAOC" status="Operational"
+ 04 bands="" brand="Omantel" cc="om" country="Oman" operator="Oman 
Telecommunications Company" status=""
  00-99
 424
- 02 bands="GSM 900 / UMTS 2100" brand="Etisalat" cc="ae" country="United Arab 
Emirates" operator="E mirates Telecom Corp" status="Operational"
+ 02 bands="GSM 900 / UMTS 2100" brand="Etisalat" cc="ae" country="United Arab 
Emirates" operator="Emirates Telecom Corp" status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="du" cc="ae" country="United 
Arab Emirates" operator="Emirates Integrated Telecommunications Company" 
status="Operational"
  00-99
 425
- 01 bands="GSM 900 / UMTS 900 / GSM 1800 / UMTS 2100" brand="Orange" cc="il" 
country="Israel" operator="Partner Communications Company Ltd" 
status="Operational"
- 02 bands="UMTS 850 / GSM 1800 / UMTS 2100" brand="Cellcom" cc="il" 
country="Israel" operator="Cellcom Israel Ltd" status="Operational"
- 03 bands="CDMA2000 800 / UMTS 850 / UMTS 2100" brand="Pelephone" cc="il" 
country="Israel" operator="Pelephone Communications Ltd." status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Orange" cc="il" 
country="Israel" operator="Partner Communications Company Ltd" 
status="Operational"
+ 02 bands="GSM 1800 / UMTS 850 / UMTS 2100" brand="Cellcom" cc="il" 
country="Israel" operator="Cellcom Israel Ltd" status="Operational"
+ 03 bands="CDMA 800 / UMTS 850 / UMTS 2100" brand="Pelephone" cc="il" 
country="Israel" operator="Pelephone Communications Ltd." status="Operational"
+ 04 bands="" cc="il" country="Israel" operator="Globalsim Ltd" status=""
  05 bands="GSM 900" brand="Jawwal" cc="ps" country="Palestine, State of" 
operator="Palestine Cellular Communications, Ltd." status="Operational"
  06 bands="GSM 900 / GSM 1800" brand="Wataniya" cc="ps" country="Palestine, 
State of" operator="Wataniya Palestine Mobile Telecommunications Company" 
status="Operational"
  07 bands="iDEN 800 / UMTS 2100" brand="Hot Mobile" cc="il" country="Israel" 
operator="Hot Mobile Ltd" status="Operational"
- 08 bands="UMTS 2100" brand="Golan Telecom" cc="il" country="Israel" 
status="Operational"
- 14 bands="GSM 900 / UMTS 900 / GSM 1800 / UMTS 2100" brand="Youphone" cc="il" 
country="Israel" status="Operational"
- 15 bands="UMTS 850 / GSM 1800 / UMTS 2100" brand="Home Cellular" cc="il" 
country="Israel" status="Operational"
- 16 bands="UMTS 850 / UMTS 2100" brand="Rami Levy" cc="il" country="Israel" 
status="Operational"
- 18 bands="UMTS 850 / UMTS 2100" brand="Cellact Communications" cc="il" 
country="Israel" operator="Cellact Communications Ltd." status="Operational"
+ 08 bands="UMTS 2100" brand="Golan Telecom" cc="il" country="Israel" 
operator="Golan Telecom Ltd" status="Operational"
+ 11 bands="MVNO" cc="il" country="Israel" operator="365 Telecom" status=""
+ 12 bands="MVNO" cc="il" country="Israel" operator="Free Telecom" status=""
+ 13 bands="" cc="il" country="Israel" operator="Ituran Cellular 
Communications" status=""
+ 14 bands="MVNO" brand="Youphone" cc="il" country="Israel" operator="Alon 
Cellular Ltd." status="Operational"
+ 15 bands="MVNO" brand="Home Cellular" cc="il" country="Israel" operator="Home 
Cellular" status="Operational"
+ 16 bands="MVNO" brand="Rami Levy" cc="il" country="Israel" operator="Rami 
Levy" status="Operational"
+ 17 bands="MVNO" cc="il" country="Israel" operator="Gale Phone" status=""
+ 18 bands="MVNO" brand="Cellact Communications" cc="il" country="Israel" 
operator="Cellact Communications Ltd." status="Operational"
+ 19 bands="" cc="il" country="Israel" operator="Azi Communications Ltd." 
status=""
+ 20 bands="" cc="il" country="Israel" operator="Bezeq Ltd" status=""
+ 21 bands="" cc="il" country="Israel" operator="B.I.P. Communications Ltd." 
status=""
  00-99
 426
- 01 bands="GSM 900 / GSM 1800 / LTE 1800" brand="Batelco" cc="bh" 
country="Bahrain" operator="Bahrain Telecommunications Company" 
status="Operational"
- 02 bands="GSM 900 / GSM 1800" brand="zain BH" cc="bh" country="Bahrain" 
operator="Zain Bahrain" status="Operational"
- 04 bands="GSM 900 / GSM 1800" brand="VIVA" cc="bh" country="Bahrain" 
operator="Viva Bahrain" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Batelco" cc="bh" 
country="Bahrain" operator="Bahrain Telecommunications Company" 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="zain BH" cc="bh" 
country="Bahrain" operator="Zain Bahrain" status="Operational"
+ 03 bands="" cc="bh" country="Bahrain" operator="Civil Aviation Authority" 
status=""
+ 04 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="VIVA Bahrain" 
cc="bh" country="Bahrain" operator="Viva Bahrain" status="Operational"
  05 bands="GSM 900 / GSM 1800" brand="Batelco" cc="bh" country="Bahrain" 
operator="Bahrain Telecommunications Company" status="Operational"
  00-99
 427
- 01 bands="GSM 900 / GSM 1800" brand="ooredoo" cc="qa" country="Qatar" 
operator="ooredoo" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600" 
brand="ooredoo" cc="qa" country="Qatar" operator="ooredoo" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="qa" 
country="Qatar" operator="Vodafone Qatar" status="Operational"
  05 bands="TETRA 380" brand="Ministry of Interior" cc="qa" country="Qatar" 
operator="Ministry of Interior" status="Operational"
+ 06 bands="LTE" brand="Ministry of Interior" cc="qa" country="Qatar" 
operator="Ministry of Interior" status="Operational"
  00-99
 428
  88 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Unitel" cc="mn" 
country="Mongolia" operator="Unitel LLC" status="Operational"
  91 bands="CDMA2000 800 / UMTS 2100" brand="Skytel" cc="mn" country="Mongolia" 
operator="Skytel LLC" status="Operational"
- 98 bands="CDMA2000 450" brand="G.Mobile" cc="mn" country="Mongolia" 
operator="G-Mobile LLC" status="Operational"
- 99 bands="GSM 900 / UMTS 2100" brand="MobiCom" cc="mn" country="Mongolia" 
operator="Mobicom Corporation" status="Operational"
+ 98 bands="CDMA2000 450 / UMTS 2100" brand="G-Mobile" cc="mn" 
country="Mongolia" operator="G-Mobile LLC" status="Operational"
+ 99 bands="GSM 900 / UMTS 2100" brand="Mobicom" cc="mn" country="Mongolia" 
operator="Mobicom Corporation" status="Operational"
  00-99
 429
  01 bands="GSM 900 / GSM 1800" brand="Namaste / NT Mobile" cc="np" 
country="Nepal" operator="Nepal Telecom" status="Operational"
@@ -1237,12 +1401,12 @@
  04 bands="GSM 900" brand="SmartCell" cc="np" country="Nepal" operator="Smart 
Telecom Pvt. Ltd." status="Operational"
  00-99
 432
- 11 bands="GSM 900 / GSM 1800" brand="IR-MCI" cc="ir" country="Iran" 
operator="Mobile Communications Company of Iran" status="Operational"
- 14 bands="GSM 900" brand="TKC" cc="ir" country="Iran" operator="KFZO" 
status="Operational"
- 19 bands="GSM 900" brand="MTCE" cc="ir" country="Iran" operator="Mobile 
Telecommunications Company of Esfahan" status="Operational"
+ 11 bands="GSM 900 / GSM 1800" brand="IR-MCI (Hamrahe Avval)" cc="ir" 
country="Iran" operator="Mobile Communications Company of Iran" 
status="Operational"
+ 14 bands="GSM 900" brand="TKC" cc="ir" country="Iran" 
operator="Telecommunication Kish Company" status="Operational"
+ 19 bands="GSM 900" brand="MTCE (Espadan)" cc="ir" country="Iran" 
operator="Mobile Telecommunications Company of Esfahan" status="Operational"
  20 bands="UMTS" brand="Rightel" cc="ir" country="Iran" status="Operational"
  32 bands="GSM 900 / GSM 1800" brand="Taliya" cc="ir" country="Iran" 
operator="Rafsanjan Industrial Complex" status="Operational"
- 35 bands="GSM 900 / GSM 1800" brand="Irancell" cc="ir" country="Iran" 
operator="Irancell Telecommunications Services Company" status="Operational"
+ 35 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTN Irancell" cc="ir" 
country="Iran" operator="MTN Irancell Telecommunications Services Company" 
status="Operational"
  70 bands="GSM 900 / GSM 1800" brand="TCI" cc="ir" country="Iran" 
operator="Telephone Communications Company of Iran" status="Operational"
  93 bands="GSM 1800" brand="Iraphone" cc="ir" country="Iran" 
operator="Iraphone" status="Operational"
  00-99
@@ -1256,11 +1420,11 @@
  07 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTS" cc="uz" 
country="Uzbekistan" operator="Uzdunrobita" status="Operational"
  00-99
 436
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tcell" cc="tj" 
country="Tajikistan" operator="JV Somoncom" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tcell" cc="tj" 
country="Tajikistan" operator="Indigo Tajikistan" status="Operational"
- 03 bands="GSM 900 / GSM 1800" brand="Megafon" cc="tj" country="Tajikistan" 
operator="TT Mobile" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="Tcell" cc="tj" 
country="Tajikistan" operator="JV Somoncom" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="Tcell" cc="tj" 
country="Tajikistan" operator="Indigo Tajikistan" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Megafon Tajikistan" cc="tj" 
country="Tajikistan" operator="TT Mobile" status="Operational"
  04 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2100" 
brand="Babilon-M" cc="tj" country="Tajikistan" operator="Babilon-Mobile" 
status="Operational"
- 05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tacom" cc="tj" 
country="Tajikistan" operator="Vimpelcom" status="Operational"
+ 05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Beeline" cc="tj" 
country="Tajikistan" operator="Tacom" status="Operational"
  12 bands="UMTS 2100" brand="Tcell" cc="tj" country="Tajikistan" 
operator="Indigo" status=""
  00-99
 437
@@ -1377,7 +1541,7 @@
  04 bands="CDMA2000 1700" brand="KT" cc="kr" country="South Korea" 
operator="KT" status="Discontinued"
  05 bands="CDMA2000 800 / UMTS 2100 / LTE 850 / LTE 1800" brand="SKTelecom" 
cc="kr" country="South Korea" operator="SK Telecom" status="Operational"
  06 bands="CDMA2000 1700 / LTE 850 2100 2600" brand="LG U+" cc="kr" 
country="South Korea" operator="LG Telecom" status="Operational"
- 08 bands="UMTS 2100 / LTE 1800" brand="olleh" cc="kr" country="South Korea" 
operator="KT" status="Operational"
+ 08 bands="UMTS 2100 / LTE 900 / LTE 1800" brand="olleh" cc="kr" 
country="South Korea" operator="KT" status="Operational"
  11 bands="UMTS 2100" brand="SKTelecom" cc="kr" country="South Korea" 
operator="Korea Cable Telecom(t-plus), Eco-mobile" status="Operational"
  00-99
 452
@@ -1396,13 +1560,13 @@
  02 bands="GSM 900 / GSM 1800" cc="hk" country="Hong Kong" operator="CSL 
Limited" status="Operational"
  03 bands="UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" brand="3" cc="hk" 
country="Hong Kong" operator="Hutchison Telecom" status="Operational"
  04 bands="GSM 900 / GSM 1800" brand="3 (2G)" cc="hk" country="Hong Kong" 
operator="Hutchison Telecom" status="Operational"
- 05 bands="CDMA2000 800" brand="3 (CDMA)" cc="hk" country="Hong Kong" 
operator="Hutchison Telecom" status="Not operational"
+ 05 bands="CDMA 800" brand="3 (CDMA)" cc="hk" country="Hong Kong" 
operator="Hutchison Telecom" status="Not operational"
  06 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800" 
brand="SmarTone" cc="hk" country="Hong Kong" operator="SmarTone Mobile 
Communications Limited" status="Operational"
  07 bands="GSM 900 / GSM 1800" cc="hk" country="Hong Kong" operator="China 
Unicom (Hong Kong) Limited" status="Operational"
- 08 brand="Truphone" cc="hk" country="Hong Kong" operator="Truphone Limited" 
status="Operational"
+ 08 bands="" brand="Truphone" cc="hk" country="Hong Kong" operator="Truphone 
Limited" status="Operational"
  09 bands="GSM 900 / GSM 1800" cc="hk" country="Hong Kong" operator="China 
Motion Telecom" status="Operational"
  10 bands="GSM 1800" brand="New World Mobility" cc="hk" country="Hong Kong" 
operator="CSL Limited" status="Not Operational"
- 11 cc="hk" country="Hong Kong" operator="China-Hong Kong Telecom" 
status="Operational"
+ 11 bands="" cc="hk" country="Hong Kong" operator="China-Hong Kong Telecom" 
status="Operational"
  12 bands="GSM 1800 / LTE 1800 / LTE 2600" brand="CMCC HK" cc="hk" 
country="Hong Kong" operator="China Mobile Hong Kong Company Limited" 
status="Operational"
  13 bands="UMTS 2100" brand="CMCC HK" cc="hk" country="Hong Kong" 
operator="China Mobile Hong Kong Company Limited" status="MVNO"
  14 bands="GSM 900 / GSM 1800" cc="hk" country="Hong Kong" operator="Hutchison 
Telecom" status="Operational"
@@ -1412,24 +1576,25 @@
  18 bands="GSM 900 / GSM 1800" cc="hk" country="Hong Kong" operator="CSL 
Limited" status="Not Operational"
  19 bands="UMTS 2100 / LTE 1800 / LTE 2600" brand="PCCW Mobile (3G/4G)" 
cc="hk" country="Hong Kong" operator="PCCW-HKT" status="Operational"
  22 bands="GSM 1800" brand="P Plus" cc="hk" country="Hong Kong" operator="P 
Plus Communications" status="Not operational"
- 29 bands="CDMA2000 1xEV-DO 800" brand="PCCW Mobile (CDMA)" cc="hk" 
country="Hong Kong" operator="PCCW-HKT" status="Operational"
+ 29 bands="CDMA 800" brand="PCCW Mobile (CDMA)" cc="hk" country="Hong Kong" 
operator="PCCW-HKT" status="Operational"
  00-99
 455
- 00 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="SmarTone" cc="mo" 
country="Macau (China)" operator="SmarTone Macao" status="Operational"
+ 00 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="SmarTone" cc="mo" 
country="Macau (China)" operator="SmarTone – Comunicações Mõveis, S.A." 
status="Operational"
  01 bands="GSM 900 / GSM 1800" brand="CTM" cc="mo" country="Macau (China)" 
operator="C.T.M. Telemovel+" status="Operational"
- 02 bands="CDMA2000 800" brand="China Telecom" cc="mo" country="Macau (China)" 
operator="China Telecom" status="Operational"
+ 02 bands="CDMA 800" brand="China Telecom" cc="mo" country="Macau (China)" 
operator="China Telecom" status="Operational"
  03 bands="GSM 900 / GSM 1800" brand="3" cc="mo" country="Macau (China)" 
operator="Hutchison Telecom" status="Operational"
  04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="CTM" cc="mo" country="Macau 
(China)" operator="C.T.M. Telemovel+" status="Operational"
  05 bands="UMTS 900 / UMTS 2100" brand="3" cc="mo" country="Macau (China)" 
operator="Hutchison Telecom" status="Operational"
+ 06 bands="" brand="SmarTone" cc="mo" country="Macau (China)" 
operator="SmarTone – Comunicações Mõveis, S.A." status=""
  00-99
 456
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cellcard" cc="kh" 
country="Cambodia" operator="The Royal Group" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Smart" cc="kh" 
country="Cambodia" operator="Latelz Company Limited" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Smart" cc="kh" 
country="Cambodia" operator="Latelz Company Limited" status="Operational"
  03 bands="GSM 1800 / UMTS 2100" brand="qb" cc="kh" country="Cambodia" 
operator="Cambodia Advance Communications Co. Ltd" status="Operational"
  04 bands="GSM 1800 / UMTS 2100" brand="qb" cc="kh" country="Cambodia" 
operator="Cambodia Advance Communications Co. Ltd" status="Operational"
  05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Smart" cc="kh" 
country="Cambodia" operator="Latelz Company Limited" status="Operational"
  06 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Smart" cc="kh" 
country="Cambodia" operator="Latelz Company Limited" status="Operational"
- 08 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cellcard" cc="kh" 
country="Cambodia" operator="The Royal Group" status="Operational"
+ 08 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Metfone" cc="kh" 
country="Cambodia" operator="The Royal Group" status="Operational"
  09 bands="GSM 900 / GSM 1800" brand="Beeline" cc="kh" country="Cambodia" 
operator="Sotelco Ltd." status="Operational"
  11 bands="CDMA2000" brand="Excell" cc="kh" country="Cambodia" 
status="Operational"
  18 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cellcard" cc="kh" 
country="Cambodia" operator="The Royal Group" status="Operational"
@@ -1443,19 +1608,20 @@
 460
  00 bands="GSM 900 / GSM 1800 / TD-SCDMA 1900 / TD-SCDMA 2000 / TD-LTE 1900 / 
TD-LTE 2300 / TD-LTE 2600" brand="China Mobile" cc="cn" country="China" 
operator="China Mobile" status="Operational"
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / TD-LTE 2300 / TD-LTE 2600 / 
FDD-LTE 1800" brand="China Unicom" cc="cn" country="China" operator="China 
Unicom" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / TD-SCDMA 1900 / TD-SCDMA 2000 / TD-LTE 1900 / 
TD-LTE 2300 / TD-LTE 2600" brand="China Mobile" cc="cn" country="China" 
operator="China Mobile" status="Not Operational"
+ 02 bands="GSM 900 / GSM 1800 / TD-SCDMA 1900 / TD-SCDMA 2000 / TD-LTE 1900 / 
TD-LTE 2300 / TD-LTE 2600" brand="China Mobile" cc="cn" country="China" 
operator="China Mobile" status="Not operational"
  03 bands="CDMA2000 800 / CDMA2000 2100 / FDD-LTE 2100 / TD-LTE 2300 / TD-LTE 
2600" brand="China Telecom" cc="cn" country="China" operator="China Telecom" 
status="Operational"
- 05 bands="CDMA2000 800 / CDMA2000 2100 / FDD-LTE 2100 / TD-LTE 2300 / TD-LTE 
2600" brand="China Telecom" cc="cn" country="China" operator="China Telecom" 
status="Not Operational"
- 06 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="China Unicom" cc="cn" 
country="China" operator="China Unicom" status="Not Operational"
- 07 bands="GSM 900 / GSM 1800 / TD-SCDMA 1900 / TD-SCDMA 2000 / TD-LTE 1900 / 
TD-LTE 2300 / TD-LTE 2600" brand="China Mobile" cc="cn" country="China" 
operator="China Mobile" status="Not Operational"
+ 04 bands="" cc="cn" country="China" operator="Global Star Satellite" status=""
+ 05 bands="CDMA2000 800 / CDMA2000 2100 / FDD-LTE 2100 / TD-LTE 2300 / TD-LTE 
2600" brand="China Telecom" cc="cn" country="China" operator="China Telecom" 
status="Not operational"
+ 06 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="China Unicom" cc="cn" 
country="China" operator="China Unicom" status="Not operational"
+ 07 bands="GSM 900 / GSM 1800 / TD-SCDMA 1900 / TD-SCDMA 2000 / TD-LTE 1900 / 
TD-LTE 2300 / TD-LTE 2600" brand="China Mobile" cc="cn" country="China" 
operator="China Mobile" status="Not operational"
  20 bands="GSM-R" brand="China Tietong" cc="cn" country="China" 
operator="China Tietong" status="Operational"
  00-99
 466
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="FarEasTone" cc="tw" 
country="Taiwan" operator="Far EasTone Telecommunications Co Ltd" 
status="Operational"
  05 bands="CDMA2000 800" brand="APTG" cc="tw" country="Taiwan" operator="Asia 
Pacific Telecom" status="Operational"
- 06 bands="GSM 1800" brand="Tuntex" cc="tw" country="Taiwan" operator="Tuntex 
Telecom" status="Not operational"
+ 06 bands="GSM 1800" brand="FarEasTone" cc="tw" country="Taiwan" operator="Far 
EasTone Telecommunications Co Ltd" status="operational"
  11 bands="Refer to 466-92 Chunghwa Telecom" brand="Chunghwa LDM" cc="tw" 
country="Taiwan" operator="LDTA/Chunghwa Telecom" status="Operational"
- 88 bands="GSM 1800" brand="KG Telecom" cc="tw" country="Taiwan" operator="KG 
Telecom" status="Not operational"
+ 88 bands="GSM 1800" brand="FarEasTone" cc="tw" country="Taiwan" operator="Far 
EasTone Telecommunications Co Ltd" status="operational"
  89 bands="UMTS 2100" brand="VIBO" cc="tw" country="Taiwan" operator="VIBO 
Telecom" status="Operational"
  92 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Chungwa" cc="tw" 
country="Taiwan" operator="Chunghwa Telecom" status="Operational"
  93 bands="GSM 900" brand="MobiTai" cc="tw" country="Taiwan" operator="Mobitai 
Communications" status="Not operational"
@@ -1467,23 +1633,23 @@
  193 bands="GSM 900" brand="SunNet" cc="kp" country="North Korea" 
operator="Korea Posts and Telecommunications Corporation" status="discontinued"
  00-99
 470
- 01 bands="GSM 900/ GSM 1800" brand="Grameenphone" cc="bd" 
country="Bangladesh" operator="GrameenPhone Ltd" status="Operational"
- 02 bands="GSM 900 / GSM 1800" brand="Robi" cc="bd" country="Bangladesh" 
operator="Axiata Bangladesh Ltd." status="Operational"
- 03 bands="GSM 900/ GSM 1800" brand="Banglalink" cc="bd" country="Bangladesh" 
operator="Orascom Telecom Holding" status="Operational"
- 04 bands="GSM 900 / GSM 1800" brand="TeleTalk" cc="bd" country="Bangladesh" 
operator="Teletalk Bangladesh Limited" status="Operational"
- 05 bands="CDMA2000 800" brand="Citycell" cc="bd" country="Bangladesh" 
operator="Pacific Bangladesh Telecom Limited" status="Operational"
- 06 bands="GSM 900/ GSM 1800" brand="Beeong3G Warid Telekom" cc="bd" 
country="Bangladesh" operator="Beeong Ltd" status="Reserved"
- 07 bands="GSM 900 / GSM 1800" brand="Airtel" cc="bd" country="Bangladesh" 
operator="Bharti airtel Bangladesh Ltd." status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Grameenphone" cc="bd" 
country="Bangladesh" operator="GrameenPhone Ltd" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Robi" cc="bd" 
country="Bangladesh" operator="Axiata Bangladesh Ltd." status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Banglalink" cc="bd" 
country="Bangladesh" operator="Orascom Telecom Holding" status="Operational"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="TeleTalk" cc="bd" 
country="Bangladesh" operator="Teletalk Bangladesh Limited" status="Operational"
+ 05 bands="CDMA 800" brand="Citycell" cc="bd" country="Bangladesh" 
operator="Pacific Bangladesh Telecom Limited" status="Operational"
+ 06 bands="GSM 900 / GSM 1800" brand="Beeong3G Warid Telekom" cc="bd" 
country="Bangladesh" operator="Beeong Ltd" status="Reserved"
+ 07 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Airtel" cc="bd" 
country="Bangladesh" operator="Bharti airtel Bangladesh Ltd." 
status="Operational"
  00-99
 472
  01 bands="GSM 900 / UMTS 2100" brand="Dhiraagu" cc="mv" country="Maldives" 
operator="Dhivehi Raajjeyge Gulhun" status="Operational"
- 02 bands="GSM 900 / UMTS 2100" brand="Wataniya" cc="mv" country="Maldives" 
operator="Wataniya Telecom Maldives" status="Operational"
+ 02 bands="GSM 900 / UMTS 2100 / LTE 2600" brand="Ooredoo" cc="mv" 
country="Maldives" operator="Wataniya Telecom Maldives" status="Operational"
  00-99
 502
  01 bands="CDMA2000 450 (depreciated)011-(6digits)" brand="ATUR 450" cc="my" 
country="Malaysia" operator="Telekom Malaysia Bhd" status="Operational"
  10 cc="my" country="Malaysia" operator="DiGi Telecommunications"
  11 brand="TM Homeline" cc="my" country="Malaysia" operator="Telekom Malaysia 
Bhd"
- 12 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Maxis" cc="my" 
country="Malaysia" operator="Maxis Mobile Services SDN Berhad" 
status="Operational"
+ 12 bands="MVNO" brand="Kartu As" cc="my" country="Malaysia" operator="Telin 
Malaysia Sdn Bhd" status="Operational"
  13 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Celcom" cc="my" 
country="Malaysia" operator="Celcom Axiata Berhad" status="Operational"
  14 cc="my" country="Malaysia" operator="Telekom Malaysia Berhad for PSTN SMS"
  150 bands="MVNO" brand="Tune Talk" cc="my" country="Malaysia" operator="Tune 
Talk Sdn Bhd" status="Operational"
@@ -1498,28 +1664,38 @@
  00-99
 505
  01 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800" 
brand="Telstra" cc="au" country="Australia" operator="Telstra Corporation 
Limited" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100/ LTE 1800/2300" 
brand="Optus" cc="au" country="Australia" operator="Singtel Optus Proprietary 
Limited" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 900 / UMTS 2100" 
brand="Vodafone" cc="au" country="Australia" operator="Vodafone Hutchison 
Australia Proprietary Limited" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE-TDD 
2300" brand="Optus" cc="au" country="Australia" operator="Singtel Optus 
Proprietary Limited" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 900 / UMTS 2100 / LTE 1800" 
brand="Vodafone" cc="au" country="Australia" operator="Vodafone Hutchison 
Australia Proprietary Limited" status="Operational"
  04 bands="" cc="au" country="Australia" operator="Department of Defence" 
status="Operational"
  05 brand="Ozitel" cc="au" country="Australia" status="Not operational"
  06 bands="UMTS 2100" brand="3" cc="au" country="Australia" operator="Vodafone 
Hutchison Australia Proprietary Limited" status="Not operational"
+ 07 bands="" brand="Vodafone" cc="au" country="Australia" operator="Vodafone 
Network Pty. Ltd." status=""
  08 bands="GSM 900" brand="One.Tel" cc="au" country="Australia" 
operator="One.Tel Limited" status="Not operational"
  09 brand="Airnet" cc="au" country="Australia" status="Not operational"
  10 bands="GSM 900" brand="Norfolk Telecom" cc="nf" country="Norfolk Island" 
operator="Norfolk Telecom" status="Operational"
+ 11 bands="" brand="Telstra" cc="au" country="Australia" operator="Telstra 
Corporation Ltd." status=""
  12 bands="UMTS 2100" brand="3" cc="au" country="Australia" operator="Vodafone 
Hutchison Australia Proprietary Limited" status="Not operational"
  13 bands="GSM 1800" brand="Railcorp" cc="au" country="Australia" 
operator="Rail Corporation New South Wales" status="Reserved"
  14 bands="GSM 1800 / UMTS 2100" brand="AAPT" cc="au" country="Australia" 
operator="Telecom New Zealand" status="Operational"
  15 brand="3GIS" cc="au" country="Australia" status="Not operational"
- 16 bands="GSM 1800" brand="Victorian Rail Track" cc="au" country="Australia" 
status="Reserved"
+ 16 bands="GSM 1800" brand="VicTrack" cc="au" country="Australia" 
operator="Victorian Rail Track" status="Reserved"
+ 17 bands="" cc="au" country="Australia" operator="Vidid Wireless Pty. Ltd." 
status=""
  18 brand="Pactel" cc="au" country="Australia" operator="Pactel International 
Pty Ltd" status="Reserved"
- 19 brand="Lycamobile Pty Ltd" cc="au" country="Australia"
- 21 bands="MVNO" brand="SOUL" cc="au" country="Australia" operator="TPG 
Telecom Limited" status=""
+ 19 bands="MVNO" brand="Lycamobile" cc="au" country="Australia" 
operator="Lycamobile Pty Ltd" status="Operational"
+ 20 bands="" cc="au" country="Australia" operator="Ausgrid Corporation" 
status=""
+ 21 bands="" cc="au" country="Australia" operator="Queensland Rail Limited" 
status=""
+ 22 bands="" cc="au" country="Australia" operator="iiNet Ltd" status=""
  23 bands="LTE 2100" cc="au" country="Australia" operator="Challenge Networks 
Pty. Ltd." status="Planning"
- 24 bands="" brand="Advance Communications Technologies Pty. Ltd." cc="au" 
country="Australia" status=""
+ 24 bands="" cc="au" country="Australia" operator="Advanced Communications 
Technologies Pty. Ltd." status=""
+ 25 bands="" cc="au" country="Australia" operator="Pilbara Iron Company 
Services Pty Ltd" status=""
  26 bands="" cc="au" country="Australia" operator="Dialogue Communications 
Pty. Ltd." status=""
  27 bands="" cc="au" country="Australia" operator="Nexium Telecommunications" 
status=""
+ 28 bands="" cc="au" country="Australia" operator="RCOM International Pty Ltd" 
status=""
+ 30 bands="" cc="au" country="Australia" operator="Compatel Limited" status=""
+ 31 bands="" cc="au" country="Australia" operator="BHP Billiton" status=""
  38 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Crazy John's" 
cc="au" country="Australia" operator="Vodafone Hutchison Australia Proprietary 
Limited" status="Operational"
- 62 cc="au" country="Australia"
+ 62 bands="LTE 2300" brand="NBN" cc="au" country="Australia" 
operator="National Broadband Network Co." status=""
+ 68 bands="LTE 2300" brand="NBN" cc="au" country="Australia" 
operator="National Broadband Network Co." status=""
  71 bands="" brand="Telstra" cc="au" country="Australia" operator="Telstra 
Corporation Limited" status="Operational"
  72 bands="" brand="Telstra" cc="au" country="Australia" operator="Telstra 
Corporation Limited" status="Operational"
  88 brand="Localstar Holding Pty. Ltd." cc="au" country="Australia" 
status="Not operational"
@@ -1529,22 +1705,23 @@
 510
  00 bands="Satellite" brand="PSN" cc="id" country="Indonesia" operator="PT 
Pasifik Satelit Nusantara (ACeS)" status="Operational"
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="INDOSAT" cc="id" 
country="Indonesia" operator="PT Indonesian Satellite Corporation Tbk 
(INDOSAT)" status="Operational"
- 03 bands="CDMA2000 800" brand="StarOne" cc="id" country="Indonesia" 
operator="PT Indosat Tbk" status="Operational"
- 07 bands="CDMA2000 800" brand="TelkomFlexi" cc="id" country="Indonesia" 
operator="PT Telkom" status="Operational"
+ 03 bands="CDMA 800" brand="StarOne" cc="id" country="Indonesia" operator="PT 
Indosat Tbk" status="Operational"
+ 07 bands="CDMA 800" brand="TelkomFlexi" cc="id" country="Indonesia" 
operator="PT Telkom" status="Operational"
  08 bands="GSM 1800 / UMTS 2100" brand="AXIS" cc="id" country="Indonesia" 
operator="PT Natrindo Telepon Seluler" status="Operational"
- 09 bands="CDMA2000 1900" brand="SMART" cc="id" country="Indonesia" 
operator="PT Smart Telecom" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 2100/apn free arutmin" brand="Telkomsel" 
cc="id" country="Indonesia" operator="PT Telekomunikasi Selular" 
status="Operational"
+ 09 bands="CDMA 1900 / 800" brand="SMARTFREN" cc="id" country="Indonesia" 
operator="PT Smart Telecom" status="Operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telkomsel" cc="id" 
country="Indonesia" operator="PT Telekomunikasi Selular" status="Operational"
  11 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="XL" cc="id" 
country="Indonesia" operator="PT XL Axiata Tbk" status="Operational"
  20 bands="GSM 1800" brand="TELKOMMobile" cc="id" country="Indonesia" 
operator="PT Telkom Indonesia Tbk" status="Not operational"
  21 bands="GSM 1800" brand="IM3" cc="id" country="Indonesia" operator="PT 
Indonesian Satellite Corporation Tbk (INDOSAT)" status="Not operational"
- 27 bands="CDMA2000 450" brand="Ceria" cc="id" country="Indonesia" 
operator="PT Sampoerna Telekomunikasi Indonesia" status="Operational"
- 28 bands="CDMA2000 800" brand="Fren/Hepi" cc="id" country="Indonesia" 
operator="PT Mobile-8 Telecom" status="Operational"
+ 27 bands="CDMA 450" brand="Ceria" cc="id" country="Indonesia" operator="PT 
Sampoerna Telekomunikasi Indonesia" status="Operational"
+ 28 bands="CDMA 800" brand="Fren/Hepi" cc="id" country="Indonesia" 
operator="PT Mobile-8 Telecom" status="Operational"
  89 bands="GSM 1800 / UMTS 2100" brand="3" cc="id" country="Indonesia" 
operator="PT Hutchison CP Telecommunications" status="Operational"
- 99 bands="CDMA2000 800" brand="Esia" cc="id" country="Indonesia" operator="PT 
Bakrie Telecom" status="Operational"
- 995 cc="id" country="Indonesia"
+ 99 bands="CDMA 800" brand="Esia" cc="id" country="Indonesia" operator="PT 
Bakrie Telecom" status="Operational"
+ 995 brand="Komselindo" cc="id" country="Indonesia" operator="Komselindo 
STKB-C"
+ 996 brand="Komselindo" cc="id" country="Indonesia" operator="Komselindo 
STKB-C"
  00-99
 514
- 01 bands="GSM 850/900/1800, UMTS 2100" brand="Telin" cc="tl" country="East 
Timor" operator="PT Telekomunikasi Indonesia International" status="Planned"
+ 01 bands="GSM 850 / GSM 900 / GSM 1800 / UMTS 2100" brand="Telin Telkomcel" 
cc="tl" country="East Timor" operator="PT Telekomunikasi Indonesia 
International" status="Planned"
  02 bands="GSM 900" cc="tl" country="East Timor" operator="Timor Telecom" 
status="Operational"
  03 bands="" cc="tl" country="East Timor" operator="Viettel Timor-Leste" 
status="Planned"
  00-99
@@ -1555,20 +1732,22 @@
  05 bands="EDGE 1800 / UMTS 2100" brand="Sun" cc="ph" country="Philippines" 
operator="Digital Telecommunications Philippines" status="Operational"
  11 bands="" cc="ph" country="Philippines" operator="PLDT via ACeS 
Philippines" status=""
  18 bands="GSM 900 / UMTS 2100 (defunct)" brand="Cure" cc="ph" 
country="Philippines" operator="PLDT via Smart's Connectivity Unlimited 
Resources Enterprise" status="Operational"
+ 24 bands="" brand="ABS-CBN" cc="ph" country="Philippines" operator="ABS-CBN 
Convergence with Globe Telecom" status="Operational"
  88 bands="" cc="ph" country="Philippines" operator="Nextel" status=""
  00-99
 520
- 00 bands="HSPA+ 850" brand="my by CAT" cc="th" country="Thailand" 
operator="CAT Telecom" status="Operational"
- 01 bands="GSM 900 / HSPA+ 900" brand="AIS" cc="th" country="Thailand" 
operator="Advanced Info Service" status="Operational"
- 02 bands="CDMA 2000 1x EVDO REV.A 800" brand="CAT CDMA" cc="th" 
country="Thailand" operator="CAT Telecom" status="Operational"
- 03 bands="HSPA+ 2100" brand="AIS 3G" cc="th" country="Thailand" 
operator="AWN" status="Operational"
- 04 bands="HSPA+ 2100 / LTE 2100" brand="truemove H 4G LTE" cc="th" 
country="Thailand" operator="Real Future" status="Operational"
- 05 bands="HSPA+ 2100" brand="dtac 3G" cc="th" country="Thailand" 
operator="DTN" status="Operational"
+ 00 bands="UMTS 850" brand="my by CAT" cc="th" country="Thailand" 
operator="CAT Telecom" status="Operational"
+ 01 bands="GSM 900 / UMTS 900" brand="AIS" cc="th" country="Thailand" 
operator="Advanced Info Service" status="Operational"
+ 02 bands="CDMA 800" brand="CAT CDMA" cc="th" country="Thailand" operator="CAT 
Telecom" status="Operational"
+ 03 bands="UMTS 2100" brand="AIS 3G" cc="th" country="Thailand" operator="AWN" 
status="Operational"
+ 04 bands="UMTS 2100 / LTE 2100" brand="truemove H 4G LTE" cc="th" 
country="Thailand" operator="Real Future" status="Operational"
+ 05 bands="UMTS 2100 / LTE 2100" brand="dtac TriNet" cc="th" 
country="Thailand" operator="DTN" status="Operational"
  10 bands="" brand="?" cc="th" country="Thailand" operator="WCS IQ" status=""
- 15 bands="HSPA+ 2100" brand="TOT 3G" cc="th" country="Thailand" 
operator="Telephone Organization of Thailand (TOT)" status="Operational"
- 18 bands="GSM 1800 / HSPA+ 850" brand="dtac" cc="th" country="Thailand" 
operator="Total Access Communication" status="Operational"
+ 15 bands="UMTS 2100" brand="TOT 3G" cc="th" country="Thailand" 
operator="Telephone Organization of Thailand (TOT)" status="Operational"
+ 18 bands="GSM 1800 / UMTS 850" brand="dtac" cc="th" country="Thailand" 
operator="Total Access Communication" status="Operational"
  23 bands="GSM 1800" brand="AIS GSM 1800" cc="th" country="Thailand" 
operator="AIS)" status="Operational"
  25 bands="PHS 1900" brand="WE PCT" cc="th" country="Thailand" operator="True 
Corporation" status="Operational"
+ 47 bands="" cc="th" country="Thailand" operator="Telephone Organization of 
Thailand (TOT)" status=""
  99 bands="GSM 1800" brand="truemove" cc="th" country="Thailand" 
operator="True Corporation" status="Operational"
  00-99
 525
@@ -1583,7 +1762,7 @@
 528
  01 bands="" cc="bn" country="Brunei" operator="Jabatan Telekom Brunei" 
status=""
  02 bands="UMTS 2100" brand="B-Mobile" cc="bn" country="Brunei" 
operator="B-Mobile Communications Sdn Bhd" status="Operational"
- 11 bands="GSM 900 / UMTS 2100" brand="DSTCom" cc="bn" country="Brunei" 
operator="Data Stream Technology" status="Operational"
+ 11 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="DSTCom" cc="bn" 
country="Brunei" operator="Data Stream Technology" status="Operational"
  00-99
 530
  00 bands="AMPS 800 / TDMA 800" brand="Telecom" cc="nz" country="New Zealand" 
operator="Telecom New Zealand" status="Not operational"
@@ -1591,15 +1770,17 @@
  02 bands="CDMA2000 800" brand="Telecom" cc="nz" country="New Zealand" 
operator="Telecom New Zealand" status="Not operational"
  03 bands="UMTS 2000" brand="Woosh" cc="nz" country="New Zealand" 
operator="Woosh Wireless New Zealand Walker" status="Operational"
  04 bands="UMTS 2100" brand="TelstraClear" cc="nz" country="New Zealand" 
operator="TelstraClear New Zealand" status="Not operational"
- 05 bands="UMTS 850 / UMTS 2100 / LTE 1800" brand="XT Mobile Network" cc="nz" 
country="New Zealand" operator="Telecom New Zealand" status="Operational"
- 06 bands="UMTS 850 / UMTS 2100" brand="Skinny" cc="nz" country="New Zealand" 
operator="Telecom New Zealand" status="Operational"
+ 05 bands="UMTS 850 / UMTS 2100 / LTE 1800" brand="XT Mobile Network" cc="nz" 
country="New Zealand" operator="Spark New Zealand" status="Operational"
+ 06 bands="UMTS 850 / UMTS 2100" brand="Skinny" cc="nz" country="New Zealand" 
operator="Spark New Zealand" status="Operational"
+ 07 bands="" cc="nz" country="New Zealand" operator="Bluereach Limited" 
status=""
  24 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="2degrees" cc="nz" 
country="New Zealand" operator="2degrees" status="Operational"
  00-99
 536
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Digicel" cc="nr" 
country="Nauru" operator="Digicel (Nauru) Corporation" status="Operational"
  00-99
 537
- 01 bands="GSM 900" brand="BeMobile" cc="pg" country="Papua New Guinea" 
operator="Pacific Mobile Communications" status="Operational"
+ 01 bands="GSM 900 / UMTS 900" brand="bmobile" cc="pg" country="Papua New 
Guinea" operator="Bemobile Limited" status="Operational"
+ 02 bands="CDMA2000 450" cc="pg" country="Papua New Guinea" operator="Telikom 
PNG Ltd." status="Operational"
  03 bands="GSM 900 / UMTS 900" brand="Digicel" cc="pg" country="Papua New 
Guinea" operator="Digicel PNG" status="Operational"
  00-99
 539
@@ -1615,13 +1796,15 @@
  00 bands="GSM 900" brand="AIL" cc="vu" country="Vanuatu" operator="ACeS 
International (AIL)" status="Operational"
  01 bands="GSM 900" brand="SMILE" cc="vu" country="Vanuatu" operator="Telecom 
Vanuatu Ltd" status="Operational"
  05 bands="GSM 900, UMTS 900" brand="Digicel" cc="vu" country="Vanuatu" 
operator="Digicel Vanuatu Ltd" status="Operational"
+ 07 bands="LTE Band 40" brand="WanTok" cc="vu" country="Vanuatu" 
operator="WanTok Vanuatu Ltd" status="Operational"
  00-99
 542
- 01 bands="GSM 900 / UMTS 2100" brand="Vodafone" cc="fj" country="Fiji" 
operator="Vodafone Fiji" status="Operational"
- 02 bands="GSM 900 /UMTS 900 /UMTS 2100 /WIMAX 4G" brand="Digicel" cc="fj" 
country="Fiji" operator="Digicel Fiji" status="Operational"
+ 01 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="Vodafone" cc="fj" 
country="Fiji" operator="Vodafone Fiji" status="Operational"
+ 02 bands="GSM 900 / UMTS 900 / UMTS 2100 / WIMAX 4G" brand="Digicel" cc="fj" 
country="Fiji" operator="Digicel Fiji" status="Operational"
+ 03 bands="CDMA" cc="fj" country="Fiji" operator="Telecom Fiji Ltd" status=""
  00-99
 544
- 11 bands="GSM" brand="Bluesky" cc="as" country="American Samoa (United States 
of America)" operator="Bluesky" status="Operational"
+ 11 bands="GSM 850 / GSM 1900 / UMTS 850" brand="Bluesky" cc="as" 
country="American Samoa (United States of America)" operator="Bluesky" 
status="Operational"
  00-99
 545
  01 bands="UMTS 850 / LTE 700" brand="Kiribati - TSKL" cc="ki" 
country="Kiribati" operator="Telecom Services Kiribati Ltd" status="Operational"
@@ -1631,13 +1814,15 @@
  01 bands="GSM 900" brand="Mobilis" cc="nc" country="New Caledonia (France)" 
operator="OPT New Caledonia" status="Operational"
  00-99
 547
+ 10 bands="GSM 900" cc="pf" country="French Polynesia" operator="Mara Telecom" 
status="Not operational"
+ 15 bands="GSM 900 / UMTS 2100" brand="Vodafone" cc="pf" country="French 
Polynesia" operator="Pacific Mobile Telecom" status="Operational"
  20 bands="GSM 900 / UMTS 2100" brand="Vini" cc="pf" country="French 
Polynesia" operator="Tikiphone SA" status="Operational"
  00-99
 548
  01 bands="GSM 900" cc="ck" country="Cook Islands (New Zealand)" 
operator="Telecom Cook" status="Operational"
  00-99
 549
- 01 bands="GSM 900" brand="Digicel" cc="ws" country="Samoa" operator="Digicel 
Pacific Ltd." status="Operational"
+ 01 bands="GSM 900 / UMTS 2100" brand="Digicel" cc="ws" country="Samoa" 
operator="Digicel Pacific Ltd." status="Operational"
  27 bands="GSM 900" brand="Bluesky" cc="ws" country="Samoa" operator="Bluesky 
Samoa Ltd" status="Operational"
  00-99
 550
@@ -1662,9 +1847,9 @@
  03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Etisalat" cc="eg" 
country="Egypt" operator="Etisalat Egypt" status="Operational"
  00-99
 603
- 01 bands="GSM 900 / GSM 1800 / GSM 2100 / CDMA2000 1900" brand="Mobilis" 
cc="dz" country="Algeria" operator="ATM Mobilis" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / CDMA 1900" brand="Mobilis" cc="dz" 
country="Algeria" operator="ATM Mobilis" status="Operational"
  02 bands="GSM 900 / GSM 1800" brand="Djezzy" cc="dz" country="Algeria" 
operator="Orascom Telecom Algerie Spa" status="Operational"
- 03 bands="GSM 900 / GSM 1800" brand="Nedjma" cc="dz" country="Algeria" 
operator="Wataniya Telecom Algerie" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Ooredoo" cc="dz" 
country="Algeria" operator="Wataniya Telecom Algerie" status="Operational"
  00-99
 604
  00 bands="GSM 900 / GSM 1800" brand="Méditel" cc="ma" country="Morocco" 
operator="Medi Telecom" status="Operational"
@@ -1675,7 +1860,7 @@
 605
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange" cc="tn" 
country="Tunisia" operator="Orange Tunisie" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tunicell" cc="tn" 
country="Tunisia" operator="Tunisie Telecom" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tunisiana" cc="tn" 
country="Tunisia" operator="Orascom Telecom Tunisie" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="OOREDOO TN" cc="tn" 
country="Tunisia" operator="Orascom Telecom Tunisie" status="Operational"
  00-99
 606
  00 bands="GSM900 / GSM 1800 / UMTS 2100" brand="Libyana" cc="ly" 
country="Libya" operator="Libyana" status="Operational"
@@ -1694,6 +1879,7 @@
  01 bands="GSM 900 / UMTS 2100" brand="Orange" cc="sn" country="Senegal" 
operator="Sonatel" status="Operational"
  02 bands="GSM 900 / UMTS 2100" brand="Tigo" cc="sn" country="Senegal" 
operator="Millicom International Cellular S.A." status="Operational"
  03 bands="GSM 900 / UMTS 2100" brand="Expresso" cc="sn" country="Senegal" 
operator="Sudatel" status="Operational"
+ 04 bands="" cc="sn" country="Senegal" operator="CSU-SA" status=""
  00-99
 609
  01 bands="GSM 900" brand="Mattel" cc="mr" country="Mauritania" 
operator="Mattel" status="Operational"
@@ -1713,15 +1899,16 @@
  00-99
 612
  01 bands="" cc="ci" country="Ivory Coast" operator="Cora de Comstar" 
status="Not operational"
- 02 bands="GSM 900 / GSM 1800" brand="Moov" cc="ci" country="Ivory Coast" 
status="Operational"
- 03 bands="GSM 900" brand="Orange" cc="ci" country="Ivory Coast" 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800" brand="Moov" cc="ci" country="Ivory Coast" 
operator="Atlantique Cellulaire" status="Operational"
+ 03 bands="GSM 900" brand="Orange" cc="ci" country="Ivory Coast" 
operator="Orange" status="Operational"
  04 bands="GSM 900 / GSM 1800" brand="KoZ" cc="ci" country="Ivory Coast" 
operator="Comium Ivory Coast Inc" status="Operational"
- 05 bands="GSM 900" brand="MTN" cc="ci" country="Ivory Coast" 
status="Operational"
- 06 bands="GSM 1800" brand="ORICEL" cc="ci" country="Ivory Coast" 
operator="ORICEL" status="Operational"
+ 05 bands="GSM 900" brand="MTN" cc="ci" country="Ivory Coast" operator="Loteny 
Telecom" status="Operational"
+ 06 bands="GSM 1800" brand="GreenN" cc="ci" country="Ivory Coast" 
operator="Oricel" status="Operational"
+ 07 bands="GSM 1800" cc="ci" country="Ivory Coast" operator="Aircomm" 
status="Operational"
  00-99
 613
- 01 bands="GSM 900" brand="Telmob" cc="bf" country="Burkina Faso" 
operator="Onatel" status="Operational"
- 02 bands="GSM 900" brand="Airtel" cc="bf" country="Burkina Faso" 
operator="Airtel Burkina Faso" status="Operational"
+ 01 bands="GSM 900 / UMTS" brand="Telmob" cc="bf" country="Burkina Faso" 
operator="Onatel" status="Operational"
+ 02 bands="GSM 900 / UMTS" brand="Airtel" cc="bf" country="Burkina Faso" 
operator="Airtel Burkina Faso" status="Operational"
  03 bands="GSM 900" brand="Telecel Faso" cc="bf" country="Burkina Faso" 
operator="Telecel Faso SA" status="Operational"
  00-99
 614
@@ -1737,13 +1924,14 @@
 616
  01 bands="GSM 900 / GSM 1800" brand="Libercom" cc="bj" country="Benin" 
operator="Benin Telecoms Mobile" status="Operational"
  02 bands="GSM 900" brand="Moov" cc="bj" country="Benin" operator="Telecel 
Benin" status="Operational"
- 03 bands="GSM 900" brand="MTN" cc="bj" country="Benin" operator="Spacetel 
Benin" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="MTN" cc="bj" 
country="Benin" operator="Spacetel Benin" status="Operational"
  04 bands="GSM 900 / GSM 1800" brand="BLK" cc="bj" country="Benin" 
operator="BLK Communication Benin" status="Operational"
  05 bands="GSM 900 / GSM 1800" brand="Glo" cc="bj" country="Benin" 
operator="Glo Communication Benin" status="Operational"
  00-99
 617
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Orange" cc="mu" 
country="Mauritius" operator="Cellplus Mobile Communications Ltd." 
status="Operational"
  02 bands="GSM 900 / CDMA2000" brand="MTML" cc="mu" country="Mauritius" 
operator="Mahanagar Telephone (Mauritius) Ltd." status="Operational"
+ 03 bands="" brand="MTML" cc="mu" country="Mauritius" operator="Mahanagar 
Telephone (Mauritius) Ltd." status=""
  10 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Emtel" cc="mu" 
country="Mauritius" operator="Emtel Ltd." status="Operational"
  00-99
 618
@@ -1755,33 +1943,34 @@
  00-99
 619
  01 bands="GSM 900" brand="Airtel" cc="sl" country="Sierra Leone" 
operator="Bharti Airtel Limited" status="Operational"
- 02 bands="" brand="Tigo" cc="sl" country="Sierra Leone" operator="Millicom 
(SL) Limited" status=""
  03 bands="GSM 900" brand="Africell" cc="sl" country="Sierra Leone" 
operator="Lintel Sierra Leone Limited" status="Operational"
  04 bands="GSM 900/1800" brand="Comium" cc="sl" country="Sierra Leone" 
operator="Comium Sierra leone INC" status="Operational"
  05 bands="GSM 900" brand="Africell" cc="sl" country="Sierra Leone" 
operator="Lintel Sierra Leone Limited" status="Operational"
- 25 bands="" brand="Mobitel" cc="sl" country="Sierra Leone" operator="Mobitel" 
status="Operational"
+ 06 bands="CDMA 800" brand="SierraTel" cc="sl" country="Sierra Leone" 
operator="Sierra Leone Telephony" status="Operational"
+ 25 bands="" brand="Mobitel" cc="sl" country="Sierra Leone" operator="Mobitel" 
status="Reserved"
  00-99
 620
- 01 bands="GSM 900 / GSM 1800" brand="MTN" cc="gh" country="Ghana" 
operator="MTN Group" status="Operational"
- 02 bands="GSM 900 / GSM 1800" brand="Vodafone" cc="gh" country="Ghana" 
operator="Vodafone Group" status="Operational"
- 03 bands="GSM 900 / GSM 1800" brand="tiGO" cc="gh" country="Ghana" 
operator="Millicom Ghana" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="MTN" cc="gh" 
country="Ghana" operator="MTN Group" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS" brand="Vodafone" cc="gh" country="Ghana" 
operator="Vodafone Group" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS" brand="tiGO" cc="gh" country="Ghana" 
operator="Millicom Ghana" status="Operational"
  04 bands="CDMA2000" brand="Expresso" cc="gh" country="Ghana" operator="Kasapa 
/ Hutchison Telecom" status="Operational"
- 06 bands="GSM 900 / GSM 1800 / WCDMA" brand="Airtel" cc="gh" country="Ghana" 
operator="Airtel" status="Operational"
- 07 bands="GSM 900 / GSM 1800 / WCDMA" brand="Globacom" cc="gh" 
country="Ghana" operator="Globacom Group" status="Operational"
+ 06 bands="GSM 900 / GSM 1800 / UMTS" brand="Airtel" cc="gh" country="Ghana" 
operator="Airtel" status="Operational"
+ 07 bands="GSM 900 / GSM 1800 / UMTS" brand="Globacom" cc="gh" country="Ghana" 
operator="Globacom Group" status="Operational"
+ 11 bands="" cc="gh" country="Ghana" operator="Netafrique Dot Com Ltd" 
status=""
  00-99
 621
  20 bands="GSM 900 / GSM 1800" brand="Airtel" cc="ng" country="Nigeria" 
operator="Bharti Airtel Limited" status="Operational"
  25 bands="CDMA2000 800 / CDMA2000 1900" brand="Visafone" cc="ng" 
country="Nigeria" operator="Visafone Communications Ltd." status="Operational"
  30 bands="GSM 900 / GSM 1800" brand="MTN" cc="ng" country="Nigeria" 
operator="MTN Nigeria Communications Limited" status="Operational"
- 40 bands="GSM 900 / GSM 1800" brand="M-Tel" cc="ng" country="Nigeria" 
operator="Nigerian Mobile Telecommunications Limited" status="Non-Operational"
+ 40 bands="GSM 900 / GSM 1800" brand="M-Tel" cc="ng" country="Nigeria" 
operator="Nigerian Mobile Telecommunications Limited" status="Not Operational"
  50 bands="GSM 900 / GSM 1800" brand="Glo" cc="ng" country="Nigeria" 
operator="Globacom Ltd" status="Operational"
  60 bands="GSM 900 / GSM 1800" brand="Etisalat" cc="ng" country="Nigeria" 
operator="Emerging Markets Telecommunication Services Ltd (Etisalat)" 
status="Operational"
  00-99
 622
  01 bands="GSM 900" brand="Airtel" cc="td" country="Chad" operator="Bharti 
Airtel SA" status="Operational"
- 02 bands="CDMA2000" brand="Tawali" cc="td" country="Chad" operator="Sotel 
Chad" status="Operational"
- 03 bands="GSM 900" brand="Tigo" cc="td" country="Chad" operator="Millicom" 
status="Operational"
- 04 bands="GSM 900 / GSM 1800" brand="Salam" cc="td" country="Chad" 
operator="Sotel Mobile" status="Operational"
+ 02 bands="CDMA2000" brand="Tawali" cc="td" country="Chad" 
operator="SotelTchad" status="Operational"
+ 03 bands="GSM 900 / GSM 1800" brand="Tigo" cc="td" country="Chad" 
operator="Millicom" status="Operational"
+ 07 bands="GSM 900 / GSM 1800" brand="Salam" cc="td" country="Chad" 
operator="SotelTchad" status="Operational"
  00-99
 623
  01 bands="GSM 900" brand="CTP" cc="cf" country="Central African Republic" 
operator="Centrafrique Telecom Plus" status="Operational"
@@ -1809,6 +1998,7 @@
  02 bands="GSM 900" brand="Moov" cc="ga" country="Gabon" operator="Atlantique 
Télécom (Etisalat Group) Gabon S.A." status="Operational"
  03 bands="GSM 900" brand="Airtel" cc="ga" country="Gabon" operator="Airtel 
Gabon S.A." status="Operational"
  04 bands="GSM 900" brand="Azur" cc="ga" country="Gabon" operator="USAN Gabon 
S.A." status="Operational"
+ 05 bands="" brand="RAG" cc="ga" country="Gabon" operator="Réseau de 
l’Administration Gabonaise" status=""
  00-99
 629
  01 bands="GSM 900" brand="Airtel" cc="cg" country="Republic of the Congo" 
operator="Celtel Congo" status="Operational"
@@ -1817,22 +2007,24 @@
  00-99
 630
  01 bands="GSM 900 / GSM 1800" brand="Vodacom" cc="cd" country="Democratic 
Republic of the Congo" operator="Vodacom Congo RDC sprl" status="Operational"
- 02 bands="GSM 900" brand="groupe bahati" cc="cd" country="Democratic Republic 
of the Congo" operator="airtel Congo" status="Operational"
+ 02 bands="GSM 900" brand="airtel" cc="cd" country="Democratic Republic of the 
Congo" operator="Airtel sprl" status="Operational"
  04 bands="" cc="cd" country="Democratic Republic of the Congo" 
operator="Cellco" status=""
  05 bands="GSM 900 / GSM 1800" brand="Supercell" cc="cd" country="Democratic 
Republic of the Congo" operator="Supercell SPRL" status="Operational"
- 10 brand="Libertis Telecom" cc="cd" country="Democratic Republic of the 
Congo" status="Operational"
- 86 bands="GSM 900 / GSM 1800" brand="France telecom" cc="cd" 
country="Democratic Republic of the Congo" operator="orange.TM" 
status="Operational"
- 89 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tigo DRC Sait Telecom" 
cc="cd" country="Democratic Republic of the Congo" operator="OASIS SPRL" 
status="Operational"
- 992 bands="GSM 900" brand="lintel holding" cc="cd" country="Democratic 
Republic of the Congo" operator="Africell RDC sprl" status="Operational"
+ 10 bands="" brand="Libertis Telecom" cc="cd" country="Democratic Republic of 
the Congo" status="Operational"
+ 86 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange" cc="cd" 
country="Democratic Republic of the Congo" operator="Orange RDC sarl" 
status="Operational"
+ 88 bands="GSM 900 / GSM 1800" brand="YTT" cc="cd" country="Democratic 
Republic of the Congo" operator="Yozma Timeturns sprl" status="Not operational"
+ 89 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tigo" cc="cd" 
country="Democratic Republic of the Congo" operator="OASIS sprl" 
status="Operational"
+ 90 bands="GSM 900 / GSM 1800" brand="Africell" cc="cd" country="Democratic 
Republic of the Congo" operator="Africell RDC sprl" status="Operational"
  00-99
 631
- 02 bands="GSM 900 / GSM 1800 / LTE 2100" brand="UNITEL" cc="ao" 
country="Angola" operator="UNITEL S.a.r.l." status="Operational"
- 04 bands="GSM 900 / UMTS 900 / LTE 1800" brand="MOVICEL" cc="ao" 
country="Angola" operator="MOVICEL Telecommunications S.A." status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="UNITEL" cc="ao" 
country="Angola" operator="UNITEL S.a.r.l." status="Operational"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 900 / LTE 1800" brand="MOVICEL" cc="ao" 
country="Angola" operator="MOVICEL Telecommunications S.A." status="Operational"
  00-99
 632
- 02 bands="GSM 900" brand="MTN Areeba" cc="gw" country="Guinea-Bissau" 
operator="Spacetel Guiné-Bissau S.A." status="Operational"
- 03 bands="GSM 900/1800" brand="Orange" cc="gw" country="Guinea-Bissau" 
status="Operational"
- 07 bands="GSM 900/1800" brand="Guinetel" cc="gw" country="Guinea-Bissau" 
status="Operational"
+ 01 bands="GSM 900 / GSM 1800" brand="Guinetel" cc="gw" 
country="Guinea-Bissau" operator="Guinétel S.A." status="Operational"
+ 02 bands="GSM 900 / GSM 1800" brand="MTN Areeba" cc="gw" 
country="Guinea-Bissau" operator="Spacetel Guiné-Bissau S.A." 
status="Operational"
+ 03 bands="GSM 900 / GSM 1800" brand="Orange" cc="gw" country="Guinea-Bissau" 
status="Operational"
+ 07 bands="GSM 900 / GSM 1800" brand="Guinetel" cc="gw" 
country="Guinea-Bissau" operator="Guinétel S.A." status="Operational"
  00-99
 633
  01 bands="GSM 900" brand="Cable & Wireless" cc="sc" country="Seychelles" 
operator="Cable & Wireless Seychelles" status="Operational"
@@ -1842,7 +2034,7 @@
 634
  01 bands="GSM 900 / UMTS 2100" brand="Zain SD" cc="sd" country="Sudan" 
operator="Zain Group - Sudan" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTN" cc="sd" country="Sudan" 
operator="MTN Sudan" status="Operational"
- 05 brand="Canar Telecom" cc="sd" country="Sudan" operator="Operational" 
status="CDMA2000 450"
+ 05 bands="CDMA2000 450" brand="Canar Telecom" cc="sd" country="Sudan" 
status="Operational"
  07 bands="GSM 1800 / UMTS 2100 / CDMA2000 800" brand="Sudani One" cc="sd" 
country="Sudan" operator="Sudatel Group" status="Operational"
  09 brand="Privet Network" cc="sd" country="Sudan" operator="NEC"
  00-99
@@ -1851,20 +2043,22 @@
  12 bands="GSM ???" brand="Rwandatel" cc="rw" country="Rwanda" 
operator="Rwandatel S.A." status="Not operational"
  13 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tigo" cc="rw" 
country="Rwanda" operator="TIGO RWANDA S.A" status="Operational"
  14 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Airtel" cc="rw" 
country="Rwanda" operator="Airtel RWANDA" status="Operational"
+ 17 bands="" cc="rw" country="Rwanda" operator="Olleh Rwanda Networks" 
status=""
  00-99
 636
- 011 bands="GSM 900 / GSM 1800 / UMTS 21000" brand="ETH-MTN" cc="et" 
country="Ethiopia" operator="Ethio Telecom" status="Operational"
- 000-999
+ 01 bands="GSM 900 / GSM 1800 / UMTS 21000" brand="ETH-MTN" cc="et" 
country="Ethiopia" operator="Ethio Telecom" status="Operational"
+ 00-99
 637
  01 bands="GSM 900 GSM 1800 3G 2100" brand="Telesom" cc="so" country="Somalia" 
operator="Telesom" status="Operational"
  04 bands="GSM 900 / GSM 1800" brand="Somafone" cc="so" country="Somalia" 
operator="Somafone FZLLC" status="Operational"
  10 bands="GSM 900" brand="Nationlink" cc="so" country="Somalia" 
operator="NationLink Telecom" status="Operational"
- 25 bands="GSM 900" brand="Hormuud" cc="so" country="Somalia" 
operator="Hormuud Telecom Somalia Inc" status="Operational"
  30 bands="GSM 900" brand="Golis" cc="so" country="Somalia" operator="Golis 
Telecom Somalia" status="Operational"
+ 50 bands="GSM 900" brand="Hormuud" cc="so" country="Somalia" 
operator="Hormuud Telecom Somalia Inc" status="Operational"
  57 bands="GSM 900 / GSM 1800" brand="Unittel" cc="so" country="Somalia" 
operator="Unitted Telecom" status="Operational"
  60 bands="GSM 900/ GSM 1800" brand="Nationlink Telecom" cc="so" 
country="Somalia" operator="Nationlink Telecom" status="Operational"
+ 70 bands="" cc="so" country="Somalia" operator="Onkod Telecom Ltd." 
status="Not operational"
  71 bands="900/1800/2100" brand="Somtel" cc="so" country="Somalia" 
operator="2G/3G" status="Operational"
- 82 bands="GSM 900 / GSM 1800 / CDMA2000" brand="Telcom" cc="so" 
country="Somalia" operator="Telcom Somalia" status="Operational"
+ 82 bands="GSM 900 / GSM 1800 / CDMA2000 / 4G LTE Alcatel-Lucent" 
brand="Telcom" cc="so" country="Somalia" operator="Telcom Somalia" 
status="Operational"
  00-99
 638
  01 bands="GSM 900" brand="Evatis" cc="dj" country="Djibouti" 
operator="Djibouti Telecom SA" status="Operational"
@@ -1897,11 +2091,11 @@
  66 bands="" brand="i-Tel" cc="ug" country="Uganda" operator="i-Tel Ltd" 
status=""
  00-99
 642
- 01 bands="GSM 900 / UMTS 2100" brand="Spacetel" cc="bi" country="Burundi" 
operator="Econet Wireless Burundi PLC" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Spacetel" cc="bi" 
country="Burundi" operator="Econet Wireless Burundi PLC" status="Operational"
  02 bands="GSM 900" brand="Tempo" cc="bi" country="Burundi" operator="Africell 
PLC" status="Operational"
  03 bands="GSM 900" brand="Onatel" cc="bi" country="Burundi" operator="Onatel" 
status="Operational"
  07 bands="GSM 1800" brand="Smart Mobile" cc="bi" country="Burundi" 
operator="LACELL SU" status="Operational"
- 08 brand="HiTs Telecom" cc="bi" country="Burundi" operator="HiTs Telecom" 
status="Revoked"
+ 08 bands="" brand="HiTs Telecom" cc="bi" country="Burundi" operator="HiTs 
Telecom" status="Not operational"
  82 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Leo" cc="bi" 
country="Burundi" operator="Orascom Telecom (a subsidiary of Vimplecom)" 
status="Operational"
  00-99
 643
@@ -1917,11 +2111,12 @@
 646
  01 bands="GSM 900 / GSM 1800" brand="Airtel" cc="mg" country="Madagascar" 
operator="Bharti Airtel" status="Operational"
  02 bands="GSM 900" brand="Orange" cc="mg" country="Madagascar" 
operator="Orange Madagascar S.A." status="Operational"
- 03 bands="GSM 900" brand="Sacel" cc="mg" country="Madagascar" operator="Sacel 
Madagascar  S.A." status="Operational"
+ 03 bands="GSM 900" brand="Sacel" cc="mg" country="Madagascar" operator="Sacel 
Madagascar S.A." status="Not operational"
  04 bands="GSM 900" brand="Telma" cc="mg" country="Madagascar" operator="Telma 
Mobile S.A." status="Operational"
  00-99
 647
- 00 bands="GSM 900 / GSM 1800" brand="Orange" cc="re" country="Réunion 
(France)" operator="Orange La Réunion" status="Operational"
+ 00 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange" cc="re" 
country="Réunion (France)" operator="Orange La Réunion" status="Operational"
+ 01 bands="" cc="re" country="Réunion (France)" operator="BJT Partners" 
status=""
  02 bands="GSM 900 / GSM 1800" brand="Outremer" cc="re" country="Réunion 
(France)" operator="Outremer Telecom" status="Operational"
  10 bands="GSM 900" brand="SFR Reunion" cc="re" country="Réunion (France)" 
operator="Societe Reunionnaise de Radiotelephone" status="Operational"
  00-99
@@ -1933,7 +2128,7 @@
 649
  01 bands="GSM 900 / GSM 1800 / LTE 1800" brand="MTC" cc="na" 
country="Namibia" operator="MTC Namibia" status="Operational"
  02 bands="CDMA2000 800" brand="switch" cc="na" country="Namibia" 
operator="Telecom Namibia" status="Operational"
- 03 bands="GSM 900 / GSM 1800" brand="Leo" cc="na" country="Namibia" 
operator="Orascom Telecom Holding" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / LTE 1800" brand="TN Mobile" cc="na" 
country="Namibia" operator="Telecom Namibia" status="Operational"
  00-99
 650
  01 bands="GSM 900 / GSM 1800" brand="TNM" cc="mw" country="Malawi" 
operator="Telecom Network Malawi" status="Operational"
@@ -1944,30 +2139,33 @@
  02 bands="" cc="ls" country="Lesotho" operator="Econet Ezi-cel" 
status="Operational"
  00-99
 652
- 01 bands="GSM 900" brand="Mascom" cc="bw" country="Botswana" operator="Mascom 
Wireless (Pty) Limited" status="Operational"
- 02 bands="GSM 900" brand="Orange" cc="bw" country="Botswana" operator="Orange 
(Botswana) Pty Limited" status="Operational"
+ 01 bands="GSM 900 / UMTS" brand="Mascom" cc="bw" country="Botswana" 
operator="Mascom Wireless (Pty) Limited" status="Operational"
+ 02 bands="GSM 900 / UMTS 2100" brand="Orange" cc="bw" country="Botswana" 
operator="Orange (Botswana) Pty Limited" status="Operational"
  04 bands="GSM 900 / GSM 1800" brand="BTC Mobile" cc="bw" country="Botswana" 
operator="Botswana Telecommunications Corporation" status="Operational"
  00-99
 653
  10 bands="GSM 900" brand="Swazi MTN" cc="sz" country="Swaziland" 
operator="Swazi MTN Limited" status="Operational"
  00-99
 654
- 01 bands="" cc="km" country="Comoros" operator="HURI - SNPT" 
status="Operational"
+ 01 bands="" brand="Comoros Telecom" cc="km" country="Comoros" operator="HURI 
- SNPT" status="Operational"
  00-99
 655
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Vodacom" cc="za" 
country="South Africa" operator="Vodacom" status="Operational"
- 02 bands="GSM 1800 / UMTS 2100" brand="Telkom Mobile / 8.ta / Telekom SA" 
cc="za" country="South Africa" operator="MTN" status="Operational"
+ 02 bands="GSM 1800 / UMTS 2100" brand="Telkom Mobile / 8.ta / Telkom SA" 
cc="za" country="South Africa" operator="Telkom SA" status="Operational"
  06 bands="" brand="Sentech" cc="za" country="South Africa" 
status="Operational"
  07 bands="GSM 900 / GSM 1800 / UMTS 900 / LTE 2100" brand="Cell C" cc="za" 
country="South Africa" operator="Cell C" status="Operational"
  10 bands="GSM 900 / UMTS 2100 / UMTS 900 / LTE 1800" brand="MTN" cc="za" 
country="South Africa" operator="MTN Group" status="Operational"
  11 bands="TETRA 410" cc="za" country="South Africa" operator="South African 
Police Service Gauteng" status="Operational"
- 13 bands="CDMA2000 800" brand="Neotel" cc="za" country="South Africa" 
status="Operational"
+ 13 bands="CDMA 800" brand="Neotel" cc="za" country="South Africa" 
operator="Neotel Pty Ltd" status="Operational"
+ 14 bands="" brand="Neotel" cc="za" country="South Africa" operator="Neotel 
Pty Ltd" status=""
  19 bands="LTE" brand="iBurst" cc="za" country="South Africa" 
operator="Wireless Business Solutions (Pty) Ltd" status="Operational"
  21 bands="TETRA 410" cc="za" country="South Africa" operator="Cape Town 
Metropolitan Council" status="Operational"
  30 bands="" cc="za" country="South Africa" operator="Bokamoso Consortium" 
status="Operational"
  31 bands="" cc="za" country="South Africa" operator="Karabo Telecoms (Pty) 
Ltd." status="Operational"
  32 bands="" cc="za" country="South Africa" operator="Ilizwi 
Telecommunications" status="Operational"
  33 bands="" cc="za" country="South Africa" operator="Thinta Thinta 
Telecommunications" status="Operational"
+ 50 bands="" cc="za" country="South Africa" operator="Ericsson South Africa 
(Pty) Ltd" status=""
+ 51 bands="" cc="za" country="South Africa" operator="Integrat (Pty) Ltd" 
status=""
  00-99
 657
  01 bands="GSM 900" brand="Eritel" cc="er" country="Eritrea" operator="Eritrea 
Telecommunications Services Corporation" status="Operational"
@@ -1980,13 +2178,14 @@
  07 bands="CDMA" brand="Sudani" country="South Sudan - SS" operator="Sudani" 
status="Operational"
  00-99
 702
- 67 bands="GSM 1900 / LTE 850 / LTE 1900" brand="DigiCell" cc="bz" 
country="Belize" operator="Belize Telemedia Ltd. (BTL)" status="Operational"
+ 67 bands="GSM 1900 / UMTS / LTE 850 / LTE 1900" brand="DigiCell" cc="bz" 
country="Belize" operator="Belize Telemedia Ltd. (BTL)" status="Operational"
+ 68 bands="" brand="INTELCO" cc="bz" country="Belize" operator="International 
Telecommunications Ltd." status=""
  99 bands="CDMA2000" brand="Smart" cc="bz" country="Belize" operator="SpeedNet 
Communications Limited" status="Operational"
  00-99
 704
- 01 bands="CDMA2000 1900 / GSM 900 / GSM 1900 / UMTS/HSPA+ 1900" brand="Claro" 
cc="gt" country="Guatemala" operator="Telecomunicaciones de Guatemala, S.A." 
status="Operational"
- 02 bands="GSM 850 / TDMA 800 / UMTS/HSPA+ 850" brand="Tigo" cc="gt" 
country="Guatemala" operator="Millicom / Local partners" status="Operational"
- 03 bands="CDMA2000 1900 / GSM 1900 / UMTS/HSPA+ 1900" brand="movistar" 
cc="gt" country="Guatemala" operator="Telefónica Móviles Guatemala 
(Telefónica)" status="Operational"
+ 01 bands="CDMA 1900 / GSM 900 / GSM 1900 / UMTS 1900" brand="Claro" cc="gt" 
country="Guatemala" operator="Telecomunicaciones de Guatemala, S.A." 
status="Operational"
+ 02 bands="GSM 850 / TDMA 800 / UMTS 850" brand="Tigo" cc="gt" 
country="Guatemala" operator="Millicom / Local partners" status="Operational"
+ 03 bands="CDMA 1900 / GSM 1900 / UMTS 1900" brand="movistar" cc="gt" 
country="Guatemala" operator="Telefónica Móviles Guatemala (Telefónica)" 
status="Operational"
  00-99
 706
  01 bands="GSM 1900 / UMTS 1900" brand="Claro" cc="sv" country="El Salvador" 
operator="CTE Telecom Personal SA de CV América Móvil" status="Operational"
@@ -1995,10 +2194,10 @@
  04 bands="GSM 850" brand="movistar" cc="sv" country="El Salvador" 
operator="Telefónica Móviles El Salvador" status="Operational"
  00-99
 708
- 001 bands="GSM 1900" brand="Claro" cc="hn" country="Honduras" 
operator="Servicios de Comunicaciones de Honduras S.A. de C.V." 
status="Operational"
- 02 bands="CDMA2000 850 / GSM 850" brand="Tigo" cc="hn" country="Honduras" 
operator="Celtel / Tigo" status="Operational"
- 30 bands="GSM 1900" brand="Hondutel" cc="hn" country="Honduras" 
operator="Empresa Hondureña de Telecomunicaciones" status="Operational"
- 40 bands="GSM 1900" brand="DIGICEL" cc="hn" country="Honduras" 
operator="Digicel de Honduras" status="Operational"
+ 001 bands="GSM 1900 / UMTS 1900" brand="Claro" cc="hn" country="Honduras" 
operator="Servicios de Comunicaciones de Honduras S.A. de C.V." 
status="Operational"
+ 002 bands="CDMA 850 / GSM 850 / UMTS 850" brand="Tigo" cc="hn" 
country="Honduras" operator="Celtel" status="Operational"
+ 030 bands="GSM 1900" brand="Hondutel" cc="hn" country="Honduras" 
operator="Empresa Hondureña de Telecomunicaciones" status="Operational"
+ 040 bands="GSM 1900" brand="Digicel" cc="hn" country="Honduras" 
operator="Digicel de Honduras" status="Operational"
  000-999
 710
  21 bands="UMTS 850 / GSM 1900" brand="Claro" cc="ni" country="Nicaragua" 
operator="Empresa Nicaragüense de Telecomunicaciones, S.A. (ENITEL) (América 
Móvil)" status="Operational"
@@ -2006,11 +2205,11 @@
  73 bands="UMTS 850 / GSM 1900" brand="SERCOM" cc="ni" country="Nicaragua" 
operator="Servicios de Comunicaciones S.A." status="Operational"
  00-99
 712
- 01 bands="GSM 1800 /LTE 2600, UMTS/HSPA+ 850" brand="Kolbi ICE" cc="cr" 
country="Costa Rica" operator="Instituto Costarricense de Electricidad" 
status="Operational"
- 017 bands="GSM 1800, UMTS/HSPA+ 850" brand="'full'móvil" cc="cr" 
country="Costa Rica" operator="Virtualis S.A." status="Operational"
- 02 bands="GSM 1800, UMTS/HSPA+ 850 / LTE 2600" brand="Kolbi ICE" cc="cr" 
country="Costa Rica" operator="Instituto Costarricense de Electricidad" 
status="Operational"
+ 01 bands="GSM 1800 / UMTS 850 / LTE 2600" brand="Kolbi ICE" cc="cr" 
country="Costa Rica" operator="Instituto Costarricense de Electricidad" 
status="Operational"
+ 02 bands="GSM 1800 / UMTS 850 / LTE 2600" brand="Kolbi ICE" cc="cr" 
country="Costa Rica" operator="Instituto Costarricense de Electricidad" 
status="Operational"
  03 bands="GSM 1800 / UMTS 2100" brand="Claro" cc="cr" country="Costa Rica" 
operator="Claro CR Telecomunicaciones" status="Operational"
- 04 bands="GSM 1800, UMTS/HSPA+ 850/2100" brand="movistar" cc="cr" 
country="Costa Rica" operator="Telefónica Móviles Costa Rica" 
status="Operational"
+ 04 bands="GSM 1800 / UMTS 850 / UMTS 2100" brand="movistar" cc="cr" 
country="Costa Rica" operator="Telefónica Móviles Costa Rica" 
status="Operational"
+ 20 bands="GSM 1800 / UMTS 850" brand="'full'móvil" cc="cr" country="Costa 
Rica" operator="Virtualis S.A." status="Operational"
  00-99
 714
  01 bands="GSM 850 / UMTS 850" brand="Cable & Wireless" cc="pa" 
country="Panama" operator="Cable & Wireless Panama S.A." status="Operational"
@@ -2019,73 +2218,91 @@
  04 bands="GSM 1900 / UMTS 1900" brand="Digicel" cc="pa" country="Panama" 
operator="Digicel Group" status="Operational"
  00-99
 716
- 06 bands="CDMA2000 850 / GSM 850 / UMTS 850" brand="Movistar" cc="pe" 
country="Peru" operator="Telefónica Móviles Perú" status="Operational"
+ 06 bands="CDMA2000 850 / GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 
1700-2100" brand="Movistar" cc="pe" country="Peru" operator="Telefónica Móviles 
Perú" status="Operational"
  07 bands="iDEN / UMTS 1900" brand="NEXTEL" cc="pe" country="Peru" 
operator="Americatel Perú" status="Inactive"
- 10 bands="GSM 1900 / UMTS 850" brand="Claro (TIM)" cc="pe" country="Peru" 
operator="América Móvil Perú" status="Operational"
+ 10 bands="GSM 1900 / UMTS 850 / LTE 1900" brand="Claro (TIM)" cc="pe" 
country="Peru" operator="América Móvil Perú" status="Operational"
  15 bands="GSM 1900 / UMTS 1900" brand="Viettel Mobile" cc="pe" country="Peru" 
operator="Viettel Peru S.A.C." status="Operational"
  17 bands="iDEN / UMTS 1900" brand="NEXTEL" cc="pe" country="Peru" 
operator="Americatel Perú" status="Operational"
  00-99
 722
- 010 bands="GSM 850 / GSM 1900" brand="Movistar" cc="ar" country="Argentina" 
operator="Telefónica Móviles Argentina S.A." status="Operational"
+ 010 bands="GSM 850 / GSM 1900 / UMTS" brand="Movistar" cc="ar" 
country="Argentina" operator="Telefónica Móviles Argentina S.A." 
status="Operational"
  020 bands="iDEN 800" brand="Nextel" cc="ar" country="Argentina" operator="NII 
Holdings" status="Operational"
  040 bands="" brand="Globalstar" cc="ar" country="Argentina" operator="TE.SA.M 
Argentina S.A." status="Operational"
  070 bands="GSM 1900" brand="Movistar" cc="ar" country="Argentina" 
operator="Telefónica Móviles Argentina S.A." status="Operational"
  310 bands="GSM 1900" brand="Claro" cc="ar" country="Argentina" operator="AMX 
Argentina S.A." status="Operational"
- 320 bands="GSM 850 / GSM 1900" brand="Claro" cc="ar" country="Argentina" 
operator="AMX Argentina S.A." status="Operational"
- 330 bands="GSM 850 / GSM 1900" brand="Claro" cc="ar" country="Argentina" 
operator="AMX Argentina S.A." status="Operational"
- 340 bands="GSM 850 / GSM 1900" brand="Personal" cc="ar" country="Argentina" 
operator="Telecom Personal S.A." status="Operational"
+ 320 bands="GSM 850 / GSM 1900 / UMTS" brand="Claro" cc="ar" 
country="Argentina" operator="AMX Argentina S.A." status="Operational"
+ 330 bands="GSM 850 / GSM 1900 / UMTS" brand="Claro" cc="ar" 
country="Argentina" operator="AMX Argentina S.A." status="Operational"
+ 340 bands="GSM 850 / GSM 1900 / UMTS" brand="Personal" cc="ar" 
country="Argentina" operator="Telecom Personal S.A." status="Operational"
  350 bands="GSM 900" brand="PORT-HABLE" cc="ar" country="Argentina" 
operator="Hutchison Telecommunications Argentina S.A." status="Operational"
  000-999
 724
- 00 bands="IDEN 850" brand="Nextel" cc="br" country="Brazil" operator="NII 
Holdings, Inc." status="Operational"
+ 00 bands="iDEN 850" brand="Nextel" cc="br" country="Brazil" operator="NII 
Holdings, Inc." status="Operational"
+ 01 bands="MVNO" cc="br" country="Brazil" operator="SISTEER DO BRASIL 
TELECOMUNICAÇÔES" status=""
  02 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600" brand="TIM" 
cc="br" country="Brazil" operator="Telecom Italia Mobile" status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600" brand="TIM" 
cc="br" country="Brazil" operator="Telecom Italia Mobile" status="Operational"
  04 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600" brand="TIM" 
cc="br" country="Brazil" operator="Telecom Italia Mobile" status="Operational"
  05 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600" brand="Claro 
BR" cc="br" country="Brazil" operator="Claro" status="Operational"
- 055 bands="GSM 900 / GSM 1800 / UMTS 850" brand="Sercomtel" cc="br" 
country="Brazil" operator="Sercomtel Celular" status="Operational"
- 06 bands="GSM 850/900/1800/1900 / UMTS 850 / UMTS 2100 / LTE 2600" 
brand="Vivo" cc="br" country="Brazil" operator="Vivo S.A." status="Operational"
- 10 bands="GSM 850/900/1800/1900 / UMTS 850 / UMTS 2100 / LTE 2600" 
brand="Vivo" cc="br" country="Brazil" operator="Vivo S.A." status="Operational"
- 11 bands="GSM 850/900/1800/1900 / UMTS 850 / UMTS 2100 / LTE 2600" 
brand="Vivo" cc="br" country="Brazil" operator="Vivo S.A." status="Operational"
- 15 bands="GSM 900/1800 UMTS 850 / UMTS 2100mhz" brand="CTBC Celular" cc="br" 
country="Brazil" operator="CTBC Celular S.A." status="Operational"
+ 06 bands="GSM 850 / GSM 900/ GSM 1800/ GSM 1900 / UMTS 850 / UMTS 2100 / LTE 
2600" brand="Vivo" cc="br" country="Brazil" operator="Vivo S.A." 
status="Operational"
+ 10 bands="GSM 850 / GSM 900 / GSM 1800 / GSM 1900 / UMTS 850 / UMTS 2100 / 
LTE 2600" brand="Vivo" cc="br" country="Brazil" operator="Vivo S.A." 
status="Operational"
+ 11 bands="GSM 850 / GSM 900 / GSM 1800 / GSM 1900 / UMTS 850 / UMTS 2100 / 
LTE 2600" brand="Vivo" cc="br" country="Brazil" operator="Vivo S.A." 
status="Operational"
+ 15 bands="GSM 900 / GSM 1800 / UMTS 850" brand="Sercomtel" cc="br" 
country="Brazil" operator="Sercomtel Celular" status="Operational"
  16 bands="GSM 1800 / UMTS 2100" brand="Brasil Telecom GSM" cc="br" 
country="Brazil" operator="Brasil Telecom GSM" status="Phasing out"
- 23 bands="GSM 850/900/1800/1900 / UMTS 850 / UMTS 2100 / LTE 2600" 
brand="Vivo" cc="br" country="Brazil" operator="Vivo S.A." status="Operational"
- 31 bands="GSM 1800 / UMTS 2100 / LTE 2600" brand="Oi" cc="br" 
country="Brazil" operator="TNL PCS" status="Operational"
- 32 bands="GSM 900/1800 UMTS 850 / UMTS 2100mhz" brand="CTBC Celular" cc="br" 
country="Brazil" operator="CTBC Celular S.A." status="Operational"
- 33 bands="GSM 900/1800 UMTS 850 / UMTS 2100mhz" brand="CTBC Celular" cc="br" 
country="Brazil" operator="CTBC Celular S.A." status="Operational"
- 34 bands="GSM 900/1800 UMTS 850 / UMTS 2100mhz" brand="CTBC Celular" cc="br" 
country="Brazil" operator="CTBC Celular S.A." status="Operational"
- 39 bands="UMTS 2100" brand="Nextel" cc="br" country="Brazil" operator="NII 
Holdings, Inc." status="Deploying"
+ 18 bands="MVNO" cc="br" country="Brazil" operator="Datora" status=""
+ 23 bands="GSM 850 / GSM 900 / GSM 1800 / GSM 1900 / UMTS 850 / UMTS 2100 / 
LTE 2600" brand="Vivo" cc="br" country="Brazil" operator="Vivo S.A." 
status="Operational"
+ 24 bands="" cc="br" country="Brazil" operator="Amazonia Celular" status=""
+ 30 bands="" brand="Oi" cc="br" country="Brazil" operator="TNL PCS Oi" 
status=""
+ 31 bands="GSM 1800 / UMTS 2100 / LTE 2600" brand="Oi" cc="br" 
country="Brazil" operator="TNL PCS Oi" status="Operational"
+ 32 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100" brand="CTBC Celular" 
cc="br" country="Brazil" operator="CTBC Celular S.A." status="Operational"
+ 33 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100" brand="CTBC Celular" 
cc="br" country="Brazil" operator="CTBC Celular S.A." status="Operational"
+ 34 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100" brand="CTBC Celular" 
cc="br" country="Brazil" operator="CTBC Celular S.A." status="Operational"
+ 35 bands="" cc="br" country="Brazil" operator="Telcom Telecomunicações" 
status=""
+ 36 bands="" cc="br" country="Brazil" operator="Options Telecomunicações" 
status=""
+ 37 bands="" brand="aeiou" cc="br" country="Brazil" operator="Unicel" 
status="Not operational"
+ 38 bands="" brand="Claro BR" cc="br" country="Brazil" operator="Claro" 
status=""
+ 39 bands="UMTS 2100" brand="Nextel" cc="br" country="Brazil" operator="NII 
Holdings, Inc." status="Reserved"
+ 54 bands="MVNO" cc="br" country="Brazil" operator="PORTO SEGURO 
TELECOMUNICAÇÔES" status=""
  00-99
 730
  01 bands="GSM 1900 / UMTS 1900" brand="entel" cc="cl" country="Chile" 
operator="Entel PCS Telecomunicaciones S.A." status="Operational"
- 02 bands="GSM 850 / UMTS 850 / UMTS 1900" brand="movistar" cc="cl" 
country="Chile" operator="Telefónica Móvil de Chile" status="Operational"
+ 02 bands="GSM 850 / UMTS 850 / UMTS 1900 / LTE 2600" brand="movistar" cc="cl" 
country="Chile" operator="Telefónica Móvil de Chile" status="Operational"
  03 bands="GSM 1900 / UMTS 1900 / UMTS 850 / LTE 2600" brand="Claro" cc="cl" 
country="Chile" operator="Claro Chile S.A." status="Operational"
  04 bands="iDEN 800" brand="Nextel" cc="cl" country="Chile" 
operator="Centennial Cayman Corp. Chile" status="Operational"
- 07 bands="Same of movistar (virtual operator)" brand="Virgin Mobile" cc="cl" 
country="Chile" operator="Virgin Mobile" status="Operational"
- 08 bands="UMTS 1700/2100 (AWS) / UMTS 850" brand="VTR Móvil" cc="cl" 
country="Chile" operator="VTR S.A." status="Operational"
- 09 bands="UMTS 1700 / UMTS 2100" brand="Nextel" cc="cl" country="Chile" 
operator="Centennial Cayman Corp. Chile" status="Operational"
+ 05 bands="" cc="cl" country="Chile" operator="Multikom S.A." status=""
+ 06 bands="" cc="cl" country="Chile" operator="Blue Two Chile S.A." status=""
+ 07 bands="MVNO" brand="Virgin Mobile" cc="cl" country="Chile" 
operator="Virgin Mobile" status="Operational"
+ 08 bands="MVNO" brand="VTR Móvil" cc="cl" country="Chile" operator="VTR S.A." 
status="Operational"
+ 09 bands="UMTS 1700/2100 (AWS)" brand="Nextel" cc="cl" country="Chile" 
operator="Centennial Cayman Corp. Chile" status="Operational"
  10 bands="GSM 1900 / UMTS 1900" brand="entel" cc="cl" country="Chile" 
operator="Entel Telefonía Móvil S.A." status="Operational"
+ 11 bands="" cc="cl" country="Chile" operator="Celupago S.A." status=""
+ 12 bands="" cc="cl" country="Chile" operator="Telestar Móvil S.A." status=""
+ 13 bands="" cc="cl" country="Chile" operator="Tribe Mobile Chile SPA" 
status=""
+ 14 bands="" cc="cl" country="Chile" operator="Netline Telefónica Móvil Ltda" 
status=""
+ 15 bands="" cc="cl" country="Chile" operator="Cibeles Telecom S.A." status=""
  99 bands="GSM 1900 / UMTS 1900 (Residential)." brand="Will" cc="cl" 
country="Chile" operator="WILL Telefonía" status="Operational"
  00-99
 732
  001 bands="" cc="co" country="Colombia" operator="Colombia Telecomunicaciones 
S.A." status="Operational"
  002 bands="" brand="Edatel" cc="co" country="Colombia" operator="Edatel S.A." 
status="Operational"
+ 020 bands="" cc="co" country="Colombia" operator="Emtelsa" status=""
+ 099 bands="GSM 900" brand="EMCALI" cc="co" country="Colombia" 
operator="Empresas Municipales de Cali" status="Operational"
  101 bands="GSM 850 / GSM 1900" brand="Claro" cc="co" country="Colombia" 
operator="Claro (Comcel)" status="Operational"
- 102 bands="GSM 850 / GSM 1900 / CDMA2000 850" brand="movistar" cc="co" 
country="Colombia" operator="Bellsouth Colombia" status="Operational"
+ 102 bands="GSM 850 / GSM 1900 / CDMA 850" brand="movistar" cc="co" 
country="Colombia" operator="Bellsouth Colombia" status="Operational"
  103 bands="GSM 1900" brand="Tigo" cc="co" country="Colombia" 
operator="Colombia Móvil" status="Operational"
  111 bands="GSM 1900" brand="Tigo" cc="co" country="Colombia" 
operator="Colombia Móvil" status="Operational"
- 123 bands="GSM 850 / GSM 1900 / CDMA2000 850" brand="movistar" cc="co" 
country="Colombia" operator="Telefónica Móviles Colombia" status="Operational"
+ 123 bands="GSM 850 / GSM 1900 / CDMA 850" brand="movistar" cc="co" 
country="Colombia" operator="Telefónica Móviles Colombia" status="Operational"
+ 130 bands="GSM 850 / iDEN" brand="AVANTEL" cc="co" country="Colombia" 
operator="Avantel S.A.S" status="Operational"
  000-999
 734
- 01 bands="GSM 900 / UMTS 900" brand="Digitel" cc="ve" country="Venezuela" 
operator="Corporacion Digitel C.A." status="Operational"
- 02 bands="GSM 900 / UMTS 900 / LTE 1800" brand="Digitel GSM" cc="ve" 
country="Venezuela" operator="Corporacion Digitel C.A." status="Operational"
- 03 bands="GSM 900 / UMTS 900" brand="Digitel" cc="ve" country="Venezuela" 
operator="Corporacion Digitel C.A." status="Operational"
- 04 bands="CDMA2000 850 / GSM 850 / GSM 1900 / UMTS 1900" brand="movistar" 
cc="ve" country="Venezuela" operator="Telefónica Móviles Venezuela" 
status="Operational"
+ 01 bands="GSM 900" brand="Digitel" cc="ve" country="Venezuela" 
operator="Corporacion Digitel C.A." status="Not operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / LTE 1800" brand="Digitel GSM" 
cc="ve" country="Venezuela" operator="Corporacion Digitel C.A." 
status="Operational"
+ 03 bands="GSM 900" brand="Digitel" cc="ve" country="Venezuela" 
operator="Corporacion Digitel C.A." status="Not operational"
+ 04 bands="GSM 850 / GSM 1900 / UMTS 1900" brand="movistar" cc="ve" 
country="Venezuela" operator="Telefónica Móviles Venezuela" status="Operational"
  06 bands="CDMA2000 850 / GSM 850 / UMTS 1900" brand="Movilnet" cc="ve" 
country="Venezuela" operator="Telecomunicaciones Movilnet" status="Operational"
  00-99
 736
  01 bands="GSM 1900" brand="Nuevatel" cc="bo" country="Bolivia" 
operator="Nuevatel PCS De Bolivia SA" status="Operational"
- 02 bands="GSM 1900" brand="Entel" cc="bo" country="Bolivia" operator="Entel 
SA" status="Operational"
- 03 bands="GSM 850" brand="Tigo" cc="bo" country="Bolivia" 
operator="Telefónica Celular De Bolivia S.A" status="Operational"
+ 02 bands="GSM 850 / GSM 1900 / UMTS 850 / LTE 700" brand="Entel" cc="bo" 
country="Bolivia" operator="Entel SA" status="Operational"
+ 03 bands="GSM 850 / UMTS" brand="Tigo" cc="bo" country="Bolivia" 
operator="Telefónica Celular De Bolivia S.A" status="Operational"
  00-99
 738
  01 bands="GSM 900" brand="Digicel" cc="gy" country="Guyana" 
operator="U-Mobile (Cellular) Inc." status="Operational"
@@ -2094,11 +2311,12 @@
 740
  00 bands="GSM 850 / UMTS 900 / UMTS 1900" brand="Movistar" cc="ec" 
country="Ecuador" operator="Otecel S.A." status="Operational"
  01 bands="GSM 850 / UMTS 850 / UMTS 1900" brand="Claro" cc="ec" 
country="Ecuador" operator="CONECEL S.A." status="Operational"
- 02 bands="GSM 850 / CDMA2000 1900" brand="CNT Mobile" cc="ec" 
country="Ecuador" operator="Corporación Nacional de Telecomunicaciones (CNT 
EP)" status="Operational"
+ 02 bands="GSM 850 / CDMA 1900" brand="CNT Mobile" cc="ec" country="Ecuador" 
operator="Corporación Nacional de Telecomunicaciones (CNT EP)" 
status="Operational"
  00-99
 744
  01 bands="GSM 1900 / UMTS 900" brand="VOX" cc="py" country="Paraguay" 
operator="Hola Paraguay S.A" status="Operational"
  02 bands="GSM 1900 / UMTS 1900" brand="Claro/Hutchison" cc="py" 
country="Paraguay" operator="AMX Paraguay S.A." status="Operational"
+ 03 bands="" cc="py" country="Paraguay" operator="Compañia Privada de 
Comunicaciones S.A." status=""
  04 bands="GSM 850 / UMTS 850" brand="Tigo" cc="py" country="Paraguay" 
operator="Telefónica Celular Del Paraguay S.A. (Telecel)" status="Operational"
  05 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 1900" 
brand="Personal" cc="py" country="Paraguay" operator="Núcleo S.A(TIM)" 
status="Operational"
  06 bands="GSM 1800 / LTE 1700" brand="Copaco" cc="py" country="Paraguay" 
operator="Copaco S.A." status="Operational"
@@ -2113,42 +2331,48 @@
  07 bands="GSM 850/1900 / UMTS 850" brand="Movistar" cc="uy" country="Uruguay" 
operator="Telefónica Móviles Uruguay" status="Operational"
  10 bands="GSM/UMTS 1900" brand="Claro" cc="uy" country="Uruguay" operator="AM 
Wireless Uruguay S.A." status="Operational"
  00-99
+750
+ 001 bands="GSM 900" brand="sure" cc="fk" country="Falkland Islands (United 
Kingdom)" operator="Batelco" status="Operational"
+ 000-999
 901
- 01 bands="Satellite" brand="ICO" country="International" operator="ICO 
Satellite Management" status="Operational"
- 02 bands="" country="International" operator="Unassigned" status="Returned 
spare"
- 03 bands="Satellite" brand="Iridium" country="International" 
status="Operational"
- 04 bands="Satellite" country="International" operator="Unassigned" 
status="Returned spare"
- 05 bands="Satellite" country="International" operator="Thuraya RMSS Network" 
status="Operational"
- 06 bands="Satellite" country="International" operator="Thuraya Satellite 
Telecommunications Company" status="Operational"
- 07 bands="" country="International" operator="Unassigned" status="Returned 
spare"
- 08 bands="" country="International" operator="Unassigned" status="Returned 
spare"
- 09 bands="" country="International" operator="Unassigned" status="Returned 
spare"
- 10 bands="Satellite" brand="ACeS" country="International" status="Operational"
- 11 bands="Satellite" brand="Inmarsat" country="International" 
status="Operational"
- 12 bands="GSM 1800" brand="Telenor" country="International" 
operator="Maritime Communications Partner AS" status="Operational"
- 13 bands="GSM 1800" brand="GSM.AQ" country="International" operator="Global 
Networks Switzerland Inc." status="Operational"
- 14 bands="GSM 1800" country="International" operator="AeroMobile AS" status=""
- 15 bands="GSM 1800" brand="OnAir" country="International" operator="OnAir 
Switzerland Sarl" status="Operational"
- 16 bands="" country="International" operator="Jasper Systems" 
status="Operational"
- 17 bands="GSM 1800" brand="Navitas" country="International" 
status="Operational"
- 18 bands="GSM 900 / GSM 1900 / CDMA2000 1900" brand="Cellular @Sea" 
country="International" operator="AT&T Mobility" status="Operational"
- 19 bands="" country="International" operator="Vodafone Malta Maritime" 
status="Operational"
- 20 bands="" country="International" operator="Intermatica" status=""
- 21 bands="" country="International" operator="Unassigned" status="Returned 
spare"
- 22 bands="" country="International" operator="MediaLincc Ltd" status=""
- 23 bands="" country="International" operator="Unassigned" status="Returned 
spare"
- 24 bands="" brand="iNum" country="International" operator="Voxbone" status=""
- 25 bands="" country="International" operator="Unassigned" status="Returned 
spare"
- 26 bands="" brand="TIM" country="International" operator="Telecom Italia" 
status="Operational"
- 27 bands="" brand="OnAir" country="International" operator="OnAir" 
status="Operational"
- 28 bands="Roaming SIM" brand="Vodafone" country="International" 
operator="GDSP (Vodafone's Global Data Service Platform)" status="Operational"
- 29 bands="" brand="Telenor" country="International" status=""
- 30 bands="" country="International" operator="Unassigned" status="Returned 
spare"
- 31 bands="GSM 900" brand="Orange" country="International" operator="Orange 
S.A." status="Operational"
- 32 bands="GSM 900" brand="Sky High" country="International" 
operator="MegaFon" status="Operational"
- 33 bands="" country="International" operator="Smart Communications" status=""
- 34 bands="" country="International" operator="tyntec GmbH" status=""
- 35 bands="" country="International" operator="Globecomm Network Services" 
status=""
- 36 bands="GSM 1800" country="International" operator="Azerfon" 
status="Operational"
- 88 bands="" country="International" operator="UN Office for the Coordination 
of Humanitarian Affairs (OCHA)" status=""
+ 01 bands="Satellite" brand="ICO" country="International operators" 
operator="ICO Satellite Management" status="Operational"
+ 02 bands="" country="International operators" operator="Unassigned" 
status="Returned spare"
+ 03 bands="Satellite" brand="Iridium" country="International operators" 
status="Operational"
+ 04 bands="Satellite" country="International operators" operator="Unassigned" 
status="Returned spare"
+ 05 bands="Satellite" country="International operators" operator="Thuraya RMSS 
Network" status="Operational"
+ 06 bands="Satellite" country="International operators" operator="Thuraya 
Satellite Telecommunications Company" status="Operational"
+ 07 bands="" country="International operators" operator="Unassigned" 
status="Returned spare"
+ 08 bands="" country="International operators" operator="Unassigned" 
status="Returned spare"
+ 09 bands="" country="International operators" operator="Unassigned" 
status="Returned spare"
+ 10 bands="Satellite" brand="ACeS" country="International operators" 
status="Operational"
+ 11 bands="Satellite" brand="Inmarsat" country="International operators" 
status="Operational"
+ 12 bands="GSM 1800" brand="Telenor" country="International operators" 
operator="Maritime Communications Partner AS" status="Operational"
+ 13 bands="GSM 1800" brand="GSM.AQ" country="International operators" 
operator="Global Networks Switzerland Inc." status="Operational"
+ 14 bands="GSM 1800" country="International operators" operator="AeroMobile 
AS" status=""
+ 15 bands="GSM 1800" brand="OnAir" country="International operators" 
operator="OnAir Switzerland Sarl" status="Operational"
+ 16 bands="" country="International operators" operator="Jasper Systems" 
status="Operational"
+ 17 bands="GSM 1800" brand="Navitas" country="International operators" 
status="Operational"
+ 18 bands="GSM 900 / GSM 1900 / CDMA2000 1900" brand="Cellular @Sea" 
country="International operators" operator="AT&T Mobility" status="Operational"
+ 19 bands="" country="International operators" operator="Vodafone Malta 
Maritime" status="Operational"
+ 20 bands="" country="International operators" operator="Intermatica" status=""
+ 21 bands="" country="International operators" operator="Unassigned" 
status="Returned spare"
+ 22 bands="" country="International operators" operator="MediaLincc Ltd" 
status=""
+ 23 bands="" country="International operators" operator="Unassigned" 
status="Returned spare"
+ 24 bands="" brand="iNum" country="International operators" operator="Voxbone" 
status=""
+ 25 bands="" country="International operators" operator="Unassigned" 
status="Returned spare"
+ 26 bands="" brand="TIM" country="International operators" operator="Telecom 
Italia" status="Operational"
+ 27 bands="" brand="OnAir" country="International operators" operator="OnAir" 
status="Operational"
+ 28 bands="Roaming SIM" brand="Vodafone" country="International operators" 
operator="GDSP (Vodafone's Global Data Service Platform)" status="Operational"
+ 29 bands="" brand="Telenor" country="International operators" status=""
+ 30 bands="" country="International operators" operator="Unassigned" 
status="Returned spare"
+ 31 bands="GSM 900" brand="Orange" country="International operators" 
operator="Orange S.A." status="Operational"
+ 32 bands="GSM 900" brand="Sky High" country="International operators" 
operator="MegaFon" status="Operational"
+ 33 bands="" country="International operators" operator="Smart Communications" 
status=""
+ 34 bands="" country="International operators" operator="tyntec GmbH" status=""
+ 35 bands="" country="International operators" operator="Globecomm Network 
Services" status=""
+ 36 bands="GSM 1800" country="International operators" operator="Azerfon" 
status="Operational"
+ 37 bands="2G, 3G, 4G Roaming" country="International operators" 
operator="Transatel" status="Operational"
+ 39 bands="" country="International operators" operator="MTX Connect Ltd" 
status=""
+ 40 bands="" country="International operators" operator="Deutsche Telekom AG" 
status=""
+ 88 bands="" country="International operators" operator="UN Office for the 
Coordination of Humanitarian Affairs (OCHA)" status=""
  00-99
diff --git a/stdnum/isbn.dat b/stdnum/isbn.dat
index d46d6dd..a9d2051 100644
--- a/stdnum/isbn.dat
+++ b/stdnum/isbn.dat
@@ -1,14 +1,13 @@
 # generated from RangeMessage.xml, downloaded from
 # https://www.isbn-international.org/export_rangemessage.xml
-# file serial 95adc47f-d968-4bd9-bee6-5aa3a54017e6
-# file date Thu, 19 Jun 2014 16:00:12 CEST
+# file serial 792b02d4-0ff4-431b-b6a0-a2a377c6ce69
+# file date Mon, 13 Oct 2014 17:30:04 CEST
 978
  0-5,600-649,7-7,80-94,950-989,9900-9989,99900-99999
  0 agency="English language"
   00-19,200-699,7000-8499,85000-89999,900000-949999,9500000-9999999
  1 agency="English language"
-  00-09,100-327,328-329,330-399,4000-5499,55000-86979,869800-998999
-  9990000-9999999
+  00-09,100-329,330-399,4000-5499,55000-86979,869800-998999,9990000-9999999
  2 agency="French language"
   00-19,200-349,35000-39999,400-699,7000-8399,84000-89999,900000-949999
   9500000-9999999
@@ -28,14 +27,15 @@
  601 agency="Kazakhstan"
   00-19,200-699,7000-7999,80000-84999,85-99
  602 agency="Indonesia"
-  00-10,1100-1199,1200-1399,14000-14999,1500-1699,17000-17999,18000-18999
-  19000-19999,200-699,70000-74999,7500-7999,8000-9499,95000-99999
+  00-08,0900-1099,1100-1199,1200-1399,14000-14999,1500-1699,17000-17999
+  18000-18999,19000-19999,200-699,70000-74999,7500-7999,8000-9499
+  95000-99999
  603 agency="Saudi Arabia"
   00-04,05-49,500-799,8000-8999,90000-99999
  604 agency="Vietnam"
   0-4,50-89,900-979,9800-9999
  605 agency="Turkey"
-  01-09,100-399,4000-5999,60000-89999,9000-9999
+  01-02,030-039,04-09,100-399,4000-5999,60000-89999,9000-9999
  606 agency="Romania"
   0-0,10-49,500-799,8000-9199,92000-99999
  607 agency="Mexico"
@@ -79,7 +79,8 @@
   00-13,140-149,15000-19999,200-699,7000-8499,85000-89999,9000-9199
   920000-923999,92400-92999,930000-949999,95000-96999,9700-9999
  85 agency="Brazil"
-  00-19,200-599,60000-69999,7000-8499,85000-89999,900000-979999,98000-99999
+  00-19,200-549,5500-5999,60000-69999,7000-8499,85000-89999,900000-979999
+  98000-99999
  86 agency="former Yugoslavia"
   00-29,300-599,6000-7999,80000-89999,900000-999999
  87 agency="Denmark"
@@ -93,7 +94,7 @@
   00-19,200-499,5000-6999,70000-79999,800000-849999,8500-8999,90-90,94-94
  91 agency="Sweden"
   0-1,20-49,500-649,7000-7999,85000-94999,970000-999999
- 92 agency="International NGO Publishers and EC Organizations"
+ 92 agency="International NGO Publishers and EU Organizations"
   0-5,60-79,800-899,9000-9499,95000-98999,990000-999999
  93 agency="India"
   00-09,100-499,5000-7999,80000-94999,950000-999999
@@ -225,7 +226,7 @@
  9942 agency="Ecuador"
   00-84,8500-8999,900-984,9850-9999
  9943 agency="Uzbekistan"
-  00-29,300-399,4000-9999
+  00-29,300-399,4000-9749,975-999
  9944 agency="Turkey"
   0000-0999,100-499,5000-5999,60-69,700-799,80-89,900-999
  9945 agency="Dominican Republic"
@@ -237,7 +238,7 @@
  9948 agency="United Arab Emirates"
   00-39,400-849,8500-9999
  9949 agency="Estonia"
-  0-0,10-39,400-899,9000-9999
+  0-0,10-39,400-749,75-89,9000-9999
  9950 agency="Palestine"
   00-29,300-849,8500-9999
  9951 agency="Kosova"
@@ -288,7 +289,7 @@
  9974 agency="Uruguay"
   0-2,30-54,550-749,7500-9499,95-99
  9975 agency="Moldova"
-  0-0,100-399,4000-4499,45-89,900-949,9500-9999
+  0-0,100-299,3000-3999,4000-4499,45-89,900-949,9500-9999
  9976 agency="Tanzania"
   0-5,60-89,900-989,9900-9999
  9977 agency="Costa Rica"
@@ -365,7 +366,7 @@
  99925 agency="Paraguay"
   0-3,40-79,800-999
  99926 agency="Honduras"
-  0-0,10-59,600-899,90-99
+  0-0,10-59,600-869,87-89,90-99
  99927 agency="Albania"
   0-2,30-59,600-999
  99928 agency="Georgia"
@@ -428,7 +429,7 @@
  99957 agency="Malta"
   0-1,20-79,800-999
  99958 agency="Bahrain"
-  0-4,50-94,950-999
+  0-4,50-93,940-949,950-999
  99959 agency="Luxembourg"
   0-2,30-59,600-999
  99960 agency="Malawi"
@@ -438,13 +439,13 @@
  99962 agency="Mongolia"
   0-4,50-79,800-999
  99963 agency="Cambodia"
-  00-49,500-999
+  00-49,500-919,92-99
  99964 agency="Nicaragua"
   0-1,20-79,800-999
  99965 agency="Macau"
   0-3,40-69,700-999
  99966 agency="Kuwait"
-  0-2,30-69,700-799
+  0-2,30-69,700-799,80-94
  99967 agency="Paraguay"
   0-1,20-59,600-899
  99968 agency="Botswana"
diff --git a/stdnum/isil.dat b/stdnum/isil.dat
index aad346c..fc5ba0e 100644
--- a/stdnum/isil.dat
+++ b/stdnum/isil.dat
@@ -9,9 +9,9 @@ CA$ country="Canada" 
ra_url="http://www.collectionscanada.ca/ill/s16-206-e.html#
 CH$ country="Switzerland" 
ra_url="http://www.nb.admin.ch/slb/slb_professionnel/01540/index.html?lang=en"; 
ra="Swiss National Library"
 CY$ country="Cyprus" 
ra_url="http://www.cut.ac.cy/library/english/isil_reg_agent.htm"; ra="Cyprus 
University of Technology Library"
 DE$ country="Germany" ra_url="http://sigel.staatsbibliothek-berlin.de/"; 
ra="Staatsbibliothek zu Berlin"
-DK$ country="Denmark" 
ra_url="http://www.bibliotekogmedier.dk/engelsk/library/national-solutions/standards/danish-library-number/";
 ra="Danish Agency for Culture"
-EG$ country="Egypt" ra_url="http://www.sti.sci.eg/focal_point.htm"; 
ra="Egyptian National Scientific and Technical Information Network (ENSTINET)"
-FI$ country="Finland" 
ra_url="http://www.lib.helsinki.fi/english/libraries/standards/ISIL.htm"; 
ra="The National Library of Finland"
+DK$ country="Denmark" 
ra_url="http://www.kulturstyrelsen.dk/english/institutions/libraries/national-solutions/standards/danish-library-number/";
 ra="Danish Agency for Culture"
+EG$ country="Egypt" 
ra_url="http://www.sti.sci.eg/index.php?option=com_content&view=article&id=30:focal-point&catid=1:pages&Itemid=56";
 ra="Egyptian National Scientific and Technical Information Network (ENSTINET)"
+FI$ country="Finland" 
ra_url="http://www.nationallibrary.fi/libraries/standards/isil.html"; ra="The 
National Library of Finland"
 FR$ country="France" ra_url="http://www.abes.fr"; ra="Agence Bibliographique de 
l'Enseignement Superieur"
 GB$ country="United Kingdom" 
ra_url="http://www.bl.uk/bibliographic/isilagency.html"; ra="British Library"
 GL$ country="Greenland" 
ra_url="http://www.katak.gl/ISIL/Greenlandic_library_identifiers.html"; 
ra="Central and Public Library of Greenland"
@@ -22,8 +22,9 @@ JP$ country="Japan" 
ra_url="http://www.ndl.go.jp/en/library/isil/index.html"; ra=
 KR$ country="Republic of Korea" ra_url="http://www.nl.go.kr/isil/"; ra="The 
National Library of Korea"
 LU$ country="Luxembourg" ra_url="http://www.anlux.lu"; ra="Archives nationales 
de Luxembourg"
 NL$ country="The Netherlands" 
ra_url="http://www.kb.nl/expertise/voor-bibliotheken/interbibliotheciar-leenverkeer/internationale-standard-identifier-for-libraries-isil";
 ra="Koninklijke Bibliotheek, National Library of the Netherlands"
-NO$ country="Norway" 
ra_url="http://www.nb.no/html/tildeling_av_nasjonalt_bibliot.html"; ra="National 
Library of Norway"
-NZ$ country="New Zealand" 
ra_url="http://www.natlib.govt.nz/en/services/6docsupply.html#sect1"; 
ra="National Library of New Zealand Te Puna Mātauranga o Aotearoa"
+NO$ country="Norway" ra_url="http://www.nb.no/"; ra="National Library of Norway"
+NZ$ country="New Zealand" ra_url="http://natlib.govt.nz/"; ra="National Library 
of New Zealand Te Puna Matauranga o Aotearoa"
+QA$ country="Qatar" ra_url="http://www.qnl.qa/"; ra="Qatar National Library 
(QNL)"
 RU$ country="Russian Federation" ra_url="http://english.gpntb.ru/"; ra="Russian 
National Public Library for Science and Technology"
 SI$ country="The Republic of Slovenia" 
ra_url="http://www.nuk.uni-lj.si/nukeng3.asp?id=311364382"; ra="National and 
University Library"
 US$ country="United States of America" ra="Library of Congress - under 
registration"

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                        |  195 ++++++
 NEWS                             |   18 +
 README                           |   10 +-
 docs/index.rst                   |    8 +
 docs/stdnum.ch.ssn.rst           |    5 +
 docs/stdnum.cn.ric.rst           |    5 +
 docs/stdnum.ec.ci.rst            |    5 +
 docs/stdnum.ec.ruc.rst           |    5 +
 docs/stdnum.eu.at_02.rst         |    5 +
 docs/stdnum.iso6346.rst          |    5 +
 docs/stdnum.it.codicefiscale.rst |    5 +
 docs/stdnum.us.rtn.rst           |    5 +
 getnumlist.py                    |    5 -
 setup.py                         |   10 +-
 stdnum/__init__.py               |   12 +-
 stdnum/iban.dat                  |    5 +-
 stdnum/imsi.dat                  | 1286 ++++++++++++++++++++++----------------
 stdnum/isbn.dat                  |   33 +-
 stdnum/isil.dat                  |   11 +-
 stdnum/iso6346.py                |    1 -
 20 files changed, 1068 insertions(+), 566 deletions(-)
 create mode 100644 docs/stdnum.ch.ssn.rst
 create mode 100644 docs/stdnum.cn.ric.rst
 create mode 100644 docs/stdnum.ec.ci.rst
 create mode 100644 docs/stdnum.ec.ruc.rst
 create mode 100644 docs/stdnum.eu.at_02.rst
 create mode 100644 docs/stdnum.iso6346.rst
 create mode 100644 docs/stdnum.it.codicefiscale.rst
 create mode 100644 docs/stdnum.us.rtn.rst


hooks/post-receive
-- 
python-stdnum
-- 
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/python-stdnum-commits/