lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.2

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

python-stdnum branch master updated. 1.2



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  13618173f72ed2c014869ad9a4366b26f1d1e5d3 (commit)
       via  13270457bd53c93ce5c085fdd7d7e343a089a97d (commit)
       via  a891c6060db7df4fdb4f982e3c201f2b008a03dd (commit)
      from  3c7a302c5ad9364b69a2ac8df0e605177aa3525c (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=13618173f72ed2c014869ad9a4366b26f1d1e5d3

commit 13618173f72ed2c014869ad9a4366b26f1d1e5d3
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Oct 11 13:39:10 2015 +0200

    Get files ready for 1.2 release

diff --git a/ChangeLog b/ChangeLog
index 04bbf15..9307465 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,309 @@
+2015-10-11  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [1327045] getcnloc.py, stdnum/cn/loc.dat, stdnum/iban.dat,
+         stdnum/imsi.dat, stdnum/isbn.dat, stdnum/isil.dat: Update
+         database files
+
+         This also updates the script to download updated Chinese
+         location names.
+
+2015-10-11  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [a891c60] stdnum/al/nipt.py, stdnum/co/nit.py, stdnum/iban.py,
+         stdnum/ie/pps.py, stdnum/imei.py, stdnum/isan.py,
+         stdnum/iso6346.py, stdnum/it/codicefiscale.py, stdnum/meid.py,
+         stdnum/nl/postcode.py, stdnum/numdb.py, stdnum/pt/nif.py,
+         stdnum/us/atin.py, stdnum/us/ein.py, stdnum/us/itin.py,
+         stdnum/us/ptin.py, stdnum/us/ssn.py, stdnum/util.py: Code style
+         improvements
+
+         Ensure that regular expressions are r'' strings, avoid too
+         long lines and fix line wrapping. Also avoid catching toplevel
+         Exception when possible and use binascii for hex to binary
+         conversion which is available in both Python 2 and 3.
+
+2015-10-11  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [3c7a302] stdnum/cusip.py, stdnum/de/wkn.py, stdnum/gb/sedol.py,
+         stdnum/isin.py: Convert security ids to ISIN
+
+         Allow conversion from national securities identifiers to the
+         international ISIN.
+
+2015-10-11  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [c565517] stdnum/de/wkn.py, tests/test_de_wkn.doctest: Add
+         German Wertpapierkennnummer
+
+         The format itself is pretty simple (no check digit) but this
+         module is more for completeness sake.
+
+2015-10-10  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [961815f] stdnum/gb/sedol.py, tests/test_gb_sedol.doctest:
+         Add SEDOL number
+
+2015-10-10  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [fb91775] stdnum/ru/__init__.py: Add information to Russian package
+
+2015-10-10  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [ebb5c07] MANIFEST.in, numdb-test.dat, stdnum/numdb.py,
+         tests/numdb-test.dat: Move numdb test file
+
+         This places the test database file in the tests directory.
+
+2015-10-10  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [fa8099e] stdnum/imo.py: Add int. maritime org. number (IMO)
+
+         This adds checks for the International Maritime Organization
+         number used to identify ships. However, there seem to be a lot
+         of ships with an IMO number that does not follow these rules
+         (different check digits or even length).
+
+2015-10-10  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [111b4fd] stdnum/isan.py, tests/test_isan.doctest: Fix handling
+         of strip_check_digits in ISAN
+
+         This fixes the compact() function to honor the strip_check_digits
+         argument and does not validate the check digits if they are
+         passed to validate together with strip_check_digits.
+
+2015-10-10  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [9f9d13c] stdnum/isin.py, tests/test_isin.doctest: Add
+         international securities id (ISIN)
+
+         This adds support for handling ISINs (International Securities
+         Identification Number). The can contain a CUSIP but performing
+         this additional validation is currently not performed.
+
+2015-10-09  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [522611c] stdnum/cusip.py, tests/test_cusip.doctest: Add CUSIP
+         number
+
+2015-10-08  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [320ecea] stdnum/ch/uid.py, stdnum/ch/vat.py,
+         tests/test_ch_uid.doctest, tests/test_ch_vat.doctest: Add Swiss
+         UID and VAT numbers
+
+         The Swiss VAT number (MWST, TVA, IVA, TPV) is the UID
+         (Unternehmens-Identifikationsnummer) followed by one of the
+         VAT abbreviations.
+
+2015-10-05  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [ec9bcb0] stdnum/mx/__init__.py, stdnum/mx/rfc.py,
+         tests/test_mx_rfc.doctest: Add Mexican RFC number
+
+         This adds support for the Mexican tax number RFC (Registro
+         Federal de Contribuyentes).
+
+         This module includes a number of checks on the number but the
+         validation of the last check digit is disabled by default because
+         a large number of numbers were found that were otherwise valid
+         but had an invalid check digit.
+
+2015-10-04  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [fd0cfd9] stdnum/eu/vat.py, stdnum/util.py: Move finding VAT
+         module to util
+
+         This moves the finding of a VAT module to the util module so
+         that it can be more easily re-used for non-EU countries.
+
+2015-10-04  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [38ed9c0] stdnum/co/nit.py, tests/test_co_nit.doctest: Update
+         Colombian NIT checks
+
+         This adds a number of tests for numbers found online. The length
+         check has also been revisited because both shorter numbers and
+         longer number have been found.
+
+         This also updates the format() function to handle arbitrary
+         length numbers.
+
+2015-10-02  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [d413f95] stdnum/isbn.py: Fix comment
+
+2015-10-02  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [3d1dbbb] stdnum/ar/cuit.py, stdnum/bg/egn.py, stdnum/bg/pnf.py,
+         stdnum/bg/vat.py, stdnum/co/nit.py, stdnum/dk/cpr.py,
+         stdnum/dk/cvr.py, stdnum/do/rnc.py, stdnum/ec/ruc.py,
+         stdnum/ee/kmkr.py, stdnum/fi/alv.py, stdnum/gb/vat.py,
+         stdnum/hu/anum.py, stdnum/is_/kennitala.py, stdnum/lv/pvn.py,
+         stdnum/mt/vat.py, stdnum/no/orgnr.py, stdnum/pl/nip.py,
+         stdnum/pl/pesel.py, stdnum/pl/regon.py, stdnum/ro/cf.py,
+         stdnum/ro/cnp.py: Use zip() instead of enumerate()
+
+         Makes the code slightly simpler and more compact.
+
+2015-10-01  Sergio Isidoro <sergio@holvi.com>
+
+       * [222a87e] stdnum/fi/__init__.py: Add alias to hetu in for finnish
+         personal id code
+
+2015-09-27  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [e045c71] tests/test_eu_vat.doctest: Add more numbers found online
+
+2015-09-07  Dariusz Choruzy <darobial@gmail.com>
+
+       * [36217ac] stdnum/pl/regon.py, tests/test_pl_regon.doctest:
+         Add Polish REGON number
+
+2015-09-06  Dariusz Choruzy <darobial@gmail.com>
+
+       * [a0cb61f] stdnum/pl/pesel.py: Add Polish PESEL number
+
+2015-08-16  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [5ab8d24] stdnum/ru/__init__.py, stdnum/ru/inn.py,
+         tests/test_ru_inn.doctest: Add Russioan ИНН (INN) tax ID
+
+         This adds a basic implementation of the Russian
+         Идентификационный номер
+         налогоплательщика (tax identification
+         number). This currently only checks the format, length and check
+         digits but not whether each of the parts of the number are valid
+         (e.g. valid region specified).
+
+2015-08-16  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [714fa60] stdnum/br/cnpj.py, tests/test_br_cnpj.doctest: Add
+         Brazillian CNPJ business identifier
+
+         Add module for Cadastro Nacional da Pessoa Jurídica, the
+         Brazillian company identifier.
+
+2015-08-16  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [b939099] getiban.py, stdnum/iban.dat, tests/test_iban.doctest:
+         Update IBAN tests
+
+         This updates the iban.dat file from the IBAN registry, includes
+         a fix for handling spaces in the BBAN and adds some more IBAN
+         examples from the IBAN registry.
+
+2015-08-16  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [7714db7] stdnum/iso9362.py: Make uppercase in compact()
+
+         This changes the compact() function of the ISO 9362 module to
+         make all the letters uppercase.
+
+2015-08-16  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [6afa875] setup.cfg, stdnum/imei.py, stdnum/isbn.py,
+         stdnum/isil.py, stdnum/ismn.py, stdnum/meid.py, stdnum/us/atin.py,
+         stdnum/us/ein.py, stdnum/us/itin.py: Turn on and improve branch
+         coverage
+
+2015-08-16  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [e88ba0b] stdnum/dk/cpr.py, stdnum/is_/kennitala.py,
+         stdnum/it/codicefiscale.py: Small typo and code style fixes
+
+2015-08-03  Tomas Karasek <tom.to.the.k@gmail.com>
+
+       * [243e50f] stdnum/ee/ik.py, tests/test_ee_ik.doctest: Add validation
+         of Estonian personal ID
+
+2015-06-12  Lari Haataja <lari@holvi.com>
+
+       * [7f9c94f] stdnum/at/businessid.py: Add company register number
+         validation for Austria
+
+2015-07-12  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [0cbba6e] : Merge Finnish numbers provided by Holvi
+
+         This merges the Finnish numbers provided by Holvi Payment Services
+         Oy as found here: https://github.com/holvi/python-stdnum
+
+2015-07-12  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [320326e] stdnum/fi/ytunnus.py: Split out format() function
+
+         This uses the stdnum.fi.alv module more extensively and ensures
+         that validate() returns a compact representation and a separate
+         format() function is available.
+
+2015-06-23  Lari Haataja <lari@holvi.com>
+
+       * [37f7fa6] stdnum/fi/__init__.py, stdnum/fi/ytunnus.py: Add
+         validation for Finnish y-tunnus (business identifier)
+
+2015-07-12  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [db24746] stdnum/fi/associationid.py: Add a whitelist for short
+         numbers and fix API
+
+         This implements separate functions compact() and format() and
+         fixes the doctests. This also implements a whitelist of registered
+         short numbers to avoid accidentally validating just any number.
+
+2015-06-16  Lari Haataja <lari@holvi.com>
+
+       * [8d30992] stdnum/fi/associationid.py: Validation for Finnish
+         association identifier
+
+2015-07-12  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [e107457] : Merge changes to use CN Open Data
+
+2015-07-12  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [a1a134e] stdnum/eu/vat.py: Fall back to pysimplesoap if suds
+         is unavailable
+
+         Initial testing seems to suggest that proxy-support is not
+         complete with pysimplesoap (at least httplib2 and PySocks seem
+         to be required).
+
+2015-04-28  Lionel Elie Mamane <lmamane@debian.org>
+
+       * [8fe44f9] stdnum/eu/vat.py: Implement alternate VIES check
+
+         Add a function to stdnum.eu.vat so that when one does a VIES VAT
+         number check, one gets a proof (certificate) that one did the
+         check, as defence against the VAT administration later putting
+         this in doubt. This certificate is provided by the VIES service,
+         if one provides one's own VAT number.
+
+2015-06-08  Jiangge Zhang <tonyseek@gmail.com>
+
+       * [6308261] stdnum/cn/loc.dat: Download and generate latest Chinese
+         location data.
+
+2015-06-08  Jiangge Zhang <tonyseek@gmail.com>
+
+       * [12ba352] getcnloc.py: Download GB2260 data from github.com/cn.
+
+2015-04-27  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [8925ae2] tests/test_iso6346.doctest: Fix copyright header
+
+2015-04-27  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [58775d9] ChangeLog, NEWS, README, docs/index.rst,
+         docs/stdnum.al.nipt.rst, docs/stdnum.ar.cuit.rst,
+         docs/stdnum.cl.rut.rst, docs/stdnum.co.nit.rst,
+         docs/stdnum.do.cedula.rst, docs/stdnum.do.rnc.rst,
+         docs/stdnum.is_.kennitala.rst, docs/stdnum.is_.vsk.rst,
+         docs/stdnum.iso9362.rst, docs/stdnum.no.mva.rst,
+         docs/stdnum.no.orgnr.rst, docs/stdnum.se.orgnr.rst,
+         docs/stdnum.sm.coe.rst, setup.py, stdnum/__init__.py: Get files
+         ready for 1.1 release
+
 2015-04-27  Arthur de Jong <arthur@arthurdejong.org>
 
        * [583b066] getcnloc.py, stdnum/cn/loc.dat, stdnum/iban.dat,
diff --git a/MANIFEST.in b/MANIFEST.in
index 320edf1..bc3f093 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,3 @@
 include README NEWS ChangeLog COPYING *.py
-recursive-include tests *.doctest
+recursive-include tests *.doctest *.dat
 recursive-include docs *.rst *.py
diff --git a/NEWS b/NEWS
index 3f584f9..f40fdee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+changes from 1.1 to 1.2
+-----------------------
+
+* add modules for the following number formats:
+  - Austrian Company Register Numbers
+  - CNPJ (Cadastro Nacional da Pessoa Jurídica, Brazillian company identifier)
+  - UID (Unternehmens-Identifikationsnummer, Swiss business identifier)
+  - VAT, MWST, TVA, IVA, TPV (Mehrwertsteuernummer, the Swiss VAT number)
+  - CUSIP number (financial security identification number)
+  - Wertpapierkennnummer (German securities identification code)
+  - Isikukood (Estonian Personcal ID number)
+  - Finnish Association Identifier
+  - Y-tunnus (Finnish business identifier)
+  - SEDOL number (Stock Exchange Daily Official List number)
+  - IMO number (International Maritime Organization number)
+  - ISIN (International Securities Identification Number)
+  - RFC (Registro Federal de Contribuyentes, Mexican tax number)
+  - PESEL (Polish national identification number)
+  - REGON (Rejestr Gospodarki Narodowej, Polish register of economic units)
+  - ИНН (Идентификационный номер налогоплательщика, Russian tax identifier)
+* add an alternate VIES check (check_vies_approx()) that includes a proof
+  (certificate) that the check was performed
+* fall back to pysimplesoap if suds is unavailable
+* test and code quality improvements
+
+
 changes from 1.0 to 1.1
 -----------------------
 
diff --git a/README b/README
index 563e4eb..f9be19e 100644
--- a/README
+++ b/README
@@ -11,20 +11,26 @@ Currently this package supports the following formats:
 
  * NIPT (Numri i Identifikimit për Personin e Tatueshëm, Albanian VAT number)
  * CUIT (Código Único de Identificación Tributaria, Argentinian tax number)
+ * Austrian Company Register Numbers
  * UID (Umsatzsteuer-Identifikationsnummer, Austrian VAT number)
  * BTW, TVA, NWSt (Belgian VAT number)
  * EGN (ЕГН, Единен граждански номер, Bulgarian personal identity codes)
  * PNF (ЛНЧ, Личен номер на чужденец, Bulgarian number of a foreigner)
  * VAT (Идентификационен номер по ДДС, Bulgarian VAT number)
+ * CNPJ (Cadastro Nacional da Pessoa Jurídica, Brazillian company identifier)
  * CPF (Cadastro de Pessoas Físicas, Brazillian national identifier)
  * Swiss social security number ("Sozialversicherungsnummer")
+ * UID (Unternehmens-Identifikationsnummer, Swiss business identifier)
+ * VAT, MWST, TVA, IVA, TPV (Mehrwertsteuernummer, the Swiss VAT number)
  * RUT (Rol Único Tributario, Chilean national tax number)
  * RIC No. (Chinese Resident Identity Card Number)
  * NIT (Número De Identificación Tributaria, Colombian identity code)
+ * CUSIP number (financial security identification number)
  * Αριθμός Εγγραφής Φ.Π.Α. (Cypriot VAT number)
  * DIČ (Daňové identifikační číslo, Czech VAT number)
  * RČ (Rodné číslo, the Czech birth number)
  * Ust ID Nr. (Umsatzsteur Identifikationnummer, German VAT number)
+ * Wertpapierkennnummer (German securities identification code)
  * CPR (personnummer, the Danish citizen number)
  * CVR (Momsregistreringsnummer, Danish VAT number)
  * Cedula (Dominican Republic national identification number)
@@ -32,6 +38,7 @@ Currently this package supports the following formats:
  * EAN (International Article Number)
  * CI (Cédula de identidad, Ecuadorian personal identity code)
  * RUC (Registro Único de Contribuyentes, Ecuadorian company tax number)
+ * Isikukood (Estonian Personcal ID 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)
@@ -40,9 +47,12 @@ Currently this package supports the following formats:
  * SEPA Identifier of the Creditor (AT-02)
  * VAT (European Union VAT number)
  * ALV nro (Arvonlisäveronumero, Finnish VAT number)
+ * Finnish Association Identifier
  * HETU (Henkilötunnus, Finnish personal identity code)
+ * Y-tunnus (Finnish business identifier)
  * SIREN (a French company identification number)
  * n° TVA (taxe sur la valeur ajoutée, French VAT number)
+ * SEDOL number (Stock Exchange Daily Official List number)
  * VAT (United Kingdom (and Isle of Man) VAT registration number)
  * FPA, ΦΠΑ, ΑΦΜ (Αριθμός Φορολογικού Μητρώου, the Greek VAT number)
  * GRid (Global Release Identifier)
@@ -52,12 +62,14 @@ Currently this package supports the following formats:
  * PPS No (Personal Public Service Number, Irish personal number)
  * VAT (Irish VAT number)
  * IMEI (International Mobile Equipment Identity)
+ * IMO number (International Maritime Organization number)
  * IMSI (International Mobile Subscriber Identity)
  * Kennitala (Icelandic personal and organisation identity code)
  * VSK number (Virðisaukaskattsnúmer, Icelandic VAT number)
  * ISAN (International Standard Audiovisual Number)
  * ISBN (International Standard Book Number)
  * ISIL (International Standard Identifier for Libraries)
+ * ISIN (International Securities Identification Number)
  * ISMN (International Standard Music Number)
  * ISO 6346 (International standard for container identification)
  * ISO 9362 (Business identifier codes)
@@ -69,6 +81,7 @@ Currently this package supports the following formats:
  * PVN (Pievienotās vērtības nodokļa, Latvian VAT number)
  * MEID (Mobile Equipment Identifier)
  * VAT (Maltese VAT number)
+ * RFC (Registro Federal de Contribuyentes, Mexican tax number)
  * NRIC No. (Malaysian National Registration Identity Card Number)
  * Brin number (Dutch number for schools)
  * BSN (Burgerservicenummer, Dutch national identification number)
@@ -78,9 +91,12 @@ Currently this package supports the following formats:
  * MVA (Merverdiavgift, Norwegian VAT number)
  * Orgnr (Organisasjonsnummer, Norwegian organisation number)
  * NIP (Numer Identyfikacji Podatkowej, Polish VAT number)
+ * PESEL (Polish national identification number)
+ * REGON (Rejestr Gospodarki Narodowej, Polish register of economic units)
  * NIF (Número de identificação fiscal, Portuguese VAT number)
  * CF (Cod de înregistrare în scopuri de TVA, Romanian VAT number)
  * CNP (Cod Numeric Personal, Romanian Numerical Personal Code)
+ * ИНН (Идентификационный номер налогоплательщика, Russian tax identifier)
  * Orgnr (Organisationsnummer, Swedish company number)
  * VAT (Moms, Mervärdesskatt, Swedish VAT number)
  * ID za DDV (Davčna številka, Slovenian VAT number)
@@ -129,8 +145,8 @@ conversion functions.
 Requirements
 ------------
 
-The modules should not require any external Python modules and should be
-pure Python. The modules are developed and tested with Python 2.6 but may
+The modules should not require any external Python modules and should be pure
+Python. The modules are developed and tested with Python 2.7 and 3.5 but may
 also work with older versions of Python.
 
 Copyright
diff --git a/docs/index.rst b/docs/index.rst
index 971502f..59df1d5 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -87,20 +87,26 @@ Available formats
 
    al.nipt
    ar.cuit
+   at.businessid
    at.uid
    be.vat
    bg.egn
    bg.pnf
    bg.vat
+   br.cnpj
    br.cpf
    ch.ssn
+   ch.uid
+   ch.vat
    cl.rut
    cn.ric
    co.nit
+   cusip
    cy.vat
    cz.dic
    cz.rc
    de.vat
+   de.wkn
    dk.cpr
    dk.cvr
    do.cedula
@@ -108,6 +114,7 @@ Available formats
    ean
    ec.ci
    ec.ruc
+   ee.ik
    ee.kmkr
    es.cif
    es.dni
@@ -116,9 +123,12 @@ Available formats
    eu.at_02
    eu.vat
    fi.alv
+   fi.associationid
    fi.hetu
+   fi.ytunnus
    fr.siren
    fr.tva
+   gb.sedol
    gb.vat
    gr.vat
    grid
@@ -128,12 +138,14 @@ Available formats
    ie.pps
    ie.vat
    imei
+   imo
    imsi
    is_.kennitala
    is_.vsk
    isan
    isbn
    isil
+   isin
    ismn
    iso6346
    iso9362
@@ -145,6 +157,7 @@ Available formats
    lv.pvn
    meid
    mt.vat
+   mx.rfc
    my.nric
    nl.brin
    nl.bsn
@@ -154,9 +167,12 @@ Available formats
    no.mva
    no.orgnr
    pl.nip
+   pl.pesel
+   pl.regon
    pt.nif
    ro.cf
    ro.cnp
+   ru.inn
    se.orgnr
    se.vat
    si.ddv
diff --git a/docs/stdnum.at.businessid.rst b/docs/stdnum.at.businessid.rst
new file mode 100644
index 0000000..d417d01
--- /dev/null
+++ b/docs/stdnum.at.businessid.rst
@@ -0,0 +1,5 @@
+stdnum.at.businessid
+====================
+
+.. automodule:: stdnum.at.businessid
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.br.cnpj.rst b/docs/stdnum.br.cnpj.rst
new file mode 100644
index 0000000..894f69c
--- /dev/null
+++ b/docs/stdnum.br.cnpj.rst
@@ -0,0 +1,5 @@
+stdnum.br.cnpj
+==============
+
+.. automodule:: stdnum.br.cnpj
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.ch.uid.rst b/docs/stdnum.ch.uid.rst
new file mode 100644
index 0000000..cea72ce
--- /dev/null
+++ b/docs/stdnum.ch.uid.rst
@@ -0,0 +1,5 @@
+stdnum.ch.uid
+=============
+
+.. automodule:: stdnum.ch.uid
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.ch.vat.rst b/docs/stdnum.ch.vat.rst
new file mode 100644
index 0000000..bf94a69
--- /dev/null
+++ b/docs/stdnum.ch.vat.rst
@@ -0,0 +1,5 @@
+stdnum.ch.vat
+=============
+
+.. automodule:: stdnum.ch.vat
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.cusip.rst b/docs/stdnum.cusip.rst
new file mode 100644
index 0000000..f0e30f7
--- /dev/null
+++ b/docs/stdnum.cusip.rst
@@ -0,0 +1,5 @@
+stdnum.cusip
+============
+
+.. automodule:: stdnum.cusip
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.de.wkn.rst b/docs/stdnum.de.wkn.rst
new file mode 100644
index 0000000..4c6a17c
--- /dev/null
+++ b/docs/stdnum.de.wkn.rst
@@ -0,0 +1,5 @@
+stdnum.de.wkn
+=============
+
+.. automodule:: stdnum.de.wkn
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.ee.ik.rst b/docs/stdnum.ee.ik.rst
new file mode 100644
index 0000000..24189d4
--- /dev/null
+++ b/docs/stdnum.ee.ik.rst
@@ -0,0 +1,5 @@
+stdnum.ee.ik
+============
+
+.. automodule:: stdnum.ee.ik
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.fi.associationid.rst b/docs/stdnum.fi.associationid.rst
new file mode 100644
index 0000000..fa48a7c
--- /dev/null
+++ b/docs/stdnum.fi.associationid.rst
@@ -0,0 +1,5 @@
+stdnum.fi.associationid
+=======================
+
+.. automodule:: stdnum.fi.associationid
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.fi.ytunnus.rst b/docs/stdnum.fi.ytunnus.rst
new file mode 100644
index 0000000..7af7de8
--- /dev/null
+++ b/docs/stdnum.fi.ytunnus.rst
@@ -0,0 +1,5 @@
+stdnum.fi.ytunnus
+=================
+
+.. automodule:: stdnum.fi.ytunnus
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.gb.sedol.rst b/docs/stdnum.gb.sedol.rst
new file mode 100644
index 0000000..c72bb72
--- /dev/null
+++ b/docs/stdnum.gb.sedol.rst
@@ -0,0 +1,5 @@
+stdnum.gb.sedol
+===============
+
+.. automodule:: stdnum.gb.sedol
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.imo.rst b/docs/stdnum.imo.rst
new file mode 100644
index 0000000..7a14a40
--- /dev/null
+++ b/docs/stdnum.imo.rst
@@ -0,0 +1,5 @@
+stdnum.imo
+==========
+
+.. automodule:: stdnum.imo
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.isin.rst b/docs/stdnum.isin.rst
new file mode 100644
index 0000000..c132e8a
--- /dev/null
+++ b/docs/stdnum.isin.rst
@@ -0,0 +1,5 @@
+stdnum.isin
+===========
+
+.. automodule:: stdnum.isin
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.mx.rfc.rst b/docs/stdnum.mx.rfc.rst
new file mode 100644
index 0000000..71b24df
--- /dev/null
+++ b/docs/stdnum.mx.rfc.rst
@@ -0,0 +1,5 @@
+stdnum.mx.rfc
+=============
+
+.. automodule:: stdnum.mx.rfc
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.pl.pesel.rst b/docs/stdnum.pl.pesel.rst
new file mode 100644
index 0000000..5fed28e
--- /dev/null
+++ b/docs/stdnum.pl.pesel.rst
@@ -0,0 +1,5 @@
+stdnum.pl.pesel
+===============
+
+.. automodule:: stdnum.pl.pesel
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.pl.regon.rst b/docs/stdnum.pl.regon.rst
new file mode 100644
index 0000000..b443414
--- /dev/null
+++ b/docs/stdnum.pl.regon.rst
@@ -0,0 +1,5 @@
+stdnum.pl.regon
+===============
+
+.. automodule:: stdnum.pl.regon
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.ru.inn.rst b/docs/stdnum.ru.inn.rst
new file mode 100644
index 0000000..66c0921
--- /dev/null
+++ b/docs/stdnum.ru.inn.rst
@@ -0,0 +1,5 @@
+stdnum.ru.inn
+=============
+
+.. automodule:: stdnum.ru.inn
+   :members:
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 399893b..2562691 100755
--- a/setup.py
+++ b/setup.py
@@ -49,6 +49,13 @@ setup(name='python-stdnum',
           'License :: OSI Approved :: GNU Lesser General Public License v2 or 
later (LGPLv2+)',
           'Operating System :: OS Independent',
           'Programming Language :: Python',
+          'Programming Language :: Python :: 2',
+          'Programming Language :: Python :: 2.6',
+          'Programming Language :: Python :: 2.7',
+          'Programming Language :: Python :: 3',
+          'Programming Language :: Python :: 3.4',
+          'Programming Language :: Python :: 3.5',
+          'Topic :: Office/Business :: Financial',
           'Topic :: Software Development :: Libraries :: Python Modules',
           'Topic :: Text Processing :: General',
           ],
@@ -56,5 +63,6 @@ setup(name='python-stdnum',
       package_data={'': ['*.dat']},
       extras_require={
           'VIES':  ['suds'],
+          'VIES-ALT':  ['PySimpleSOAP'],
           },
       )
diff --git a/stdnum/__init__.py b/stdnum/__init__.py
index 1e32343..78c033d 100644
--- a/stdnum/__init__.py
+++ b/stdnum/__init__.py
@@ -27,20 +27,26 @@ Currently this package supports the following formats:
 
 * al.nipt: NIPT (Numri i Identifikimit për Personin e Tatueshëm, Albanian VAT 
number)
 * ar.cuit: CUIT (Código Único de Identificación Tributaria, Argentinian tax 
number)
+* at.businessid: Austrian Company Register Numbers
 * at.uid: UID (Umsatzsteuer-Identifikationsnummer, Austrian VAT number)
 * be.vat: BTW, TVA, NWSt (Belgian VAT number)
 * bg.egn: EGN (ЕГН, Единен граждански номер, Bulgarian personal identity codes)
 * bg.pnf: PNF (ЛНЧ, Личен номер на чужденец, Bulgarian number of a foreigner)
 * bg.vat: VAT (Идентификационен номер по ДДС, Bulgarian VAT number)
+* br.cnpj: CNPJ (Cadastro Nacional da Pessoa Jurídica, Brazillian company 
identifier)
 * br.cpf: CPF (Cadastro de Pessoas Físicas, Brazillian national identifier)
 * ch.ssn: Swiss social security number ("Sozialversicherungsnummer")
+* ch.uid: UID (Unternehmens-Identifikationsnummer, Swiss business identifier)
+* ch.vat: VAT, MWST, TVA, IVA, TPV (Mehrwertsteuernummer, the Swiss VAT number)
 * cl.rut: RUT (Rol Único Tributario, Chilean national tax number)
 * cn.ric: RIC No. (Chinese Resident Identity Card Number)
 * co.nit: NIT (Número De Identificación Tributaria, Colombian identity code)
+* cusip: CUSIP number (financial security identification 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)
 * de.vat: Ust ID Nr. (Umsatzsteur Identifikationnummer, German VAT number)
+* de.wkn: Wertpapierkennnummer (German securities identification code)
 * dk.cpr: CPR (personnummer, the Danish citizen number)
 * dk.cvr: CVR (Momsregistreringsnummer, Danish VAT number)
 * do.cedula: Cedula (Dominican Republic national identification number)
@@ -48,6 +54,7 @@ Currently this package supports the following formats:
 * 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.ik: Isikukood (Estonian Personcal ID 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)
@@ -56,9 +63,12 @@ Currently this package supports the following formats:
 * 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.associationid: Finnish Association Identifier
 * fi.hetu: HETU (Henkilötunnus, Finnish personal identity code)
+* fi.ytunnus: Y-tunnus (Finnish business identifier)
 * fr.siren: SIREN (a French company identification number)
 * fr.tva: n° TVA (taxe sur la valeur ajoutée, French VAT number)
+* gb.sedol: SEDOL number (Stock Exchange Daily Official List number)
 * gb.vat: VAT (United Kingdom (and Isle of Man) VAT registration number)
 * gr.vat: FPA, ΦΠΑ, ΑΦΜ (Αριθμός Φορολογικού Μητρώου, the Greek VAT number)
 * grid: GRid (Global Release Identifier)
@@ -68,12 +78,14 @@ Currently this package supports the following formats:
 * ie.pps: PPS No (Personal Public Service Number, Irish personal number)
 * ie.vat: VAT (Irish VAT number)
 * imei: IMEI (International Mobile Equipment Identity)
+* imo: IMO number (International Maritime Organization number)
 * imsi: IMSI (International Mobile Subscriber Identity)
 * is_.kennitala: Kennitala (Icelandic personal and organisation identity code)
 * is_.vsk: VSK number (Virðisaukaskattsnúmer, Icelandic VAT number)
 * isan: ISAN (International Standard Audiovisual Number)
 * isbn: ISBN (International Standard Book Number)
 * isil: ISIL (International Standard Identifier for Libraries)
+* isin: ISIN (International Securities Identification Number)
 * ismn: ISMN (International Standard Music Number)
 * iso6346: ISO 6346 (International standard for container identification)
 * iso9362: ISO 9362 (Business identifier codes)
@@ -85,6 +97,7 @@ Currently this package supports the following formats:
 * lv.pvn: PVN (Pievienotās vērtības nodokļa, Latvian VAT number)
 * meid: MEID (Mobile Equipment Identifier)
 * mt.vat: VAT (Maltese VAT number)
+* mx.rfc: RFC (Registro Federal de Contribuyentes, Mexican tax number)
 * my.nric: NRIC No. (Malaysian National Registration Identity Card Number)
 * nl.brin: Brin number (Dutch number for schools)
 * nl.bsn: BSN (Burgerservicenummer, Dutch national identification number)
@@ -94,9 +107,12 @@ Currently this package supports the following formats:
 * no.mva: MVA (Merverdiavgift, Norwegian VAT number)
 * no.orgnr: Orgnr (Organisasjonsnummer, Norwegian organisation number)
 * pl.nip: NIP (Numer Identyfikacji Podatkowej, Polish VAT number)
+* pl.pesel: PESEL (Polish national identification number)
+* pl.regon: REGON (Rejestr Gospodarki Narodowej, Polish register of economic 
units)
 * pt.nif: NIF (Número de identificação fiscal, Portuguese VAT number)
 * ro.cf: CF (Cod de înregistrare în scopuri de TVA, Romanian VAT number)
 * ro.cnp: CNP (Cod Numeric Personal, Romanian Numerical Personal Code)
+* ru.inn: ИНН (Идентификационный номер налогоплательщика, Russian tax 
identifier)
 * se.orgnr: Orgnr (Organisationsnummer, Swedish company number)
 * se.vat: VAT (Moms, Mervärdesskatt, Swedish VAT number)
 * si.ddv: ID za DDV (Davčna številka, Slovenian VAT number)
@@ -137,4 +153,4 @@ parsing, validation, formatting or conversion functions.
 
 
 # the version number of the library
-__version__ = '1.1'
+__version__ = '1.2'

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

commit 13270457bd53c93ce5c085fdd7d7e343a089a97d
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Oct 11 12:03:37 2015 +0200

    Update database files
    
    This also updates the script to download updated Chinese location names.

diff --git a/getcnloc.py b/getcnloc.py
index 965e283..136cbf2 100755
--- a/getcnloc.py
+++ b/getcnloc.py
@@ -48,10 +48,9 @@ data_revisions = [
     'GB2260-2011',
     'GB2260-2012',
     'GB2260-2013',
-    'GB2260',
+    'GB2260-2014',
 ]
 
-
 def fetch_data():
     data_collection = OrderedDict()
     for revision in data_revisions:
diff --git a/stdnum/cn/loc.dat b/stdnum/cn/loc.dat
index b6cff7d..1fcb87b 100644
--- a/stdnum/cn/loc.dat
+++ b/stdnum/cn/loc.dat
@@ -1,6 +1,6 @@
 # generated from National Bureau of Statistics of the People's
 # Republic of China, downloaded from https://github.com/cn/GB2260
-# 2015-06-08 09:43:51.705262
+# 2015-10-11 10:02:20.899770
 110101 county="东城区" prefecture="市辖区" province="北京市"
 110102 county="西城区" prefecture="市辖区" province="北京市"
 110103 county="崇文区" prefecture="市辖区" province="北京市"
@@ -225,8 +225,6 @@
 131128 county="阜城县" prefecture="衡水市" province="河北省"
 131181 county="冀州市" prefecture="衡水市" province="河北省"
 131182 county="深州市" prefecture="衡水市" province="河北省"
-139001 county="定州市" prefecture="省直辖县级行政区划" province="河北省"
-139002 county="辛集市" prefecture="省直辖县级行政区划" province="河北省"
 140101 county="市辖区" prefecture="太原市" province="山西省"
 140105 county="小店区" prefecture="太原市" province="山西省"
 140106 county="迎泽区" prefecture="太原市" province="山西省"
diff --git a/stdnum/iban.dat b/stdnum/iban.dat
index 1b873ff..69710fa 100644
--- a/stdnum/iban.dat
+++ b/stdnum/iban.dat
@@ -53,9 +53,10 @@ PS country="Palestine, State of" bban="4!a21!c"
 PL country="Poland" bban="8!n16!n"
 PT country="Portugal" bban="4!n4!n11!n2!n"
 QA country="Qatar" bban="4!a21!c"
-LC country="Saint Lucia" bban="4!a24n"
 RO country="Romania" bban="4!a16!c"
+LC country="Saint Lucia" bban="4!a24n"
 SM country="San Marino" bban="1!a5!n5!n12!c"
+ST country="Sao Tome And Principe" bban="8!n11!n2!n"
 SA country="Saudi Arabia" bban="2!n18!c"
 RS country="Serbia" bban="3!n13!n2!n"
 SK country="Slovak Republic" bban="4!n6!n10!n"
diff --git a/stdnum/imsi.dat b/stdnum/imsi.dat
index 0f396f5..fa0f5c3 100644
--- a/stdnum/imsi.dat
+++ b/stdnum/imsi.dat
@@ -13,6 +13,7 @@
  07 bands="" cc="gr" country="Greece" operator="AMD Telecom" status=""
  09 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Wind" cc="gr" 
country="Greece" operator="Wind Hellas Telecommunications S.A." 
status="Operational"
  10 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Wind" cc="gr" 
country="Greece" operator="Wind Hellas Telecommunications S.A." 
status="Operational"
+ 14 bands="MVNO" brand="Cyta Hellas" cc="gr" country="Greece" operator="CYTA" 
status="Operational"
  00-99
 204
  01 bands="" cc="nl" country="Netherlands" operator="RadioAccess Network 
Services BV" status=""
@@ -45,16 +46,17 @@
  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=""
+ 61 bands="MVNO" cc="nl" country="Netherlands" operator="BodyTrace Netherlands 
B.V." status="Operational"
  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=""
+ 66 bands="CDMA 450" cc="nl" country="Netherlands" operator="Utility Connect 
B.V." status="Operational"
  67 bands="PrivateGSM 1800" cc="nl" country="Netherlands" 
operator="RadioAccess B.V." status="Operational"
  68 bands="" cc="nl" country="Netherlands" operator="Roamware (Netherlands) 
B.V." status=""
- 69 cc="nl" country="Netherlands" operator="KPN Mobile The Netherlands B.V."
+ 69 cc="nl" country="Netherlands" operator="KPN Mobile The Netherlands B.V." 
status=""
  00-99
 206
+ 00 bands="" brand="Proximus" cc="be" country="Belgium" operator="Belgacom 
Mobile" status=""
  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"
@@ -101,7 +103,7 @@
  89 bands="" cc="fr" country="France" operator="Omer Telecom Ltd" status="Not 
operational"
  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-TDD 2300 / LTE 2600" brand="Com4Innov" cc="fr" country="France" 
operator="Association Plate-forme Télécom" status="Operational"
+ 92 bands="TD-LTE 2300 / 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=""
  94 bands="" cc="fr" country="France" operator="Halys" status=""
  00-99
@@ -112,11 +114,11 @@
  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"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Vodafone" cc="es" country="Spain" operator="Vodafone Spain" 
status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Orange" cc="es" country="Spain" operator="France Telecom España SA" 
status="Operational"
  04 bands="GSM 1800 / UMTS 2100 / LTE 1800" 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 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Vodafone" cc="es" country="Spain" operator="Vodafone Spain" 
status="Operational"
+ 06 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Vodafone" cc="es" country="Spain" operator="Vodafone Spain" 
status="Operational"
  07 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="movistar" cc="es" country="Spain" operator="Telefónica Móviles España" 
status="Operational"
  08 bands="MVNO" brand="Euskaltel" cc="es" country="Spain" status="Operational"
  09 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange" cc="es" 
country="Spain" operator="France Telecom España SA" status="Operational"
@@ -133,16 +135,18 @@
  20 bands="MVNO" brand="Fonyou" cc="es" country="Spain" operator="Fonyou 
Telecom S.L." status="Operational"
  21 bands="MVNO" brand="Jazztel" cc="es" country="Spain" operator="Jazz 
Telecom S.A.U." status="Operational"
  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"
+ 23 bands="MVNO" brand="Barablu" cc="es" country="Spain" operator="Barablu 
Móvil España" status=""
  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"
  26 bands="" cc="es" country="Spain" operator="Lleida Networks Serveis 
Telemátics, SL" status=""
  27 bands="MVNO" brand="Truphone" cc="es" country="Spain" operator="SCN 
Truphone, S.L." status="Operational"
- 28 bands="LTE-TDD 2600" brand="Murcia4G" cc="es" country="Spain" 
operator="Consorcio de Telecomunicaciones Avanzadas, S.A." status="Operational"
- 29 bands="LTE-TDD 3500" cc="es" country="Spain" operator="NEO-SKY 2002, S.A." 
status="Operational"
+ 28 bands="TD-LTE 2600" brand="Murcia4G" cc="es" country="Spain" 
operator="Consorcio de Telecomunicaciones Avanzadas, S.A." status="Operational"
+ 29 bands="TD-LTE 3500" cc="es" country="Spain" operator="NEO-SKY 2002, S.A." 
status="Operational"
  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"
+ 33 bands="WiMAX" cc="es" country="Spain" operator="EURONA WIRELESS TELECOM, 
S.A." status="Operational"
+ 34 bands="LTE 2600" cc="es" country="Spain" operator="Aire Networks del 
Mediterráneo, S.L.U." status="Operational"
  51 bands="GSM-R" brand="ADIF" cc="es" country="Spain" operator="Administrador 
de Infraestructuras Ferroviarias" status="Operational"
  00-99
 216
@@ -165,11 +169,11 @@
  12 bands="MVNO" cc="hr" country="Croatia" operator="TELE FOCUS d.o.o." 
status=""
  00-99
 220
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telenor" cc="rs" 
country="Serbia" operator="Telenor Serbia" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Telenor" cc="rs" 
country="Serbia" operator="Telenor Serbia" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telenor" cc="rs" 
country="Serbia" operator="Telenor Montenegro" status="Not operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="mt:s" cc="rs" 
country="Serbia" operator="Telekom Srbija" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="mt:s" cc="rs" 
country="Serbia" operator="Telekom Srbija" status="Operational"
  04 bands="GSM" brand="T-Mobile" cc="rs" country="Serbia" operator="T-Mobile 
Montenegro LLC" status="Not operational"
- 05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="VIP" cc="rs" 
country="Serbia" operator="VIP Mobile" status="Operational"
+ 05 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="VIP" cc="rs" 
country="Serbia" operator="VIP Mobile" status="Operational"
  07 bands="CDMA 450" cc="rs" country="Serbia" operator="Orion Telekom" 
status="Operational"
  00-99
 222
@@ -177,14 +181,21 @@
  02 bands="Satellite (Globalstar)" brand="Elsacom" cc="it" country="Italy" 
status="Not operational"
  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 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Vodafone" cc="it" country="Italy" operator="Vodafone Omnitel N.V." 
status="Operational"
+ 06 bands="" brand="Vodafone" cc="it" country="Italy" operator="Vodafone 
Omnitel B.V." status=""
+ 07 bands="MVNO" brand="Nòverca" cc="it" country="Italy" operator="Nòverca 
Italia" status="Not operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Vodafone" cc="it" country="Italy" operator="Vodafone Omnitel B.V." 
status="Operational"
  30 bands="GSM-R 900" brand="RFI" cc="it" country="Italy" operator="Rete 
Ferroviaria Italiana" status="Operational"
- 33 bands="" cc="it" country="Italy" operator="Hi3G" status="Operational"
+ 33 bands="MVNO" brand="Poste Mobile" cc="it" country="Italy" operator="Poste 
Mobile SpA" status="Operational"
  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="Lycamobile" status="Operational"
+ 36 bands="" brand="Digi Mobil" cc="it" country="Italy" operator="Digi Italy 
S.r.l." status=""
+ 37 bands="" brand="3 Italia" cc="it" country="Italy" operator="Hutchison 3G" 
status=""
+ 38 bands="" brand="LINKEM" cc="it" country="Italy" operator="Linkem SpA" 
status=""
+ 39 bands="" brand="SMS Italia" cc="it" country="Italy" operator="SMS Italia 
S.r.l." status=""
+ 43 bands="" brand="TIM" cc="it" country="Italy" operator="Telecom Italia SpA" 
status=""
+ 48 bands="" brand="TIM" cc="it" country="Italy" operator="Telecom Italia SpA" 
status=""
  77 bands="UMTS 2100" brand="IPSE 2000" cc="it" country="Italy" status="Not 
operational"
- 88 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="Wind" cc="it" 
country="Italy" operator="Wind Telecomunicazioni SpA" status="Operational"
+ 88 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600" 
brand="Wind" cc="it" country="Italy" operator="Wind Telecomunicazioni SpA" 
status="Operational"
  98 bands="GSM 900" brand="BLU s.p.a" cc="it" country="Italy" operator="BLU 
s.p.a" status="Not operational"
  99 bands="UMTS 900 / UMTS 2100 / LTE 1800" brand="3 Italia" cc="it" 
country="Italy" operator="Hutchison 3G" status="Operational"
  00-99
@@ -193,18 +204,18 @@
  02 bands="CDMA 420" brand="Clicknet Mobile" cc="ro" country="Romania" 
operator="Telekom Romania" status="Not 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"
+ 05 bands="UMTS 900 / UMTS 2100 / TD-LTE 2600" 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="Operational"
+ 15 bands="WiMAX" brand="Idilis" cc="ro" country="Romania" operator="Idilis" 
status="Operational"
  16 bands="MVNO" brand="Lycamobile" cc="ro" country="Romania" 
operator="Lycamobile Romania" status="Operational"
  00-99
 228
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Swisscom" cc="ch" 
country="Switzerland" operator="Swisscom Ltd" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Sunrise" cc="ch" 
country="Switzerland" operator="Sunrise Communications AG" status="Operational"
- 03 bands="GSM 1800 / UMTS 900 / UMTS 2100" brand="Orange" cc="ch" 
country="Switzerland" operator="Orange Communications SA" status="Operational"
- 05 bands="" cc="ch" country="Switzerland" operator="Togewanet AG (Comfone)" 
status="Reserved"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Swisscom" cc="ch" country="Switzerland" operator="Swisscom Ltd" 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Sunrise" cc="ch" country="Switzerland" operator="Sunrise 
Communications AG" status="Operational"
+ 03 bands="GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Salt" cc="ch" country="Switzerland" operator="Salt Mobile SA" 
status="Operational"
+ 05 bands="" cc="ch" country="Switzerland" operator="Comfone AG" status="Not 
operational"
  06 bands="GSM-R 900" brand="SBB-CFF-FFS" cc="ch" country="Switzerland" 
operator="SBB AG" status="Operational"
  07 bands="GSM 1800" brand="IN&Phone" cc="ch" country="Switzerland" 
operator="IN&Phone SA" status="Not operational"
  08 bands="GSM 1800" brand="Tele4u" cc="ch" country="Switzerland" 
operator="TelCommunication Services AG" status="Operational"
@@ -215,33 +226,36 @@
  52 brand="Barablu" cc="ch" country="Switzerland" operator="Barablu" 
status="Not operational"
  53 bands="MVNO" cc="ch" country="Switzerland" operator="UPC Cablecom GmbH" 
status="Operational"
  54 bands="MVNO" cc="ch" country="Switzerland" operator="Lycamobile AG" 
status="Operational"
+ 55 bands="" cc="ch" country="Switzerland" operator="WeMobile SA" status=""
  56 bands="" cc="ch" country="Switzerland" operator="SMSRelay AG" status=""
+ 57 bands="" cc="ch" country="Switzerland" operator="Mitto AG" status=""
  99 cc="ch" country="Switzerland" operator="Swisscom" status=""
  00-99
 230
- 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="O2 Czech Republic" 
status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 900 / LTE 1800 / LTE 
2100" 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 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"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="T-Mobile" cc="cz" country="Czech Republic" 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="cz" country="Czech Republic" operator="O2 Czech 
Republic" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 900 / LTE 1800 / LTE 
2100" brand="Vodafone" cc="cz" country="Czech Republic" operator="Vodafone 
Czech Republic" status="Operational"
+ 04 bands="CDMA2000 410 - 430" brand="U:fon" cc="cz" country="Czech Republic" 
operator="Air Telecom a. s." status="Operational"
+ 05 bands="" cc="cz" country="Czech Republic" operator="TRAVEL 
TELEKOMMUNIKATION, s.r.o." status="Not operational"
+ 06 bands="" cc="cz" country="Czech Republic" operator="OSNO TELECOMUNICATION, 
s.r.o." status=""
+ 07 bands="MVNO" cc="cz" country="Czech Republic" operator="ASTELNET, s.r.o." 
status="Operational"
+ 08 bands="" cc="cz" country="Czech Republic" operator="Compatel s.r.o." 
status=""
+ 09 bands="MVNO" cc="cz" country="Czech Republic" operator="Mundio 
Distribution Czech Republic s.r.o." status=""
+ 98 bands="GSM-R 900" cc="cz" country="Czech Republic" operator="Správa 
železniční dopravní cesty, s.o." status="Operational"
+ 99 bands="GSM 1800" brand="Vodafone" cc="cz" country="Czech Republic" 
operator="Vodafone Czech Republic" status="Operational"
  00-99
 231
- 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Orange" cc="sk" 
country="Slovakia" operator="Orange Slovensko" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Telekom" cc="sk" 
country="Slovakia" operator="Slovak Telekom" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600" 
brand="Orange" cc="sk" country="Slovakia" operator="Orange Slovensko" 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Telekom" cc="sk" country="Slovakia" operator="Slovak Telekom" 
status="Operational"
  03 bands="LTE 1800" brand="Swan" cc="sk" country="Slovakia" operator="Unient 
Communications" status="Operational"
  04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telekom" cc="sk" 
country="Slovakia" operator="Slovak Telekom" status="Operational"
  05 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Orange" cc="sk" 
country="Slovakia" operator="Orange Slovensko" status="Operational"
- 06 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="O<sub>2</sub>" 
cc="sk" country="Slovakia" operator="Telefónica O2 Slovakia" 
status="Operational"
+ 06 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="O<sub>2</sub>" cc="sk" country="Slovakia" operator="Telefónica O2 
Slovakia" status="Operational"
  99 bands="GSM-R" brand="ŽSR" cc="sk" country="Slovakia" operator="Železnice 
Slovenskej Republiky" status="Operational"
  00-99
 232
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600" brand="A1.net" 
cc="at" country="Austria" operator="A1 Telekom Austria" status="Operational"
- 02 cc="at" country="Austria" operator="A1 Telekom Austria" status="reserved"
+ 02 cc="at" country="Austria" operator="A1 Telekom Austria" status="Reserved"
  03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="T-Mobile AT" 
cc="at" country="Austria" operator="T-Mobile Austria" status="Operational"
  04 bands="" brand="T-Mobile AT" cc="at" country="Austria" operator="T-Mobile 
Austria Gmbh" status=""
  05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange AT" cc="at" 
country="Austria" operator="Hutchison Drei Austria" status="Operational"
@@ -259,70 +273,72 @@
  17 bands="" cc="at" country="Austria" operator="MASS Response Service GmbH" 
status=""
  18 bands="" cc="at" country="Austria" operator="smartspace GmbH" status=""
  19 bands="" cc="at" country="Austria" operator="Tele2 Telecommunication GmbH" 
status=""
+ 20 bands="" cc="at" country="Austria" operator="MTEL Austrija GmbH" status=""
  91 bands="GSM-R" brand="GSM-R A" cc="at" country="Austria" operator="ÖBB" 
status="Operational"
+ 92 bands="" cc="at" country="Austria" operator="ArgoNET GmbH" status=""
  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 900 / UMTS 2100" brand="O2 (UK)" cc="gb" 
country="United Kingdom" operator="Telefónica Europe" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800" 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"
+ 05 cc="gb" country="United Kingdom" operator="COLT Mobile Telecommunications 
Limited" status=""
+ 06 cc="gb" country="United Kingdom" operator="Internet Computer Bureau 
Limited" status=""
  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 / GSM 1800" brand="Sure Mobile" cc="gb" country="United 
Kingdom" operator="Tismi BV" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="O2 (UK)" cc="gb" 
country="United Kingdom" operator="Telefónica Europe" status="Operational"
- 11 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="O2 (UK)" cc="gb" 
country="United Kingdom" operator="Telefónica Europe" status="Operational"
+ 08 cc="gb" country="United Kingdom" operator="OnePhone (UK) Ltd" status=""
+ 09 cc="gb" country="United Kingdom" operator="Tismi BV" status=""
+ 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800" brand="O2 
(UK)" cc="gb" country="United Kingdom" operator="Telefónica Europe" 
status="Operational"
+ 11 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800" brand="O2 
(UK)" cc="gb" country="United Kingdom" operator="Telefónica Europe" 
status="Operational"
  12 bands="GSM-R" brand="Railtrack" cc="gb" country="United Kingdom" 
operator="Network Rail Infrastructure Ltd" status="Operational"
  13 bands="GSM-R" 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 900 / UMTS 2100" brand="Vodafone UK" 
cc="gb" country="United Kingdom" operator="Vodafone" status="Operational"
- 16 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Talk Talk" 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"
+ 15 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800" 
brand="Vodafone UK" cc="gb" country="United Kingdom" operator="Vodafone" 
status="Operational"
+ 16 bands="MVNO" brand="Talk Talk" cc="gb" country="United Kingdom" 
operator="TalkTalk Communications Limited" status="Operational"
+ 17 cc="gb" country="United Kingdom" operator="FleXtel Limited" status=""
+ 18 bands="MVNO" 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"
+ 20 bands="UMTS 2100 / LTE 1800" brand="3" cc="gb" country="United Kingdom" 
operator="Hutchison 3G UK Ltd" status="Operational"
  21 bands="" cc="gb" country="United Kingdom" operator="LogicStar Ltd" 
status="Not operational"
  22 bands="" cc="gb" country="United Kingdom" operator="Telesign Mobile 
Limited" status=""
  23 bands="" cc="gb" country="United Kingdom" operator="Icron Network Limited" 
status=""
  24 bands="" brand="Greenfone" cc="gb" country="United Kingdom" 
operator="Stour Marine Limited" status="Operational"
  25 bands="MVNO" brand="Truphone" cc="gb" country="United Kingdom" 
operator="Truphone" status="Operational"
  26 bands="MVNO" brand="Lycamobile" cc="gb" country="United Kingdom" 
operator="Lycamobile UK Limited" status="Operational"
- 27 bands="GSM 900 / GSM 1800 / UMTS 2100" cc="gb" country="United Kingdom" 
operator="Teleena UK Limited" status="Operational"
- 28 bands="" brand="Marathon Telecom Ltd" cc="gb" country="United Kingdom" 
operator="Marathon Telecom Limited" status="Operational"
+ 27 bands="MVNE" cc="gb" country="United Kingdom" operator="Teleena UK 
Limited" status="Operational"
+ 28 bands="MVNO" cc="gb" country="United Kingdom" operator="Marathon Telecom 
Limited" status="Operational"
  29 bands="" brand="aql" cc="gb" country="United Kingdom" operator="(aq) 
Limited" status=""
- 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"
+ 30 bands="GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" brand="T-Mobile UK" 
cc="gb" country="United Kingdom" operator="EE" status="Operational"
+ 31 bands="MVNO" brand="Virgin Mobile UK" cc="gb" country="United Kingdom" 
operator="Virgin Media" status="Operational"
+ 32 bands="MVNO" brand="Virgin Mobile UK" cc="gb" country="United Kingdom" 
operator="Virgin Media" status="Operational"
+ 33 bands="GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" brand="Orange (UK)" 
cc="gb" country="United Kingdom" operator="EE" status="Operational"
+ 34 bands="GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" brand="Orange (UK)" 
cc="gb" country="United Kingdom" operator="EE" status="Operational"
  35 bands="" cc="gb" country="United Kingdom" operator="JSC Ingenium (UK) 
Limited" status="Not operational"
- 36 bands="" cc="gb" country="United Kingdom" operator="Sure (Isle of Man) 
Limited" status=""
+ 36 bands="GSM 900 / GSM 1800 / LTE" brand="Sure Mobile" cc="gb" 
country="United Kingdom" operator="Sure (Isle of Man) Limited" 
status="Operational"
  37 bands="" cc="gb" country="United Kingdom" operator="Synectiv Ltd" status=""
  38 bands="" brand="Virgin Mobile UK" cc="gb" country="United Kingdom" 
operator="Virgin Media" status=""
  39 bands="" cc="gb" country="United Kingdom" operator="SSE Energy Supply 
Limited" status=""
- 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" cc="gb" country="United Kingdom" 
operator="UK Broadband Limited" status="Operational"
+ 50 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="JT" cc="gb" country="United Kingdom" operator="JT Group 
Limited" status="Operational"
+ 51 bands="TD-LTE 3500 / TD-LTE 3700" brand="UK Broadband" cc="gb" 
country="United Kingdom" operator="UK Broadband Limited" status="Operational"
  52 bands="" cc="gb" country="United Kingdom" operator="Shyam Telecom UK Ltd" 
status=""
  53 bands="" cc="gb" country="United Kingdom" operator="Limitless Mobile Ltd" 
status=""
  54 bands="" cc="gb" country="United Kingdom" operator="The Carphone Warehouse 
Limited" status=""
- 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"
+ 55 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Sure Mobile" cc="gb" 
country="United Kingdom" operator="Sure (Guernsey) Limited" status="Operational"
+ 58 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800" 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 Solutions Ltd" status="Operational"
  86 bands="" cc="gb" country="United Kingdom" operator="EE" status=""
  00-99
 235
- 00 cc="gb" country="United Kingdom" operator="Mundio Mobile Limited"
+ 00 cc="gb" country="United Kingdom" operator="Mundio Mobile Limited" status=""
  01 bands="" cc="gb" country="United Kingdom" operator="EE" status=""
  02 bands="" cc="gb" country="United Kingdom" operator="EE" status=""
  03 bands="" brand="UK Broadband" cc="gb" country="United Kingdom" 
operator="UK Broadband Limited" status=""
- 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"
+ 77 brand="BT" cc="gb" country="United Kingdom" operator="BT Group" status=""
+ 91 cc="gb" country="United Kingdom" operator="Vodafone United Kingdom" 
status=""
+ 92 cc="gb" country="United Kingdom" operator="Cable & Wireless UK" status=""
+ 94 cc="gb" country="United Kingdom" operator="Hutchison 3G UK Ltd" status=""
+ 95 cc="gb" country="United Kingdom" operator="Network Rail Infrastructure 
Limited" status=""
  00-99
 238
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="TDC" cc="dk" 
country="Denmark" operator="TDC A/S" status="Operational"
@@ -339,6 +355,8 @@
  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=""
  15 bands="" cc="dk" country="Denmark" operator="Ice Danmark ApS" status=""
+ 16 bands="" cc="dk" country="Denmark" operator="Tismi B.V." status=""
+ 17 bands="MVNO" cc="dk" country="Denmark" operator="Naka AG" 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"
  28 bands="" cc="dk" country="Denmark" operator="CoolTEL ApS" status=""
@@ -350,12 +368,12 @@
  00-99
 240
  01 bands="GSM 900 / GSM 1800 / UMTS 900 / 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"
+ 02 bands="UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600 / TD-LTE 2600" brand="3" 
cc="se" country="Sweden" operator="HI3G Access AB" status="Operational"
  03 bands="CDMA 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" brand="Tele2" cc="se" country="Sweden" 
operator="Tele2 Sverige AB" status="Not operational"
+ 07 bands="UMTS 2100 / LTE 800 / LTE 900 / LTE 1800 / LTE 2600" brand="Tele2" 
cc="se" country="Sweden" operator="Tele2 Sverige AB" status="Operational"
  08 bands="GSM 900 / GSM 1800" brand="Telenor" cc="se" country="Sweden" 
operator="Telenor Sverige AB" status="Not operational"
  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"
@@ -430,7 +448,7 @@
  15 bands="GSM 1800" brand="SAMK" cc="fi" country="Finland" 
operator="Satakunta University of Applied Sciences" status="Not operational"
  16 bands="MVNO" brand="Tele2" cc="fi" country="Finland" operator="Oy Finland 
Tele2 AB" status="Not operational"
  17 bands="GSM-R" brand="RHK" cc="fi" country="Finland" operator="Finnish 
Transport Agency" status="Operational"
- 21 bands="MVNO" brand="Elisa-Saunalahti" cc="fi" country="Finland" 
operator="Elisa Oyj" status="Operational"
+ 21 bands="MVNO" brand="Elisa- Saunalahti" cc="fi" country="Finland" 
operator="Elisa Oyj" 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"
  27 bands="" cc="fi" country="Finland" operator="VTT Technical Research Centre 
of Finland" status=""
@@ -475,10 +493,11 @@
  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=""
+ 10 bands="" cc="ee" country="Estonia" operator="Telcotrade OÜ" 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 / LTE 1800 / LTE 2600 / 
TD-LTE 2600" brand="MTS" cc="ru" country="Russian Federation" operator="Mobile 
TeleSystems" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
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"
@@ -490,36 +509,39 @@
  11 bands="LTE 2600" brand="Yota" cc="ru" country="Russian Federation" 
operator="Scartel" status="Operational"
  12 bands="GSM 1800" brand="Akos" cc="ru" country="Russian Federation" 
operator="Baykal Westcom / New Telephone Company / Far Eastern Cellular" 
status="Operational"
  13 bands="GSM 900 / GSM 1800" brand="KUGSM" cc="ru" country="Russian 
Federation" operator="Kuban GSM" status="Not operational"
- 14 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100/ TD-LTE 2600" 
brand="MegaFon" cc="ru" country="Russian Federation" operator="MegaFon OJSC" 
status="Operational"
+ 14 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / TD-LTE 2600" 
brand="MegaFon" cc="ru" country="Russian Federation" operator="MegaFon OJSC" 
status="Operational"
  15 bands="GSM 1800" brand="SMARTS" cc="ru" country="Russian Federation" 
operator="SMARTS Ufa, SMARTS Uljanovsk" status="Operational"
  16 bands="GSM 900 / GSM 1800" brand="NTC" cc="ru" country="Russian 
Federation" operator="New Telephone Company" status="Operational"
  17 bands="GSM 900 / GSM 1800" brand="Utel" cc="ru" country="Russian 
Federation" operator="JSC Uralsvyazinform" status="Operational"
  18 bands="TD-LTE 2300" brand="Osnova Telecom" cc="ru" country="Russian 
Federation" status="Not operational"
  19 bands="GSM 1800" brand="INDIGO" cc="ru" country="Russian Federation" 
operator="INDIGO" status="Not operational"
  20 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Tele2" cc="ru" 
country="Russian Federation" operator="Tele2" status="Operational"
+ 22 bands="TD-LTE 2300" cc="ru" country="Russian Federation" operator="Vainakh 
Telecom" 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"
+ 35 bands="GSM 1800 / LTE 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"
+ 39 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / TD-LTE 2300 / LTE 2600" 
brand="Rostelecom" cc="ru" country="Russian Federation" operator="ROSTELECOM" 
status="Operational"
  44 bands="" cc="ru" country="Russian Federation" operator="Stavtelesot / 
North Caucasian GSM" status="Not operational"
  50 bands="GSM 900 / GSM 1800" brand="MTS" cc="ru" country="Russian 
Federation" operator="Bezlimitno.ru" status="Operational"
+ 54 bands="LTE 1800" brand="TTK" cc="ru" country="Russian Federation" 
operator="Tattelecom" status="Operational"
+ 811 cc="ru" country="Russian Federation" operator="Votek Mobile" status=""
  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 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"
+ 01 bands="GSM 900 / GSM 1800 / CDMA 450 / UMTS 2100" 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="Not operational"
- 03 bands="GSM 900 / GSM 1800" brand="Kyivstar" cc="ua" country="Ukraine" 
operator="Kyivstar GSM JSC" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100" 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="Not operational"
- 06 bands="GSM 900 / GSM 1800" brand="life:)" cc="ua" country="Ukraine" 
operator="Astelit" status="Operational"
+ 06 bands="GSM 900 / GSM 1800 / UMTS 2100" 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"
- 23 bands="CDMA 800" brand="CDMA Ukraine" cc="ua" country="Ukraine" 
operator="Intertelecom" status="Operational"
+ 23 bands="CDMA 800" brand="CDMA Ukraine" cc="ua" country="Ukraine" 
operator="Intertelecom" status="Not operational"
  25 bands="CDMA 800" brand="NEWTONE" cc="ua" country="Ukraine" operator="CST 
Invest" status="Operational"
  00-99
 257
@@ -532,31 +554,31 @@
  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"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Moldcell" cc="md" 
country="Moldova" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Orange" cc="md" country="Moldova" operator="Orange Moldova" 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Moldcell" cc="md" country="Moldova" status="Operational"
  03 bands="CDMA 450" brand="Unité" cc="md" country="Moldova" 
operator="Moldtelecom" status="Operational"
  04 bands="GSM 900 / GSM 1800" brand="Eventis" cc="md" country="Moldova" 
operator="Eventis Telecom" status="Not operational"
  05 bands="UMTS 900 / UMTS 2100" brand="Unité" cc="md" country="Moldova" 
operator="Moldtelecom" status="Operational"
- 99 bands="UMTS 900 / UMTS 2100" brand="Unité" cc="md" country="Moldova" 
operator="Moldtelecom" status="Operational"
+ 99 bands="UMTS 2100" brand="Unité" cc="md" country="Moldova" 
operator="Moldtelecom" status="Operational"
  00-99
 260
- 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Plus" cc="pl" 
country="Poland" operator="Polkomtel Sp. z o.o." status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="T-Mobile" cc="pl" 
country="Poland" operator="T-Mobile Polska S.A." status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / CDMA2000 450" 
brand="Orange" cc="pl" country="Poland" operator="Polska Telefonia Komórkowa 
Centertel Sp. z o.o." status="Operational"
- 04 bands="" cc="pl" country="Poland" operator="CenterNet S.A." status="Not 
operational"
- 05 bands="UMTS 2100" cc="pl" country="Poland" operator="Polska Telefonia 
Komórkowa Centertel Sp. z o.o." status="Operational"
- 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"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" brand="Plus" 
cc="pl" country="Poland" operator="Polkomtel Sp. z o.o." status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" 
brand="T-Mobile" cc="pl" country="Poland" operator="T-Mobile Polska S.A." 
status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / CDMA2000 
450" brand="Orange" cc="pl" country="Poland" operator="Polska Telefonia 
Komórkowa Centertel Sp. z o.o." status="Operational"
+ 04 bands="" brand="Aero2" cc="pl" country="Poland" operator="Aero 2 Sp. z 
o.o." status="Not operational"
+ 05 bands="UMTS 2100" brand="Orange" cc="pl" country="Poland" operator="Polska 
Telefonia Komórkowa Centertel Sp. z o.o." status="Not operational"
+ 06 bands="GSM 900 / UMTS 900 / UMTS 2100 / LTE 1800" brand="Play" cc="pl" 
country="Poland" operator="P4 Sp. z o.o." status="Operational"
+ 07 bands="MVNO" 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 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"
+ 10 bands="LTE 800" 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"
+ 12 bands="MVNO" brand="Cyfrowy Polsat" cc="pl" country="Poland" 
operator="Cyfrowy Polsat S.A." status="Operational"
  13 brand="Sferia" cc="pl" country="Poland" operator="Sferia S.A." status="Not 
operational"
  14 brand="Sferia" cc="pl" country="Poland" operator="Sferia S.A." status="Not 
operational"
- 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"
+ 15 bands="LTE 1800" brand="Aero2" cc="pl" country="Poland" operator="Aero 2 
Sp. z o.o." status="Operational"
+ 16 bands="LTE 1800" brand="Mobyland" cc="pl" country="Poland" 
operator="Mobyland Sp. z o.o." status="Operational"
+ 17 bands="UMTS 900 / TD-LTE 2600" 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=""
@@ -571,10 +593,17 @@
  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"
+ 32 bands="" cc="pl" country="Poland" operator="Compatel Limited" status=""
+ 33 bands="MVNO" brand="Truphone" cc="pl" country="Poland" operator="Truphone 
Poland Sp. z o.o." status="Operational"
+ 34 bands="UMTS 900" brand="NetWorkS!" cc="pl" country="Poland" 
operator="T-Mobile Polska S.A." status="Operational"
+ 35 bands="GSM-R" cc="pl" country="Poland" operator="PKP Polskie Linie 
Kolejowe S.A." status="Operational"
+ 36 bands="MVNO" brand="Vectone Mobile" cc="pl" country="Poland" 
operator="Mundio Mobile" status="Operational"
+ 37 bands="" cc="pl" country="Poland" operator="NEXTGEN MOBILE LTD" status=""
+ 38 bands="" cc="pl" country="Poland" operator="CALLFREEDOM Sp. z o.o." 
status=""
+ 39 bands="MVNO" brand="Voxbone" cc="pl" country="Poland" operator="VOXBONE 
SA" status="Operational"
+ 40 bands="" cc="pl" country="Poland" operator="Interactive Digital Media 
GmbH" status=""
+ 41 bands="" cc="pl" country="Poland" operator="EZ PHONE MOBILE Sp. z o.o." 
status=""
+ 98 bands="LTE 1800" brand="Play" cc="pl" country="Poland" operator="P4 Sp. z 
o.o." status="Not Operational"
  00-99
 262
  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"
@@ -637,7 +666,7 @@
  00-99
 272
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="Vodafone" cc="ie" country="Ireland" operator="Vodafone Ireland" 
status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="3 (former O<sub>2</sub> 
network)" cc="ie" country="Ireland" operator="Hutchison 3G Ireland limited" 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="3" cc="ie" country="Ireland" 
operator="Hutchison 3G Ireland limited" status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" brand="Meteor" 
cc="ie" country="Ireland" operator="Meteor Mobile Communications" 
status="Operational"
  04 bands="" cc="ie" country="Ireland" operator="Access Telecom" status=""
  05 bands="UMTS 2100 / LTE 1800" brand="3" cc="ie" country="Ireland" 
operator="Hutchison 3G Ireland limited" status="Operational"
@@ -645,6 +674,8 @@
  09 bands="" cc="ie" country="Ireland" operator="Clever Communications" 
status=""
  11 bands="MVNO" brand="Tesco Mobile" cc="ie" country="Ireland" 
operator="Liffey Telecom" status="Operational"
  13 bands="MVNO" brand="Lycamobile" cc="ie" country="Ireland" 
operator="Lycamobile" status="Operational"
+ 15 bands="MVNO" brand="UPC Mobile" cc="ie" country="Ireland" operator="UPC" 
status="Operational"
+ 16 bands="MVNO" brand="Carphone Warehouse" cc="ie" country="Ireland" 
operator="Carphone Warehouse" status="Operational"
  00-99
 274
  01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" 
brand="Síminn" cc="is" country="Iceland" operator="Iceland Telecom" 
status="Operational"
@@ -654,14 +685,14 @@
  05 bands="GSM 1800" cc="is" country="Iceland" operator="Halló Frjáls 
fjarskipti hf." status="Not operational"
  06 bands="" cc="is" country="Iceland" operator="Núll níu ehf" status=""
  07 bands="GSM 1800" brand="IceCell" cc="is" country="Iceland" 
operator="IceCell ehf" status="Not operational"
- 08 bands="" brand="On-waves" cc="is" country="Iceland" operator="Iceland 
Telecom" status="Operational"
+ 08 bands="GSM 900 / GSM 1800" brand="On-waves" cc="is" country="Iceland" 
operator="Iceland Telecom" status="Operational"
  11 bands="UMTS 2100 / LTE 1800" brand="Nova" cc="is" country="Iceland" 
operator="Nova ehf" status="Operational"
  12 bands="MVNO" brand="Tal" cc="is" country="Iceland" operator="IP 
fjarskipti" status="Operational"
  22 bands="" cc="is" country="Iceland" operator="Landhelgisgæslan (Icelandic 
Coast Guard)" status=""
  00-99
 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"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 /LTE 1800 / LTE 2600" 
brand="Vodafone" cc="al" country="Albania" operator="Vodafone Albania" 
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
@@ -677,6 +708,7 @@
  10 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="MTN" cc="cy" 
country="Cyprus" operator="MTN Group" status="Operational"
  20 bands="LTE 1800" 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"
+ 23 bands="MVNO" cc="cy" country="Cyprus" operator="Mundio Mobile Cyprus Ltd." 
status=""
  00-99
 282
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Geocell" cc="ge" 
country="Georgia" operator="Geocell Limited" status="Operational"
@@ -686,7 +718,7 @@
  05 bands="CDMA 800" brand="Silknet" cc="ge" country="Georgia" operator="JSC 
Silknet" status="Operational"
  06 bands="" cc="ge" country="Georgia" operator="JSC Compatel" status=""
  07 bands="MVNO" brand="GlobalCell" cc="ge" country="Georgia" 
operator="GlobalCell Ltd" status="Operational"
- 08 bands="LTE-TDD 2300" brand="Silk LTE" cc="ge" country="Georgia" 
operator="JSC Silknet" status="Operational"
+ 08 bands="TD-LTE 2300" brand="Silk LTE" cc="ge" country="Georgia" 
operator="JSC Silknet" status="Operational"
  09 bands="" cc="ge" country="Georgia" operator="Gmobile Ltd" status=""
  00-99
 283
@@ -721,6 +753,7 @@
  00-99
 290
  01 bands="GSM 900 / UMTS 900 / LTE 800" cc="gl" country="Greenland (Denmark)" 
operator="TELE Greenland A/S" status="Operational"
+ 02 bands="" cc="gl" country="Greenland (Denmark)" operator="inu:it a/s" 
status=""
  00-99
 292
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="PRIMA" cc="sm" country="San 
Marino" operator="San Marino Telecom" status="Operational"
@@ -734,7 +767,7 @@
  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
 294
- 01 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="T-Mobile MK" cc="mk" country="Macedonia" operator="T-Mobile Macedonia" 
status="Operational"
+ 01 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Telekom.mk" cc="mk" country="Macedonia" operator="Makedonski Telekom" 
status="Operational"
  02 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" brand="ONE" 
cc="mk" country="Macedonia" operator="One" status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Vip MK" cc="mk" country="Macedonia" operator="VIP Operator" 
status="Operational"
  10 bands="" cc="mk" country="Macedonia" operator="WTI Macedonia" status=""
@@ -742,10 +775,11 @@
  00-99
 295
  01 bands="GSM 900 / GSM 1800" brand="Swisscom" cc="li" 
country="Liechtenstein" operator="Swisscom Schweiz AG" status="Operational"
- 02 bands="GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" brand="Orange" cc="li" 
country="Liechtenstein" operator="Orange Liechtenstein AG" status="Operational"
+ 02 bands="GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" brand="7acht" cc="li" 
country="Liechtenstein" operator="Salt Liechtenstein AG" status="Operational"
  05 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="FL1" cc="li" 
country="Liechtenstein" operator="Telecom Liechtenstein AG" status="Operational"
  06 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cubic Telecom" cc="li" 
country="Liechtenstein" operator="Cubic Telecom AG" status="Operational"
  07 bands="" cc="li" country="Liechtenstein" operator="First Mobile AG" 
status=""
+ 09 bands="MVNO" cc="li" country="Liechtenstein" operator="EMnify GmbH" 
status=""
  77 bands="GSM 900" brand="Alpmobil" cc="li" country="Liechtenstein" 
operator="Alpcom AG" status="Not operational"
  00-99
 297
@@ -754,7 +788,7 @@
  03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="m:tel CG" cc="me" 
country="Montenegro" operator="MTEL CG" status="Operational"
  00-99
 302
- 220 bands="UMTS 850 / UMTS 1900 / LTE 1700" brand="Telus Mobility, Koodo 
Mobile" cc="ca" country="Canada" operator="Telus Mobility" status="Operational"
+ 220 bands="UMTS 850 / UMTS 1900 / LTE 1700" brand="Telus Mobility, Koodo 
Mobile, Public Mobile" cc="ca" country="Canada" operator="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=""
@@ -769,7 +803,7 @@
  380 bands="UMTS 850 / UMTS 1900" brand="Keewaytinook Mobile" cc="ca" 
country="Canada" operator="Keewaytinook Okimakanak Mobile" status="Operational"
  390 bands="" brand="DMTS" cc="ca" country="Canada" operator="Dryden Mobility" 
status="Not operational"
  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="Mid-Bowline Holdings Corp." status="Operational"
+ 490 bands="UMTS 1700" brand="Wind Mobile" cc="ca" country="Canada" 
operator="Mid-Bowline Holdings Corp." 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"
  520 bands="" brand="Videotron" cc="ca" country="Canada" operator="Videotron" 
status=""
@@ -788,7 +822,7 @@
  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"
  670 bands="" brand="CityTel Mobility" cc="ca" country="Canada" 
operator="CityWest" status=""
- 680 bands="CDMA 850 / TDD-LTE 2600" brand="SaskTel" cc="ca" country="Canada" 
operator="SaskTel Mobility" status="Operational"
+ 680 bands="CDMA 850 / TD-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"
@@ -816,65 +850,67 @@
  004 bands="" brand="Verizon" cc="us" country="United States of America" 
operator="Verizon Wireless" status="Operational"
  005 bands="CDMA2000 850 / CDMA2000 1900" brand="Verizon" cc="us" 
country="United States of America" operator="Verizon Wireless" 
status="Operational"
  006 bands="" brand="Verizon" cc="us" country="United States of America" 
operator="Verizon Wireless" status="Operational"
- 010 bands="" cc="us" country="United States of America" operator="MCI" 
status="Not operational"
- 012 bands="" brand="Verizon" cc="us" country="United States of America" 
operator="Verizon Wireless" status="Operational"
- 013 bands="" brand="MobileTel" cc="us" country="United States of America" 
status=""
- 014 bands="" cc="us" country="United States of America" operator="Testing" 
status="Operational"
- 016 bands="CDMA2000 1900 / CDMA2000 1700 / CDMA2000 2100" brand="Cricket 
Communications" cc="us" country="United States of America" operator="Cricket 
Wireless" status="Operational"
- 017 bands="" cc="us" country="United States of America" operator="North Sight 
Communications Inc." status="Operational"
- 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"
+ 010 bands="" brand="Verizon" cc="us" country="United States of America" 
operator="Verizon Wireless" status="Not operational"
+ 012 bands="LTE 700 / LTE 1700 / LTE 1900" brand="Verizon" cc="us" 
country="United States of America" operator="Verizon Wireless" 
status="Operational"
+ 013 bands="" brand="Verizon" cc="us" country="United States of America" 
operator="Verizon Wireless" status=""
+ 014 bands="" cc="us" country="United States of America" status=""
+ 015 bands="iDEN" brand="Southern LINC" cc="us" country="United States of 
America" operator="Southern Communications" status=""
+ 016 bands="CDMA2000 1900 / CDMA2000 1700" brand="Cricket Wireless" cc="us" 
country="United States of America" operator="Cricket Communications" 
status="Operational"
+ 017 bands="iDEN" brand="ProxTel" cc="us" country="United States of America" 
operator="North Sight Communications Inc." status=""
+ 020 bands="GSM 850 / GSM 1900 / UMTS" brand="Union Wireless" cc="us" 
country="United States of America" operator="Union Telephone Company" 
status="Operational"
  030 bands="GSM 850" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" 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"
- 046 bands="GSM 1900" brand="SIMMETRY" cc="us" country="United States of 
America" operator="TMP Corp" status="Operational"
- 053 bands="CDMA2000 1900." cc="us" country="United States of America" 
operator="Virgin Mobile US" status="Operational"
+ 032 bands="CDMA 1900 / GSM 1900 / LTE 700" brand="IT&E Wireless" cc="us" 
country="United States of America" operator="IT&E Overseas, Inc" 
status="Operational"
+ 033 bands="" cc="us" country="United States of America" operator="Guam 
Telephone Authority" status=""
+ 034 bands="iDEN" brand="Airpeak" cc="us" country="United States of America" 
operator="Airpeak" status="Operational"
+ 035 bands="" brand="ETEX Wireless" cc="us" country="United States of America" 
operator="ETEX Communications, LP" status=""
+ 040 bands="CDMA" brand="MTA" cc="us" country="United States of America" 
operator="Matanuska Telephone Association, Inc." status="Operational"
+ 050 bands="CDMA" brand="GCI" cc="us" country="United States of America" 
operator="Alaska Communications" status="Operational"
+ 053 bands="CDMA2000 1900" cc="us" country="United States of America" 
operator="Virgin Mobile US" status="Operational"
  054 bands="" cc="us" country="United States of America" operator="Alltel US" 
status="Operational"
- 060 bands="" cc="us" country="United States of America" 
operator="Consolidated Telcom" status="Operational"
- 066 bands="GSM AND CDMA" brand="U.S. Cellular" cc="us" country="United States 
of America" operator="U.S. Cellular" status="Operational"
- 070 bands="" cc="us" country="United States of America" operator="Highland 
Cellular" status="Operational"
- 080 bands="GSM 1900" brand="Corr" cc="us" country="United States of America" 
operator="Corr Wireless Communications LLC" status="Operational"
- 090 bands="CDMA2000 1900 / CDMA2000 1700 / CDMA2000 2100" brand="Cricket 
Communications" cc="us" country="United States of America" operator="Cricket 
Wireless" status="Operational"
- 100 bands="GSM 850" brand="Plateau Wireless" cc="us" country="United States 
of America" operator="New Mexico RSA 4 East Ltd. Partnership" 
status="Operational"
- 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" operator="Sprint Corporation" status="Operational"
- 130 bands="CDMA2000 1900" brand="Carolina Wireless" cc="us" country="United 
States of America" operator="Carolina Wireless" 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="Cricket Wireless" 
status="Operational"
+ 060 bands="" brand="CTEL" cc="us" country="United States of America" 
operator="Consolidated Telcom" status=""
+ 066 bands="GSM / CDMA" brand="U.S. Cellular" cc="us" country="United States 
of America" operator="U.S. Cellular" status="Operational"
+ 070 bands="GSM 850" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status="Operational"
+ 080 bands="GSM 1900" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status="Operational"
+ 090 bands="GSM 1900" brand="Cricket Wireless" cc="us" country="United States 
of America" operator="Cricket Communications" status="Operational"
+ 100 bands="GSM 850 / UMTS 850 / UMTS AWS" brand="Plateau Wireless" cc="us" 
country="United States of America" operator="New Mexico RSA 4 East LP" 
status="Operational"
+ 110 bands="CDMA / GSM 850 / LTE 700" brand="IT&E Wireless" cc="us" 
country="United States of America" operator="PTI Pacifica Inc." 
status="Operational"
+ 120 bands="CDMA2000 1900 / LTE 850 / LTE 1900" brand="Sprint" cc="us" 
country="United States of America" operator="Sprint Corporation" 
status="Operational"
+ 130 bands="CDMA2000 1900" brand="Carolina West Wireless" cc="us" 
country="United States of America" operator="Carolina West Wireless" 
status="Operational"
+ 140 bands="GSM 850 / GSM 1900 / UMTS 850 / LTE 1700" brand="GTA Wireless" 
cc="us" country="United States of America" operator="Teleguam Holdings, LLC" 
status="Operational"
+ 150 bands="GSM 850 / UMTS 850 / UMTS 1900" brand="Cricket Wireless" cc="us" 
country="United States of America" operator="AT&T Mobility" status="Operational"
  160 bands="GSM 1900" brand="T-Mobile" cc="us" country="United States of 
America" operator="T-Mobile US" status="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"
- 190 bands="GSM 850" brand="Dutch Harbor" cc="us" country="United States of 
America" operator="Alaska Wireless Communications, LLC" status="Operational"
+ 190 bands="GSM 850" brand="GCI" cc="us" country="United States of America" 
operator="Alaska Wireless Communications, LLC" status="Operational"
  200 bands="GSM 1900" cc="us" country="United States of America" 
operator="T-Mobile" status="Not operational"
  210 bands="GSM 1900" cc="us" country="United States of America" 
operator="T-Mobile" status="Not operational"
  220 bands="GSM 1900" cc="us" country="United States of America" 
operator="T-Mobile" status="Not operational"
  230 bands="GSM 1900" cc="us" country="United States of America" 
operator="T-Mobile" status="Not operational"
  240 bands="GSM 1900" cc="us" country="United States of America" 
operator="T-Mobile" status="Not operational"
  250 bands="GSM 1900" cc="us" country="United States of America" 
operator="T-Mobile" status="Not operational"
- 260 bands="GSM 1900 / UMTS 1900 / UMTS 1700/2100 (AWS) / Band 12 
700&nbsp;MHz" brand="T-Mobile USA" cc="us" country="United States of America" 
operator="T-Mobile USA" status="Operational"
+ 260 bands="GSM 1900 / UMTS 1900 / UMTS 1700 / LTE 700 / LTE 1900 / LTE 1700" 
brand="T-Mobile USA" cc="us" country="United States of America" 
operator="T-Mobile USA" status="Operational"
  270 bands="GSM 1900" cc="us" country="United States of America" 
operator="T-Mobile" status="Not operational"
  280 bands="GSM 1900" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status="Not Operational"
- 290 bands="GSM 1900" cc="us" country="United States of America" 
operator="T-Mobile" status="Not operational"
- 300 bands="GSM 1900" brand="Big Sky Mobile" cc="us" country="United States of 
America" operator="Smart Call (Truphone)" status="Operational"
+ 290 bands="GSM 1900" brand="nep" cc="us" country="United States of America" 
operator="NEP Cellcorp Inc." status="Operational"
+ 300 bands="GSM 1900" brand="Big Sky Mobile" cc="us" country="United States of 
America" operator="iSmart Mobile, LLC" status="Operational"
  310 bands="GSM 1900" cc="us" country="United States of America" 
operator="T-Mobile" status="Not operational"
  311 bands="GSM 1900" cc="us" country="United States of America" 
operator="Farmers Wireless" status="Operational"
  320 bands="GSM 850 / GSM 1900" brand="Cellular One" cc="us" country="United 
States of America" operator="Smith Bagley, Inc." status="Operational"
- 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="CDMA 850" brand="Docomo" cc="gu" country="Guam (United States of 
America)" operator="NTT Docomo Pacific" status="Not operational"
+ 330 bands="CDMA" brand="Alltel" cc="us" country="United States of America" 
operator="Allied Wireless Communications Corporation (AWCC)" status="Not 
operational"
+ 340 bands="GSM 1900" brand="Westlink Communications" cc="us" country="United 
States of America" operator="High Plains Midwest LLC" status="Not operational"
+ 350 bands="CDMA" brand="Verizon" cc="us" country="United States of America" 
operator="Verizon Wireless" status="Not operational"
+ 360 bands="CDMA" brand="Pioneer Cellular" cc="us" country="United States of 
America" operator="Cellular Network Partnership" status="Operational"
+ 370 bands="GSM 1900 / UMTS 850 / LTE 700" brand="Docomo" cc="us" 
country="United States of America" operator="NTT Docomo Pacific" 
status="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"
  410 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900" brand="AT&T" cc="us" 
country="United States of America" operator="AT&T Mobility" status="Operational"
- 420 bands="GSM 1900 / UMTS AWS" brand="Cincinnati Bell" cc="us" 
country="United States of America" operator="Cincinnati Bell Wireless" 
status="Operational"
+ 420 bands="GSM 1900 / UMTS 1700" brand="Cincinnati Bell" cc="us" 
country="United States of America" operator="Cincinnati Bell Wireless" 
status="Not operational"
  430 bands="GSM 1900" cc="us" country="United States of America" 
operator="Alaska Digitel" status="Operational"
  440 bands="GSM 1900" brand="Cellular One" cc="us" country="United States of 
America" status=""
  450 bands="GSM 850 / GSM 1900" brand="Viaero" cc="us" country="United States 
of America" operator="Viaero Wireless" status="Operational"
- 460 bands="GSM 1900" brand="Simmetry" cc="us" country="United States of 
America" operator="TMP Corporation" status="Operational"
- 470 bands="CDMA2000 1900" brand="nTelos" cc="us" country="United States of 
America" operator="NTT Docomo Pacific" status="Operational"
+ 460 bands="GSM 1900" brand="Simmetry" cc="us" country="United States of 
America" operator="TMP Corporation" status="Not operational"
+ 470 bands="CDMA2000 1900" brand="nTelos" cc="us" country="United States of 
America" operator="nTelos Communications, Inc." status="Operational"
  480 bands="" cc="us" country="United States of America" operator="Choice 
Phone" status="Operational"
  490 bands="GSM 850 / GSM 1900" brand="T-Mobile" cc="us" country="United 
States of America" status="Operational"
  500 bands="CDMA2000 800 / CDMA2000 1900" brand="Alltel" cc="us" 
country="United States of America" status="Operational"
@@ -883,24 +919,24 @@
  530 bands="" cc="us" country="United States of America" operator="West 
Virginia Wireless" status="Operational"
  540 bands="GSM 1900" brand="Oklahoma Western" cc="us" country="United States 
of America" operator="Oklahoma Western Telephone Company" status="Operational"
  560 bands="GSM 850" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status="Operational"
- 570 bands="GSM 850" brand="Cellular One" cc="us" country="United States of 
America" operator="TX-10, LLC and Central Louisiana Cellular, LLC" 
status="Operational"
+ 570 bands="GSM 850 / LTE 700" brand="Cellular One" cc="us" country="United 
States of America" operator="TX-10, LLC and Central Louisiana Cellular, LLC 
(MTPCS)" status="Operational"
  580 bands="" brand="T-Mobile" cc="us" country="United States of America" 
status="Not 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"
- 600 bands="" cc="us" country="United States of America" operator="New Cell 
Inc. dba Cellcom" status="Inactive"
+ 600 bands="CDMA 850 / CDMA 1900 / LTE 700" brand="Cellcom" cc="us" 
country="United States of America" operator="New-Cell 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"
- 630 bands="GSM 1900" brand="AmeriLink PCS" cc="us" country="United States of 
America" operator="Choice Wireless" status="Operational"
+ 630 bands="LTE 700" brand="miSpot" cc="us" country="United States of America" 
operator="Agri-Valley Communications" status="Not operational"
  640 bands="GSM 1900" brand="AirFire" cc="us" country="United States of 
America" operator="Airadigm Communications" status="Not Operational"
- 650 bands="GSM 850" brand="Jasper" cc="us" country="United States of America" 
operator="Jasper Wireless, inc" status="Operational"
+ 650 bands="GSM 850" brand="Jasper" cc="us" country="United States of America" 
operator="Jasper Wireless, Inc." status="Operational"
  660 bands="GSM 1900" brand="T-Mobile" cc="us" country="United States of 
America" status="Not operational"
  670 bands="" brand="Northstar" cc="us" country="United States of America" 
status="Operational"
  680 bands="GSM 850 / GSM 1900" brand="AT&T" cc="us" country="United States of 
America" operator="AT&T Mobility" status="Operational"
  690 bands="GSM 1900" brand="Limitless Mobile" cc="us" country="United States 
of America" operator="Limitless Mobile, LLC" status="Operational"
- 730 bands="" brand="SeaMobile" cc="us" country="United States of America" 
status="Operational"
+ 730 bands="" brand="U.S. Cellular" cc="us" country="United States of America" 
operator="U.S. Cellular" status=""
  740 bands="" brand="Convey" cc="us" country="United States of America" 
operator="Convey Communications Inc." status="Operational"
- 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"
+ 750 bands="CDMA2000 850 / CDMA2000 1900" brand="Appalachian Wireless" cc="us" 
country="United States of America" operator="East Kentucky Network, LLC" 
status="Operational"
+ 760 bands="" cc="us" country="United States of America" operator="Lynch 3G 
Communications Corporation" status="Not operational"
  770 bands="GSM 1900" brand="i wireless" cc="us" country="United States of 
America" operator="Iowa Wireless Services" status="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"
@@ -908,17 +944,19 @@
  830 bands="GSM 850" brand="Caprock" cc="us" country="United States of 
America" operator="Caprock Cellular" status="Operational"
  840 bands="GSM 1900" brand="telna Mobile" cc="us" country="United States of 
America" operator="Telecom North America Mobile, Inc." status="Operational"
  850 bands="CDMA2000 850 / CDMA2000 1900 / GSM 850 / GSM 1900" brand="Aeris" 
cc="us" country="United States of America" operator="Aeris Communications, 
Inc." status="Operational"
+ 860 bands="CDMA" brand="Five Star Wireless" cc="us" country="United States of 
America" operator="TX RSA 15B2, LP" status="Operational"
  870 bands="GSM 850" brand="PACE" cc="us" country="United States of America" 
operator="Kaplan Telephone Company" status="Operational"
  880 bands="GSM 850" brand="DTC Wireless" cc="us" country="United States of 
America" operator="Advantage Cellular Systems" status="Operational"
  890 bands="GSM 850 / GSM 1900" brand="Unicel" cc="us" country="United States 
of America" operator="Rural Cellular Corporation" status="Operational"
- 900 bands="CDMA2000 850 / CDMA2000 1900" brand="Mid-Rivers Wireless" cc="us" 
country="United States of America" operator="Mid-Rivers Communications" 
status="Operational"
+ 900 bands="CDMA2000 850 / CDMA2000 1900" brand="Mid-Rivers Wireless" cc="us" 
country="United States of America" operator="Cable & Communications 
Corporation" status="Operational"
  910 bands="GSM 850" brand="First Cellular" cc="us" country="United States of 
America" operator="First Cellular of Southern Illinois" status="Operational"
+ 930 bands="CDMA" cc="us" country="United States of America" operator="Copper 
Valley Wireless" status="Operational"
  940 bands="" cc="us" country="United States of America" operator="Iris 
Wireless LLC" status="Operational"
  950 bands="GSM 850" brand="XIT Wireless" cc="us" country="United States of 
America" operator="Texas RSA 1 dba XIT Cellular" status="Operational"
- 960 bands="" brand="Plateau Wireless" cc="us" country="United States of 
America" status="Operational"
+ 960 bands="CDMA / LTE 700" cc="us" country="United States of America" 
operator="Strata Networks" status="Operational"
  970 bands="Satellite" brand="Telemedicine Wireless" cc="us" country="United 
States of America" operator="Telemedicine Wireless (USA) 
Telecommunications,Inc" status="Operational"
- 980 bands="GSM 1900" brand="Akiba Telecommunications, Inc." cc="us" 
country="United States of America" operator="AT&T (Antarctica, South Pole) 
Worldwide, Inc." status="Operational"
- 990 bands="" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status="Not operational"
+ 980 bands="CDMA / LTE 700" brand="Peoples Telephone Cooperative, Inc." 
cc="us" country="United States of America" operator="Texas RSA 7B3" 
status="Operational"
+ 990 bands="LTE 700" brand="Evolve Broadband" cc="us" country="United States 
of America" operator="Worldcall Interconnect Inc." status="Operational"
  000-999
 311
  000 bands="CDMA2000 850 / CDMA2000 1900" cc="us" country="United States of 
America" operator="Mid-Tex Cellular" status="Operational"
@@ -927,7 +965,7 @@
  020 bands="GSM 850" cc="us" country="United States of America" 
operator="Missouri RSA 5 Partnership" status="Operational"
  030 bands="GSM 1900" cc="us" country="United States of America" 
operator="Indigo Wireless" status="Operational"
  040 bands="GSM 850 / GSM 1900" cc="us" country="United States of America" 
operator="Commnet Wireless" status="Operational"
- 050 bands="GSM 850 / GSM 1900" cc="us" country="United States of America" 
operator="Wikes Cellular" status="Operational"
+ 050 bands="CDMA" cc="us" country="United States of America" operator="Thumb 
Cellular LP" status="Operational"
  060 bands="GSM 850 / GSM 1900" brand="Farmers Cellular" cc="us" 
country="United States of America" operator="Farmers Cellular Telephone" 
status="Operational"
  070 bands="GSM 850" brand="Easterbrooke" cc="us" country="United States of 
America" operator="Easterbrooke Cellular Corporation" status="Operational"
  080 bands="GSM 850 / LTE" brand="Pine Cellular" cc="us" country="United 
States of America" operator="Pine Telephone Company" status="Operational"
@@ -936,52 +974,76 @@
  110 bands="GSM 1900" cc="us" country="United States of America" 
operator="High Plains Wireless" status="Operational"
  120 bands="" cc="us" country="United States of America" operator="Choice 
Phone" status="Operational"
  130 bands="GSM 850" cc="us" country="United States of America" operator="Cell 
One Amarillo" status="Operational"
- 140 bands="" brand="Sprocket" cc="us" country="United States of America" 
operator="MBO Wireless" status="Operational"
+ 140 bands="CDMA" brand="Sprocket Wireless" cc="us" country="United States of 
America" operator="Cross Telephone / MBO Wireless" status="Operational"
  150 bands="GSM 850" cc="us" country="United States of America" 
operator="Wilkes Cellular" status="Operational"
  160 bands="" cc="us" country="United States of America" operator="Endless 
Mountains Wireless" status="Operational"
  170 bands="GSM 850" brand="PetroCom" cc="us" country="United States of 
America" operator="Broadpoint Inc" status="Operational"
  180 bands="GSM 850 / UMTS 850 / UMTS 1900" cc="us" country="United States of 
America" operator="Cingular Wireless" status="Not operational"
  190 bands="" cc="us" country="United States of America" operator="Cellular 
Properties" status=""
  210 bands="GSM 1900 / UMTS 2100" cc="us" country="United States of America" 
operator="Emery Telcom Wireless" status="Operational"
- 220 brand="U.S. Cellular" cc="us" country="United States of America" 
operator="U.S. Cellular" status="Operational"
- 230 bands="" brand="C Spire Wireless" cc="us" country="United States of 
America" operator="C Spire Wireless" status="Operational"
- 250 bands="GSM 1900" brand="i CAN_GSM" cc="gu" country="Guam (United States 
of America)" operator="Wave Runner LLC" status="Not operational"
+ 220 bands="CDMA" brand="U.S. Cellular" cc="us" country="United States of 
America" operator="U.S. Cellular" status="Operational"
+ 230 bands="CDMA 850 / CDMA 1900 / LTE 1900 / LTE 1700" brand="C Spire 
Wireless" cc="us" country="United States of America" operator="Cellular South 
Inc." status="Operational"
+ 250 bands="iDEN / GSM 1900 / LTE 700" brand="iConnect" cc="gu" country="Guam 
(United States of America)" operator="Wave Runner LLC / Choice Phone LLC" 
status="Operational"
  330 bands="" brand="Bug Tussel Wireless" cc="us" country="United States of 
America" operator="Bug Tussel Wireless" status="Operational"
- 360 bands="UMTS AWS" cc="us" country="United States of America" 
operator="Stelera Wireless" status="Not operational"
- 370 bands="LTE AWS" brand="GCI Wireless" cc="us" country="United States of 
America" operator="General Communication Inc." status="Operational"
- 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"
+ 360 bands="UMTS 1700" cc="us" country="United States of America" 
operator="Stelera Wireless" status="Not operational"
+ 370 bands="LTE 1700" brand="GCI Wireless" cc="us" country="United States of 
America" operator="General Communication Inc." status="Operational"
+ 410 bands="LTE 700" brand="Chat Mobility" cc="us" country="United States of 
America" operator="Iowa RSA No. 2 LP" status="Operational"
+ 420 bands="CDMA / LTE 700" brand="NorthwestCell" cc="us" country="United 
States of America" operator="Northwest Missouri Cellular LP" 
status="Operational"
+ 450 bands="GSM 1900 / LTE 700" brand="PTCI" cc="us" country="United States of 
America" operator="Panhandle Telecommunication Systems Inc." 
status="Operational"
+ 480 bands="LTE 700" 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"
- 500 bands="LTE 700 / LTE AWS" cc="us" country="United States of America" 
operator="Mosaic Telecom" status="Operational"
- 530 bands="GSM 1900 / LTE 1900" brand="PTCI" cc="us" country="United States 
of America" operator="Panhandle Wireless" status="Operational"
- 570 bands="UMTS AWS / LTE AWS" cc="us" country="United States of America" 
operator="BendBroadband" status="Not operational"
- 580 brand="U.S. Cellular" cc="us" country="United States of America" 
operator="U.S. Cellular" status="Operational"
- 650 bands="CDMA / LTE" brand="United Wireless" cc="us" country="United States 
of America" operator="United Wireless" status="Operational"
- 660 bands="CDMA2000 1900 / CDMA 2000 LTE/AWS 1700" brand="metroPCS" cc="us" 
country="United States of America" operator="metroPCS" status="Operational"
+ 490 bands="LTE 850 / LTE 1900 / TD-LTE 2500" brand="Sprint Corporation" 
cc="us" country="United States of America" operator="Sprint" 
status="Operational"
+ 500 bands="UMTS / LTE 700 / LTE 1700" cc="us" country="United States of 
America" operator="Mosaic Telecom" status="Operational"
+ 530 bands="" cc="us" country="United States of America" operator="Newcore 
Wireless" status="Operational"
+ 570 bands="UMTS 1700 / LTE 1700" cc="us" country="United States of America" 
operator="BendBroadband" status="Not operational"
+ 580 bands="LTE 700 / LTE 850" brand="U.S. Cellular" cc="us" country="United 
States of America" operator="U.S. Cellular" status="Operational"
+ 630 bands="" brand="C Spire Wireless" cc="us" country="United States of 
America" operator="Cellular South Inc." status=""
+ 640 bands="LTE 700" brand="Rock Wireless" cc="us" country="United States of 
America" operator="Standing Rock Telecommunications" status="Operational"
+ 650 bands="CDMA / LTE 700 / WiMAX 3700" brand="United Wireless" cc="us" 
country="United States of America" operator="United Wireless" 
status="Operational"
+ 660 bands="CDMA2000 1900 / CDMA 2000 1700 / LTE 1700" brand="metroPCS" 
cc="us" country="United States of America" operator="metroPCS" 
status="Operational"
  750 bands="LTE" cc="us" country="United States of America" 
operator="NetAmerica Alliance" status="Operational"
  810 bands="CDMA / LTE 700" brand="Bluegrass Wireless" cc="us" country="United 
States of America" operator="Bluegrass Wireless" status="Operational"
+ 830 bands="LTE 700" cc="us" country="United States of America" 
operator="Thumb Cellular LP" status="Operational"
  870 bands="MVNO" brand="Boost" cc="us" country="United States of America" 
operator="Boost Mobile" status="Operational"
+ 910 bands="LTE" brand="Mobile Nation" cc="us" country="United States of 
America" operator="SI Wireless LLC" status="Operational"
  930 bands="LTE 700" cc="us" country="United States of America" 
operator="Syringa Wireless" status="Operational"
- 950 bands="LTE" brand="ETC" cc="us" country="United States of America" 
operator="Enhanced Telecommmunications Corp. (Sunman Telecom)" 
status="Operational"
+ 950 bands="LTE 700" brand="ETC" cc="us" country="United States of America" 
operator="Enhanced Telecommmunications Corp. (Sunman Telecom)" 
status="Operational"
  960 bands="MVNO" 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"
- 990 bands="LTE 700" cc="us" country="United States of America" operator="VTel 
Wireless" status="Operational"
+ 970 bands="LTE 1700" brand="Big River Broadband" cc="us" country="United 
States of America" operator="Big River Broadband, LLC" status="Operational"
+ 990 bands="LTE 700 / LTE 1700" cc="us" country="United States of America" 
operator="VTel Wireless" status="Operational"
  000-999
 312
+ 020 bands="LTE 700" cc="us" country="United States of America" 
operator="Infrastructure Networks, LLC" status="Operational"
+ 030 bands="LTE 700" brand="Sprocket Wireless" cc="us" country="United States 
of America" operator="Cross Telephone / MBO Wireless" status="Operational"
+ 040 bands="LTE 700" cc="us" country="United States of America" 
operator="Custer Telephone Co-op (CTCI)" status="Operational"
  050 bands="LTE 700" cc="us" country="United States of America" 
operator="Fuego Wireless" status="Operational"
  070 bands="LTE 700" cc="us" country="United States of America" 
operator="Adams Networks Inc" status="Operational"
- 080 bands="LTE" brand="SyncSouth" cc="us" country="United States of America" 
operator="South Georgia Regional Information Technology Authority" 
status="Operational"
+ 080 bands="UMTS-TDD 700" brand="SyncSouth" cc="us" country="United States of 
America" operator="South Georgia Regional Information Technology Authority" 
status="Operational"
+ 120 bands="LTE 700" brand="Appalachian Wireless" cc="us" country="United 
States of America" operator="East Kentucky Network, LLC" status="Operational"
+ 130 bands="LTE 700" brand="Appalachian Wireless" cc="us" country="United 
States of America" operator="East Kentucky Network, LLC" status="Operational"
+ 180 bands="" cc="us" country="United States of America" operator="Limiteless 
Mobile LLC" status=""
  220 bands="LTE 700" cc="us" country="United States of America" 
operator="Chariton Valley Telephone" status="Operational"
+ 270 bands="LTE 700" brand="Pioneer Cellular" cc="us" country="United States 
of America" operator="Cellular Network Partnership" status="Operational"
+ 280 bands="LTE 700" brand="Pioneer Cellular" cc="us" country="United States 
of America" operator="Cellular Network Partnership" status="Operational"
  330 bands="LTE 700" brand="Nemont" cc="us" country="United States of America" 
operator="Sagebrush Cellular" status="Operational"
+ 340 bands="LTE 700" brand="MTA" cc="us" country="United States of America" 
operator="Matanuska Telephone Association, Inc." status="Operational"
  350 bands="LTE" cc="us" country="United States of America" operator="Triangle 
Communications" status="Operational"
  370 bands="LTE" cc="us" country="United States of America" operator="Choice 
Wireless" status="Operational"
+ 380 bands="LTE 700" cc="us" country="United States of America" 
operator="Copper Valley Wireless" status="Operational"
+ 400 bands="LTE 700" brand="Mid-Rivers Wireless" cc="us" country="United 
States of America" operator="Mid-Rivers Telephone Cooperative" 
status="Operational"
  420 bands="LTE 700" cc="us" country="United States of America" 
operator="Nex-Tech Wireless" status="Operational"
+ 460 bands="LTE 700" cc="us" country="United States of America" 
operator="Ketchikan Public Utilities (KPU)" status="Operational"
+ 470 bands="LTE 700" brand="Carolina West Wireless" cc="us" country="United 
States of America" operator="Carolina West Wireless" status="Operational"
  530 bands="" cc="us" country="United States of America" operator="Sprint 
Spectrum" status="Operational"
- 590 bands="Band 7 FDD LTE 2600&nbsp;MHz" brand="NMU" cc="us" country="United 
States of America" operator="Northern Michigan University" status="Operational"
- 610 bands="" cc="us" country="United States of America" operator="nTelos" 
status=""
+ 590 bands="LTE 2600" brand="NMU" cc="us" country="United States of America" 
operator="Northern Michigan University" status="Operational"
+ 610 bands="LTE 1900" brand="nTelos" cc="us" country="United States of 
America" operator="nTelos Licenses, Inc." status="Operational"
+ 660 bands="LTE 1900" brand="nTelos" cc="us" country="United States of 
America" operator="nTelos Wireless" status="Operational"
+ 780 bands="TD-LTE 2500" cc="us" country="United States of America" 
operator="Redzone Wireless" status="Operational"
+ 860 bands="CDMA / LTE 1900 / LTE 1700" brand="ClearTalk" cc="us" 
country="United States of America" operator="Flat Wireless, LLC" 
status="Operational"
+ 900 bands="CDMA / LTE 1900 / LTE 1700" brand="ClearTalk" cc="us" 
country="United States of America" operator="Flat West Wireless, LLC" 
status="Operational"
  000-999
 313
- 100 bands="LTE" brand="FirstNet" cc="us" country="United States of America" 
operator="700&nbsp;MHz Public Safety Broadband" status=""
+ 100 bands="LTE 700" brand="FirstNet" cc="us" country="United States of 
America" operator="700&nbsp;MHz Public Safety Broadband" status=""
  101 cc="us" country="United States of America"
  000-999
 316
@@ -1014,14 +1076,14 @@
  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="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"
+ 01 bands="GSM 900 / UMTS 2100" brand="Orange" country="French Antilles 
(France) - BL/GF/GP/MF/MQ" operator="Orange Caraïbe Mobiles" 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS" brand="Only" country="French Antilles 
(France) - BL/GF/GP/MF/MQ" operator="Outremer Telecom" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS" brand="Chippie" country="French Antilles 
(France) - BL/GF/GP/MF/MQ" operator="UTS Caraïbe" status="Operational"
+ 08 bands="GSM 900 / GSM 1800 / UMTS" brand="Dauphin" country="French Antilles 
(France) - BL/GF/GP/MF/MQ" operator="Dauphin Telecom" status="Operational"
+ 10 bands="" country="French Antilles (France) - BL/GF/GP/MF/MQ" 
operator="Guadeloupe Téléphone Mobile" status="Not operational"
+ 11 bands="" country="French Antilles (France) - BL/GF/GP/MF/MQ" 
operator="Guyane Téléphone Mobile" status="Not operational"
+ 12 bands="" country="French Antilles (France) - BL/GF/GP/MF/MQ" 
operator="Martinique Téléphone Mobile" status="Not operational"
+ 20 bands="GSM 900 / UMTS 2100" brand="Digicel" country="French Antilles 
(France) - BL/GF/GP/MF/MQ" operator="DIGICEL Antilles Française Guyane" 
status="Operational"
  00-99
 342
  600 bands="GSM 1900 / UMTS" brand="LIME" cc="bb" country="Barbados" 
operator="LIME (formerly known as Cable & Wireless)" status="Operational"
@@ -1031,12 +1093,12 @@
 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 / 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"
+ 920 bands="GSM 850 / GSM 1800 / GSM 1900 / UMTS / LTE 1700" 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 / 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"
+ 050 bands="GSM 900 / GSM 1800 / UMTS / LTE 1800" brand="Digicel" cc="ky" 
country="Cayman Islands (United Kingdom)" operator="Digicel Cayman Ltd." 
status="Operational"
+ 140 bands="GSM 850 / GSM 1900 / UMTS / LTE 700" 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 / UMTS 850 / UMTS 1900" brand="LIME" cc="vg" 
country="British Virgin Islands" operator="Cable & Wireless" 
status="Operational"
@@ -1071,41 +1133,51 @@
  110 bands="GSM 850" brand="Lime" cc="vc" country="Saint Vincent and the 
Grenadines" operator="Cable & Wireless (St. Vincent & the Grenadines) Ltd" 
status="Operational"
  000-999
 362
- 51 bands="GSM 900" brand="Telcell" cc="an" country="Former Netherlands 
Antilles (Kingdom of the Netherlands)" operator="Telcell N.V." 
status="Operational"
- 69 bands="GSM 900 / GSM 1800" brand="Digicel" cc="an" country="Former 
Netherlands Antilles (Kingdom of the Netherlands)" operator="Curaçao Telecom 
N.V." status="Operational"
- 91 bands="GSM 900" brand="UTS" cc="an" country="Former Netherlands Antilles 
(Kingdom of the Netherlands)" operator="Setel N.V." status="Operational"
- 94 bands="TDMA PCS" brand="Bayòs" cc="an" country="Former Netherlands 
Antilles (Kingdom of the Netherlands)" operator="Bòbò Frus N.V." 
status="Operational"
- 95 bands="CDMA2000 850" brand="MIO" cc="an" country="Former Netherlands 
Antilles (Kingdom of the Netherlands)" operator="E.O.C.G. Wireless" 
status="Operational"
+ 31 bands="GSM" country="Former Netherlands Antilles (Kingdom of the 
Netherlands) - BQ/CW/SX" operator="Eutel N.V." status=""
+ 33 bands="GSM" country="Former Netherlands Antilles (Kingdom of the 
Netherlands) - BQ/CW/SX" operator="WICC N.V." status=""
+ 51 bands="GSM 900 / UMTS 2100" brand="Telcell" country="Former Netherlands 
Antilles (Kingdom of the Netherlands) - BQ/CW/SX" operator="Telcell N.V." 
status="Operational"
+ 54 bands="GSM 900 / GSM 1800" brand="ECC" country="Former Netherlands 
Antilles (Kingdom of the Netherlands) - BQ/CW/SX" operator="East Caribbean 
Cellular" status="Operational"
+ 59 bands="GSM 900 / GSM 1800" brand="Chippie" country="Former Netherlands 
Antilles (Kingdom of the Netherlands) - BQ/CW/SX" operator="United 
Telecommunication Service N.V. (UTS)" status="Operational"
+ 60 bands="UMTS 2100" brand="Chippie" country="Former Netherlands Antilles 
(Kingdom of the Netherlands) - BQ/CW/SX" operator="United Telecommunication 
Service N.V. (UTS)" status="Operational"
+ 63 bands="" country="Former Netherlands Antilles (Kingdom of the Netherlands) 
- BQ/CW/SX" operator="CSC N.V." status=""
+ 68 bands="UMTS 2100" brand="Digicel" country="Former Netherlands Antilles 
(Kingdom of the Netherlands) - BQ/CW/SX" operator="Curaçao Telecom N.V." 
status="Operational"
+ 69 bands="GSM 900 / GSM 1800" brand="Digicel" country="Former Netherlands 
Antilles (Kingdom of the Netherlands) - BQ/CW/SX" operator="Curaçao Telecom 
N.V." status="Operational"
+ 74 bands="" country="Former Netherlands Antilles (Kingdom of the Netherlands) 
- BQ/CW/SX" operator="PCS N.V." status=""
+ 76 bands="GSM 900 / UMTS" brand="Digicel" country="Former Netherlands 
Antilles (Kingdom of the Netherlands) - BQ/CW/SX" operator="Antiliano Por N.V." 
status="Operational"
+ 78 bands="UMTS 900 / LTE 1800" brand="Telbo" country="Former Netherlands 
Antilles (Kingdom of the Netherlands) - BQ/CW/SX" operator="Telefonia 
Bonairiano N.V." status="Operational"
+ 91 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800" 
brand="Chippie" country="Former Netherlands Antilles (Kingdom of the 
Netherlands) - BQ/CW/SX" operator="United Telecommunication Service N.V. (UTS)" 
status="Operational"
+ 94 bands="TDMA PCS" brand="Bayòs" country="Former Netherlands Antilles 
(Kingdom of the Netherlands) - BQ/CW/SX" operator="Bòbò Frus N.V." 
status="Operational"
+ 95 bands="CDMA2000 850" brand="MIO" country="Former Netherlands Antilles 
(Kingdom of the Netherlands) - BQ/CW/SX" operator="E.O.C.G. Wireless" 
status="Not operational"
  00-99
 363
  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 / LTE 700" brand="BTC" cc="bs" 
country="Bahamas" operator="The Bahamas Telecommunications Company Ltd 
(BaTelCo)" status="Operational"
- 00-99
+ 390 bands="GSM 850 / GSM 1900 / UMTS 850 / LTE 700" brand="BTC" cc="bs" 
country="Bahamas" operator="The Bahamas Telecommunications Company Ltd 
(BaTelCo)" status="Operational"
+ 000-999
 365
  010 bands="" cc="ai" country="Anguilla" operator="Weblinks Limited" 
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"
- 110 bands="GSM 850" cc="dm" country="Dominica" operator="Cable &  Wireless" 
status="Operational"
+ 020 bands="GSM 900 / GSM 1900 / UMTS" brand="Digicel" cc="dm" 
country="Dominica" operator="Digicel Group Limited" status="Operational"
+ 110 bands="GSM 850 / UMTS" brand="LIME" cc="dm" country="Dominica" 
operator="Cable &  Wireless" status="Operational"
  000-999
 368
  01 bands="GSM 900 / GSM 850" brand="CUBACEL" cc="cu" country="Cuba" 
operator="Empresa de Telecomunicaciones de Cuba, SA" status="Operational"
  00-99
 370
  01 bands="GSM 900 / GSM 1800 / GSM 1900 / UMTS 900 / LTE 1800" brand="Orange" 
cc="do" country="Dominican Republic" operator="Orange Dominicana" 
status="Operational"
- 02 bands="CDMA 1900 / GSM 850 / GSM 1900 / UMTS 850 / LTE AWS" brand="Claro" 
cc="do" country="Dominican Republic" operator="Compañía Dominicana de 
Teléfonos" status="Operational"
+ 02 bands="GSM 850 / GSM 1900 / UMTS 850 / LTE 1700" brand="Claro" cc="do" 
country="Dominican Republic" operator="Compañía Dominicana de Teléfonos" 
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"
- 05 bands="LTE-TDD 2600" brand="Wind" cc="do" country="Dominican Republic" 
operator="WIND Telecom, S.A" status="Operational"
+ 05 bands="TD-LTE 2600" brand="Wind" cc="do" country="Dominican Republic" 
operator="WIND Telecom, 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"
  02 bands="GSM 1800" brand="Digicel" cc="ht" country="Haiti" 
operator="Unigestion Holding S.A." status="Operational"
- 03 bands="GSM 900" brand="Natcom" cc="ht" country="Haiti" 
operator="Telecommunication S.A." status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UTMS 2100" brand="Natcom" cc="ht" 
country="Haiti" operator="NATCOM S.A." status="Operational"
  00-99
 374
  12 bands="GSM 850 / GSM 1900 / UMTS 1900" brand="bmobile" cc="tt" 
country="Trinidad and Tobago" operator="TSTT" status="Operational"
@@ -1119,10 +1191,11 @@
  000-999
 400
  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"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Bakcell" cc="az" 
country="Azerbaijan" status="Operational"
+ 03 bands="CDMA 450" brand="FONEX" cc="az" country="Azerbaijan" 
operator="CATEL" status="Operational"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Nar Mobile" 
cc="az" country="Azerbaijan" operator="Azerfon" status="Operational"
  05 bands="TETRA?" cc="az" country="Azerbaijan" operator="Special State 
Protection Service of the Republic of Azerbaijan" status=""
+ 06 bands="CDMA 800" brand="Naxtel" cc="az" country="Azerbaijan" 
operator="Nakhtel LLC" status="Operational"
  00-99
 401
  01 bands="GSM 900 / GSM 1800" brand="Beeline" cc="kz" country="Kazakhstan" 
operator="KaR-Tel LLP" status="Operational"
@@ -1428,7 +1501,7 @@
  00-99
 422
  02 bands="GSM 900 / GSM 1800 / UMTS 900" brand="Omantel" cc="om" 
country="Oman" operator="Oman Telecommunications Company" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 900" brand="Nawras" cc="om" 
country="Oman" operator="Omani Qatari Telecommunications Company SAOC" 
status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900" brand="ooredoo" 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
@@ -1519,8 +1592,9 @@
  09 bands="GSM 900 / GSM 1800" brand="O!" cc="kg" country="Kyrgyzstan" 
operator="NurTelecom LLC" status="Operational"
  00-99
 438
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTS (BARASH Communication)" 
cc="tm" country="Turkmenistan" operator="ES "MTS-Turkmenistan"" 
status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTS" cc="tm" 
country="Turkmenistan" operator="MTS Turkmenistan" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="TM-Cell" cc="tm" 
country="Turkmenistan" operator="Altyn Asyr" status="Operational"
+ 03 bands="CDMA 450" brand="AGTS CDMA" cc="tm" country="Turkmenistan" 
operator="AŞTU" status="Operational"
  00-99
 440
  00 bands="UMTS 1700" brand="Y!Mobile" cc="jp" country="Japan" 
operator="EMOBILE Limited" status="Operational"
@@ -1620,18 +1694,41 @@
  98 bands="UMTS / HSPA+ / DC-HSDPA" brand="SoftBank" cc="jp" country="Japan" 
operator="SoftBank Mobile Corp" status="Operational"
  99 bands="LTE (4G)" brand="NTT DoCoMo" cc="jp" country="Japan" operator="NTT 
DoCoMo" status="Operational"
  00-99
+441
+ 40 brand="NTT DoCoMo" cc="jp" country="Japan" operator="NTTドコモ" status=""
+ 41 brand="NTT DoCoMo" cc="jp" country="Japan" operator="NTTドコモ" status=""
+ 42 brand="NTT DoCoMo" cc="jp" country="Japan" operator="NTTドコモ" status=""
+ 43 brand="NTT DoCoMo" cc="jp" country="Japan" operator="NTTドコモ" status=""
+ 44 brand="NTT DoCoMo" cc="jp" country="Japan" operator="NTTドコモ" status=""
+ 45 brand="NTT DoCoMo" cc="jp" country="Japan" operator="NTTドコモ" status=""
+ 50 brand="TU-KA" cc="jp" country="Japan" operator="KDDI" status=""
+ 51 brand="TU-KA" cc="jp" country="Japan" operator="KDDI" status=""
+ 61 brand="SoftBank" cc="jp" country="Japan" operator="SoftBank Mobile Corp" 
status=""
+ 62 brand="SoftBank" cc="jp" country="Japan" operator="SoftBank Mobile Corp" 
status=""
+ 63 brand="SoftBank" cc="jp" country="Japan" operator="SoftBank Mobile Corp" 
status=""
+ 64 brand="SoftBank" cc="jp" country="Japan" operator="SoftBank Mobile Corp" 
status=""
+ 65 brand="SoftBank" cc="jp" country="Japan" operator="SoftBank Mobile Corp" 
status=""
+ 70 brand="KDDI" cc="jp" country="Japan" operator="KDDI" status=""
+ 90 brand="NTT DoCoMo" cc="jp" country="Japan" operator="NTT DoCoMo" status=""
+ 91 brand="NTT DoCoMo" cc="jp" country="Japan" operator="NTT DoCoMo" status=""
+ 92 brand="NTT DoCoMo" cc="jp" country="Japan" operator="NTT DoCoMo" status=""
+ 93 brand="NTT DoCoMo" cc="jp" country="Japan" operator="NTT DoCoMo" status=""
+ 94 brand="NTT DoCoMo" cc="jp" country="Japan" operator="NTT DoCoMo" status=""
+ 98 brand="NTT DoCoMo" cc="jp" country="Japan" operator="NTT DoCoMo" status=""
+ 99 brand="NTT DoCoMo" cc="jp" country="Japan" operator="NTT DoCoMo" status=""
+ 00-99
 450
- 02 bands="CDMA2000 1700" brand="KT" cc="kr" country="South Korea" 
operator="KT" status="Discontinued"
+ 02 bands="CDMA2000 1800" brand="KT" cc="kr" country="South Korea" 
operator="KT" status="Discontinued"
  03 bands="CDMA2000 800" brand="Power 017" cc="kr" country="South Korea" 
operator="Shinsegi Telecom, Inc." status="Discontinued"
- 04 bands="CDMA2000 1700" brand="KT" cc="kr" country="South Korea" 
operator="KT" status="Discontinued"
+ 04 bands="CDMA2000 1800" brand="KT" cc="kr" country="South Korea" 
operator="KT" status="Discontinued"
  05 bands="CDMA2000 800 / UMTS 2100 / LTE 850 1800 2100" 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"
+ 06 bands="CDMA2000 1800 / LTE 850 2100 2600" brand="LG U+" cc="kr" 
country="South Korea" operator="LG Telecom" status="Operational"
  08 bands="UMTS 2100 / LTE 900 1800 2100" brand="olleh" cc="kr" country="South 
Korea" operator="KT" status="Operational"
- 11 bands="MVNO of SKTelecom" cc="kr" country="South Korea" operator="Korea 
Cable Telecom" status="Operational"
+ 11 bands="MVNO of SK Telecom" cc="kr" country="South Korea" operator="Korea 
Cable Telecom" status="Operational"
  00-99
 452
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MobiFone" cc="vn" 
country="Vietnam" operator="Vietnam Mobile Telecom Services Company" 
status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vinaphone" cc="vn" 
country="Vietnam" operator="Vietnam Telecom Services Company" 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 /UMTS 2100" brand="Vinaphone" cc="vn" 
country="Vietnam" operator="Vietnam Telecom Services Company" 
status="Operational"
  03 bands="CDMA2000 800" brand="S-Fone" cc="vn" country="Vietnam" 
operator="S-Telecom" status="Not operational"
  04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Viettel Mobile" cc="vn" 
country="Vietnam" operator="Viettel Telecom" status="Operational"
  05 bands="GSM 900 / UMTS 2100" brand="Vietnamobile" cc="vn" country="Vietnam" 
operator="Hanoi Telecom" status="Operational"
@@ -1640,40 +1737,44 @@
  08 bands="UMTS 2100" brand="EVNTelecom" cc="vn" country="Vietnam" 
operator="EVN Telecom" status="Not operational"
  00-99
 454
- 00 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="1O1O / One2Free / New World Mobility" cc="hk" country="Hong Kong" 
operator="CSL Limited" status="Operational"
- 01 bands="GSM 900 / GSM 1800" cc="hk" country="Hong Kong" operator="CITIC 
Telecom 1616" status="Operational"
+ 00 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="1O1O / One2Free / New World Mobility / SUNMobile" cc="hk" country="Hong 
Kong" operator="CSL Limited" status="Operational"
+ 01 bands="MVNO" cc="hk" country="Hong Kong" operator="CITIC Telecom 1616" 
status="Operational"
  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="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 / LTE 2600" 
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 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"
+ 07 bands="MVNO" cc="hk" country="Hong Kong" operator="China Unicom (Hong 
Kong) Limited" status="Operational"
+ 08 bands="MVNO" brand="Truphone" cc="hk" country="Hong Kong" 
operator="Truphone Limited" status="Operational"
+ 09 bands="MVNO" 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 bands="" cc="hk" country="Hong Kong" operator="China-Hong Kong Telecom" 
status="Operational"
+ 11 bands="MVNO" 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"
+ 13 bands="MVNO" brand="CMCC HK" cc="hk" country="Hong Kong" operator="China 
Mobile Hong Kong Company Limited" status="Operational"
  14 bands="GSM 900 / GSM 1800" cc="hk" country="Hong Kong" operator="Hutchison 
Telecom" status="Operational"
  15 bands="GSM 1800" cc="hk" country="Hong Kong" operator="SmarTone Mobile 
Communications Limited" status="Operational"
  16 bands="GSM 1800" brand="PCCW Mobile (2G)" cc="hk" country="Hong Kong" 
operator="PCCW-HKT" status="Operational"
  17 bands="GSM 1800" cc="hk" country="Hong Kong" operator="SmarTone Mobile 
Communications Limited" status="Operational"
  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"
+ 20 bands="" cc="hk" country="Hong Kong" operator="PCCW-HKT" status=""
+ 21 bands="" cc="hk" country="Hong Kong" operator="21Vianet Mobile Ltd." 
status=""
+ 22 bands="" cc="hk" country="Hong Kong" operator="Delcom (HK) Ltd" status=""
+ 23 bands="MVNO" cc="hk" country="Hong Kong" operator="Lycamobile Hong Kong 
Ltd" 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 – 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="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 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 / LTE" brand="CTM" cc="mo" country="Macau 
(China)" operator="Companhia de Telecomunicações de Macau, S.A.R.L." 
status="Operational"
+ 02 bands="CDMA 800" brand="China Telecom" cc="mo" country="Macau (China)" 
operator="China Telecom (Macau) Company Limited" status="Operational"
+ 03 bands="GSM 900 / GSM 1800" brand="3" cc="mo" country="Macau (China)" 
operator="Hutchison Telephone (Macau), Limitada" status="Operational"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="CTM" cc="mo" country="Macau 
(China)" operator="Companhia de Telecomunicações de Macau, S.A.R.L." 
status="Operational"
+ 05 bands="UMTS 900 / UMTS 2100" brand="3" cc="mo" country="Macau (China)" 
operator="Hutchison Telephone (Macau), Limitada" status="Operational"
+ 06 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="SmarTone" cc="mo" 
country="Macau (China)" operator="Smartone – Comunicações Móveis, S.A." 
status="Operational"
+ 07 bands="LTE" brand="China Telecom" cc="mo" country="Macau (China)" 
operator="China Telecom (Macau) Limitada" status="Operational"
  00-99
 456
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cellcard" cc="kh" 
country="Cambodia" operator="The Royal Group" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cellcard ( Mobitel )" 
cc="kh" country="Cambodia" operator="The Royal Group" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Smart Axiata" 
cc="kh" country="Cambodia" operator="Smart Axiata Co. Ltd" 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"
@@ -1685,37 +1786,48 @@
  18 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cellcard" cc="kh" 
country="Cambodia" operator="The Royal Group" status="Operational"
  00-99
 457
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 /LTE 4G/" brand="LTC" cc="la" 
country="Laos" operator="LaoTelecom" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="LTC" cc="la" 
country="Laos" operator="Lao Telecom" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="ETL" cc="la" country="Laos" 
operator="Enterprise of Telecommunications Lao" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Unitel" cc="la" 
country="Laos" operator="Star Telecom Co., Ltd" status="Operational"
- 08 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 4G" brand="Beeline" cc="la" 
country="Laos" operator="VimpelCom Lao Ltd" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE" brand="Unitel" cc="la" 
country="Laos" operator="Star Telecom Co., Ltd" status="Operational"
+ 08 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Beeline" cc="la" 
country="Laos" operator="VimpelCom Lao Ltd" status="Operational"
  00-99
 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"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / TD-LTE 2300 / TD-LTE 
2600 / 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"
- 03 bands="CDMA2000 800 / FDD-LTE 1800 / FDD-LTE 2100 / TD-LTE 2300 / TD-LTE 
2600" brand="China Telecom" cc="cn" country="China" operator="China Telecom" 
status="Operational"
+ 03 bands="CDMA2000 800 / LTE 1800 / LTE 2100 / TD-LTE 2300 / TD-LTE 2600" 
brand="China Telecom" cc="cn" country="China" operator="China Telecom" 
status="Operational"
  04 bands="" cc="cn" country="China" operator="Global Star Satellite" status=""
- 05 bands="CDMA2000 800 / FDD-LTE 1800 / FDD-LTE 2100 / TD-LTE 2300 / TD-LTE 
2600" brand="China Telecom" cc="cn" country="China" operator="China Telecom" 
status="Not operational"
+ 05 bands="CDMA2000 800 / LTE 1800 / 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"
+ 09 bands="" brand="China Unicom" cc="cn" country="China" operator="China 
Unicom" status=""
+ 11 bands="" brand="China Telecom" cc="cn" country="China" operator="China 
Telecom" status=""
  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 / LTE 700" brand="FarEasTone" 
cc="tw" country="Taiwan" operator="Far EasTone Telecommunications Co Ltd" 
status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 700 / LTE 1800" 
brand="FarEasTone" cc="tw" country="Taiwan" operator="Far EasTone 
Telecommunications Co Ltd" status="Operational"
+ 02 bands="GSM 900" brand="FarEasTone" cc="tw" country="Taiwan" operator="Far 
EasTone Telecommunications Co Ltd" status=""
+ 03 bands="UMTS 2100" brand="FarEasTone" cc="tw" country="Taiwan" 
operator="Far EasTone Telecommunications Co Ltd" status=""
  05 bands="CDMA2000 800 / LTE 700" brand="APTG" cc="tw" country="Taiwan" 
operator="Asia Pacific Telecom" status="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"
+ 07 bands="WiMAX 2600" brand="FarEasTone" cc="tw" country="Taiwan" 
operator="Far EasTone Telecommunications Co Ltd" status="Not operational"
+ 09 bands="WiMAX 2600" brand="VMAX" cc="tw" country="Taiwan" operator="Vmax 
Telecom" status="Operational"
+ 10 bands="WiMAX 2600" brand="G1" cc="tw" country="Taiwan" operator="Global 
Mobile Corp." status="Operational"
+ 11 bands="GSM 1800" brand="Chunghwa LDM" cc="tw" country="Taiwan" 
operator="LDTA/Chunghwa Telecom" status="Operational"
+ 12 bands="LTE 700 / LTE 900" cc="tw" country="Taiwan" operator="Ambit 
Microsystems" status="Operational"
+ 56 bands="WiMAX 2600 / PHS" brand="FITEL" cc="tw" country="Taiwan" 
operator="First International Telecom" status="Not operational"
+ 68 bands="WiMAX 2600" cc="tw" country="Taiwan" operator="Tatung InfoComm" 
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"
+ 89 bands="UMTS 2100 / LTE 900" brand="T Star" cc="tw" country="Taiwan" 
operator="Taiwan Star Telecom" status="Operational"
+ 90 bands="LTE 900" brand="T Star" cc="tw" country="Taiwan" operator="Taiwan 
Star Telecom" status=""
  92 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 900 / LTE 1800" 
brand="Chunghwa" 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"
- 97 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 700" brand="Taiwan Mobile" 
cc="tw" country="Taiwan" operator="Taiwan Mobile Co. Ltd" status="Operational"
+ 97 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 700 / LTE 1800" brand="Taiwan 
Mobile" cc="tw" country="Taiwan" operator="Taiwan Mobile Co. Ltd" 
status="Operational"
  99 bands="GSM 900" brand="TransAsia" cc="tw" country="Taiwan" 
operator="TransAsia Telecoms" status="Not operational"
  00-99
 467
  05 bands="UMTS 2100" brand="Koryolink" cc="kp" country="North Korea" 
operator="Cheo Technology Jv Company" status="Operational"
- 193 bands="GSM 900" brand="SunNet" cc="kp" country="North Korea" 
operator="Korea Posts and Telecommunications Corporation" status="discontinued"
+ 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 / UMTS 2100" brand="Grameenphone" cc="bd" 
country="Bangladesh" operator="GrameenPhone Ltd" status="Operational"
@@ -1731,11 +1843,11 @@
  00-99
 502
  01 bands="CDMA2000 450" brand="ATUR 450" cc="my" country="Malaysia" 
operator="Telekom Malaysia Bhd" status="Operational"
- 10 cc="my" country="Malaysia" operator="DiGi Telecommunications"
+ 10 cc="my" country="Malaysia" operator="DiGi Telecommunications" status=""
  11 bands="CDMA2000 850" brand="TM Homeline" cc="my" country="Malaysia" 
operator="Telekom Malaysia Bhd" status="Operational"
  12 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" brand="Maxis" 
cc="my" country="Malaysia" operator="Maxis Mobile Services SDN Berhad" 
status="Operational"
  13 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Celcom" cc="my" 
country="Malaysia" operator="Celcom Axiata Berhad" status="Operational"
- 14 cc="my" country="Malaysia" operator="Telekom Malaysia Berhad for PSTN SMS"
+ 14 cc="my" country="Malaysia" operator="Telekom Malaysia Berhad for PSTN SMS" 
status=""
  150 bands="MVNO" brand="Tune Talk" cc="my" country="Malaysia" operator="Tune 
Talk Sdn Bhd" status="Operational"
  151 bands="MVNO" cc="my" country="Malaysia" operator="Baraka Telecom Sdn Bhd 
(MVNE)" status="Operational"
  152 bands="WiMAX 2.3&nbsp;GHz / LTE 4G" brand="Yes" cc="my" 
country="Malaysia" operator="YTL Communications Sdn Bhd" status="Operational"
@@ -1752,7 +1864,7 @@
  00-99
 505
  01 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 700 / 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 700 / LTE 1800 / 
LTE-TDD 2300" brand="Optus" cc="au" country="Australia" operator="Singtel Optus 
Proprietary Limited" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 700 / LTE 1800 / 
TD-LTE 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"
@@ -1763,7 +1875,7 @@
  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"
+ 13 bands="GSM 1800" brand="Railcorp" cc="au" country="Australia" 
operator="Railcorp, Transport for New South Wales" status="Operational"
  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="VicTrack" cc="au" country="Australia" 
operator="Victorian Rail Track" status="Reserved"
@@ -1793,33 +1905,31 @@
  00-99
 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 / LTE FDD 900" brand="INDOSAT" 
cc="id" country="Indonesia" operator="PT Indonesian Satellite Corporation Tbk 
(INDOSAT)" status="Operational"
- 03 bands="CDMA 800" brand="StarOne" cc="id" country="Indonesia" operator="PT 
Indosat Tbk" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 900 / LTE 1800" 
brand="INDOSAT" cc="id" country="Indonesia" operator="PT Indonesian Satellite 
Corporation Tbk (INDOSAT)" status="Operational"
+ 03 bands="CDMA 800" brand="StarOne" cc="id" country="Indonesia" operator="PT 
Indosat Tbk" status="Not 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="CDMA 1900 / 800 / LTE TDD 2300" brand="SMARTFREN" cc="id" 
country="Indonesia" operator="PT Smart Telecom" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE FDD 900" brand="Telkomsel" 
cc="id" country="Indonesia" operator="PT Telekomunikasi Selular" 
status="Operational"
- 11 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE FDD 1800" brand="XL" cc="id" 
country="Indonesia" operator="PT XL Axiata Tbk" status="Operational"
+ 09 bands="CDMA 800 / CDMA 1900 / LTE 850 / LTE 1800 / TD-LTE 2300" 
brand="Smartfren" cc="id" country="Indonesia" operator="PT Smart Telecom" 
status="Operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 900 / LTE 1800" 
brand="Telkomsel" cc="id" country="Indonesia" operator="PT Telekomunikasi 
Selular" status="Operational"
+ 11 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 900 / LTE 1800" 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="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"
- 88 bands="LTE TDD 2300" brand="BOLT! Super 4G" cc="id" country="Indonesia" 
operator="PT Internux" status="Operational"
- 89 bands="GSM 1800 / UMTS 2100" brand="3" cc="id" country="Indonesia" 
operator="PT Hutchison CP Telecommunications" status="Operational"
+ 88 bands="TD-LTE 2300" brand="BOLT! Super 4G" cc="id" country="Indonesia" 
operator="PT Internux" status="Operational"
+ 89 bands="GSM 1800 / UMTS 2100 / LTE 1800" brand="3" cc="id" 
country="Indonesia" operator="PT Hutchison CP Telecommunications" 
status="Operational"
  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 / 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"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 850" brand="Telkomcel" cc="tl" 
country="East Timor" operator="PT Telekomunikasi Indonesia International" 
status="Operational"
+ 02 bands="GSM 900 / UMTS" brand="TT" cc="tl" country="East Timor" 
operator="Timor Telecom" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS" brand="Telemor" cc="tl" country="East 
Timor" operator="Viettel Timor-Leste" status="Operational"
  00-99
 515
  01 bands="GSM 900" brand="Islacom" cc="ph" country="Philippines" 
operator="Globe Telecom via Innove Communications" status="Not operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 900 / UMTS 2100" brand="Globe" 
cc="ph" country="Philippines" operator="Globe Telecom" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100" brand="Smart" cc="ph" 
country="Philippines" operator="PLDT via Smart Communications" 
status="Operational"
- 05 bands="GSM 1800 / UMTS 2100" brand="Sun" cc="ph" country="Philippines" 
operator="Digital Telecommunications Philippines" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 900 / UMTS 2100 / LTE 1800" 
brand="Globe" cc="ph" country="Philippines" operator="Globe Telecom" 
status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800" brand="Smart" 
cc="ph" country="Philippines" operator="PLDT via Smart Communications" 
status="Operational"
+ 05 bands="GSM 1800 / UMTS 2100 / LTE 1800" 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"
@@ -1833,7 +1943,7 @@
  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"
  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"
+ 18 bands="GSM 1800 / UMTS 850 / LTE 1800" 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="Not 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=""
@@ -1862,7 +1972,7 @@
  05 bands="UMTS 850 / UMTS 2100 / LTE 700 / LTE 1800 / LTE 2600" brand="Spark 
NZ" cc="nz" country="New Zealand" operator="Spark New Zealand" 
status="Operational"
  06 bands="MVNO" 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 900 / UMTS 2100" brand="2degrees" cc="nz" 
country="New Zealand" operator="2degrees" status="Operational"
+ 24 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 700 / LTE 1800" 
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"
@@ -1885,13 +1995,16 @@
  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-TDD 2300" brand="WanTok" cc="vu" country="Vanuatu" 
operator="WanTok Vanuatu Ltd" status="Operational"
+ 07 bands="TD-LTE 2300" brand="WanTok" cc="vu" country="Vanuatu" 
operator="WanTok Vanuatu Ltd" status="Operational"
  00-99
 542
  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
+543
+ 01 bands="" cc="wf" country="Wallis and Futuna" operator="Manuia" status=""
+ 00-99
 544
  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
@@ -1909,7 +2022,7 @@
  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"
+ 01 bands="GSM 900 / UMTS 900" brand="Kokanet" cc="ck" country="Cook Islands 
(Pacific Ocean)" operator="Telecom Cook Islands" status="Operational"
  00-99
 549
  01 bands="GSM 900 / UMTS 2100" brand="Digicel" cc="ws" country="Samoa" 
operator="Digicel Pacific Ltd." status="Operational"
@@ -1938,14 +2051,14 @@
  00-99
 603
  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/ UMTS 2100" brand="Djezzy" cc="dz" 
country="Algeria" operator="Orascom Telecom Algerie Spa" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Djezzy" cc="dz" 
country="Algeria" operator="Orascom Telecom Algerie Spa" 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"
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="IAM" cc="ma" 
country="Morocco" operator="Ittissalat Al Maghrib (Maroc Telecom)" 
status="Operational"
+ 00 bands="GSM 900 / GSM 1800 / LTE" brand="Méditel" cc="ma" country="Morocco" 
operator="Medi Telecom" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" brand="IAM" 
cc="ma" country="Morocco" operator="Ittissalat Al Maghrib (Maroc Telecom)" 
status="Operational"
  02 bands="GSM 900 / GSM 1800" brand="Wana Corporate" cc="ma" 
country="Morocco" operator="Wana)" status="Operational"
- 05 bands="GSM 900 / GSM 1800" brand="INWI" cc="ma" country="Morocco" 
operator="WANA - Groupe ONA" status="Operational"
+ 05 bands="GSM 900 / GSM 1800 / LTE 1800" brand="INWI (Telecommunications)" 
cc="ma" country="Morocco" operator="WANA - Groupe ONA" status="Operational"
  00-99
 605
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange" cc="tn" 
country="Tunisia" operator="Orange Tunisie" status="Operational"
@@ -1995,7 +2108,7 @@
  05 bands="GSM 900 / UMTS" 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" brand="café" cc="ci" country="Ivory Coast" 
operator="Aircomm" status="Operational"
- 18 bands="LTE-TDD 2300" cc="ci" country="Ivory Coast" operator="YooMee" 
status="Operational"
+ 18 bands="TD-LTE 2300" cc="ci" country="Ivory Coast" operator="YooMee" 
status="Operational"
  00-99
 613
  01 bands="GSM 900 / UMTS" brand="Telmob" cc="bf" country="Burkina Faso" 
operator="Onatel" status="Operational"
@@ -2014,9 +2127,9 @@
  00-99
 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"
+ 02 bands="GSM 900 / UMTS" brand="Moov" cc="bj" country="Benin" 
operator="Telecel 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"
+ 04 bands="GSM 900 / GSM 1800" brand="BBCOM" cc="bj" country="Benin" 
operator="Bell Benin Communications" status="Operational"
  05 bands="GSM 900 / GSM 1800" brand="Glo" cc="bj" country="Benin" 
operator="Glo Communication Benin" status="Operational"
  00-99
 617
@@ -2051,16 +2164,16 @@
  04 bands="CDMA2000" brand="Expresso" cc="gh" country="Ghana" operator="Kasapa 
/ Hutchison Telecom" 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"
- 08 bands="LTE-FDD 2600" brand="Surfline" cc="gh" country="Ghana" 
operator="Surfline Communications Ltd" status="Operational"
- 10 bands="LTE-TDD 2600" brand="Blu" cc="gh" country="Ghana" operator="Blu 
Telecommunications" status="Operational"
+ 08 bands="LTE 2600" brand="Surfline" cc="gh" country="Ghana" 
operator="Surfline Communications Ltd" status="Operational"
+ 10 bands="TD-LTE 2600" brand="Blu" cc="gh" country="Ghana" operator="Blu 
Telecommunications" status="Operational"
  11 bands="" cc="gh" country="Ghana" operator="Netafrique Dot Com Ltd" 
status=""
  00-99
 621
  00 bands="LTE 1900" cc="ng" country="Nigeria" operator="Capcom" status="Not 
operational"
  20 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Airtel" cc="ng" 
country="Nigeria" operator="Bharti Airtel Limited" status="Operational"
- 24 bands="LTE-TDD 2300" cc="ng" country="Nigeria" operator="Spectranet" 
status="Operational"
+ 24 bands="TD-LTE 2300" cc="ng" country="Nigeria" operator="Spectranet" 
status="Operational"
  25 bands="CDMA2000 800 / CDMA2000 1900" brand="Visafone" cc="ng" 
country="Nigeria" operator="Visafone Communications Ltd." status="Operational"
- 26 bands="LTE-TDD 2300" cc="ng" country="Nigeria" operator="Swift" 
status="Operational"
+ 26 bands="TD-LTE 2300" cc="ng" country="Nigeria" operator="Swift" 
status="Operational"
  27 bands="LTE 800" brand="Smile" cc="ng" country="Nigeria" operator="Smile 
Communications Nigeria" status="Operational"
  30 bands="GSM 900 / GSM 1800 / UMTS 2100" 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="Not operational"
@@ -2068,15 +2181,15 @@
  60 bands="GSM 900 / GSM 1800 / UMTS 2100" 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"
+ 01 bands="GSM 900 / UMTS" brand="Airtel" cc="td" country="Chad" 
operator="Bharti Airtel SA" 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"
+ 03 bands="GSM 900 / GSM 1800 / UMTS" 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"
  02 bands="GSM 900" brand="TC" cc="cf" country="Central African Republic" 
operator="Telecel Centrafrique" status="Operational"
- 03 bands="GSM 1800" brand="Orange" cc="cf" country="Central African Republic" 
operator="Orange RCA" status="Reserved"
+ 03 bands="GSM 1800 / UMTS" brand="Orange" cc="cf" country="Central African 
Republic" operator="Orange RCA" status="Operational"
  04 bands="GSM 900" brand="Nationlink" cc="cf" country="Central African 
Republic" operator="Nationlink Telecom RCA" status="Operational"
  00-99
 624
@@ -2085,8 +2198,8 @@
  04 bands="" brand="Nexttel" cc="cm" country="Cameroon" operator="Nexttel" 
status="Operational"
  00-99
 625
- 01 bands="GSM 900" brand="CVMOVEL" cc="cv" country="Cape Verde" 
operator="CVMovel, S.A." status="Operational"
- 02 bands="GSM 1800" brand="T+" cc="cv" country="Cape Verde" operator="T+" 
status="Operational"
+ 01 bands="GSM 900 / UMTS" brand="CVMOVEL" cc="cv" country="Cape Verde" 
operator="CVMóvel, S.A." status="Operational"
+ 02 bands="GSM 1800 / UMTS 2100" brand="T+" cc="cv" country="Cape Verde" 
operator="UNITEL T+ TELECOMUNICACÕES, S.A." status="Operational"
  00-99
 626
  01 bands="GSM 900" brand="CSTmovel" cc="st" country="Sao Tome and Principe" 
operator="Companhia Santomese de Telecomunicaçôe" status="Operational"
@@ -2103,13 +2216,13 @@
  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="Congo" operator="Celtel 
Congo" status="Operational"
+ 01 bands="GSM 900 / UMTS 2100" brand="Airtel" cc="cg" country="Congo" 
operator="Celtel Congo" status="Operational"
  07 bands="GSM 900" cc="cg" country="Congo" operator="Warid Telecom" 
status="Operational"
  10 bands="GSM 900" brand="Libertis Telecom" cc="cg" country="Congo" 
operator="MTN CONGO S.A" status="Operational"
  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="airtel" cc="cd" country="Democratic Republic of the 
Congo" operator="Airtel sprl" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS" brand="Vodacom" cc="cd" 
country="Democratic Republic of the Congo" operator="Vodacom Congo RDC sprl" 
status="Operational"
+ 02 bands="GSM 900 / UMTS" 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 bands="" brand="Libertis Telecom" cc="cd" country="Democratic Republic of 
the Congo" status="Operational"
@@ -2136,9 +2249,10 @@
 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"
+ 03 bands="" brand="MTN" cc="sd" country="Sudan" operator="MTN Sudan" status=""
  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"
+ 09 brand="Privet Network" cc="sd" country="Sudan" operator="NEC" status=""
  00-99
 635
  10 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTN" cc="rw" 
country="Rwanda" operator="MTN Rwandacell SARL" status="Operational"
@@ -2152,26 +2266,26 @@
  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"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 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"
  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"
- 67 bands="GSM 900 GSM 1800 3G 2100" brand="Horntel Group" cc="so" 
country="Somalia" operator="HTG Group Somalia" status="Operational"
+ 50 bands="GSM 900 / UMTS" brand="Hormuud" cc="so" country="Somalia" 
operator="Hormuud Telecom Somalia Inc" status="Operational"
+ 57 bands="GSM 900 / GSM 1800" brand="UNITEL" cc="so" country="Somalia" 
operator="UNITEL S.a.r.l." status="Operational"
+ 60 bands="GSM 900 / GSM 1800" brand="Nationlink Telecom" cc="so" 
country="Somalia" operator="Nationlink Telecom" status="Operational"
+ 67 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Horntel Group" cc="so" 
country="Somalia" operator="HTG Group Somalia" 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 / 4G LTE Alcatel-Lucent" 
brand="Telcom" cc="so" country="Somalia" operator="Telcom Somalia" 
status="Operational"
+ 71 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Somtel" cc="so" 
country="Somalia" operator="Somtel" status="Operational"
+ 82 bands="GSM 900 / GSM 1800 / CDMA2000 / LTE" 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"
+ 01 bands="GSM 900 / UMTS" brand="Evatis" cc="dj" country="Djibouti" 
operator="Djibouti Telecom SA" status="Operational"
  00-99
 639
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Safaricom" 
cc="ke" country="Kenya" operator="Safaricom Limited" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Airtel" cc="ke" 
country="Kenya" operator="B Airtel" status="Operational"
- 05 bands="GSM 900" brand="yu" cc="ke" country="Kenya" operator="Econet 
Wireless Kenya" status="Operational"
- 07 bands="CDMA2000 / GSM 900 / GSM 1800 / UMTS 2100" brand="Orange Kenya" 
cc="ke" country="Kenya" operator="Telkom Kenya" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="Safaricom" cc="ke" country="Kenya" operator="Safaricom Limited" 
status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Airtel" cc="ke" 
country="Kenya" operator="Bharti Airtel" status="Operational"
+ 05 bands="GSM 900" brand="yu" cc="ke" country="Kenya" operator="Essar Telecom 
Kenya" status="Not operational"
+ 07 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange Kenya" cc="ke" 
country="Kenya" operator="Telkom Kenya" status="Operational"
  00-99
 640
  01 bands="" cc="tz" country="Tanzania" operator="Rural NetCo Limited" 
status=""
@@ -2188,8 +2302,8 @@
  00-99
 641
  01 bands="GSM 900 / UMTS 2100" brand="Airtel" cc="ug" country="Uganda" 
operator="Bharti Airtel" status="Operational"
- 06 bands="LTE-TDD 2600" brand="Vodafone" cc="ug" country="Uganda" 
operator="Afrimax Uganda" status="Operational"
- 10 bands="GSM 900 / UMTS 900 / UMTS 2100 / LTE-TDD 2600" brand="MTN" cc="ug" 
country="Uganda" operator="MTN Uganda" status="Operational"
+ 06 bands="TD-LTE 2600" brand="Vodafone" cc="ug" country="Uganda" 
operator="Afrimax Uganda" status="Operational"
+ 10 bands="GSM 900 / UMTS 900 / UMTS 2100 / TD-LTE 2600" brand="MTN" cc="ug" 
country="Uganda" operator="MTN Uganda" status="Operational"
  11 bands="GSM 900 / UMTS 2100" brand="UTL" cc="ug" country="Uganda" 
operator="Uganda Telecom Ltd." status="Operational"
  14 bands="GSM 900 / GSM 1800 / UMTS / LTE 800" brand="Africell" cc="ug" 
country="Uganda" operator="Africell Uganda" status="Operational"
  18 bands="GSM 900 / GSM 1800" cc="ug" country="Uganda" operator="Suretelecom" 
status="Operational"
@@ -2204,9 +2318,9 @@
  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"
+ 07 bands="GSM 1800 / UMTS" brand="Smart Mobile" cc="bi" country="Burundi" 
operator="LACELL SU" status="Operational"
  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"
+ 82 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Leo" cc="bi" 
country="Burundi" operator="Orascom Telecom" status="Operational"
  00-99
 643
  01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="mCel" cc="mz" 
country="Mozambique" operator="Mocambique Celular S.A." status="Operational"
@@ -2219,10 +2333,10 @@
  03 bands="GSM 900" brand="ZAMTEL" cc="zm" country="Zambia" operator="Zambia 
Telecommunications Company Ltd" status="Operational"
  00-99
 646
- 01 bands="GSM 900 / GSM 1800" brand="Airtel" cc="mg" country="Madagascar" 
operator="Bharti Airtel" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100" 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="Not operational"
- 04 bands="GSM 900" brand="Telma" cc="mg" country="Madagascar" operator="Telma 
Mobile S.A." status="Operational"
+ 04 bands="GSM 900 / LTE" brand="Telma" cc="mg" country="Madagascar" 
operator="Telma Mobile S.A." status="Operational"
  00-99
 647
  00 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange" cc="re" 
country="Réunion (France)" operator="Orange La Réunion" status="Operational"
@@ -2239,6 +2353,7 @@
  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 / LTE 1800" brand="TN Mobile" cc="na" 
country="Namibia" operator="Telecom Namibia" status="Operational"
+ 04 bands="WiMAX 2500" cc="na" country="Namibia" operator="Paratus 
Telecommunications (Pty)" status="Operational"
  00-99
 650
  01 bands="GSM 900 / GSM 1800" brand="TNM" cc="mw" country="Malawi" 
operator="Telecom Network Malawi" status="Operational"
@@ -2262,7 +2377,7 @@
  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 / LTE-TDD 2300" brand="Telkom" cc="za" 
country="South Africa" operator="Telkom SA Ltd" status="Operational"
+ 02 bands="GSM 1800 / UMTS 2100 / TD-LTE 2300" brand="Telkom" cc="za" 
country="South Africa" operator="Telkom SA Ltd" status="Operational"
  04 bands="" cc="za" country="South Africa" operator="Sasol (Pty) Ltd." 
status=""
  06 bands="" cc="za" country="South Africa" operator="Sentech (Pty) Ltd" 
status="Operational"
  07 bands="GSM 900 / GSM 1800 / UMTS 900" brand="Cell C" cc="za" 
country="South Africa" operator="Cell C (Pty) Ltd" status="Operational"
@@ -2272,6 +2387,7 @@
  13 bands="CDMA 800" brand="Neotel" cc="za" country="South Africa" 
operator="Neotel Pty Ltd" status="Operational"
  14 bands="LTE 1800" brand="Neotel" cc="za" country="South Africa" 
operator="Neotel Pty Ltd" status="Operational"
  16 bands="" cc="za" country="South Africa" operator="Phoenix System 
Integration (Pty) Ltd" status="Not operational"
+ 17 bands="" cc="za" country="South Africa" operator="Sishen Iron Ore Company 
(Ltd) Pty" status=""
  19 bands="" 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"
  25 bands="" cc="za" country="South Africa" operator="Wirels Connect" status=""
@@ -2290,17 +2406,21 @@
 657
  01 bands="GSM 900" brand="Eritel" cc="er" country="Eritrea" operator="Eritrea 
Telecommunications Services Corporation" status="Operational"
  00-99
+658
+ 01 bands="GSM" brand="Sure" cc="sh" country="Saint Helena, Ascension and 
Tristan da Cunha" operator="Sure South Atlantic Ltd." status="Operational"
+ 00-99
 659
- 02 bands="GSM 900/1800, UMTS 2100" brand="MTN" country="South Sudan - SS" 
operator="MTN South Sudan" status="Operational"
- 03 bands="GSM 900/1800" brand="Gemtel" country="South Sudan - SS" 
operator="Gemtel" status="Operational"
- 04 bands="GSM 900/1800" brand="Vivacell" country="South Sudan - SS" 
operator="Network of the World (NOW)" status="Operational"
- 06 bands="GSM 900/1800" brand="Zain" country="South Sudan - SS" 
operator="Zain South Sudan" status="Operational"
- 07 bands="CDMA" brand="Sudani" country="South Sudan - SS" operator="Sudani" 
status="Operational"
+ 02 bands="GSM 900/1800, UMTS 2100" brand="MTN" cc="ss" country="South Sudan" 
operator="MTN South Sudan" status="Operational"
+ 03 bands="GSM 900/1800" brand="Gemtel" cc="ss" country="South Sudan" 
operator="Gemtel" status="Operational"
+ 04 bands="GSM 900/1800" brand="Vivacell" cc="ss" country="South Sudan" 
operator="Network of the World (NOW)" status="Operational"
+ 06 bands="GSM 900/1800" brand="Zain" cc="ss" country="South Sudan" 
operator="Zain South Sudan" status="Operational"
+ 07 bands="CDMA" brand="Sudani" cc="ss" country="South Sudan" 
operator="Sudani" status="Operational"
  00-99
 702
- 67 bands="GSM 1900 / UMTS / LTE 850 / LTE 1900" brand="DigiCel" 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"
+ 67 bands="GSM 1900 / UMTS 850 / LTE 850 / LTE 1900" brand="DigiCell" cc="bz" 
country="Belize" operator="Belize Telemedia Limited (BTL)" status="Operational"
+ 68 bands="" brand="INTELCO" cc="bz" country="Belize" operator="International 
Telecommunications Ltd." status="Not operational"
+ 69 bands="CDMA2000 850" brand="SMART" cc="bz" country="Belize" 
operator="Speednet Communications Limited" status="Operational"
+ 99 bands="CDMA2000 850" brand="SMART" cc="bz" country="Belize" 
operator="Speednet Communications Limited" status="Operational"
  00-99
 704
  01 bands="CDMA 1900 / GSM 900 / GSM 1900 / UMTS 1900" brand="Claro" cc="gt" 
country="Guatemala" operator="Telecomunicaciones de Guatemala, S.A." 
status="Operational"
@@ -2339,7 +2459,7 @@
  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 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 
1700-2100" 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" 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 / 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"
@@ -2354,7 +2474,7 @@
  310 bands="GSM 1900" brand="Claro" cc="ar" country="Argentina" operator="AMX 
Argentina 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"
- 341 bands="GSM 850 / GSM 1900 / UMTS" brand="Personal" cc="ar" 
country="Argentina" operator="Telecom Personal S.A." status="Operational"
+ 341 bands="GSM 850 / GSM 1900 / UMTS / LTE 1700" 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
@@ -2389,31 +2509,40 @@
  01 bands="GSM 1900 / UMTS 1900 / LTE 2600" brand="entel" cc="cl" 
country="Chile" operator="Entel Telefonía Móvil S.A." status="Operational"
  02 bands="GSM 850 / GSM 1900 / 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 850 / UMTS 1900 / 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"
+ 04 bands="iDEN 800" brand="WOM" cc="cl" country="Chile" operator="Novator 
Partners" status="Operational"
  05 bands="" cc="cl" country="Chile" operator="Multikom S.A." status=""
- 06 bands="Operational" brand="Telefónica del Sur" cc="cl" country="Chile" 
operator="Blue Two Chile S.A." status="MVNO"
+ 06 bands="MVNO" brand="Telefónica del Sur" cc="cl" country="Chile" 
operator="Blue Two Chile S.A." status="Operational"
  07 bands="" brand="movistar" cc="cl" country="Chile" operator="Telefónica 
Móvil de Chile" status=""
  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"
+ 09 bands="UMTS 1700" brand="WOM" cc="cl" country="Chile" operator="Novator 
Partners" 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="MVNO" brand="Colo-Colo Movil  Wanderers Movil" cc="cl" 
country="Chile" operator="Telestar Móvil S.A." status="Operational"
- 13 bands="Operational" brand="Virgin Mobile" cc="cl" country="Chile" 
operator="Tribe Mobile Chile SPA" status="MVNO"
+ 12 bands="MVNO" brand="Wanderers Móvil" cc="cl" country="Chile" 
operator="Telestar Móvil S.A." status="Operational"
+ 13 bands="MVNO" brand="Virgin Mobile" cc="cl" country="Chile" operator="Tribe 
Mobile Chile SPA" status="Operational"
  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=""
+ 16 bands="MVNO" cc="cl" country="Chile" operator="Nomade Telecomunicaciones 
S.A." status=""
+ 17 bands="" cc="cl" country="Chile" operator="COMPATEL Chile Limitada" 
status=""
  99 bands="GSM 1900 / UMTS 1900" brand="Will" cc="cl" country="Chile" 
operator="WILL Telefonía" status="Operational"
  00-99
 732
- 001 bands="" brand="movistar (?)" 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=""
+ 001 bands="" brand="movistar" cc="co" country="Colombia" operator="Colombia 
Telecomunicaciones S.A. ESP" status="Operational"
+ 002 bands="" brand="Edatel" cc="co" country="Colombia" operator="Edatel S.A. 
ESP" status="Operational"
+ 003 bands="" cc="co" country="Colombia" operator="LLEIDA S.A.S." status=""
+ 004 bands="" cc="co" country="Colombia" operator="COMPATEL COLOMBIA SAS" 
status=""
+ 020 bands="LTE 2600" brand="Une-EPM" cc="co" country="Colombia" operator="Une 
EPM Telecomunicaciones S.A. E.S.P." status="Operational"
  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 / 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 / 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"
+ 101 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 1700 / LTE 2600" 
brand="Claro" cc="co" country="Colombia" operator="COMCEL S.A." 
status="Operational"
+ 102 bands="GSM 850 / GSM 1900 / CDMA 850" cc="co" country="Colombia" 
operator="Bellsouth Colombia" status="Not operational"
+ 103 bands="GSM 1900 / UMTS / LTE 1700" brand="Tigo" cc="co" 
country="Colombia" operator="Colombia Móvil S.A. ESP" status="Operational"
+ 111 bands="GSM 1900 / UMTS / LTE 1700" brand="Tigo" cc="co" 
country="Colombia" operator="Colombia Móvil S.A. ESP" status="Operational"
+ 123 bands="GSM 850 / GSM 1900 / UMTS / LTE 1700 / CDMA 850" brand="movistar" 
cc="co" country="Colombia" operator="Colombia Telecomunicaciones S.A. ESP" 
status="Operational"
+ 130 bands="GSM 850 / iDEN / LTE 1700" brand="AVANTEL" cc="co" 
country="Colombia" operator="Avantel S.A.S" status="Operational"
+ 142 bands="" cc="co" country="Colombia" operator="Une EPM Telecomunicaciones 
S.A. E.S.P." status=""
+ 154 bands="MVNO" cc="co" country="Colombia" operator="Virgin Mobile Colombia 
S.A.S." status="Operational"
+ 165 bands="" cc="co" country="Colombia" operator="Colombia Móvil S.A. ESP" 
status=""
+ 176 bands="TD-LTE 2600" cc="co" country="Colombia" operator="DirecTV Colombia 
Ltda" status="Operational"
+ 187 bands="LTE 1700" cc="co" country="Colombia" operator="Empresa de 
Telecomunicaciones de Bogotá S.A. ESP" status="Operational"
  000-999
 734
  01 bands="GSM 900" brand="Digitel" cc="ve" country="Venezuela" 
operator="Corporacion Digitel C.A." status="Not operational"
@@ -2423,7 +2552,7 @@
  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"
+ 01 bands="GSM 1900 / UMTS" brand="Viva" cc="bo" country="Bolivia" 
operator="Nuevatel PCS De Bolivia SA" 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
@@ -2432,9 +2561,9 @@
  02 bands="GSM 900" brand="GT&T Cellink Plus" cc="gy" country="Guyana" 
operator="Guyana Telephone & Telegraph Co." status="Operational"
  00-99
 740
- 00 bands="GSM 850 / UMTS 900 / UMTS 1900" brand="Movistar" cc="ec" 
country="Ecuador" operator="Otecel S.A." status="Operational"
+ 00 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 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 / CDMA 1900" brand="CNT Mobile" cc="ec" country="Ecuador" 
operator="Corporación Nacional de Telecomunicaciones (CNT EP)" 
status="Operational"
+ 02 bands="GSM 850 / UMTS / LTE 1700" 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"
@@ -2445,10 +2574,10 @@
  06 bands="GSM 1800 / LTE 1700" brand="Copaco" cc="py" country="Paraguay" 
operator="Copaco S.A." status="Operational"
  00-99
 746
- 02 bands="GSM 900 / GSM 1800" brand="Telesur" cc="sr" country="Suriname" 
operator="Telecommunications Company Suriname (Telesur)" status="Operational"
- 03 bands="GSM 900/ GSM 1800" brand="Digicel" cc="sr" country="Suriname" 
operator="Digicel Group Limited" status="Operational"
- 04 bands="GSM 900" brand="Uniqa" cc="sr" country="Suriname" 
operator="Intelsur N.V. / UTS N.V." status="Operational"
- 05 bands="CDMA" brand="Telesur" cc="sr" country="Suriname" 
operator="Telecommunications Company Suriname (Telesur)" status=""
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telesur" cc="sr" 
country="Suriname" operator="Telecommunications Company Suriname (Telesur)" 
status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 850" brand="Digicel" cc="sr" 
country="Suriname" operator="Digicel Group Limited" status="Operational"
+ 04 bands="GSM 900 / UMTS" brand="Uniqa" cc="sr" country="Suriname" 
operator="Intelsur N.V. / UTS N.V." status="Operational"
+ 05 bands="CDMA 450" brand="Telesur" cc="sr" country="Suriname" 
operator="Telecommunications Company Suriname (Telesur)" status=""
  00-99
 748
  00 bands="TDMA" brand="Antel" cc="uy" country="Uruguay" 
operator="Administración Nacional de Telecomunicaciones" status=""
@@ -2472,22 +2601,22 @@
  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=""
+ 12 bands="GSM 1800" brand="Telenor" country="International operators" 
operator="Maritime Communications Partner AS (MCP)" status="Operational"
+ 13 bands="GSM 1800" brand="GSM.AQ" country="International operators" 
operator="BebbiCell AG" status="Operational"
+ 14 bands="GSM 1800" brand="AeroMobile" country="International operators" 
operator="AeroMobile AS" status="Operational"
  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"
+ 17 bands="GSM 1800" brand="Navitas" country="International operators" 
operator="JT Group Limited" status="Not 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"
+ 19 bands="GSM 900 / GSM 1800 / UMTS 2100" 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"
+ 21 bands="GSM 1800" country="International operators" operator="Wins Limited" 
status="Operational"
  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"
+ 26 bands="GSM 1800 / GSM 1900" brand="TIM@sea" country="International 
operators" operator="Telecom Italia Mobile" status="Operational"
+ 27 bands="GSM 1800" brand="OnMarine" country="International operators" 
operator="OnAir Switzerland Sarl" 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"
@@ -2495,16 +2624,18 @@
  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=""
+ 35 bands="GSM 850" country="International operators" operator="Globecomm 
Network Services" status="Operational"
  36 bands="GSM 1800" country="International operators" operator="Azerfon" 
status="Operational"
- 37 bands="2G, 3G, 4G Roaming" country="International operators" 
operator="Transatel" status="Operational"
- 38 bands="" country="International operators" operator="Multiregional Transit 
Telecom (MTT)" status=""
- 39 bands="" country="International operators" operator="MTX Connect Ltd" 
status=""
+ 37 bands="MVNO" country="International operators" operator="Transatel" 
status="Operational"
+ 38 bands="MVNO" country="International operators" operator="Multiregional 
TransitTelecom (MTT)" status="Operational"
+ 39 bands="MVNO" country="International operators" operator="MTX Connect Ltd" 
status="Operational"
  40 bands="" country="International operators" operator="Deutsche Telekom AG" 
status=""
- 41 bands="" country="International operators" operator="BodyTrace Netherlands 
B.V." status=""
+ 41 bands="MVNO" country="International operators" operator="BodyTrace 
Netherlands B.V." status="Operational"
  42 bands="" country="International operators" operator="DCN Hub ehf" status=""
- 43 bands="" country="International operators" operator="EMnify GmbH" status=""
+ 43 bands="MVNO" country="International operators" operator="EMnify GmbH" 
status="Operational"
  44 bands="" country="International operators" operator="AT&amp;T Inc." 
status=""
  45 bands="" country="International operators" operator="Advanced Wireless 
Network Company Limited" status=""
+ 46 bands="MVNO" country="International operators" operator="Telecom26 AG" 
status="Operational"
+ 47 bands="" country="International operators" operator="Ooredoo" 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 9b3792d..7bd86c4 100644
--- a/stdnum/isbn.dat
+++ b/stdnum/isbn.dat
@@ -1,7 +1,7 @@
 # generated from RangeMessage.xml, downloaded from
 # https://www.isbn-international.org/export_rangemessage.xml
-# file serial 163a541f-1011-4f23-ba84-80e3be02c022
-# file date Wed, 22 Apr 2015 16:00:13 CEST
+# file serial e055fb55-2661-4102-a6dc-6885d2dab806
+# file date Thu, 3 Sep 2015 12:56:52 CEST
 978
  0-5,600-649,7-7,80-94,950-989,9900-9989,99900-99999
  0 agency="English language"
@@ -28,8 +28,8 @@
   00-19,200-699,7000-7999,80000-84999,85-99
  602 agency="Indonesia"
   00-07,0800-0899,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
+  17000-17999,18000-18999,19000-19999,200-674,6750-6999,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"
@@ -172,7 +172,7 @@
  980 agency="Venezuela"
   00-19,200-599,6000-9999
  981 agency="Singapore"
-  00-11,17000-19999,200-289,290-299,3000-3099,310-399,4000-9999
+  00-16,17000-19999,200-299,3000-3099,310-399,4000-9999
  982 agency="South Pacific"
   00-09,100-699,70-89,9000-9799,98000-99999
  983 agency="Malaysia"
@@ -188,7 +188,8 @@
   00-09,1000-1999,20000-29999,30-35,3600-3999,4000-4199,42-43,4400-4499
   45000-48999,4900-4999,500-899,9000-9499,95000-99999
  988 agency="Hong Kong, China"
-  00-11,12000-14999,15000-16999,17000-19999,200-799,8000-9699,97000-99999
+  00-11,12000-14999,15000-16999,17000-19999,200-769,77000-79999,8000-9699
+  97000-99999
  989 agency="Portugal"
   0-1,20-54,550-799,8000-9499,95000-99999
  9924 agency="Cambodia"
@@ -258,7 +259,7 @@
  9956 agency="Cameroon"
   0-0,10-39,400-899,9000-9999
  9957 agency="Jordan"
-  00-39,400-699,70-84,8500-8799,88-99
+  00-39,400-649,65-69,70-84,8500-8799,88-99
  9958 agency="Bosnia and Herzegovina"
   00-01,020-029,0300-0399,040-089,0900-0999,10-18,1900-1999,20-49,500-899
   9000-9999
@@ -291,7 +292,7 @@
  9973 agency="Tunisia"
   00-05,060-089,0900-0999,10-69,700-969,9700-9999
  9974 agency="Uruguay"
-  0-2,30-54,550-749,7500-9499,95-99
+  0-2,30-54,550-749,7500-9099,91-94,95-99
  9975 agency="Moldova"
   0-0,100-299,3000-3999,4000-4499,45-89,900-949,9500-9999
  9976 agency="Tanzania"
@@ -447,7 +448,7 @@
  99964 agency="Nicaragua"
   0-1,20-79,800-999
  99965 agency="Macau"
-  0-3,40-69,700-999
+  0-3,40-62,630-999
  99966 agency="Kuwait"
   0-2,30-69,700-799,80-94
  99967 agency="Paraguay"
diff --git a/stdnum/isil.dat b/stdnum/isil.dat
index c2e33d8..f507d5e 100644
--- a/stdnum/isil.dat
+++ b/stdnum/isil.dat
@@ -28,6 +28,7 @@ NZ$ country="New Zealand" ra_url="http://natlib.govt.nz/"; 
ra="National Library o
 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"
+SK$ country="Slovak Republic" ra_url="http://www.snk.sk"; ra="Slovak National 
Library"
 O$ ra="See OCLC"
 OCLC$ country="WorldCat Symbol" ra_url="http://www.oclc.org"; ra="OCLC"
 ZDB$ country="Staatsbibliothek zu Berlin - Zeitschriftendatenbank" 
ra="Staatsbibliothek zu Berlin"

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

commit a891c6060db7df4fdb4f982e3c201f2b008a03dd
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Oct 11 11:59:14 2015 +0200

    Code style improvements
    
    Ensure that regular expressions are r'' strings, avoid too long lines
    and fix line wrapping. Also avoid catching toplevel Exception when
    possible and use binascii for hex to binary conversion which is
    available in both Python 2 and 3.

diff --git a/stdnum/al/nipt.py b/stdnum/al/nipt.py
index 1bb0002..6c7214a 100644
--- a/stdnum/al/nipt.py
+++ b/stdnum/al/nipt.py
@@ -46,7 +46,7 @@ from stdnum.util import clean
 
 
 # regular expression for matching number
-_nipt_re = re.compile('^[JKL][0-9]{8}[A-Z]$')
+_nipt_re = re.compile(r'^[JKL][0-9]{8}[A-Z]$')
 
 
 def compact(number):
diff --git a/stdnum/co/nit.py b/stdnum/co/nit.py
index dbc4f1c..6cb2fc9 100644
--- a/stdnum/co/nit.py
+++ b/stdnum/co/nit.py
@@ -78,6 +78,6 @@ def is_valid(number):
 def format(number):
     """Reformat the passed number to the standard format."""
     number = compact(number)
-    return ('.'.join(
-        number[i - 3:i] for i in reversed(range(-1, -len(number), -3))) +
-        '-' + number[-1])
+    return '.'.join(
+        number[i - 3:i] for i in reversed(range(-1, -len(number), -3))
+    ) + '-' + number[-1]
diff --git a/stdnum/iban.py b/stdnum/iban.py
index 84c2b68..ee71786 100644
--- a/stdnum/iban.py
+++ b/stdnum/iban.py
@@ -52,7 +52,7 @@ _ibandb = numdb.get('iban')
 _alphabet = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
 # regular expression to check IBAN structure
-_struct_re = re.compile('([1-9][0-9]*)!([nac])')
+_struct_re = re.compile(r'([1-9][0-9]*)!([nac])')
 
 
 def compact(number):
diff --git a/stdnum/ie/pps.py b/stdnum/ie/pps.py
index baa27e8..6957381 100644
--- a/stdnum/ie/pps.py
+++ b/stdnum/ie/pps.py
@@ -55,7 +55,7 @@ from stdnum.ie import vat
 from stdnum.util import clean
 
 
-pps_re = re.compile('^\d{7}[A-W][AHWTX]?$')
+pps_re = re.compile(r'^\d{7}[A-W][AHWTX]?$')
 """Regular expression used to check syntax of PPS numbers."""
 
 
diff --git a/stdnum/imei.py b/stdnum/imei.py
index f4b9e90..35f76e1 100644
--- a/stdnum/imei.py
+++ b/stdnum/imei.py
@@ -72,7 +72,7 @@ def imei_type(number):
     invalid) for checking the type of number passed."""
     try:
         number = validate(number)
-    except Exception:
+    except ValidationError:
         return None
     if len(number) in (14, 15):
         return 'IMEI'
diff --git a/stdnum/isan.py b/stdnum/isan.py
index 8edb091..c0f47bd 100644
--- a/stdnum/isan.py
+++ b/stdnum/isan.py
@@ -140,12 +140,8 @@ def format(number, separator='-', 
strip_check_digits=False, add_check_digits=Tru
 def to_binary(number):
     """Convert the number to its binary representation (without the check
     digits)."""
-    import sys
-    number = compact(number, strip_check_digits=True)
-    if sys.version > '3':  # pragma: no cover (Python 2/3 specific code)
-        return bytes.fromhex(number)
-    else:  # pragma: no cover (Python 2/3 specific code)
-        return number.decode('hex')
+    from binascii import a2b_hex
+    return a2b_hex(compact(number, strip_check_digits=True))
 
 
 def to_xml(number):
diff --git a/stdnum/iso6346.py b/stdnum/iso6346.py
index 2a729d0..7958bff 100644
--- a/stdnum/iso6346.py
+++ b/stdnum/iso6346.py
@@ -43,7 +43,7 @@ from stdnum.exceptions import InvalidChecksum, InvalidFormat, 
InvalidLength, \
 from stdnum.util import clean
 
 
-_iso6346_re = re.compile('^\w{3}(U|J|Z|R)\d{7}$')
+_iso6346_re = re.compile(r'^\w{3}(U|J|Z|R)\d{7}$')
 
 
 def compact(number):
diff --git a/stdnum/it/codicefiscale.py b/stdnum/it/codicefiscale.py
index 25569aa..b7f27ea 100644
--- a/stdnum/it/codicefiscale.py
+++ b/stdnum/it/codicefiscale.py
@@ -51,9 +51,9 @@ from stdnum.util import clean
 
 # regular expression for matching fiscal codes
 _code_re = re.compile(
-    '^[A-Z]{6}'
-    '[0-9LMNPQRSTUV]{2}[ABCDEHLMPRST]{1}[0-9LMNPQRSTUV]{2}'
-    '[A-Z]{1}[0-9LMNPQRSTUV]{3}[A-Z]{1}$')
+    r'^[A-Z]{6}'
+    r'[0-9LMNPQRSTUV]{2}[ABCDEHLMPRST]{1}[0-9LMNPQRSTUV]{2}'
+    r'[A-Z]{1}[0-9LMNPQRSTUV]{3}[A-Z]{1}$')
 
 # encoding of birth day and year values (usually numeric but some letters
 # may be substituted on clashes)
diff --git a/stdnum/meid.py b/stdnum/meid.py
index 418a929..36b4445 100644
--- a/stdnum/meid.py
+++ b/stdnum/meid.py
@@ -178,12 +178,8 @@ def format(number, separator=' ', format=None, 
add_check_digit=False):
 def to_binary(number):
     """Convert the number to its binary representation (without the check
     digit)."""
-    import sys
-    number = compact(number, strip_check_digit=True)
-    if sys.version > '3':  # pragma: no cover (Python 2/3 specific code)
-        return bytes.fromhex(number)
-    else:  # pragma: no cover (Python 2/3 specific code)
-        return number.decode('hex')
+    from binascii import a2b_hex
+    return a2b_hex(compact(number, strip_check_digit=True))
 
 
 def to_pseudo_esn(number):
diff --git a/stdnum/nl/postcode.py b/stdnum/nl/postcode.py
index b154588..90674d7 100644
--- a/stdnum/nl/postcode.py
+++ b/stdnum/nl/postcode.py
@@ -44,7 +44,7 @@ from stdnum.util import clean
 _postcode_re = re.compile(r'^(?P<pt1>[1-9][0-9]{3})(?P<pt2>[A-Z]{2})$')
 
 
-_postcode_blacklist = ('SA', 'SD' ,'SS')
+_postcode_blacklist = ('SA', 'SD', 'SS')
 
 
 def compact(number):
diff --git a/stdnum/numdb.py b/stdnum/numdb.py
index 8a635fd..0a2e155 100644
--- a/stdnum/numdb.py
+++ b/stdnum/numdb.py
@@ -85,8 +85,12 @@ True
 import re
 from pkg_resources import resource_stream
 
-_line_re = re.compile('^(?P<indent> 
*)(?P<ranges>([^-,\s]+(-[^-,\s]+)?)(,[^-,\s]+(-[^-,\s]+)?)*)\s*(?P<props>.*)$')
-_prop_re = re.compile('(?P<prop>[0-9a-zA-Z-_]+)="(?P<value>[^"]*)"')
+_line_re = re.compile(
+    r'^(?P<indent> *)'
+    r'(?P<ranges>([^-,\s]+(-[^-,\s]+)?)(,[^-,\s]+(-[^-,\s]+)?)*)\s*'
+    r'(?P<props>.*)$')
+_prop_re = re.compile(
+    r'(?P<prop>[0-9a-zA-Z-_]+)="(?P<value>[^"]*)"')
 
 # this is a cache of open databases
 _open_databases = {}
@@ -195,5 +199,6 @@ def get(name):
     if name not in _open_databases:
         import codecs
         reader = codecs.getreader('utf-8')
-        _open_databases[name] = read(reader(resource_stream(__name__, name + 
'.dat')))
+        db = read(reader(resource_stream(__name__, name + '.dat')))
+        _open_databases[name] = db
     return _open_databases[name]
diff --git a/stdnum/pt/nif.py b/stdnum/pt/nif.py
index f85df17..60c2a9f 100644
--- a/stdnum/pt/nif.py
+++ b/stdnum/pt/nif.py
@@ -48,7 +48,8 @@ def compact(number):
 def calc_check_digit(number):
     """Calculate the check digit. The number passed should not have the
     check digit included."""
-    return str((11 - sum((9 - i) * int(n) for i, n in enumerate(number)) ) % 
11 % 10)
+    s = sum((9 - i) * int(n) for i, n in enumerate(number))
+    return str((11 - s) % 11 % 10)
 
 
 def validate(number):
diff --git a/stdnum/us/atin.py b/stdnum/us/atin.py
index 7068bb8..1a93a75 100644
--- a/stdnum/us/atin.py
+++ b/stdnum/us/atin.py
@@ -42,7 +42,7 @@ from stdnum.util import clean
 
 
 # regular expression for matching ATINs
-_atin_re = re.compile('^[0-9]{3}-?[0-9]{2}-?[0-9]{4}$')
+_atin_re = re.compile(r'^[0-9]{3}-?[0-9]{2}-?[0-9]{4}$')
 
 
 def compact(number):
diff --git a/stdnum/us/ein.py b/stdnum/us/ein.py
index e40e7c6..3a50022 100644
--- a/stdnum/us/ein.py
+++ b/stdnum/us/ein.py
@@ -49,7 +49,7 @@ from stdnum.util import clean
 
 
 # regular expression for matching EINs
-_ein_re = re.compile('^(?P<area>[0-9]{2})-?(?P<group>[0-9]{7})$')
+_ein_re = re.compile(r'^(?P<area>[0-9]{2})-?(?P<group>[0-9]{7})$')
 
 
 def compact(number):
diff --git a/stdnum/us/itin.py b/stdnum/us/itin.py
index 6233e89..f8dc544 100644
--- a/stdnum/us/itin.py
+++ b/stdnum/us/itin.py
@@ -56,7 +56,7 @@ from stdnum.util import clean
 
 
 # regular expression for matching ITINs
-_itin_re = re.compile('^(?P<area>[0-9]{3})-?(?P<group>[0-9]{2})-?[0-9]{4}$')
+_itin_re = re.compile(r'^(?P<area>[0-9]{3})-?(?P<group>[0-9]{2})-?[0-9]{4}$')
 
 
 # allowed group digits
diff --git a/stdnum/us/ptin.py b/stdnum/us/ptin.py
index 48ee2c4..c4a87fc 100644
--- a/stdnum/us/ptin.py
+++ b/stdnum/us/ptin.py
@@ -40,7 +40,7 @@ from stdnum.util import clean
 
 
 # regular expression for matching PTINs
-_ptin_re = re.compile('^P[0-9]{8}$')
+_ptin_re = re.compile(r'^P[0-9]{8}$')
 
 
 def compact(number):
diff --git a/stdnum/us/ssn.py b/stdnum/us/ssn.py
index 81d43db..d4df834 100644
--- a/stdnum/us/ssn.py
+++ b/stdnum/us/ssn.py
@@ -49,7 +49,8 @@ from stdnum.util import clean
 
 
 # regular expression for matching SSN
-_ssn_re = 
re.compile('^(?P<area>[0-9]{3})-?(?P<group>[0-9]{2})-?(?P<serial>[0-9]{4})$')
+_ssn_re = re.compile(
+    r'^(?P<area>[0-9]{3})-?(?P<group>[0-9]{2})-?(?P<serial>[0-9]{4})$')
 
 # blacklist of SSNs
 _ssn_blacklist = set(('078-05-1120', '457-55-5462', '219-09-9999'))
diff --git a/stdnum/util.py b/stdnum/util.py
index 74bd095..efaa5ca 100644
--- a/stdnum/util.py
+++ b/stdnum/util.py
@@ -39,7 +39,7 @@ import unicodedata
 from stdnum.exceptions import *
 
 
-_strip_doctest_re = re.compile('^>>> .*\Z', re.DOTALL | re.MULTILINE)
+_strip_doctest_re = re.compile(r'^>>> .*\Z', re.DOTALL | re.MULTILINE)
 
 
 def _mk_char_map(mapping):
@@ -61,7 +61,8 @@ _char_map = dict(_mk_char_map({
     'HYPHEN BULLET,MACRON,MODIFIER LETTER MINUS SIGN,FULLWIDTH MACRON,'
     'OGHAM SPACE MARK,SUPERSCRIPT MINUS,SUBSCRIPT MINUS,MINUS SIGN,'
     'HORIZONTAL LINE EXTENSION,HORIZONTAL SCAN LINE-1,HORIZONTAL SCAN LINE-3,'
-    'HORIZONTAL SCAN LINE-7,HORIZONTAL SCAN LINE-9,STRAIGHTNESS': '-',
+    'HORIZONTAL SCAN LINE-7,HORIZONTAL SCAN LINE-9,STRAIGHTNESS':
+        '-',
     'ASTERISK,ARABIC FIVE POINTED STAR,SYRIAC HARKLEAN ASTERISCUS,'
     'FLOWER PUNCTUATION MARK,VAI FULL STOP,SMALL ASTERISK,FULLWIDTH ASTERISK,'
     'ASTERISK OPERATOR,STAR OPERATOR,HEAVY ASTERISK,LOW ASTERISK,'
@@ -69,11 +70,13 @@ _char_map = dict(_mk_char_map({
     'TEARDROP-SPOKED ASTERISK,OPEN CENTRE TEARDROP-SPOKED ASTERISK,'
     'HEAVY TEARDROP-SPOKED ASTERISK,EIGHT TEARDROP-SPOKED PROPELLER ASTERISK,'
     'HEAVY EIGHT TEARDROP-SPOKED PROPELLER ASTERISK,'
-    'ARABIC FIVE POINTED STAR': '*',
+    'ARABIC FIVE POINTED STAR':
+        '*',
     'COMMA,ARABIC COMMA,SINGLE LOW-9 QUOTATION MARK,IDEOGRAPHIC COMMA,'
     'ARABIC DECIMAL SEPARATOR,ARABIC THOUSANDS SEPARATOR,PRIME,RAISED COMMA,'
     'PRESENTATION FORM FOR VERTICAL COMMA,SMALL COMMA,'
-    'SMALL IDEOGRAPHIC COMMA,FULLWIDTH COMMA,CEDILLA': ',',
+    'SMALL IDEOGRAPHIC COMMA,FULLWIDTH COMMA,CEDILLA':
+        ',',
     'FULL STOP,MIDDLE DOT,GREEK ANO TELEIA,ARABIC FULL STOP,'
     'IDEOGRAPHIC FULL STOP,SYRIAC SUPRALINEAR FULL STOP,'
     'SYRIAC SUBLINEAR FULL STOP,SAMARITAN PUNCTUATION NEQUDAA,'
@@ -83,17 +86,21 @@ _char_map = dict(_mk_char_map({
     'SMALL FULL STOP,FULLWIDTH FULL STOP,HALFWIDTH KATAKANA MIDDLE DOT,'
     'AEGEAN WORD SEPARATOR DOT,PHOENICIAN WORD SEPARATOR,'
     'KHAROSHTHI PUNCTUATION DOT,DOT ABOVE,ARABIC SYMBOL DOT ABOVE,'
-    'ARABIC SYMBOL DOT BELOW,BULLET OPERATOR,DOT OPERATOR': '.',
+    'ARABIC SYMBOL DOT BELOW,BULLET OPERATOR,DOT OPERATOR':
+        '.',
     'SOLIDUS,SAMARITAN PUNCTUATION ARKAANU,FULLWIDTH SOLIDUS,DIVISION SLASH,'
-    'MATHEMATICAL RISING DIAGONAL,BIG SOLIDUS,FRACTION SLASH': '/',
+    'MATHEMATICAL RISING DIAGONAL,BIG SOLIDUS,FRACTION SLASH':
+        '/',
     'COLON,ETHIOPIC WORDSPACE,RUNIC MULTIPLE PUNCTUATION,MONGOLIAN COLON,'
     'PRESENTATION FORM FOR VERTICAL COLON,FULLWIDTH COLON,'
-    'PRESENTATION FORM FOR VERTICAL TWO DOT LEADER,SMALL COLON': ':',
+    'PRESENTATION FORM FOR VERTICAL TWO DOT LEADER,SMALL COLON':
+        ':',
     'SPACE,NO-BREAK SPACE,EN QUAD,EM QUAD,EN SPACE,EM SPACE,'
     'THREE-PER-EM SPACE,FOUR-PER-EM SPACE,SIX-PER-EM SPACE,FIGURE SPACE,'
     'PUNCTUATION SPACE,THIN SPACE,HAIR SPACE,NARROW NO-BREAK SPACE,'
-    'MEDIUM MATHEMATICAL SPACE,IDEOGRAPHIC SPACE': ' ',
-    }))
+    'MEDIUM MATHEMATICAL SPACE,IDEOGRAPHIC SPACE':
+        ' ',
+}))
 
 
 # mapping of country codes to internally used names
@@ -138,9 +145,8 @@ def get_number_modules(base='stdnum'):
     __import__(base)
     module = sys.modules[base]
     for loader, name, is_pkg in pkgutil.walk_packages(
-                    module.__path__, module.__name__ + '.',
-                    onerror=lambda x: None
-                ):
+            module.__path__, module.__name__ + '.',
+            onerror=lambda x: None):
         __import__(name)
         module = sys.modules[name]
         if hasattr(module, 'validate'):

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

Summary of changes:
 ChangeLog                        |  306 ++++++++++++++
 MANIFEST.in                      |    2 +-
 NEWS                             |   26 ++
 README                           |   20 +-
 docs/index.rst                   |   16 +
 docs/stdnum.at.businessid.rst    |    5 +
 docs/stdnum.br.cnpj.rst          |    5 +
 docs/stdnum.ch.uid.rst           |    5 +
 docs/stdnum.ch.vat.rst           |    5 +
 docs/stdnum.cusip.rst            |    5 +
 docs/stdnum.de.wkn.rst           |    5 +
 docs/stdnum.ee.ik.rst            |    5 +
 docs/stdnum.fi.associationid.rst |    5 +
 docs/stdnum.fi.ytunnus.rst       |    5 +
 docs/stdnum.gb.sedol.rst         |    5 +
 docs/stdnum.imo.rst              |    5 +
 docs/stdnum.isin.rst             |    5 +
 docs/stdnum.mx.rfc.rst           |    5 +
 docs/stdnum.pl.pesel.rst         |    5 +
 docs/stdnum.pl.regon.rst         |    5 +
 docs/stdnum.ru.inn.rst           |    5 +
 getcnloc.py                      |    3 +-
 setup.py                         |    8 +
 stdnum/__init__.py               |   18 +-
 stdnum/al/nipt.py                |    2 +-
 stdnum/cn/loc.dat                |    4 +-
 stdnum/co/nit.py                 |    6 +-
 stdnum/iban.dat                  |    3 +-
 stdnum/iban.py                   |    2 +-
 stdnum/ie/pps.py                 |    2 +-
 stdnum/imei.py                   |    2 +-
 stdnum/imsi.dat                  |  815 ++++++++++++++++++++++----------------
 stdnum/isan.py                   |    8 +-
 stdnum/isbn.dat                  |   19 +-
 stdnum/isil.dat                  |    1 +
 stdnum/iso6346.py                |    2 +-
 stdnum/it/codicefiscale.py       |    6 +-
 stdnum/meid.py                   |    8 +-
 stdnum/nl/postcode.py            |    2 +-
 stdnum/numdb.py                  |   11 +-
 stdnum/pt/nif.py                 |    3 +-
 stdnum/us/atin.py                |    2 +-
 stdnum/us/ein.py                 |    2 +-
 stdnum/us/itin.py                |    2 +-
 stdnum/us/ptin.py                |    2 +-
 stdnum/us/ssn.py                 |    3 +-
 stdnum/util.py                   |   30 +-
 47 files changed, 1010 insertions(+), 406 deletions(-)
 create mode 100644 docs/stdnum.at.businessid.rst
 create mode 100644 docs/stdnum.br.cnpj.rst
 create mode 100644 docs/stdnum.ch.uid.rst
 create mode 100644 docs/stdnum.ch.vat.rst
 create mode 100644 docs/stdnum.cusip.rst
 create mode 100644 docs/stdnum.de.wkn.rst
 create mode 100644 docs/stdnum.ee.ik.rst
 create mode 100644 docs/stdnum.fi.associationid.rst
 create mode 100644 docs/stdnum.fi.ytunnus.rst
 create mode 100644 docs/stdnum.gb.sedol.rst
 create mode 100644 docs/stdnum.imo.rst
 create mode 100644 docs/stdnum.isin.rst
 create mode 100644 docs/stdnum.mx.rfc.rst
 create mode 100644 docs/stdnum.pl.pesel.rst
 create mode 100644 docs/stdnum.pl.regon.rst
 create mode 100644 docs/stdnum.ru.inn.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/