lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.6

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

python-stdnum branch master updated. 1.6



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  35542c1e718572970f9120886482b2824b7db266 (commit)
       via  93459d3592bab7a298acbe3b6422ebd3b13cac3d (commit)
      from  bb1712d6062a14f6c68f4464cccb0f75562c4061 (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 -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=35542c1e718572970f9120886482b2824b7db266

commit 35542c1e718572970f9120886482b2824b7db266
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Tue Apr 11 22:12:24 2017 +0200

    Get files ready for 1.6 release

diff --git a/ChangeLog b/ChangeLog
index 8ba0abc..f4593ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,147 @@
+2017-04-10  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [93459d3] stdnum/cn/loc.dat, stdnum/eu/nace.dat, stdnum/iban.dat,
+         stdnum/imsi.dat, stdnum/isbn.dat: Update database files
+
+2017-04-10  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [bb1712d] online_check/README, online_check/check.js,
+         online_check/jquery-1.7.1.js, online_check/jquery-1.7.1.min.js,
+         online_check/stdnum.wsgi, online_check/template.html: Add simple
+         online check example
+
+         This adds the code that is used to find formats for which a
+         supplied number is valid. This is the code that is used on
+           https://arthurdejong.org/python-stdnum/check/
+
+2017-04-10  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [5398247] stdnum/lei.py, tests/test_lei.doctest: Add Legal
+         Entity Identifier
+
+2017-04-10  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [e844b52] stdnum/iban.py, stdnum/iso7064/mod_97_10.py: Integrate
+         base10 conversion into Mod 97, 10
+
+         This moves the conversion of an alphanumeric string to a numeric
+         representation for modulo 97 calculation to the mod_97_10 module
+         because this mechanism seems to be used by multiple formats.
+
+2017-04-10  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [1b3d16e] stdnum/es/nie.py: Add missing export (__all__)
+
+2017-04-10  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [72f5c6c] stdnum/rs/__init__.py, stdnum/rs/pib.py,
+         tests/test_rs_pib.doctest: Add Serbian Poreski Identifikacioni Broj
+
+2017-04-10  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [800205c] tox.ini: Print warnings during tox run
+
+2017-04-07  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [7493eca] stdnum/cusip.py, stdnum/ean.py, stdnum/ec/ci.py,
+         stdnum/isin.py, stdnum/tr/tckimlik.py: Use a slightly more
+         readable weight alternation
+
+         Switch to a slightly more readable syntax for alternating between
+         two weights in checksums calculations.
+
+2017-04-01  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [23b2150] stdnum/eu/eic.py, tests/test_eu_eic.doctest: Add
+         European EIC (Energy Identification Code)
+
+2017-03-26  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [194f025] stdnum/meid.py, tests/test_robustness.doctest: Add
+         unicode robustness tests
+
+         This tests a few unicode strings and fixes a bug in the MEID
+         module.
+
+2017-03-26  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [d43c394] stdnum/es/referenciacatastral.py,
+         tests/test_es_referenciacatastral.doctest: Add test for Ñ in
+         Referencia Catastral
+
+         This supports the Referencia Catastral with an Ñ in it for
+         both byte strings (Python 2) and unicode strings (Python 2 and
+         3). Support for literal unicode strings in Python 2 doctests is
+         flaky so the test is a bit ugly.
+
+         This also adds a few numbers that were found online. Sadly no
+         real numbers with an Ñ in it have been found so the one in the
+         test was constructed.
+
+2017-03-26  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [61d73c1] getnace.py, stdnum/eu/nace.dat, stdnum/eu/nace.py,
+         tests/test_robustness.doctest: Add European NACE classification
+
+         This number is used to classify business. Validation is done
+         based on a downloaded registry.
+
+2017-03-26  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [649f073] stdnum/mc/tva.py: Remove unused import
+
+2017-03-19  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [c957318] stdnum/fr/tva.py, stdnum/mc/__init__.py,
+         stdnum/mc/tva.py, tests/test_eu_vat.doctest: Add support for
+         Monaco VAT number
+
+         The number uses the French TVA number but, unlike normal French
+         VAT numbers, they are not valid French SIREN numbers.
+
+         See https://github.com/arthurdejong/python-stdnum/issues/46
+
+2016-12-11  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [5b43857] stdnum/au/tfn.py: Remove unused import
+
+2016-12-01  Greg Kuwaye <gkuwaye@lyft.com>
+
+       * [7d16ea5] stdnum/us/ein.dat: Add new 47 EIN prefix; fix duplicate
+         46; move 81
+
+         47 appears to be a new Internet campus code. Prefix 46
+         was listed twice, once under the Philadelphia campus and
+         again under the Internet campus.  This error may be seen
+         on the IRS website itself. The Wikipedia article on EIN
+         (https://en.wikipedia.org/wiki/Employer_Identification_Number)
+         does not have 46 listed twice. 81 has moved from the Philadelphia
+         campus to the Internet campus.
+
+2016-11-14  Luciano Rossi <lukio@gcoop.coop>
+
+       * [dcde8f4] stdnum/ar/cbu.py, tests/test_ar_cbu.doctest: Implement
+         CBU (unique bank code) of Argentina
+
+         See https://github.com/arthurdejong/python-stdnum/issues/43
+
+2016-11-14  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [da18e3b] setup.py, stdnum/fi/associationid.py, stdnum/meid.py,
+         tests/test_mx_rfc.doctest, tox.ini: Add Python 2.6 support
+
+         This also brings the list of Python versions in setup.py in line
+         with tox.ini.
+
+2016-11-13  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [62ebbce] ChangeLog, NEWS, README, docs/index.rst,
+         docs/stdnum.au.abn.rst, docs/stdnum.au.acn.rst,
+         docs/stdnum.au.tfn.rst, docs/stdnum.es.ccc.rst,
+         docs/stdnum.es.cups.rst, docs/stdnum.es.iban.rst,
+         docs/stdnum.es.referenciacatastral.rst, stdnum/__init__.py:
+         Get files ready for 1.5 release
+
 2016-11-13  Arthur de Jong <arthur@arthurdejong.org>
 
        * [c9beb00] stdnum/cn/loc.dat, stdnum/iban.dat, stdnum/imsi.dat,
diff --git a/MANIFEST.in b/MANIFEST.in
index bc3f093..faa84ef 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,4 @@
-include README NEWS ChangeLog COPYING *.py
+include README NEWS ChangeLog COPYING *.py tox.ini
 recursive-include tests *.doctest *.dat
 recursive-include docs *.rst *.py
+recursive-include online_check *
diff --git a/NEWS b/NEWS
index 317f8bb..d1aee8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+changes from 1.5 to 1.6
+-----------------------
+
+* add modules for the following number formats:
+  - CBU (Clave Bancaria Uniforme, Argentine bank account number)
+    (thanks Luciano Rossi)
+  - EIC (European Energy Identification Code)
+  - NACE (classification for businesses in the European Union)
+  - LEI (Legal Entity Identifier)
+  - n° TVA (taxe sur la valeur ajoutée, Monacan VAT number)
+  - PIB (Poreski Identifikacioni Broj, Serbian tax identification number)
+* add online check example that finds valid formats for a given number
+* fix support for Ñ in Spanish Referencia Catastral
+* updates to U.S. Employer Identification Number (thanks Greg Kuwaye)
+* various minor improvements
+
+
 changes from 1.4 to 1.5
 -----------------------
 
@@ -9,8 +26,8 @@ changes from 1.4 to 1.5
   - CUPS (Código Unificado de Punto de Suministro, Supply Point Unified Code)
   - Spanish IBAN (International Bank Account Number)
   - Referencia Catastral (Spanish real estate property id)
-* The IBAN module now support validating the country-specific part
-* The Belgian VAT number is now also referenced as businessid
+* the IBAN module now support validating the country-specific part
+* the Belgian VAT number is now also referenced as businessid
 * add a Tox configuration file
 
 
diff --git a/README b/README
index 0cfdab8..02ce9de 100644
--- a/README
+++ b/README
@@ -10,6 +10,7 @@ Available formats
 Currently this package supports the following formats:
 
  * NIPT (Numri i Identifikimit për Personin e Tatueshëm, Albanian VAT number)
+ * CBU (Clave Bancaria Uniforme, Argentine bank account number)
  * CUIT (Código Único de Identificación Tributaria, Argentinian tax number)
  * Austrian Company Register Numbers
  * UID (Umsatzsteuer-Identifikationsnummer, Austrian VAT number)
@@ -52,6 +53,8 @@ Currently this package supports the following formats:
  * NIF (Número de Identificación Fiscal, Spanish VAT number)
  * Referencia Catastral (Spanish real estate property id)
  * SEPA Identifier of the Creditor (AT-02)
+ * EIC (European Energy Identification Code)
+ * NACE (classification for businesses in the European Union)
  * VAT (European Union VAT number)
  * ALV nro (Arvonlisäveronumero, Finnish VAT number)
  * Finnish Association Identifier
@@ -87,9 +90,11 @@ Currently this package supports the following formats:
  * ISSN (International Standard Serial Number)
  * Codice Fiscale (Italian tax code for individuals)
  * Partita IVA (Italian VAT number)
+ * LEI (Legal Entity Identifier)
  * PVM (Pridėtinės vertės mokestis mokėtojo kodas, Lithuanian VAT number)
  * TVA (taxe sur la valeur ajoutée, Luxembourgian VAT number)
  * PVN (Pievienotās vērtības nodokļa, Latvian VAT number)
+ * n° TVA (taxe sur la valeur ajoutée, Monacan VAT number)
  * MEID (Mobile Equipment Identifier)
  * VAT (Maltese VAT number)
  * RFC (Registro Federal de Contribuyentes, Mexican tax number)
@@ -107,6 +112,7 @@ Currently this package supports the following formats:
  * 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)
+ * PIB (Poreski Identifikacioni Broj, Serbian tax identification number)
  * ИНН (Идентификационный номер налогоплательщика, Russian tax identifier)
  * Orgnr (Organisationsnummer, Swedish company number)
  * VAT (Moms, Mervärdesskatt, Swedish VAT number)
@@ -159,13 +165,13 @@ Requirements
 ------------
 
 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
+Python. The modules are developed and tested with Python 2.7 and 3.6 but may
 also work with older versions of Python.
 
 Copyright
 ---------
 
-Copyright (C) 2010-2016 Arthur de Jong and others
+Copyright (C) 2010-2017 Arthur de Jong and others
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
diff --git a/docs/index.rst b/docs/index.rst
index 3e4096f..56c6fc7 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -87,6 +87,7 @@ Available formats
    :toctree:
 
    al.nipt
+   ar.cbu
    ar.cuit
    at.businessid
    at.uid
@@ -129,6 +130,8 @@ Available formats
    es.nif
    es.referenciacatastral
    eu.at_02
+   eu.eic
+   eu.nace
    eu.vat
    fi.alv
    fi.associationid
@@ -164,9 +167,11 @@ Available formats
    issn
    it.codicefiscale
    it.iva
+   lei
    lt.pvm
    lu.tva
    lv.pvn
+   mc.tva
    meid
    mt.vat
    mx.rfc
@@ -184,6 +189,7 @@ Available formats
    pt.nif
    ro.cf
    ro.cnp
+   rs.pib
    ru.inn
    se.orgnr
    se.vat
diff --git a/docs/stdnum.ar.cbu.rst b/docs/stdnum.ar.cbu.rst
new file mode 100644
index 0000000..5cf6781
--- /dev/null
+++ b/docs/stdnum.ar.cbu.rst
@@ -0,0 +1,5 @@
+stdnum.ar.cbu
+=============
+
+.. automodule:: stdnum.ar.cbu
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.eu.eic.rst b/docs/stdnum.eu.eic.rst
new file mode 100644
index 0000000..c9a8769
--- /dev/null
+++ b/docs/stdnum.eu.eic.rst
@@ -0,0 +1,5 @@
+stdnum.eu.eic
+=============
+
+.. automodule:: stdnum.eu.eic
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.eu.nace.rst b/docs/stdnum.eu.nace.rst
new file mode 100644
index 0000000..e474b40
--- /dev/null
+++ b/docs/stdnum.eu.nace.rst
@@ -0,0 +1,5 @@
+stdnum.eu.nace
+==============
+
+.. automodule:: stdnum.eu.nace
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.lei.rst b/docs/stdnum.lei.rst
new file mode 100644
index 0000000..c8aec9d
--- /dev/null
+++ b/docs/stdnum.lei.rst
@@ -0,0 +1,5 @@
+stdnum.lei
+==========
+
+.. automodule:: stdnum.lei
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.mc.tva.rst b/docs/stdnum.mc.tva.rst
new file mode 100644
index 0000000..0b20960
--- /dev/null
+++ b/docs/stdnum.mc.tva.rst
@@ -0,0 +1,5 @@
+stdnum.mc.tva
+=============
+
+.. automodule:: stdnum.mc.tva
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.rs.pib.rst b/docs/stdnum.rs.pib.rst
new file mode 100644
index 0000000..09e8710
--- /dev/null
+++ b/docs/stdnum.rs.pib.rst
@@ -0,0 +1,5 @@
+stdnum.rs.pib
+=============
+
+.. automodule:: stdnum.rs.pib
+   :members:
\ No newline at end of file
diff --git a/stdnum/__init__.py b/stdnum/__init__.py
index 777a09b..523b0df 100644
--- a/stdnum/__init__.py
+++ b/stdnum/__init__.py
@@ -1,7 +1,7 @@
 # __init__.py - main module
 # coding: utf-8
 #
-# Copyright (C) 2010-2016 Arthur de Jong
+# Copyright (C) 2010-2017 Arthur de Jong
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -26,6 +26,7 @@ standard numbers and codes in various formats.
 Currently this package supports the following formats:
 
 * al.nipt: NIPT (Numri i Identifikimit për Personin e Tatueshëm, Albanian VAT 
number)
+* ar.cbu: CBU (Clave Bancaria Uniforme, Argentine bank account 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)
@@ -68,6 +69,8 @@ Currently this package supports the following formats:
 * es.nif: NIF (Número de Identificación Fiscal, Spanish VAT number)
 * es.referenciacatastral: Referencia Catastral (Spanish real estate property 
id)
 * eu.at_02: SEPA Identifier of the Creditor (AT-02)
+* eu.eic: EIC (European Energy Identification Code)
+* eu.nace: NACE (classification for businesses in the European Union)
 * eu.vat: VAT (European Union VAT number)
 * fi.alv: ALV nro (Arvonlisäveronumero, Finnish VAT number)
 * fi.associationid: Finnish Association Identifier
@@ -103,9 +106,11 @@ Currently this package supports the following formats:
 * issn: ISSN (International Standard Serial Number)
 * it.codicefiscale: Codice Fiscale (Italian tax code for individuals)
 * it.iva: Partita IVA (Italian VAT number)
+* lei: LEI (Legal Entity Identifier)
 * lt.pvm: PVM (Pridėtinės vertės mokestis mokėtojo kodas, Lithuanian VAT 
number)
 * lu.tva: TVA (taxe sur la valeur ajoutée, Luxembourgian VAT number)
 * lv.pvn: PVN (Pievienotās vērtības nodokļa, Latvian VAT number)
+* mc.tva: n° TVA (taxe sur la valeur ajoutée, Monacan VAT number)
 * meid: MEID (Mobile Equipment Identifier)
 * mt.vat: VAT (Maltese VAT number)
 * mx.rfc: RFC (Registro Federal de Contribuyentes, Mexican tax number)
@@ -123,6 +128,7 @@ Currently this package supports the following formats:
 * 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)
+* rs.pib: PIB (Poreski Identifikacioni Broj, Serbian tax identification number)
 * ru.inn: ИНН (Идентификационный номер налогоплательщика, Russian tax 
identifier)
 * se.orgnr: Orgnr (Organisationsnummer, Swedish company number)
 * se.vat: VAT (Moms, Mervärdesskatt, Swedish VAT number)
@@ -160,10 +166,10 @@ Traceback (most recent call last):
     ...
 InvalidChecksum: ...
 
-Apart from the validate() function, modules generally provide extra
+Apart from the validate() function, many modules provide extra
 parsing, validation, formatting or conversion functions.
 """
 
 
 # the version number of the library
-__version__ = '1.5'
+__version__ = '1.6'

https://arthurdejong.org/git/python-stdnum/commit/?id=93459d3592bab7a298acbe3b6422ebd3b13cac3d

commit 93459d3592bab7a298acbe3b6422ebd3b13cac3d
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Mon Apr 10 22:55:58 2017 +0200

    Update database files

diff --git a/stdnum/cn/loc.dat b/stdnum/cn/loc.dat
index ff371cc..05d8c35 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
-# 2016-11-13 21:19:09.023818
+# 2017-04-10 20:53:22.568260
 110101 county="东城区" prefecture="市辖区" province="北京市"
 110102 county="西城区" prefecture="市辖区" province="北京市"
 110103 county="崇文区" prefecture="市辖区" province="北京市"
diff --git a/stdnum/eu/nace.dat b/stdnum/eu/nace.dat
index 370d5e6..5421893 100644
--- a/stdnum/eu/nace.dat
+++ b/stdnum/eu/nace.dat
@@ -1,4 +1,4 @@
-# generated from NACE_REV2_20170326_174221.xml, downloaded from
+# generated from NACE_REV2_20170410_225351.xml, downloaded from
 # 
http://ec.europa.eu/eurostat/ramon/nomenclatures/index.cfm?TargetUrl=ACT_OTH_CLS_DLD&StrNom=NACE_REV2&StrFormat=XML&StrLanguageCode=EN
 # NACE_REV2: Statistical Classification of Economic Activities in the European 
Community, Rev. 2 (2008)
 A label="AGRICULTURE, FORESTRY AND FISHING" isic="A"
diff --git a/stdnum/iban.dat b/stdnum/iban.dat
index ab7db08..bcee177 100644
--- a/stdnum/iban.dat
+++ b/stdnum/iban.dat
@@ -1,7 +1,7 @@
 # generated from swift_standards_infopaper_ibanregistry_1.txt,
 # downloaded from https://www.swift.com/node/11971
 AD country="Andorra" bban="4!n4!n12!c"
-AE country="Arab Emirates" bban="3!n16!n"
+AE country="United Arab Emirates (The)" bban="3!n16!n"
 AL country="Albania" bban="8!n16!c"
 AT country="Austria" bban="5!n11!n"
 AZ country="Azerbaijan" bban="4!a20!c"
@@ -10,10 +10,11 @@ BE country="Belgium" bban="3!n7!n2!n"
 BG country="Bulgaria" bban="4!a4!n2!n8!c"
 BH country="Bahrain" bban="4!a14!c"
 BR country="Brazil" bban="8!n5!n10!n1!a1!c"
+BY country="Republic of Belarus" bban="4!c4!n16!c"
 CH country="Switzerland" bban="5!n12!c"
 CR country="Costa Rica" bban="4!n14!n"
 CY country="Cyprus" bban="3!n5!n16!c"
-CZ country="Czech Republic" bban="4!n6!n10!n"
+CZ country="Czechia" bban="4!n6!n10!n"
 DE country="Germany" bban="8!n10!n"
 DK country="Denmark" bban="4!n9!n1!n"
 DO country="Dominican Republic" bban="4!c20!n"
@@ -32,6 +33,7 @@ HR country="Croatia" bban="7!n10!n"
 HU country="Hungary" bban="3!n4!n1!n15!n1!n"
 IE country="Ireland" bban="4!a6!n8!n"
 IL country="Israel" bban="3!n3!n13!n"
+IQ country="Iraq" bban="4!a3!n12!n"
 IS country="Iceland" bban="4!n2!n6!n10!n"
 IT country="Italy" bban="1!a5!n5!n12!c"
 JO country="Jordan" bban="4!a4!n18!c"
@@ -50,11 +52,11 @@ MK country="Macedonia" bban="3!n10!c2!n"
 MR country="Mauritania" bban="5!n5!n11!n2!n"
 MT country="Malta" bban="4!a5!n18!c"
 MU country="Mauritius" bban="4!a2!n2!n12!n3!n3!a"
-NL country="The Netherlands" bban="4!a10!n"
+NL country="Netherlands (The)" bban="4!a10!n"
 NO country="Norway" bban="4!n6!n1!n"
 PK country="Pakistan" bban="4!a16!c"
 PL country="Poland" bban="8!n16!n"
-PS country="Palestine" bban="4!a21!c"
+PS country="Palestine, State of" bban="4!a21!c"
 PT country="Portugal" bban="4!n4!n11!n2!n"
 QA country="Qatar" bban="4!a21!c"
 RO country="Romania" bban="4!a16!c"
@@ -66,6 +68,7 @@ SI country="Slovenia" bban="5!n8!n2!n"
 SK country="Slovakia" bban="4!n6!n10!n"
 SM country="San Marino" bban="1!a5!n5!n12!c"
 ST country="Sao Tome and Principe" bban="4!n4!n11!n2!n"
+SV country="El Salvador" bban="4!a20!n"
 TL country="Timor-Leste" bban="3!n14!n2!n"
 TN country="Tunisia" bban="2!n3!n13!n2!n"
 TR country="Turkey" bban="5!n1!n16!c"
diff --git a/stdnum/imsi.dat b/stdnum/imsi.dat
index dc14c87..3c40d3a 100644
--- a/stdnum/imsi.dat
+++ b/stdnum/imsi.dat
@@ -21,7 +21,7 @@
  16 bands="MVNO" cc="gr" country="Greece" operator="Inter Telecom" 
status="Operational"
  00-99
 204
- 01 bands="" cc="nl" country="Netherlands" operator="RadioAccess Network 
Services BV" status=""
+ 01 bands="" cc="nl" country="Netherlands" operator="RadioAccess Network 
Services" status=""
  02 bands="LTE 800 / LTE 2600" brand="Tele2" cc="nl" country="Netherlands" 
operator="Tele2 Nederland B.V." status="Operational"
  03 bands="MVNE / PrivateGSM 1800" brand="Voiceworks" cc="nl" 
country="Netherlands" operator="Voiceworks B.V." status="Operational"
  04 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Vodafone" cc="nl" country="Netherlands" operator="Vodafone Libertel 
B.V." status="Operational"
@@ -36,11 +36,11 @@
  13 bands="" cc="nl" country="Netherlands" operator="Unica Installatietechniek 
B.V." status=""
  14 cc="nl" country="Netherlands" operator="6GMOBILE B.V." status="Reserved"
  15 bands="LTE 2600" brand="Ziggo" cc="nl" country="Netherlands" 
operator="Ziggo B.V." status="Operational"
- 16 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 900 / LTE 1800 / 
LTE 2600" brand="T-Mobile (BEN)" cc="nl" country="Netherlands" 
operator="T-Mobile Netherlands B.V" status="Operational"
+ 16 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 900 / LTE 1800 / 
LTE 2100 / LTE 2600" brand="T-Mobile (BEN)" cc="nl" country="Netherlands" 
operator="T-Mobile Netherlands B.V" status="Operational"
  17 bands="MVNE" brand="Intercity Zakelijk" cc="nl" country="Netherlands" 
operator="Intercity Mobile Communications B.V." status="Operational"
  18 bands="MVNO" brand="upc" cc="nl" country="Netherlands" operator="UPC 
Nederland B.V." status="Operational"
  19 bands="" cc="nl" country="Netherlands" operator="Mixe Communication 
Solutions B.V." status=""
- 20 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 900 / LTE 1800 / 
LTE 2600" brand="T-Mobile" cc="nl" country="Netherlands" operator="T-Mobile 
Netherlands B.V" status="Operational"
+ 20 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 900 / LTE 1800 / 
LTE 2100 / LTE 2600" brand="T-Mobile" cc="nl" country="Netherlands" 
operator="T-Mobile Netherlands B.V" status="Operational"
  21 bands="GSM-R 900" cc="nl" country="Netherlands" operator="ProRail B.V." 
status="Operational"
  22 bands="" cc="nl" country="Netherlands" operator="Ministerie van Defensie" 
status=""
  23 bands="MVNE" cc="nl" country="Netherlands" operator="ASPIDER Solutions 
Nederland B.V." status="Operational"
@@ -56,7 +56,7 @@
  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="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"
+ 67 bands="PrivateGSM 1800" cc="nl" country="Netherlands" operator="Koning en 
Hartman 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." 
status=""
  00-99
@@ -67,10 +67,12 @@
  05 bands="MVNO" brand="Telenet" cc="be" country="Belgium" operator="Telenet" 
status="Operational"
  06 bands="MVNO" brand="Lycamobile" cc="be" country="Belgium" 
operator="Lycamobile sprl" status="Operational"
  07 bands="MVNO" brand="Vectone Mobile" cc="be" country="Belgium" 
operator="Mundio Mobile Belgium nv" status="Reserved"
- 09 bands="MVNO" brand="Voxbone" cc="be" country="Belgium" operator="Voxbone 
mobile" status="Operational"
+ 09 bands="MVNO" brand="Voxbone" cc="be" country="Belgium" operator="Voxbone 
mobile" status="Not operational"
  10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Orange" cc="be" country="Belgium" operator="Orange S.A." 
status="Operational"
  15 bands="" cc="be" country="Belgium" operator="Elephant Talk Communications 
Schweiz GmbH" status="Not operational"
+ 16 bands="" cc="be" country="Belgium" operator="NextGen Mobile Ltd." status=""
  20 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="BASE" cc="be" country="Belgium" operator="Telenet" status="Operational"
+ 25 bands="" cc="be" country="Belgium" operator="Voyacom SPRL" status=""
  40 bands="MVNO" brand="JOIN" cc="be" country="Belgium" operator="JOIN 
Experience (Belgium)" status="Operational"
  00-99
 208
@@ -88,10 +90,11 @@
  12 bands="" cc="fr" country="France" operator="Hewlett-Packard France" 
status=""
  13 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="SFR" cc="fr" 
country="France" operator="Altice" status="Operational"
  14 bands="GSM-R" brand="RFF" cc="fr" country="France" operator="RFF" 
status="Operational"
- 15 bands="UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" brand="Free Mobile" 
cc="fr" country="France" operator="Iliad" status="Operational"
- 16 bands="UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" brand="Free Mobile" 
cc="fr" country="France" operator="Iliad" status="Operational"
+ 15 bands="UMTS 900 / UMTS 2100 / LTE 700 / LTE 1800 / LTE 2600" brand="Free 
Mobile" cc="fr" country="France" operator="Iliad" status="Operational"
+ 16 bands="UMTS 900 / UMTS 2100 / LTE 700 / LTE 1800 / LTE 2600" brand="Free 
Mobile" cc="fr" country="France" operator="Iliad" status="Operational"
  17 bands="" brand="LEGOS" cc="fr" country="France" operator="Local Exchange 
Global Operation Services" status=""
  18 bands="MVNO" brand="Voxbone" cc="fr" country="France" operator="Voxbone 
mobile" status="Operational"
+ 19 bands="" cc="fr" country="France" operator="Altitude Infrastructure" 
status=""
  20 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Bouygues" cc="fr" country="France" operator="Bouygues Telecom" 
status="Operational"
  21 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900" brand="Bouygues" cc="fr" 
country="France" operator="Bouygues Telecom" status=""
  22 bands="" brand="Transatel Mobile" cc="fr" country="France" 
operator="Transatel" status=""
@@ -99,21 +102,26 @@
  24 bands="MVNO" brand="MobiquiThings" cc="fr" country="France" 
operator="MobiquiThings" status="Operational"
  25 bands="MVNO" brand="LycaMobile" cc="fr" country="France" 
operator="LycaMobile" status="Operational"
  26 bands="MVNO" brand="NRJ Mobile" cc="fr" country="France" 
operator="Euro-Information Telecom SAS" status="Operational"
- 27 bands="" cc="fr" country="France" operator="Afone" status=""
+ 27 bands="MVNO" cc="fr" country="France" operator="Coriolis Telecom" 
status="Operational"
  28 bands="" cc="fr" country="France" operator="Airbus Defence and Space SAS" 
status=""
  29 bands="" cc="fr" country="France" operator="Société International Mobile 
Communication" status="Not operational"
- 30 bands="" cc="fr" country="France" operator="Symacom" status=""
+ 30 bands="MVNO" cc="fr" country="France" operator="Syma Mobile" 
status="Operational"
  31 bands="MVNO" brand="Vectone Mobile" cc="fr" country="France" 
operator="Mundio Mobile" status="Operational"
  88 bands="GSM 900 / GSM 1800" brand="Bouygues" cc="fr" country="France" 
operator="Bouygues Telecom" status="Operational"
  89 bands="" cc="fr" country="France" operator="Fondation b-com" status=""
  90 bands="" cc="fr" country="France" operator="Images & Réseaux" status=""
  91 bands="" cc="fr" country="France" operator="Orange S.A." status=""
  92 bands="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="Not operational"
+ 93 bands="" cc="fr" country="France" operator="Thales Communications & 
Security SAS" status=""
  94 bands="" cc="fr" country="France" operator="Halys" status=""
+ 95 bands="" cc="fr" country="France" operator="Orange S.A." status=""
+ 96 bands="" cc="fr" country="France" operator="Axione" status=""
+ 97 bands="" cc="fr" country="France" operator="Thales Communications & 
Security SAS" status=""
+ 98 bands="" cc="fr" country="France" operator="Société Air France" status=""
  00-99
 212
- 01 bands="GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600" brand="Office 
des Telephones" cc="mc" country="Monaco" operator="Monaco Telecom" 
status="Operational"
+ 01 bands="GSM 900" brand="Z Mobile" cc="xk" country="Kosovo" 
operator="Dardaphone" status="Operational"
+ 10 bands="GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Office des Telephones" cc="mc" country="Monaco" operator="Monaco 
Telecom" status="Operational"
  00-99
 213
  03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="Mobiland" cc="ad" 
country="Andorra" operator="Servei De Tele. DAndorra" status="Operational"
@@ -135,7 +143,7 @@
  15 bands="MVNO" brand="BT" cc="es" country="Spain" operator="BT Group España 
Compañia de Servicios Globales de Telecomunicaciones S.A.U." 
status="Operational"
  16 bands="MVNO" brand="TeleCable" cc="es" country="Spain" operator="Telecable 
de Asturias S.A.U." status="Operational"
  17 bands="MVNO" brand="Móbil R" cc="es" country="Spain" operator="R Cable y 
Telecomunicaciones Galicia S.A." status="Operational"
- 18 bands="MVNO" brand="ONO" cc="es" country="Spain" operator="Cableuropa 
S.A.U." status="Operational"
+ 18 bands="MVNO" brand="ONO" cc="es" country="Spain" operator="Cableuropa 
S.A.U." status="Not operational"
  19 bands="MVNO" brand="Simyo" cc="es" country="Spain" operator="E-PLUS 
Moviles Virtuales España S.L.U." status="Operational"
  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="Orange 
S.A." status="Operational"
@@ -153,14 +161,15 @@
  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"
  35 bands="MVNO" cc="es" country="Spain" operator="INGENIUM OUTSOURCING 
SERVICES, S.L." status=""
+ 36 bands="" cc="es" country="Spain" operator="OPEN CABLE TELECOMUNICACIONES, 
S.L." status=""
  51 bands="GSM-R" brand="ADIF" cc="es" country="Spain" operator="Administrador 
de Infraestructuras Ferroviarias" status="Operational"
  00-99
 216
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" brand="Telenor 
Hungary" cc="hu" country="Hungary" operator="Telenor Magyarország Zrt." 
status="Operational"
- 02 bands="" cc="hu" country="Hungary" operator="MVM Net Ltd." status=""
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Telenor Hungary" cc="hu" country="Hungary" operator="Telenor 
Magyarország Zrt." status="Operational"
+ 02 bands="LTE 450" cc="hu" country="Hungary" operator="MVM Net Ltd." 
status="Operational"
  03 bands="LTE 1800" brand="DIGI" cc="hu" country="Hungary" operator="DIGI 
Telecommunication Ltd." status="Not operational"
  30 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="T-Mobile" cc="hu" country="Hungary" operator="Magyar Telekom Plc" 
status="Operational"
- 70 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900 / LTE 800 / LTE 2600" 
brand="Vodafone" cc="hu" country="Hungary" operator="Vodafone Magyarország 
Zrt." status="Operational"
+ 70 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Vodafone" cc="hu" country="Hungary" operator="Vodafone 
Magyarország Zrt." status="Operational"
  71 bands="MVNO" brand="upc" cc="hu" country="Hungary" operator="UPC Hungary 
Ltd." status="Operational"
  99 bands="GSM-R 900" brand="MAV GSM-R" cc="hu" country="Hungary" 
operator="Magyar Államvasutak" status="Planned"
  00-99
@@ -182,17 +191,19 @@
  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 / LTE 800 / 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"
- 09 bands="MVNO" brand="Vectone Mobile" cc="rs" country="Serbia" 
operator="MUNDIO MOBILE d.o.o." status="Not operational"
- 11 bands="MVNO" cc="rs" country="Serbia" operator="GLOBALTEL d.o.o." 
status="Not operational"
+ 09 bands="MVNO" brand="Vectone Mobile" cc="rs" country="Serbia" 
operator="MUNDIO MOBILE d.o.o." status="Operational"
+ 11 bands="MVNO" cc="rs" country="Serbia" operator="GLOBALTEL d.o.o." 
status="Operational"
  00-99
 222
- 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="TIM" cc="it" country="Italy" operator="Telecom Italia S.p.A" 
status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1500 / 
LTE 1800 / LTE 2600" brand="TIM" cc="it" country="Italy" operator="Telecom 
Italia S.p.A" status="Operational"
  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=""
  06 bands="" brand="Vodafone" cc="it" country="Italy" operator="Vodafone 
Italia S.p.A." status=""
  07 bands="MVNO" brand="Nòverca" cc="it" country="Italy" operator="Nòverca 
Italia" status="Not operational"
+ 08 bands="MVNO" brand="Fastweb" cc="it" country="Italy" operator="Fastweb 
S.p.A." status="Operational"
  10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Vodafone" cc="it" country="Italy" operator="Vodafone Italia 
S.p.A." status="Operational"
+ 11 bands="900 / 1800 / 2100 / 2600" brand="Free Mobile" cc="it" 
country="Italy" operator="Free Mobile Italia" status="Not operational"
  30 bands="GSM-R 900" brand="RFI" cc="it" country="Italy" operator="Rete 
Ferroviaria Italiana" status="Operational"
  33 bands="MVNO" brand="Poste Mobile" cc="it" country="Italy" operator="Poste 
Mobile S.p.A." status="Operational"
  34 bands="MVNO" brand="BT Italia" cc="it" country="Italy" operator="British 
Telecom Italia" status="Reserved"
@@ -221,7 +232,7 @@
  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 800 / LTE 1800 / LTE 2100 / 
LTE 2600" brand="Swisscom" cc="ch" country="Switzerland" operator="Swisscom 
Ltd" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2100 / 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"
@@ -229,24 +240,26 @@
  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"
  09 bands="" cc="ch" country="Switzerland" operator="Comfone AG" status=""
- 12 brand="Sunrise" cc="ch" country="Switzerland" operator="Sunrise 
Communications AG" status="Inactive"
+ 12 brand="Sunrise" cc="ch" country="Switzerland" operator="Sunrise 
Communications AG" status="Not operational"
  50 bands="UMTS 2100" cc="ch" country="Switzerland" operator="3G Mobile AG" 
status="Not operational"
  51 bands="MVNO" cc="ch" country="Switzerland" operator="BebbiCell AG" 
status="Operational"
  52 brand="Barablu" cc="ch" country="Switzerland" operator="Barablu" 
status="Not operational"
  53 bands="MVNO" brand="upc cablecom" cc="ch" country="Switzerland" 
operator="UPC Cablecom GmbH" status="Operational"
  54 bands="MVNO" brand="Lycamobile" cc="ch" country="Switzerland" 
operator="Lycamobile AG" status="Operational"
- 55 bands="" cc="ch" country="Switzerland" operator="WeMobile SA" status=""
+ 55 cc="ch" country="Switzerland" operator="WeMobile SA" status=""
  56 bands="" cc="ch" country="Switzerland" operator="SMSRelay AG" status="Not 
operational"
- 57 bands="" cc="ch" country="Switzerland" operator="Mitto AG" status=""
+ 57 cc="ch" country="Switzerland" operator="Mitto AG" status=""
  58 bands="MVNO" brand="beeone" cc="ch" country="Switzerland" operator="Beeone 
Communications SA" status="Operational"
- 60 bands="" brand="Sunrise" cc="ch" country="Switzerland" operator="Sunrise 
Communications AG" status=""
+ 59 bands="MVNO" brand="Vectone" cc="ch" country="Switzerland" 
operator="Mundio Mobile Limited" status=""
+ 60 bands="" brand="Sunrise" cc="ch" country="Switzerland" operator="Sunrise 
Communications AG" status="Not operational"
+ 61 cc="ch" country="Switzerland" operator="Compatel Ltd." status=""
  99 cc="ch" country="Switzerland" operator="Swisscom" status=""
  00-99
 230
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2100 / 
LTE 2600" 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"
+ 04 bands="CDMA2000 410 - 430" cc="cz" country="Czech Republic" 
operator="Nordic Telecom s.r.o." 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="Not operational"
  07 bands="MVNO" cc="cz" country="Czech Republic" operator="ASTELNET, s.r.o." 
status="Not operational"
@@ -282,9 +295,11 @@
  15 bands="MVNO" brand="Vectone Mobile" cc="at" country="Austria" 
operator="Mundio Mobile Austria" status="Operational"
  16 bands="" cc="at" country="Austria" operator="Hutchison Drei Austria" 
status="Reserved"
  17 bands="" cc="at" country="Austria" operator="MASS Response Service GmbH" 
status=""
- 18 bands="" cc="at" country="Austria" operator="smartspace GmbH" status=""
+ 18 bands="MVNO" 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=""
+ 20 bands="MVNO" brand="m:tel" cc="at" country="Austria" operator="MTEL 
Austrija GmbH" status="Operational"
+ 21 bands="" cc="at" country="Austria" operator="Salzburg AG für Energie, 
Verkehr und Telekommunikation" status=""
+ 22 bands="MVNO" cc="at" country="Austria" operator="Plintron Austria Limited" 
status=""
  91 bands="GSM-R" brand="GSM-R A" cc="at" country="Austria" operator="ÖBB" 
status="Operational"
  92 bands="CDMA 450" brand="ArgoNET" cc="at" country="Austria" 
operator="ArgoNET GmbH" status="Operational"
  00-99
@@ -292,11 +307,11 @@
  00 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="BT" cc="gb" country="United 
Kingdom" operator="BT Group" status="Operational"
  01 bands="MVNO" brand="Vectone Mobile" cc="gb" country="United Kingdom" 
operator="Mundio Mobile Limited" 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 / LTE" brand="Airtel-Vodafone" 
cc="je" country="Jersey (United Kingdom)" operator="Jersey Airtel Limited" 
status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE" brand="Airtel-Vodafone" 
cc="gb" country="United Kingdom" operator="Jersey Airtel Ltd" 
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" status=""
+ 05 cc="gb" country="United Kingdom" operator="COLT Mobile Telecommunications 
Limited" status="Not operational"
  06 cc="gb" country="United Kingdom" operator="Internet Computer Bureau 
Limited" status=""
- 07 bands="GSM 1800" cc="gb" country="United Kingdom" operator="Vodafone" 
status="Operational"
+ 07 bands="GSM 1800" cc="gb" country="United Kingdom" operator="Vodafone" 
status="Not operational"
  08 cc="gb" country="United Kingdom" operator="BT 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"
@@ -320,12 +335,12 @@
  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 / LTE 800 / LTE 1800 / LTE 2600" 
brand="T-Mobile UK" cc="gb" country="United Kingdom" operator="EE" 
status="Operational"
- 31 bands="MVNO" brand="Virgin Mobile" cc="gb" country="United Kingdom" 
operator="Virgin Media" status="Operational"
- 32 bands="MVNO" brand="Virgin Mobile" cc="gb" country="United Kingdom" 
operator="Virgin Media" status="Operational"
+ 31 bands="GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="T-Mobile UK" cc="gb" country="United Kingdom" operator="EE" 
status="Allocated"
+ 32 bands="GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="T-Mobile UK" cc="gb" country="United Kingdom" operator="EE" 
status="Allocated"
  33 bands="GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Orange" cc="gb" country="United Kingdom" operator="EE" 
status="Operational"
  34 bands="GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Orange" 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="GSM 900 / GSM 1800 / LTE" brand="Sure Mobile" cc="im" country="Isle 
of Man (United Kingdom)" operator="Sure Isle of Man Ltd." status="Operational"
+ 36 bands="GSM 900 / GSM 1800 / LTE" brand="Sure Mobile" cc="gb" 
country="United Kingdom" operator="Sure Isle of Man Ltd." status="Operational"
  37 bands="" cc="gb" country="United Kingdom" operator="Synectiv Ltd" status=""
  38 bands="" brand="Virgin Mobile" cc="gb" country="United Kingdom" 
operator="Virgin Media" status=""
  39 bands="" cc="gb" country="United Kingdom" operator="Gamma Telecom Holdings 
Ltd." status=""
@@ -333,13 +348,15 @@
  51 bands="TD-LTE 3500 / TD-LTE 3700" brand="Relish" 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="MVNO" cc="gb" country="United Kingdom" operator="Limitless Mobile 
Ltd" status="Operational"
- 54 bands="" cc="gb" country="United Kingdom" operator="The Carphone Warehouse 
Limited" status=""
- 55 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Sure Mobile" 
cc="je" country="Jersey (United Kingdom)" operator="Sure (Jersey) Limited" 
status="Operational"
+ 54 bands="MVNO" brand="iD Mobile" cc="gb" country="United Kingdom" 
operator="The Carphone Warehouse Limited" status="Operational"
+ 55 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Sure Mobile" 
cc="gb" country="United Kingdom" operator="Sure (Guernsey) Limited" 
status="Operational"
  56 bands="" cc="gb" country="United Kingdom" operator="CESG" status=""
  57 bands="" cc="gb" country="United Kingdom" operator="Sky UK Limited" 
status=""
- 58 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800" brand="Pronto GSM" 
cc="im" country="Isle of Man (United Kingdom)" operator="Manx Telecom" 
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"
  59 bands="MVNO" cc="gb" country="United Kingdom" operator="Limitless Mobile 
Ltd" status="Operational"
  70 bands="" cc="gb" country="United Kingdom" operator="AMSUK Ltd." status=""
+ 71 bands="" cc="gb" country="United Kingdom" operator="Home Office" status=""
+ 72 bands="MVNO" cc="gb" country="United Kingdom" operator="Hanhaa Limited" 
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=""
@@ -351,16 +368,16 @@
  03 bands="" brand="Relish" cc="gb" country="United Kingdom" operator="UK 
Broadband Limited" status=""
  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="Vodafone United Kingdom" 
status=""
+ 92 cc="gb" country="United Kingdom" operator="Vodafone United Kingdom" 
status="Not operational"
  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 800 / LTE 1800 / LTE 2600" 
brand="TDC" cc="dk" country="Denmark" operator="TDC A/S" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Telenor" cc="dk" country="Denmark" operator="Telenor Denmark" 
status="Operational"
- 03 bands="" cc="dk" country="Denmark" operator="MACH Connectivity" status=""
+ 03 bands="" cc="dk" country="Denmark" operator="Syniverse Technologies" 
status=""
  04 bands="" cc="dk" country="Denmark" operator="NextGen Mobile Ltd T/A 
CardBoardFish" status=""
- 05 bands="TETRA" brand="TetraNet" cc="dk" country="Denmark" operator="ApS 
KBUS 38 nr. 4418" status="Operational"
+ 05 bands="TETRA" brand="TetraNet" cc="dk" country="Denmark" operator="Dansk 
Beredskabskommunikation A/S" status="Operational"
  06 bands="UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" brand="3" cc="dk" 
country="Denmark" operator="Hi3G Denmark ApS" status="Operational"
  07 bands="MVNO" brand="Vectone Mobile" cc="dk" country="Denmark" 
operator="Mundio Mobile (Denmark) Limited" status="Operational"
  08 bands="MVNO" brand="Voxbone" cc="dk" country="Denmark" operator="Voxbone 
mobile" status="Operational"
@@ -369,17 +386,19 @@
  11 bands="TETRA" brand="SINE" cc="dk" country="Denmark" operator="Dansk 
Beredskabskommunikation A/S" status="Operational"
  12 bands="MVNO" brand="Lycamobile" cc="dk" country="Denmark" 
operator="Lycamobile Denmark Ltd" status="Operational"
  13 bands="" cc="dk" country="Denmark" operator="Compatel Limited" status=""
+ 14 bands="" cc="dk" country="Denmark" operator="Monty UK Global 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=""
  18 bands="" cc="dk" country="Denmark" operator="Cubic Telecom" 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=""
+ 25 bands="MVNO" brand="Viahub" cc="dk" country="Denmark" operator="SMS 
Provider Corp." status=""
+ 28 bands="" cc="dk" country="Denmark" operator="LINK Mobile A/S" status=""
  30 bands="" cc="dk" country="Denmark" operator="Interactive digital media 
GmbH" status=""
- 40 bands="" cc="dk" country="Denmark" operator="Ericsson Danmark A/S" 
status=""
- 42 bands="" cc="dk" country="Denmark" operator="Brandtel ApS" status=""
- 43 bands="" cc="dk" country="Denmark" operator="MobiWeb Limited" status=""
+ 40 bands="" cc="dk" country="Denmark" operator="Ericsson Danmark A/S" 
status="Not operational"
+ 42 bands="" cc="dk" country="Denmark" operator="Tel42 ApS" status=""
+ 43 bands="" cc="dk" country="Denmark" operator="MobiWeb Limited" status="Not 
operational"
  66 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" cc="dk" country="Denmark" operator="TT-Netværket P/S" 
status="Operational"
  77 bands="GSM 900 / GSM 1800" brand="Telenor" cc="dk" country="Denmark" 
operator="Telenor Denmark" status="Operational"
  00-99
@@ -392,12 +411,12 @@
  06 bands="UMTS 2100" brand="Telenor" cc="se" country="Sweden" 
operator="Telenor Sverige AB" status="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="" cc="se" country="Sweden" operator="Communication for Devices in 
Sweden AB" status=""
- 10 brand="Spring Mobil" cc="se" country="Sweden" operator="Spring Mobil AB" 
status="Operational"
+ 09 bands="" brand="Com4" cc="se" country="Sweden" operator="Communication for 
Devices in Sweden AB" status=""
+ 10 brand="Spring Mobil" cc="se" country="Sweden" operator="Tele2 Sverige AB" 
status="Operational"
  11 bands="" cc="se" country="Sweden" operator="ComHem AB" status=""
  12 bands="MVNO" brand="Lycamobile" cc="se" country="Sweden" 
operator="Lycamobile Sweden Limited" status="Operational"
  13 bands="" cc="se" country="Sweden" operator="Alltele Företag Sverige AB" 
status=""
- 14 bands="MVNO" cc="se" country="Sweden" operator="TDC Sverige AB" 
status="Not operational"
+ 14 bands="" cc="se" country="Sweden" operator="Tele2 Business AB" status=""
  15 bands="GSM 900 / GSM 1800 / UMTS 2100" cc="se" country="Sweden" 
operator="Wireless Maingate Nordic AB" status="Operational"
  16 bands="GSM" cc="se" country="Sweden" operator="42 Telecom AB" 
status="Operational"
  17 bands="MVNO" brand="Gotanet" cc="se" country="Sweden" 
operator="Götalandsnätet AB" status="Operational"
@@ -406,7 +425,7 @@
  20 bands="GSM" cc="se" country="Sweden" operator="Wireless Maingate Messaging 
Services AB" status="Operational"
  21 bands="GSM-R 900" brand="MobiSir" cc="se" country="Sweden" 
operator="Trafikverket ICT" status="Operational"
  22 bands="" cc="se" country="Sweden" operator="EuTel AB" status=""
- 23 bands="" cc="se" country="Sweden" operator="Infobip Limited" status="Not 
operational"
+ 23 bands="" cc="se" country="Sweden" operator="Infobip Limited (UK)" 
status="Not operational"
  24 bands="GSM 900 / LTE 800 / LTE 900 / LTE 1800 / LTE 2600" brand="Sweden 
2G" cc="se" country="Sweden" operator="Net4Mobility HB" status="Operational"
  25 bands="" cc="se" country="Sweden" operator="Monty UK Global Ltd" status=""
  26 bands="GSM" cc="se" country="Sweden" operator="Beepsend AB" 
status="Operational"
@@ -417,7 +436,7 @@
  31 bands="" cc="se" country="Sweden" operator="RebTel Network AB" status=""
  32 bands="" cc="se" country="Sweden" operator="Compatel Limited" status=""
  33 bands="" cc="se" country="Sweden" operator="Mobile Arts AB" status=""
- 34 bands="" cc="se" country="Sweden" operator="Pro Net Telecommunications 
Services Ltd." status=""
+ 34 bands="" cc="se" country="Sweden" operator="Pro Net Telecommunications 
Services Ltd." status="Not operational"
  35 bands="" cc="se" country="Sweden" operator="42 Telecom LTD" status=""
  36 bands="" cc="se" country="Sweden" operator="interactive digital media 
GmbH" status=""
  37 bands="" cc="se" country="Sweden" operator="CLX Networks AB" 
status="Operational"
@@ -429,6 +448,7 @@
  43 bands="" cc="se" country="Sweden" operator="MobiWeb Ltd." status=""
  44 bands="" cc="se" country="Sweden" operator="Limitless Mobile AB" status=""
  45 bands="" cc="se" country="Sweden" operator="Spirius AB" status=""
+ 46 bands="MVNO" brand="Viahub" cc="se" country="Sweden" operator="SMS 
Provider Corp." status=""
  60 bands="" cc="se" country="Sweden" operator="Telefonaktiebolaget LM 
Ericsson" status=""
  00-99
 242
@@ -458,7 +478,7 @@
  04 bands="" brand="DNA" cc="fi" country="Finland" operator="DNA Oy" status=""
  05 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Elisa" cc="fi" country="Finland" operator="Elisa Oyj" 
status="Operational"
  06 bands="" brand="Elisa" cc="fi" country="Finland" operator="Elisa Oyj" 
status="Not operational"
- 07 bands="GSM 900 / GSM 1800" brand="Nokia" cc="fi" country="Finland" 
operator="Nokia Solutions and Networks Oy" status=""
+ 07 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600 / TD-LTE 2600" 
brand="Nokia" cc="fi" country="Finland" operator="Nokia Solutions and Networks 
Oy" status="Operational"
  08 bands="GSM 1800 / UMTS 2100" brand="Nokia" cc="fi" country="Finland" 
operator="Nokia Solutions and Networks Oy" status=""
  09 bands="GSM 900" cc="fi" country="Finland" operator="Nokia Solutions and 
Networks Oy" status=""
  10 bands="" cc="fi" country="Finland" operator="Viestintävirasto" status=""
@@ -470,12 +490,13 @@
  16 bands="MVNO" brand="Tele2" cc="fi" country="Finland" operator="Oy Finland 
Tele2 AB" status="Not operational"
  17 bands="GSM-R" cc="fi" country="Finland" operator="Liikennevirasto" 
status="Operational"
  21 bands="MVNO" brand="Elisa- Saunalahti" cc="fi" country="Finland" 
operator="Elisa Oyj" status="Operational"
- 22 bands="" cc="fi" country="Finland" operator="EXFO Oy" status=""
- 23 bands="" cc="fi" country="Finland" operator="EXFO Oy" status=""
- 24 bands="" cc="fi" country="Finland" operator="TTY-säätiö" status=""
+ 22 bands="" cc="fi" country="Finland" operator="EXFO Oy" status="Not 
operational"
+ 23 bands="" cc="fi" country="Finland" operator="EXFO Oy" status="Not 
operational"
+ 24 bands="" cc="fi" country="Finland" operator="TTY-säätiö" status="Not 
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="Teknologian tutkimuskeskus 
VTT Oy" status=""
+ 28 bands="" cc="fi" country="Finland" operator="Teknologian tutkimuskeskus 
VTT Oy" status=""
  29 bands="MVNO" cc="fi" country="Finland" operator="SCNL Truphone" 
status="Not operational"
  30 bands="MVNO" brand="Vectone Mobile" cc="fi" country="Finland" 
operator="Mundio Mobile Oy" status="Not operational"
  31 bands="MVNO" brand="Kuiri" cc="fi" country="Finland" operator="Ukko Mobile 
Oy" status="Operational"
@@ -489,6 +510,7 @@
  39 bands="" cc="fi" country="Finland" operator="Nokia Solutions and Networks 
Oy" status="Test Network"
  40 bands="" cc="fi" country="Finland" operator="Nokia Solutions and Networks 
Oy" status="Test Network"
  41 bands="" cc="fi" country="Finland" operator="Nokia Solutions and Networks 
Oy" status="Test Network"
+ 42 bands="" cc="fi" country="Finland" operator="SMS Provider Corp." status=""
  91 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Sonera" cc="fi" country="Finland" operator="TeliaSonera 
Finland Oyj" status="Operational"
  92 bands="" brand="Sonera" cc="fi" country="Finland" operator="TeliaSonera 
Finland Oyj" status=""
  00-99
@@ -501,6 +523,7 @@
  06 bands="" brand="Mediafon" cc="lt" country="Lithuania" operator="UAB 
Mediafon" status="Operational"
  07 bands="" cc="lt" country="Lithuania" operator="Compatel Ltd." status=""
  08 bands="WiMAX 3500 / TD-LTE 2300" brand="MEZON" cc="lt" country="Lithuania" 
operator="Lietuvos radijo ir televizijos centras" status="Operational"
+ 09 bands="" cc="lt" country="Lithuania" operator="Interactive Digital Media 
GmbH" status=""
  00-99
 247
  01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="LMT" cc="lv" country="Latvia" operator="Latvian Mobile Telephone" 
status="Operational"
@@ -511,7 +534,7 @@
  06 bands="" cc="lv" country="Latvia" operator="Rigatta" status="Not 
operational"
  07 bands="MVNO" brand="MTS" cc="lv" country="Latvia" operator="Master 
Telecom" status="Operational"
  08 bands="MVNO" brand="IZZI" cc="lv" country="Latvia" operator="IZZI" 
status="Operational"
- 09 bands="MVNO" brand="Camel Mobile" cc="lv" country="Latvia" operator="Camel 
Mobile" status="Operational"
+ 09 bands="MVNO" brand="Xomobile" cc="lv" country="Latvia" operator="Camel 
Mobile" status="Operational"
  00-99
 248
  01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Telia" cc="ee" country="Estonia" operator="Estonian Mobile 
Telecom" status="Operational"
@@ -571,8 +594,8 @@
  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 / UMTS 2100" brand="lifecell" cc="ua" 
country="Ukraine" operator="Astelit" status="Operational"
- 07 bands="UMTS 2100" brand="3Mob" cc="ua" country="Ukraine" operator="3Mob 
(Ukrtelecom UMTS )" status="Operational"
+ 06 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="lifecell" cc="ua" 
country="Ukraine" operator="Turkcell" status="Operational"
+ 07 bands="UMTS 2100" brand="3Mob" cc="ua" country="Ukraine" 
operator="Ukrtelecom" 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="Not operational"
  25 bands="CDMA 800" brand="NEWTONE" cc="ua" country="Ukraine" operator="CST 
Invest" status="Operational"
@@ -594,31 +617,31 @@
  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 / 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"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Plus" cc="pl" country="Poland" operator="Polkomtel Sp. z o.o." 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="T-Mobile" cc="pl" 
country="Poland" operator="T-Mobile Polska S.A." status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / 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"
+ 06 bands="GSM 900 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2100 / 
LTE 2600" 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="LTE 800" brand="Sferia" cc="pl" country="Poland" operator="Sferia 
S.A." status="Operational"
+ 10 bands="CDMA 800" brand="Sferia" cc="pl" country="Poland" operator="Sferia 
S.A." status="Not operational"
  11 bands="CDMA2000 420" brand="Nordisk Polska" cc="pl" country="Poland" 
operator="Nordisk Polska Sp. z o.o." 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="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"
+ 16 bands="LTE 1800" brand="Aero2" cc="pl" country="Poland" operator="Aero 2 
Sp. z o.o." status="Operational"
+ 17 bands="UMTS 900 / LTE 800 / 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="Not operational"
  20 bands="" brand="Mobile.Net" cc="pl" country="Poland" operator="Mobile.Net 
Sp. z o.o." status=""
  21 bands="" brand="Exteri" cc="pl" country="Poland" operator="Exteri Sp. z 
o.o." status="Not operational"
  22 bands="" brand="Arcomm" cc="pl" country="Poland" operator="Arcomm Sp. z 
o.o." status=""
  23 bands="" brand="Amicomm" cc="pl" country="Poland" operator="Amicomm Sp. z 
o.o." status="Not operational"
- 24 bands="" brand="WideNet" cc="pl" country="Poland" operator="WideNet Sp. z 
o.o." status="Not operational"
- 25 bands="" brand="BS&T" cc="pl" country="Poland" operator="Best Solutions & 
Technology Experience Sp. z o.o." status=""
+ 24 bands="" cc="pl" country="Poland" operator="IT Partners Telco Sp. z o.o." 
status=""
+ 25 bands="" cc="pl" country="Poland" operator="Polskie Sieci Radiowe Sp. z 
o.o. Sp. k.a." status=""
  26 bands="" brand="ATE" cc="pl" country="Poland" operator="Advanced 
Technology & Experience Sp. z o.o." status="Not operational"
  27 bands="" brand="Intertelcom" cc="pl" country="Poland" 
operator="Intertelcom Sp. z o.o." status="Not operational"
  28 bands="" brand="PhoneNet" cc="pl" country="Poland" operator="PhoneNet Sp. 
z o.o." status="Not operational"
@@ -627,7 +650,7 @@
  31 bands="" brand="Phone IT" cc="pl" country="Poland" operator="Phone IT Sp. 
z o.o." status=""
  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 / LTE 1800" brand="NetWorkS!" cc="pl" country="Poland" 
operator="T-Mobile Polska S.A." status="Operational"
+ 34 bands="UMTS 900 / LTE 800 / LTE 1800 / LTE 2600" 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="Not operational"
  37 bands="" cc="pl" country="Poland" operator="NEXTGEN MOBILE LTD" status=""
@@ -642,15 +665,16 @@
  46 bands="" cc="pl" country="Poland" operator="Terra Telekom Sp. z o.o." 
status=""
  47 bands="" cc="pl" country="Poland" operator="SMShighway Limited" status=""
  48 bands="" cc="pl" country="Poland" operator="AGILE TELECOM S.P.A." status=""
+ 49 bands="" cc="pl" country="Poland" operator="Messagebird B.V." 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"
+ 01 bands="GSM 900 / GSM 1800/ / UMTS 2100 / LTE 800 / LTE 900 / LTE 1800 / 
LTE 2600" brand="Telekom" cc="de" country="Germany" operator="Telekom 
Deutschland GmbH" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600" 
brand="Vodafone" cc="de" country="Germany" operator="Vodafone D2 GmbH" 
status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" 
brand="E-Plus" cc="de" country="Germany" operator="E-Plus Mobilfunk" 
status="Operational"
  04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="de" 
country="Germany" operator="Vodafone D2 GmbH" status="Reserved"
  05 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="E-Plus" cc="de" 
country="Germany" operator="E-Plus Mobilfunk" status="Reserved"
- 06 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Telekom" cc="de" country="Germany" operator="Telekom Deutschland GmbH" 
status="Reserved"
+ 06 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 900 / LTE 1800 / LTE 
2600" brand="Telekom" cc="de" country="Germany" operator="Telekom Deutschland 
GmbH" status="Reserved"
  07 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600" 
brand="O<sub>2</sub>" cc="de" country="Germany" operator="Telefónica Germany 
GmbH & Co. oHG" status="Operational"
  08 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="O<sub>2</sub>" cc="de" 
country="Germany" operator="Telefónica Germany GmbH & Co. oHG" status="Reserved"
  09 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Vodafone" cc="de" 
country="Germany" operator="Vodafone D2 GmbH" status="Operational"
@@ -667,6 +691,7 @@
  20 bands="MVNO" brand="OnePhone" cc="de" country="Germany" operator="E-Plus 
Mobilfunk" status="Operational"
  21 bands="" cc="de" country="Germany" operator="Multiconnect GmbH" status=""
  22 bands="MVNO" cc="de" country="Germany" operator="sipgate Wireless GmbH" 
status=""
+ 23 bands="MVNO" cc="de" country="Germany" operator="Drillisch Netz AG" 
status="Operational"
  33 bands="MVNO" brand="simquadrat" cc="de" country="Germany" 
operator="sipgate GmbH" status="Operational"
  41 bands="" cc="de" country="Germany" operator="First Telecom GmbH" 
status="Not operational"
  42 bands="GSM 1800" brand="CCC Event" cc="de" country="Germany" 
operator="Chaos Computer Club" status="Temporary operational"
@@ -680,7 +705,6 @@
  77 bands="GSM 900" brand="E-Plus" cc="de" country="Germany" operator="E-Plus 
Mobilfunk" status="Operational"
  78 bands="" brand="Telekom" cc="de" country="Germany" operator="Telekom 
Deutschland GmbH" status=""
  79 bands="" cc="de" country="Germany" operator="ng4T GmbH" status="Not 
operational"
- 901 bands="" brand="Debitel" cc="de" country="Germany" status="Operational"
  92 bands="GSM 1800 / UMTS 2100" cc="de" country="Germany" operator="Nash 
Technologies" status="Operational"
  00-99
 266
@@ -697,7 +721,8 @@
  06 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="MEO" cc="pt" country="Portugal" operator="Telecomunicações Móveis 
Nacionais" status="Operational"
  07 bands="MVNO" brand="Vectone Mobile" cc="pt" country="Portugal" 
operator="Mundio Mobile (Portugal) Limited" status="Operational"
  11 bands="" cc="pt" country="Portugal" operator="Compatel, Limited" status=""
- 12 bands="GSM-R" cc="pt" country="Portugal" operator="Refer Telecom - 
Serviços de Telecomunicações, S.A." status="Operational"
+ 12 bands="GSM-R" cc="pt" country="Portugal" operator="IP Telecom - Serviços 
de Telecomunicações, S.A." status="Operational"
+ 13 bands="" cc="pt" country="Portugal" operator="G9Telecom, S.A." status=""
  21 bands="CDMA2000 450" brand="Zapp" cc="pt" country="Portugal" 
operator="Zapp Portugal" status="Not operational"
  80 bands="" brand="MEO" cc="pt" country="Portugal" operator="Telecomunicações 
Móveis Nacionais" status=""
  00-99
@@ -714,7 +739,7 @@
  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"
+ 05 bands="UMTS 2100 / LTE 800 / LTE 1800" brand="3" cc="ie" country="Ireland" 
operator="Hutchison 3G Ireland limited" status="Operational"
  07 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="eMobile" cc="ie" 
country="Ireland" operator="Eircom Mobile" status="Operational"
  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"
@@ -728,12 +753,14 @@
  03 bands="" brand="Vodafone" cc="is" country="Iceland" operator="Og 
fjarskipti hf" status="Operational"
  04 bands="GSM 1800" brand="Viking" cc="is" country="Iceland" operator="IMC 
Island ehf" status="Operational"
  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=""
+ 06 bands="" cc="is" country="Iceland" operator="Núll níu ehf" status="Not 
operational"
  07 bands="GSM 1800" brand="IceCell" cc="is" country="Iceland" 
operator="IceCell ehf" status="Not 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"
+ 16 bands="" cc="is" country="Iceland" operator="Tismi BV" status=""
  22 bands="" cc="is" country="Iceland" operator="Landhelgisgæslan (Icelandic 
Coast Guard)" status=""
+ 31 bands="" brand="Síminn" cc="is" country="Iceland" operator="Iceland 
Telecom" status=""
  00-99
 276
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Telekom.al" cc="al" country="Albania" operator="Telekom Albania" 
status="Operational"
@@ -767,10 +794,10 @@
  09 bands="" cc="ge" country="Georgia" operator="Gmobile Ltd" status=""
  00-99
 283
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 450" brand="Beeline" cc="am" 
country="Armenia" operator="ArmenTel" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 450 / LTE 1800" 
brand="Beeline" cc="am" country="Armenia" operator="ArmenTel" 
status="Operational"
  04 bands="GSM 900 / UMTS 900" brand="Karabakh Telecom" cc="am" 
country="Armenia" operator="Karabakh Telecom" status="Operational"
  05 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="VivaCell-MTS" 
cc="am" country="Armenia" operator="K Telecom CJSC" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Ucom" cc="am" 
country="Armenia" operator="Ucom LLC" status="Operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="Ucom" cc="am" country="Armenia" operator="Ucom LLC" status="Operational"
  00-99
 284
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="M-Tel" cc="bg" 
country="Bulgaria" operator="Mobiltel" status="Operational"
@@ -804,8 +831,8 @@
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="PRIMA" cc="sm" country="San 
Marino" operator="San Marino Telecom" status="Operational"
  00-99
 293
- 10 bands="GSM-R" cc="si" country="Slovenia" operator="SŽ - Infrastruktura, 
d.o.o." status="Not operational"
- 20 bands="" cc="si" country="Slovenia" operator="COMPATEL Ltd" status=""
+ 10 bands="GSM-R" cc="si" country="Slovenia" operator="SŽ - Infrastruktura, 
d.o.o." status="Operational"
+ 20 bands="" cc="si" country="Slovenia" operator="COMPATEL Ltd" status="Not 
operational"
  40 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="Si.mobil" cc="si" country="Slovenia" operator="SI.MOBIL d.d." 
status="Operational"
  41 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 900 / LTE 1800 / LTE 
2100 / LTE 2600" brand="Mobitel" cc="si" country="Slovenia" operator="Telekom 
Slovenije" status="Operational"
  64 bands="UMTS 2100" brand="T-2" cc="si" country="Slovenia" operator="T-2 
d.o.o." status="Operational"
@@ -830,7 +857,7 @@
  77 bands="GSM 900" brand="Alpmobil" cc="li" country="Liechtenstein" 
operator="Alpcom AG" status="Not operational"
  00-99
 297
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Telenor" cc="me" 
country="Montenegro" operator="Telenor Montenegro" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Telenor" cc="me" 
country="Montenegro" operator="Telenor Montenegro" status="Operational"
  02 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="T-Mobile" cc="me" 
country="Montenegro" operator="T-Mobile Montenegro LLC" status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="m:tel CG" cc="me" 
country="Montenegro" operator="MTEL CG" status="Operational"
  00-99
@@ -842,20 +869,21 @@
  270 bands="UMTS 1700 / LTE 1700" brand="EastLink" cc="ca" country="Canada" 
operator="Bragg Communications" status="Operational"
  290 bands="iDEN 900" brand="Airtel Wireless" cc="ca" country="Canada" 
operator="Airtel Wireless" status="Operational"
  300 bands="" cc="ca" country="Canada" operator="ECOTEL Inc." status=""
- 320 bands="UMTS 1700" brand="Mobilicity" cc="ca" country="Canada" 
operator="DAVE Wireless" status="Operational"
+ 320 bands="UMTS 1700" brand="Rogers Wireless" cc="ca" country="Canada" 
operator="Rogers Communications" status="Operational"
  340 bands="MVNO" brand="Execulink" cc="ca" country="Canada" 
operator="Execulink" status="Operational"
  350 bands="GSM 850" brand="FIRST" cc="ca" country="Canada" operator="FIRST 
Networks Operations" status="Not operational"
- 360 bands="iDEN 800" brand="MiKe" cc="ca" country="Canada" operator="Telus 
Mobility" status="Operational"
+ 360 bands="iDEN 800" brand="MiKe" cc="ca" country="Canada" operator="Telus 
Mobility" status="Not operational"
  361 bands="CDMA 800 / CDMA 1900" brand="Telus" cc="ca" country="Canada" 
operator="Telus Mobility" status="Operational"
  370 bands="MVNO" brand="Fido" cc="ca" country="Canada" operator="Fido 
Solutions (Rogers Wireless)" status="Operational"
  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 / LTE 1700" brand="Freedom Mobile" cc="ca" 
country="Canada" operator="Shaw Communications" status="Operational"
  500 bands="UMTS 1700" brand="Videotron" cc="ca" country="Canada" 
operator="Videotron" status="Operational"
  510 bands="UMTS 1700" brand="Videotron" cc="ca" country="Canada" 
operator="Videotron" status="Operational"
  520 bands="" brand="Videotron" cc="ca" country="Canada" operator="Videotron" 
status=""
  530 bands="GSM" brand="Keewaytinook Mobile" cc="ca" country="Canada" 
operator="Keewaytinook Okimakanak Mobile" status="Operational"
+ 540 bands="" cc="ca" country="Canada" operator="Rovvr Communications Inc." 
status=""
  560 bands="CDMA / GSM" brand="Lynx Mobility" cc="ca" country="Canada" 
operator="Lynx Mobility" status="Operational"
  570 bands="" brand="LightSquared" cc="ca" country="Canada" 
operator="LightSquared" status=""
  590 bands="" brand="Quadro Mobility" cc="ca" country="Canada" 
operator="Quadro Communications Co-op" status="Operational"
@@ -863,10 +891,11 @@
  620 bands="UMTS 850 / GSM 1900" brand="ICE Wireless" cc="ca" country="Canada" 
operator="ICE Wireless" status="Operational"
  630 bands="" brand="Aliant Mobility" cc="ca" country="Canada" operator="Bell 
Aliant" status=""
  640 bands="CDMA 800 / CDMA 1900" brand="Bell" cc="ca" country="Canada" 
operator="Bell Mobility" status="Operational"
+ 650 bands="UMTS 850 / UMTS 1900 / LTE 1700 / LTE 2600" brand="TBaytel" 
cc="ca" country="Canada" operator="Thunder Bay Telephone" status="Operational"
  652 bands="CDMA2000" cc="ca" country="Canada" operator="BC Tel Mobility 
(Telus)" status="Operational"
  653 bands="CDMA 800 / CDMA 1900" brand="Telus" cc="ca" country="Canada" 
operator="Telus Mobility" status="Operational"
  655 bands="CDMA 800 / 850 / CDMA 1900" brand="MTS" cc="ca" country="Canada" 
operator="MTS Mobility" status="Operational"
- 656 bands="CDMA2000 / UMTS 850 / UMTS 1900 / LTE 1700 / LTE 2600" 
brand="TBay" cc="ca" country="Canada" operator="Thunder Bay Telephone Mobility" 
status="Operational"
+ 656 bands="CDMA" brand="TBay" cc="ca" country="Canada" operator="Thunder Bay 
Telephone Mobility" status="Not operational"
  657 bands="CDMA 800 / CDMA 1900" brand="Telus" cc="ca" country="Canada" 
operator="Telus Mobility" status="Operational"
  660 bands="UMTS 850 / UMTS 1900 / LTE 1700" brand="MTS" cc="ca" 
country="Canada" operator="MTS Mobility" status="Operational"
  670 bands="" brand="CityTel Mobility" cc="ca" country="Canada" 
operator="CityWest" status=""
@@ -881,14 +910,15 @@
  740 bands="" brand="Shaw Telecom" cc="ca" country="Canada" operator="Shaw 
Communications" status="Not operational"
  750 bands="" brand="SaskTel" cc="ca" country="Canada" operator="SaskTel 
Mobility" status=""
  760 bands="MVNO" brand="Public Mobile" cc="ca" country="Canada" 
operator="Telus Mobility" status="Operational"
- 770 bands="" brand="Rural Com" cc="ca" country="Canada" operator="Rural Com" 
status=""
+ 770 bands="UMTS 850" brand="TNW Wireless" cc="ca" country="Canada" 
operator="Rural Com" status="Operational"
  780 bands="UMTS 850 / UMTS 1900 / LTE 2100" brand="SaskTel" cc="ca" 
country="Canada" operator="SaskTel Mobility" status="Operational"
- 790 bands="WiMAX" cc="ca" country="Canada" operator="NetSet Communications" 
status="Operational"
+ 790 bands="WiMAX / TD-LTE 3500" cc="ca" country="Canada" operator="NetSet 
Communications" status="Operational"
  820 bands="" brand="Rogers Wireless" cc="ca" country="Canada" 
operator="Rogers Communications" status=""
  860 bands="" brand="Telus" cc="ca" country="Canada" operator="Telus Mobility" 
status=""
  880 bands="UMTS 850 / UMTS 1900" brand="Bell / Telus / SaskTel" cc="ca" 
country="Canada" operator="Shared Telus, Bell, and SaskTel" status="Operational"
- 920 bands="" brand="Rogers Wireless" cc="ca" country="Canada" 
operator="Rogers Communications" status=""
- 940 bands="" brand="Wightman Mobility" cc="ca" country="Canada" 
operator="Wightman Telecom" status="Operational"
+ 920 bands="" brand="Rogers Wireless" cc="ca" country="Canada" 
operator="Rogers Communications" status="Not operational"
+ 940 bands="UMTS 850 / UMTS 1900" brand="Wightman Mobility" cc="ca" 
country="Canada" operator="Wightman Telecom" status="Operational"
+ 990 bands="" cc="ca" country="Canada" status=""
  000-999
 308
  01 bands="GSM 900" brand="Ameris" cc="pm" country="Saint Pierre and Miquelon 
(France)" operator="St. Pierre-et-Miquelon Télécom" status="Operational"
@@ -904,7 +934,7 @@
  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="AT&T" cc="us" 
country="United States of America" operator="AT&T Mobility" status="Not 
operational"
- 017 bands="iDEN" brand="ProxTel" cc="us" country="United States of America" 
operator="North Sight Communications Inc." status=""
+ 017 bands="iDEN" brand="ProxTel" cc="us" country="United States of America" 
operator="North Sight Communications Inc." status="Not operational"
  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 / GSM 1900 / LTE 700" brand="IT&E Wireless" cc="us" 
country="United States of America" operator="IT&E Overseas, Inc" 
status="Operational"
@@ -936,7 +966,7 @@
  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 / LTE 700 / LTE 1900 / LTE 1700" 
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 850 / 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" brand="nep" cc="us" country="United States of America" 
operator="NEP Cellcorp Inc." status="Not operational"
@@ -967,7 +997,7 @@
  530 bands="" brand="iWireless" cc="us" country="United States of America" 
operator="Iowa Wireless Services LLC" status=""
  540 bands="GSM 850 / GSM 1900" brand="Phoenix" cc="us" country="United States 
of America" operator="Oklahoma Western Telephone Company" status="Operational"
  550 bands="" cc="us" country="United States of America" operator="Syniverse 
Technologies" status=""
- 560 bands="GSM 850" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status="Operational"
+ 560 bands="GSM 850" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status="Not 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="CDMA2000" cc="us" country="United States of America" 
operator="Inland Cellular Telephone Company" status="Operational"
  59 bands="CDMA" brand="Cellular One" cc="bm" country="Bermuda" 
status="Operational"
@@ -993,7 +1023,7 @@
  780 bands="iDEN" brand="Dispatch Direct" cc="us" country="United States of 
America" operator="D. D. Inc." status="Operational"
  790 bands="GSM 1900 / UMTS / LTE" brand="BLAZE" cc="us" country="United 
States of America" operator="PinPoint Communications Inc." status="Operational"
  800 bands="GSM 1900" cc="us" country="United States of America" 
operator="T-Mobile" status="Not operational"
- 810 bands="1900" cc="us" country="United States of America" operator="LCFR 
LLC" status=""
+ 810 bands="1900" cc="us" country="United States of America" operator="LCFR 
LLC" status="Not operational"
  820 bands="" cc="us" country="United States of America" operator="Verizon 
Wireless" status=""
  830 bands="WiMAX" brand="Sprint" cc="us" country="United States of America" 
operator="Sprint Corporation" status="Not operational"
  840 bands="MVNO" brand="telna Mobile" cc="us" country="United States of 
America" operator="Telecom North America Mobile, Inc." status="Operational"
@@ -1079,7 +1109,7 @@
  430 bands="CDMA" brand="Chat Mobility" cc="us" country="United States of 
America" operator="RSA 1 LP" status=""
  440 bands="CDMA" cc="us" country="United States of America" 
operator="Bluegrass Cellular LLC" status="Operational"
  450 bands="GSM 1900 / LTE 700" brand="PTCI" cc="us" country="United States of 
America" operator="Panhandle Telecommunication Systems Inc." 
status="Operational"
- 460 bands="DMR" cc="us" country="United States of America" operator="Fisher 
Wireless Services Inc." status="Operational"
+ 460 bands="DMR" cc="us" country="United States of America" operator="Fisher 
Wireless Services Inc." status="Not operational"
  470 bands="GSM 850 / GSM 1900" brand="Innovative Wireless" cc="us" 
country="United States of America" operator="Vitelcom Cellular Inc." 
status="Operational"
  480 bands="LTE 700" brand="Verizon" cc="us" country="United States of 
America" operator="Verizon Wireless" status="Operational"
  481 bands="LTE 700" brand="Verizon" cc="us" country="United States of 
America" operator="Verizon Wireless" status="Not operational"
@@ -1096,7 +1126,7 @@
  510 bands="LTE" cc="us" country="United States of America" 
operator="Lightsquared L.P." status="Not operational"
  520 bands="LTE" cc="us" country="United States of America" 
operator="Lightsquared L.P." status="Not operational"
  530 bands="LTE 1900" brand="NewCore" cc="us" country="United States of 
America" operator="NewCore Wireless LLC" status="Operational"
- 540 bands="GSM 850" cc="us" country="United States of America" 
operator="Proximiti Mobility Inc." status=""
+ 540 bands="GSM 850" cc="us" country="United States of America" 
operator="Proximiti Mobility Inc." status="Not operational"
  550 bands="GSM 850 / GSM 1900 / CDMA 2000 / UMTS" brand="Choice Wireless" 
cc="us" country="United States of America" operator="Commnet Midwest LLC" 
status="Operational"
  560 bands="GSM 850" brand="OTZ Cellular" cc="us" country="United States of 
America" operator="OTZ Communications, Inc." status="Operational"
  570 bands="UMTS 1700 / LTE 1700" brand="BendBroadband" cc="us" 
country="United States of America" operator="Bend Cable Communications LLC" 
status="Not operational"
@@ -1118,7 +1148,7 @@
  730 bands="GSM 850" cc="us" country="United States of America" 
operator="Proximiti Mobility Inc." status=""
  740 bands="GSM 850" cc="us" country="United States of America" 
operator="Telalaska Cellular" status="Operational"
  750 bands="" brand="ClearTalk" cc="us" country="United States of America" 
operator="Flat Wireless LLC" status=""
- 760 bands="" cc="us" country="United States of America" operator="Edigen 
Inc." status=""
+ 760 bands="" cc="us" country="United States of America" operator="Edigen 
Inc." status="Not operational"
  770 bands="" cc="us" country="United States of America" operator="Altiostar 
Networks, Inc." status=""
  780 bands="" brand="Pioneer Cellular" cc="us" country="United States of 
America" operator="Cellular Network Partnership" status="Not operational"
  790 bands="" cc="us" country="United States of America" operator="Coleman 
County Telephone Cooperative, Inc." status=""
@@ -1133,7 +1163,7 @@
  880 bands="" brand="Sprint" cc="us" country="United States of America" 
operator="Sprint Corporation" status=""
  890 bands="" cc="us" country="United States of America" operator="Globecomm 
Network Services Corporation" status=""
  900 bands="MVNO" cc="us" country="United States of America" operator="GigSky" 
status="Operational"
- 910 bands="CDMA / LTE" brand="Mobile Nation" cc="us" country="United States 
of America" operator="SI Wireless LLC" status="Operational"
+ 910 bands="CDMA / LTE" brand="MobileNation" cc="us" country="United States of 
America" operator="SI Wireless LLC" status="Operational"
  920 bands="" brand="Chariton Valley" cc="us" country="United States of 
America" operator="Missouri RSA 5 Partnership" status=""
  930 bands="LTE 700" cc="us" country="United States of America" 
operator="Syringa Wireless" status="Not operational"
  940 bands="WiMAX" brand="Sprint" cc="us" country="United States of America" 
operator="Sprint Corporation" status="Not operational"
@@ -1154,7 +1184,7 @@
  080 bands="UMTS-TDD 700" brand="SyncSouth" cc="us" country="United States of 
America" operator="South Georgia Regional Information Technology Authority" 
status="Operational"
  090 bands="" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status=""
  100 bands="" cc="us" country="United States of America" operator="ClearSky 
Technologies, Inc." status=""
- 110 bands="LTE" cc="us" country="United States of America" operator="Texas 
Energy Network LLC" status=""
+ 110 bands="LTE" cc="us" country="United States of America" operator="Texas 
Energy Network LLC" status="Not 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"
  140 bands="CDMA" brand="Revol Wireless" cc="us" country="United States of 
America" operator="Cleveland Unlimited, Inc." status="Not operational"
@@ -1213,15 +1243,52 @@
  670 bands="" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status=""
  680 bands="" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status=""
  690 bands="" cc="us" country="United States of America" operator="Tecore 
Government Services, LLC" status=""
+ 700 bands="LTE 700" cc="us" country="United States of America" 
operator="Wireless Partners, LLC" status="Operational"
+ 710 bands="LTE" cc="us" country="United States of America" operator="Great 
North Woods Wireless LLC" status="Operational"
+ 720 bands="LTE" brand="Southern LINC" cc="us" country="United States of 
America" operator="Southern Communications Services" status=""
  730 bands="CDMA" cc="us" country="United States of America" 
operator="Triangle Communication Sytem Inc." status="Operational"
+ 740 bands="MVNO" brand="Locus Telecommunications" cc="us" country="United 
States of America" operator="KDDI America, Inc." status="Operational"
+ 750 bands="" cc="us" country="United States of America" operator="Artemis 
Networks LLC" status=""
+ 760 bands="" brand="ASTAC" cc="us" country="United States of America" 
operator="Arctic Slope Telephone Association Cooperative" status=""
+ 770 bands="" brand="Verizon" cc="us" country="United States of America" 
operator="Verizon Wireless" status=""
  780 bands="TD-LTE 2500" cc="us" country="United States of America" 
operator="Redzone Wireless" status="Operational"
+ 790 bands="" cc="us" country="United States of America" operator="Gila 
Electronics" status=""
+ 800 bands="MVNO" cc="us" country="United States of America" operator="Cirrus 
Core Networks" status=""
+ 810 bands="CDMA" brand="BBCP" cc="us" country="United States of America" 
operator="Bristol Bay Telephone Cooperative" status="Operational"
+ 820 bands="" cc="us" country="United States of America" operator="Santel 
Communications Cooperative, Inc." status=""
+ 830 bands="WiMAX" cc="us" country="United States of America" operator="Kings 
County Office of Education" status="Operational"
+ 840 bands="" cc="us" country="United States of America" operator="South 
Georgia Regional Information Technology Authority" status=""
+ 850 bands="MVNO" cc="us" country="United States of America" operator="Onvoy 
Spectrum, LLC" status=""
  860 bands="CDMA / LTE 1900 / LTE 1700" brand="ClearTalk" cc="us" 
country="United States of America" operator="Flat Wireless, LLC" 
status="Operational"
+ 870 bands="MVNO" cc="us" country="United States of America" operator="GigSky 
Mobile, LLC" status="Operational"
+ 880 bands="" cc="us" country="United States of America" operator="Albemarle 
County Public Schools" status=""
+ 890 bands="" cc="us" country="United States of America" operator="Circle Gx" 
status=""
  900 bands="CDMA / LTE 1900 / LTE 1700" brand="ClearTalk" cc="us" 
country="United States of America" operator="Flat West Wireless, LLC" 
status="Operational"
  910 bands="" brand="Appalachian Wireless" cc="us" country="United States of 
America" operator="East Kentucky Network, LLC" status=""
+ 920 bands="" cc="us" country="United States of America" operator="Northeast 
Wireless Networks LLC" status=""
+ 930 bands="" cc="us" country="United States of America" 
operator="Hewlett-Packard Communication Services, LLC" status=""
+ 940 bands="" cc="us" country="United States of America" operator="Webformix" 
status="Operational"
+ 950 bands="CDMA" cc="us" country="United States of America" operator="Custer 
Telephone Co-op (CTCI)" status="Operational"
+ 960 bands="" cc="us" country="United States of America" operator="M&A 
Technology, Inc." status=""
+ 970 bands="" cc="us" country="United States of America" operator="IOSAZ 
Intellectual Property LLC" status=""
+ 980 bands="" cc="us" country="United States of America" operator="Mark Twain 
Communications Company" status=""
+ 990 bands="" brand="Premier Broadband" cc="us" country="United States of 
America" operator="Premier Holdings LLC" status=""
  000-999
 313
+ 000 bands="" cc="us" country="United States of America" operator="Tennessee 
Wireless" status="Operational"
+ 010 bands="" brand="Sprocket Wireless" cc="us" country="United States of 
America" operator="Cross Telephone / MBO Wireless" status=""
+ 020 bands="CDMA" brand="CTC Wireless" cc="us" country="United States of 
America" operator="Cambridge Telephone Company Inc." status="Operational"
+ 030 bands="CDMA" brand="Snake River PCS" cc="us" country="United States of 
America" operator="Eagle Telephone System Inc." status="Operational"
+ 040 bands="CDMA" brand="NNTC Wireless" cc="us" country="United States of 
America" operator="Nucla-Naturita Telephone Company" status="Operational"
+ 050 bands="CDMA" brand="Breakaway Wireless" cc="us" country="United States of 
America" operator="Manti Tele Communications Company, Inc." status="Operational"
+ 060 bands="" cc="us" country="United States of America" operator="Country 
Wireless" status="Operational"
+ 070 bands="" cc="us" country="United States of America" operator="Midwest 
Network Solutions Hub LLC" status=""
+ 080 bands="" cc="us" country="United States of America" operator="Speedwavz 
LLP" status="Operational"
+ 090 bands="" cc="us" country="United States of America" operator="Vivint 
Wireless, Inc." status="Operational"
  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"
+ 110 cc="us" country="United States of America"
+ 200 bands="" cc="us" country="United States of America" operator="Mercury 
Network Corporation" status="Operational"
+ 210 bands="" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status=""
  000-999
 316
  010 bands="iDEN 800" brand="Nextel" cc="us" country="United States of 
America" operator="Nextel Communications" status="Not operational"
@@ -1229,7 +1296,7 @@
  000-999
 330
  000 bands="CDMA 1900" brand="Open Mobile" cc="pr" country="Puerto Rico" 
operator="PR Wireless" status="Operational"
- 110 bands="GSM 850 / GSM 1900 / UMTS 850 / LTE 700" brand="Claro Puerto Rico" 
cc="pr" country="Puerto Rico" operator="América Móvil" status="Operational"
+ 110 bands="GSM 850 / GSM 1900 / UMTS 850 / LTE 700 / LTE 1700" brand="Claro 
Puerto Rico" cc="pr" country="Puerto Rico" operator="América Móvil" 
status="Operational"
  120 bands="LTE 700" brand="Open Mobile" cc="pr" country="Puerto Rico" 
operator="PR Wireless" status="Operational"
  000-999
 334
@@ -1247,14 +1314,15 @@
  000-999
 338
  020 bands="" brand="FLOW" cc="jm" country="Jamaica" operator="LIME (Cable & 
Wireless)" status="Not operational"
+ 040 bands="LTE" brand="Caricel" cc="jm" country="Jamaica" operator="Symbiote 
Investment Limited" status=""
  050 bands="GSM 900 / GSM 1800 / GSM 1900 / LTE 700" brand="Digicel" cc="tc" 
country="Turks and Caicos Islands" operator="Digicel (Turks & Caicos) Limited" 
status="Operational"
  070 bands="GSM / UMTS / CDMA" brand="Claro" cc="jm" country="Jamaica" 
operator="Oceanic Digital Jamaica Limited" status="Not operational"
  110 bands="" brand="FLOW" cc="jm" country="Jamaica" operator="Cable & 
Wireless Communications" status="Operational"
- 180 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900" brand="FLOW" cc="jm" 
country="Jamaica" operator="Cable & Wireless Communications" 
status="Operational"
+ 180 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 1700" brand="FLOW" 
cc="jm" country="Jamaica" operator="Cable & Wireless Communications" 
status="Operational"
  000-999
 340
- 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"
+ 01 bands="GSM 900 / UMTS 2100 / LTE 1800 / LTE 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 / LTE" brand="SFR Caraïbe" 
country="French Antilles (France) - BL/GF/GP/MF/MQ" operator="Outremer Telecom" 
status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS / LTE 1800" 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"
@@ -1263,9 +1331,9 @@
  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="FLOW" cc="bb" country="Barbados" 
operator="LIME (formerly known as Cable & Wireless)" status="Operational"
- 750 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE" brand="Digicel" cc="bb" 
country="Barbados" operator="Digicel (Barbados) Limited" status="Operational"
- 820 bands="" cc="bb" country="Barbados" operator="Sunbeach Communications" 
status="Reserved"
+ 600 bands="GSM 1900 / UMTS / LTE" brand="FLOW" cc="bb" country="Barbados" 
operator="LIME (formerly known as Cable & Wireless)" status="Operational"
+ 750 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 700 / LTE 1900" 
brand="Digicel" cc="bb" country="Barbados" operator="Digicel (Barbados) 
Limited" status="Operational"
+ 820 bands="" cc="bb" country="Barbados" operator="Sunbeach Communications" 
status="Not operational"
  000-999
 344
  030 bands="GSM 1900" brand="APUA" cc="ag" country="Antigua and Barbuda" 
operator="Antigua Public Utilities Authority" status="Operational"
@@ -1278,10 +1346,10 @@
  140 bands="GSM 850 / GSM 1900 / UMTS / LTE 700" brand="FLOW" 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="FLOW" cc="vg" 
country="British Virgin Islands" operator="Cable & Wireless" 
status="Operational"
+ 170 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 700 / LTE 1900" 
brand="FLOW" cc="vg" country="British Virgin Islands" operator="Cable & 
Wireless" status="Operational"
  370 bands="" cc="vg" country="British Virgin Islands" operator="BVI Cable TV 
Ltd" status=""
- 570 bands="GSM 900 / GSM 1900" brand="CCT Boatphone" cc="vg" country="British 
Virgin Islands" operator="Caribbean Cellular Telephone" status="Operational"
- 770 bands="GSM 1800 / GSM 1900 / UMTS" brand="Digicel" cc="vg" 
country="British Virgin Islands" operator="Digicel (BVI) Limited" 
status="Operational"
+ 570 bands="GSM 900 / GSM 1900 / LTE" brand="CCT Boatphone" cc="vg" 
country="British Virgin Islands" operator="Caribbean Cellular Telephone" 
status="Operational"
+ 770 bands="GSM 1800 / GSM 1900 / UMTS / LTE 700" brand="Digicel" cc="vg" 
country="British Virgin Islands" operator="Digicel (BVI) Limited" 
status="Operational"
  000-999
 350
  00 bands="GSM 1900 / UMTS 850 / LTE 850" brand="CellOne" cc="bm" 
country="Bermuda" operator="Bermuda Digital Communications Ltd." 
status="Operational"
@@ -1358,7 +1426,7 @@
  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 / TD-LTE 2600" brand="bmobile" 
cc="tt" country="Trinidad and Tobago" operator="TSTT" status="Operational"
+ 12 bands="GSM 850 / GSM 1900 / UMTS 1900 / LTE 1900 / TD-LTE 2600" 
brand="bmobile" cc="tt" country="Trinidad and Tobago" operator="TSTT" 
status="Operational"
  130 bands="GSM 850 / GSM 1900 / UMTS 1900" brand="Digicel" cc="tt" 
country="Trinidad and Tobago" operator="Digicel (Trinidad & Tobago) Limited" 
status="Operational"
  140 bands="CDMA" cc="tt" country="Trinidad and Tobago" operator="LaqTel Ltd." 
status="Not operational"
  00-99
@@ -1376,7 +1444,7 @@
  06 bands="CDMA 800" brand="Naxtel" cc="az" country="Azerbaijan" 
operator="Nakhtel LLC" status="Operational"
  00-99
 401
- 01 bands="GSM 900 / GSM 1800 / LTE 1800 / LTE 2100" brand="Beeline" cc="kz" 
country="Kazakhstan" operator="KaR-Tel LLP" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / LTE 800 / LTE 1800 / LTE 2100" brand="Beeline" 
cc="kz" country="Kazakhstan" operator="KaR-Tel LLP" status="Operational"
  02 bands="GSM 900 / GSM 1800 / LTE 800 / LTE 1800" brand="Kcell" cc="kz" 
country="Kazakhstan" operator="Kcell JSC" status="Operational"
  07 bands="UMTS 850 / GSM 1800 / LTE 1800" brand="Altel" cc="kz" 
country="Kazakhstan" operator="Altel" status="Operational"
  08 bands="CDMA2000 800 / CDMA2000 450" brand="Kazakhtelecom" cc="kz" 
country="Kazakhstan" status="Operational"
@@ -1637,13 +1705,13 @@
  00-99
 415
  01 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="Alfa" cc="lb" 
country="Lebanon" operator="MIC 1" status="Operational"
- 03 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800" brand="touch" cc="lb" 
country="Lebanon" operator="MIC 2" status="Operational"
+ 03 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800" brand="Touch" cc="lb" 
country="Lebanon" operator="MIC 2" status="Operational"
  05 bands="GSM 900" brand="Ogero Mobile" cc="lb" country="Lebanon" 
operator="Ogero Telecom" status="Operational"
  00-99
 416
  01 bands="GSM 900 / LTE 1800" brand="zain JO" cc="jo" country="Jordan" 
operator="Jordan Mobile Telephone Services" status="Operational"
  02 bands="iDEN 800" brand="XPress Telecom" cc="jo" country="Jordan" 
operator="XPress Telecom" status="Not operational"
- 03 bands="GSM 1800" brand="Umniah" cc="jo" country="Jordan" operator="Umniah 
Mobile Company" status="Operational"
+ 03 bands="GSM 1800 / LTE 1800 / LTE 3500" brand="Umniah" cc="jo" 
country="Jordan" operator="Umniah Mobile Company" status="Operational"
  77 bands="GSM 900 / LTE 1800" brand="Orange" cc="jo" country="Jordan" 
operator="Petra Jordanian Mobile Telecommunications Company (MobileCom)" 
status="Operational"
  00-99
 417
@@ -1734,19 +1802,19 @@
  99 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800" brand="Mobicom" cc="mn" 
country="Mongolia" operator="Mobicom Corporation" status="Operational"
  00-99
 429
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Namaste / NT Mobile" cc="np" 
country="Nepal" operator="Nepal Telecom" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / CDMA / WiMAX" 
brand="Namaste / NT Mobile / Sky Phone" cc="np" country="Nepal" operator="Nepal 
Telecom (NDCL)" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Ncell" cc="np" 
country="Nepal" operator="Ncell Pvt. Ltd." status="Operational"
- 03 bands="CDMA2000 800" brand="Sky/C-Phone" cc="np" country="Nepal" 
operator="Nepal Telecom" status="Operational"
- 04 bands="GSM 900" brand="SmartCell" cc="np" country="Nepal" operator="Smart 
Telecom Pvt. Ltd." status="Operational"
+ 03 bands="CDMA2000 800" brand="UTL" cc="np" country="Nepal" operator="United 
Telecom Limited" status="Operational"
+ 04 bands="GSM 900" brand="SmartCell" cc="np" country="Nepal" operator="Smart 
Telecom Pvt. Ltd. (STPL)" status="Operational"
  00-99
 432
- 11 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="IR-MCI (Hamrahe 
Avval)" cc="ir" country="Iran" operator="Mobile Communications Company of Iran" 
status="Operational"
+ 11 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 2600" brand="IR-MCI 
(Hamrah-e-Avval)" cc="ir" country="Iran" operator="Mobile Communications 
Company of Iran" status="Operational"
  12 bands="LTE 800" brand="Avacell" cc="ir" country="Iran" operator="Dadeh 
Dostar asr Novin p.j.s. co & Information Technology Company of Iran" 
status="Operational"
  14 bands="GSM 900" brand="TKC" cc="ir" country="Iran" 
operator="Telecommunication Kish Company" status="Operational"
  19 bands="GSM 900" brand="MTCE (Espadan)" cc="ir" country="Iran" 
operator="Mobile Telecommunications Company of Esfahan" status="Operational"
  20 bands="UMTS 900 / UMTS 2100 / LTE 1800" brand="Rightel" cc="ir" 
country="Iran" operator="Social Security Investment Co." status="Operational"
  32 bands="GSM 900 / GSM 1800" brand="Taliya" cc="ir" country="Iran" 
operator="TCI of Iran and Iran Mobin" status="Operational"
- 35 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600 / TD-LTE 3500" 
brand="MTN Irancell" cc="ir" country="Iran" operator="MTN Irancell 
Telecommunications Services Company" status="Operational"
+ 35 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / TD-LTE 3500" brand="MTN 
Irancell" cc="ir" country="Iran" operator="MTN Irancell Telecommunications 
Services Company" status="Operational"
  70 bands="GSM 900 / GSM 1800" brand="TCI" cc="ir" country="Iran" 
operator="Telephone Communications Company of Iran" status="Operational"
  93 bands="GSM 1800" brand="Iraphone" cc="ir" country="Iran" 
operator="Iraphone" status="Operational"
  00-99
@@ -1781,39 +1849,43 @@
  00-99
 440
  00 bands="UMTS 1800" brand="Y!Mobile" cc="jp" country="Japan" 
operator="SoftBank Corp." status="Operational"
- 01 bands="WiMAX 2500" brand="UQ WiMAX" cc="jp" country="Japan" operator="UQ 
Communications Inc." status="Operational"
+ 01 bands="WiMAX 2500 / TD-LTE 2500" brand="UQ WiMAX" cc="jp" country="Japan" 
operator="UQ Communications Inc." status="Operational"
  02 bands="WiMAX 2500" cc="jp" country="Japan" operator="Hanshin Cable 
Engineering Co., Ltd." status=""
+ 03 bands="MVNO" brand="IIJmio" cc="jp" country="Japan" operator="Internet 
Initiative Japan Inc." status="Operational"
  05 bands="TD-LTE 2500" cc="jp" country="Japan" operator="Wireless City 
Planning Inc." status="Operational"
- 10 bands="UMTS 850 / UMTS 1800 / UMTS 2100 / LTE 700 / LTE 850 / LTE 1500 / 
LTE 1800 / LTE 2100" brand="NTT docomo" cc="jp" country="Japan" operator="NTT 
DoCoMo, Inc." status="Operational"
- 20 bands="UMTS 900 / UMTS 2100 / LTE 900 / LTE 1800 / LTE 2100" 
brand="SoftBank" cc="jp" country="Japan" operator="SoftBank Corp." 
status="Operational"
- 21 bands="UMTS 900 / UMTS 2100 / LTE 900 / LTE 1800 / LTE 2100" 
brand="SoftBank" cc="jp" country="Japan" operator="SoftBank Corp." 
status="Operational"
- 50 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100" brand="au" cc="jp" country="Japan" operator="KDDI Corporation" 
status="Operational"
- 51 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100" brand="au" cc="jp" country="Japan" operator="KDDI Corporation" 
status="Operational"
- 52 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100" brand="au" cc="jp" country="Japan" operator="KDDI Corporation" 
status="Operational"
- 53 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100" brand="au" cc="jp" country="Japan" operator="KDDI Corporation" 
status="Operational"
- 54 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100" brand="au" cc="jp" country="Japan" operator="KDDI Corporation" 
status="Operational"
- 70 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100" brand="au" cc="jp" country="Japan" operator="KDDI Corporation" 
status="Operational"
- 71 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100" brand="au" cc="jp" country="Japan" operator="KDDI Corporation" 
status="Operational"
- 72 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100" brand="au" cc="jp" country="Japan" operator="KDDI Corporation" 
status="Operational"
- 73 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100" brand="au" cc="jp" country="Japan" operator="KDDI Corporation" 
status="Operational"
- 74 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100" brand="au" cc="jp" country="Japan" operator="KDDI Corporation" 
status="Operational"
- 75 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100" brand="au" cc="jp" country="Japan" operator="KDDI Corporation" 
status="Operational"
- 76 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100" brand="au" cc="jp" country="Japan" operator="KDDI Corporation" 
status="Operational"
+ 10 bands="UMTS 850 / UMTS 1800 / UMTS 2100 / LTE 700 / LTE 850 / LTE 1500 / 
LTE 1800 / LTE 2100 / TD-LTE 3500" brand="NTT docomo" cc="jp" country="Japan" 
operator="NTT DoCoMo, Inc." status="Operational"
+ 20 bands="UMTS 900 / UMTS 2100 / LTE 700 / LTE 900 / LTE 1800 / LTE 2100 / 
TD-LTE 3500" brand="SoftBank" cc="jp" country="Japan" operator="SoftBank Corp." 
status="Operational"
+ 21 bands="UMTS 900 / UMTS 2100 / LTE 700 / LTE 900 / LTE 1800 / LTE 2100 / 
TD-LTE 3500" brand="SoftBank" cc="jp" country="Japan" operator="SoftBank Corp." 
status="Operational"
+ 50 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100 / TD-LTE 3500" brand="au" cc="jp" country="Japan" operator="KDDI 
Corporation" status="Operational"
+ 51 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100 / TD-LTE 3500" brand="au" cc="jp" country="Japan" operator="KDDI 
Corporation" status="Operational"
+ 52 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100 / TD-LTE 3500" brand="au" cc="jp" country="Japan" operator="KDDI 
Corporation" status="Operational"
+ 53 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100 / TD-LTE 3500" brand="au" cc="jp" country="Japan" operator="KDDI 
Corporation" status="Operational"
+ 54 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100 / TD-LTE 3500" brand="au" cc="jp" country="Japan" operator="KDDI 
Corporation" status="Operational"
+ 70 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100 / TD-LTE 3500" brand="au" cc="jp" country="Japan" operator="KDDI 
Corporation" status="Operational"
+ 71 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100 / TD-LTE 3500" brand="au" cc="jp" country="Japan" operator="KDDI 
Corporation" status="Operational"
+ 72 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100 / TD-LTE 3500" brand="au" cc="jp" country="Japan" operator="KDDI 
Corporation" status="Operational"
+ 73 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100 / TD-LTE 3500" brand="au" cc="jp" country="Japan" operator="KDDI 
Corporation" status="Operational"
+ 74 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100 / TD-LTE 3500" brand="au" cc="jp" country="Japan" operator="KDDI 
Corporation" status="Operational"
+ 75 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100 / TD-LTE 3500" brand="au" cc="jp" country="Japan" operator="KDDI 
Corporation" status="Operational"
+ 76 bands="CDMA2000 850 / CDMA2000 2100 / LTE 700 / LTE 850 / LTE 1500 / LTE 
2100 / TD-LTE 3500" brand="au" cc="jp" country="Japan" operator="KDDI 
Corporation" status="Operational"
  78 bands="CDMA2000 850 / CDMA2000 2100" brand="au" cc="jp" country="Japan" 
operator="Okinawa Cellular Telephone" status="Operational"
  00-99
 441
  00 bands="TD-LTE 2500" cc="jp" country="Japan" operator="Wireless City 
Planning Inc." status="Operational"
- 01 bands="UMTS 900 / UMTS 2100 / LTE 900 / LTE 1800 / LTE 2100" 
brand="SoftBank" cc="jp" country="Japan" operator="SoftBank Corp." 
status="Operational"
- 10 bands="WiMAX 2500" brand="UQ WiMAX" cc="jp" country="Japan" operator="UQ 
Communications Inc." status="Operational"
+ 01 bands="UMTS 900 / UMTS 2100 / LTE 700 / LTE 900 / LTE 1800 / LTE 2100 / 
TD-LTE 3500" brand="SoftBank" cc="jp" country="Japan" operator="SoftBank Corp." 
status="Operational"
+ 10 bands="WiMAX 2500 / TD-LTE 2500" brand="UQ WiMAX" cc="jp" country="Japan" 
operator="UQ Communications Inc." status="Operational"
  00-99
 450
- 02 bands="CDMA2000 1800" brand="KT" cc="kr" country="South Korea" 
operator="KT" status="Not operational"
+ 01 bands="Satellite" cc="kr" country="South Korea" operator="Globalstar Asia 
Pacific" status="Operational"
+ 02 bands="5G" brand="KT" cc="kr" country="South Korea" operator="KT" status=""
  03 bands="CDMA2000 800" brand="Power 017" cc="kr" country="South Korea" 
operator="Shinsegi Telecom, Inc." status="Not operational"
- 04 bands="CDMA2000 1800" brand="KT" cc="kr" country="South Korea" 
operator="KT" status="Not operational"
- 05 bands="CDMA2000 800 / UMTS 2100 / LTE 850 / LTE 1800 / LTE 2100" 
brand="SKTelecom" cc="kr" country="South Korea" operator="SK Telecom" 
status="Operational"
+ 04 bands="" brand="KT" cc="kr" country="South Korea" operator="KT" status=""
+ 05 bands="CDMA2000 800 / UMTS 2100 / LTE 850 / LTE 1800 / LTE 2100 / LTE 
2600" brand="SKTelecom" cc="kr" country="South Korea" operator="SK Telecom" 
status="Operational"
  06 bands="CDMA2000 1800 / LTE 850 / LTE 2100 / LTE 2600" brand="LG U+" 
cc="kr" country="South Korea" operator="LG Telecom" status="Operational"
+ 07 bands="" brand="KT" cc="kr" country="South Korea" operator="KT" status=""
  08 bands="UMTS 2100 / LTE 900 / LTE 1800 / LTE 2100" brand="olleh" cc="kr" 
country="South Korea" operator="KT" status="Operational"
- 11 bands="MVNO of SK Telecom" cc="kr" country="South Korea" operator="Korea 
Cable Telecom" status="Operational"
+ 11 bands="MVNO" cc="kr" country="South Korea" operator="Korea Cable Telecom" 
status="Operational"
+ 12 bands="" brand="SKTelecom" cc="kr" country="South Korea" operator="SK 
Telecom" status=""
  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"
@@ -1848,17 +1920,23 @@
  19 bands="UMTS 2100 / LTE 1800 / LTE 2600" brand="PCCW Mobile (3G/4G)" 
cc="hk" country="Hong Kong" operator="PCCW-HKT" status="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=""
+ 22 bands="" cc="hk" country="Hong Kong" operator="263 Mobile Communications 
(HongKong) Limited" status=""
  23 bands="MVNO" brand="Lycamobile" cc="hk" country="Hong Kong" 
operator="Lycamobile Hong Kong Ltd" status="Operational"
+ 24 bands="" cc="hk" country="Hong Kong" operator="Multibyte Info Technology 
Ltd" status=""
+ 25 bands="" cc="hk" country="Hong Kong" operator="Hong Kong Government" 
status=""
+ 26 bands="" cc="hk" country="Hong Kong" operator="Hong Kong Government" 
status=""
  29 bands="CDMA 800" brand="PCCW Mobile (CDMA)" cc="hk" country="Hong Kong" 
operator="PCCW-HKT" status="Operational"
+ 30 bands="" cc="hk" country="Hong Kong" operator="China Data Enterprises Ltd" 
status=""
+ 31 bands="" cc="hk" country="Hong Kong" operator="China Telecom Global 
Limited" status=""
+ 32 bands="" cc="hk" country="Hong Kong" operator="Hong Kong Broadband Network 
Ltd" status=""
  00-99
 455
  00 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="SmarTone" cc="mo" 
country="Macau (China)" operator="Smartone – Comunicações Móveis, S.A." 
status="Operational"
  01 bands="GSM 900 / GSM 1800 / LTE 1800" 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 / LTE 1800" brand="3" cc="mo" country="Macau 
(China)" operator="Hutchison Telephone (Macau), Limitada" 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"
+ 05 bands="UMTS 900 / UMTS 2100 / LTE 1800" 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 1800" brand="China Telecom" cc="mo" country="Macau (China)" 
operator="China Telecom (Macau) Limitada" status="Operational"
  00-99
@@ -1934,30 +2012,30 @@
  02 bands="GSM 900 / UMTS 2100 / LTE 2600" brand="Ooredoo" cc="mv" 
country="Maldives" operator="Wataniya Telecom Maldives" status="Operational"
  00-99
 502
- 01 bands="CDMA2000 450" brand="ATUR 450" cc="my" country="Malaysia" 
operator="Telekom Malaysia Bhd" status="Operational"
- 10 cc="my" country="Malaysia" operator="DiGi Telecommunications" status=""
+ 01 bands="CDMA2000 450" brand="ATUR 450" cc="my" country="Malaysia" 
operator="Telekom Malaysia Bhd" status="Not operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
cc="my" country="Malaysia" operator="Maxis, DiGi, Celcom, XOX" 
status="Operational"
  11 bands="CDMA2000 850 / LTE 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 / LTE 2600" 
brand="Maxis" cc="my" country="Malaysia" operator="Maxis Mobile Services SDN 
Berhad" status="Operational"
+ 12 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Maxis" cc="my" country="Malaysia" operator="Maxis Communications Berhad" 
status="Operational"
  13 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Celcom" cc="my" country="Malaysia" operator="Celcom Axiata Berhad" 
status="Operational"
  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"
+ 151 bands="MVNO" brand="SalamFone" cc="my" country="Malaysia" 
operator="Baraka Telecom Sdn Bhd" status="Not operational"
  152 bands="WiMAX 2300 / TD-LTE 2300 / TD-LTE 2600" brand="Yes" cc="my" 
country="Malaysia" operator="YTL Communications Sdn Bhd" status="Operational"
- 153 bands="WiMAX 2300 / LTE" brand="Webe" cc="my" country="Malaysia" 
operator="Packet One Networks Sdn Bhd" status="Operational"
- 154 bands="" cc="my" country="Malaysia" operator="Talk Focus Sdn Bhd" 
status=""
- 155 bands="" cc="my" country="Malaysia" operator="Clixster Mobile Sdn Bhd" 
status=""
+ 153 bands="WiMAX 2300 / LTE 850" brand="Webe" cc="my" country="Malaysia" 
operator="Packet One Networks Sdn Bhd" status="Operational"
+ 154 bands="MVNO" brand="Tron" cc="my" country="Malaysia" operator="Talk Focus 
Sdn Bhd" status="Operational"
+ 155 bands="MVNO" brand="Clixster" cc="my" country="Malaysia" 
operator="Clixster Mobile Sdn Bhd" status="Operational"
  156 bands="MVNO" brand="Altel" cc="my" country="Malaysia" operator="Altel 
Communications Sdn Bhd" status="Operational"
- 157 bands="" cc="my" country="Malaysia" operator="Telekomunikasi Indonesia 
International (M) Sdn Bhd" status=""
+ 157 bands="MVNO" brand="Telin" cc="my" country="Malaysia" 
operator="Telekomunikasi Indonesia International (M) Sdn Bhd" 
status="Operational"
  16 bands="GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" brand="DiGi" cc="my" 
country="Malaysia" operator="DiGi Telecommunications" status="Operational"
- 17 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Hotlink" cc="my" 
country="Malaysia" operator="Maxis Prepaid" status="Operational"
+ 17 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Maxis" cc="my" 
country="Malaysia" operator="Maxis Communications Berhad" status="Operational"
  18 bands="UMTS 2100 / LTE 2600" brand="U Mobile" cc="my" country="Malaysia" 
operator="U Mobile Sdn Bhd" status="Operational"
  19 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Celcom" cc="my" 
country="Malaysia" operator="Celcom Axiata Berhad" status="Operational"
- 20 bands="CDMA" cc="my" country="Malaysia" operator="Electcoms Wireless Sdn 
Bhd" status="Operational"
+ 20 bands="DMR" brand="Electcoms" cc="my" country="Malaysia" 
operator="Electcoms Berhad" status="Operational"
  00-99
 505
- 01 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 700 / LTE 900 / LTE 
1800 / LTE 2100" brand="Telstra" cc="au" country="Australia" operator="Telstra 
Corporation Limited" status="Operational"
+ 01 bands="UMTS 850 / UMTS 2100 / LTE 700 / LTE 900 / LTE 1800 / LTE 2100" 
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 2100 / 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 850 / 
LTE 1800" brand="Vodafone" cc="au" country="Australia" operator="Vodafone 
Hutchison Australia Proprietary Limited" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 900 / UMTS 2100 / LTE 850 / 
LTE 1800 / LTE 2100" brand="Vodafone" cc="au" country="Australia" 
operator="Vodafone Hutchison Australia Proprietary Limited" status="Operational"
  04 bands="" cc="au" country="Australia" operator="Department of Defence" 
status="Operational"
  05 brand="Ozitel" cc="au" country="Australia" status="Not operational"
  06 bands="UMTS 2100" brand="3" cc="au" country="Australia" operator="Vodafone 
Hutchison Australia Proprietary Limited" status="Not operational"
@@ -1993,6 +2071,10 @@
  37 bands="" cc="au" country="Australia" operator="Yancoal Australia Ltd" 
status=""
  38 bands="MVNO" brand="Truphone" cc="au" country="Australia" 
operator="Truphone Pty Ltd" status="Operational"
  39 bands="" brand="Telstra" cc="au" country="Australia" operator="Telstra 
Corporation Ltd." status=""
+ 40 bands="" cc="au" country="Australia" operator="CITIC Pacific Mining" 
status=""
+ 41 bands="" cc="au" country="Australia" operator="OTOC Australia Pty Ltd" 
status=""
+ 42 bands="" brand="GEMCO" cc="au" country="Australia" operator="Groote 
Eylandt Mining Company Pty Ltd" status=""
+ 61 bands="" cc="au" country="Australia" operator="Commtel Network Solutions 
Pty Ltd" status=""
  62 bands="TD-LTE 2300" brand="NBN" cc="au" country="Australia" 
operator="National Broadband Network Co." status="Operational"
  68 bands="TD-LTE 2300" brand="NBN" cc="au" country="Australia" 
operator="National Broadband Network Co." status="Operational"
  71 bands="" brand="Telstra" cc="au" country="Australia" operator="Telstra 
Corporation Limited" status="Operational"
@@ -2007,7 +2089,7 @@
  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="Not operational"
  08 bands="GSM 1800 / UMTS 2100" brand="AXIS" cc="id" country="Indonesia" 
operator="PT Natrindo Telepon Seluler" status="Not operational"
- 09 bands="CDMA 800 / CDMA 1900 / LTE 850 / TD-LTE 2300" brand="Smartfren" 
cc="id" country="Indonesia" operator="PT Smartfren Telecom" status="Operational"
+ 09 bands="CDMA 800 / LTE 850 / TD-LTE 2300" brand="Smartfren" cc="id" 
country="Indonesia" operator="PT Smartfren 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"
@@ -2037,8 +2119,8 @@
  00 bands="UMTS 850" brand="my by CAT" cc="th" country="Thailand" 
operator="CAT Telecom" status="Operational"
  01 bands="GSM 900 / UMTS 900" brand="AIS" cc="th" country="Thailand" 
operator="Advanced Info Service" status="Not operational"
  02 bands="CDMA 800" brand="CAT CDMA" cc="th" country="Thailand" operator="CAT 
Telecom" status="Not operational"
- 03 bands="UMTS 2100 / LTE 1800 / LTE 2100" brand="AIS" cc="th" 
country="Thailand" operator="Advanced Wireless Network Company Ltd." 
status="Operational"
- 04 bands="UMTS 2100 / LTE 1800 / LTE 2100" brand="TrueMove H" cc="th" 
country="Thailand" operator="Real Future Company Ltd." status="Operational"
+ 03 bands="UMTS 2100 / LTE 900 / LTE 1800 / LTE 2100" brand="AIS" cc="th" 
country="Thailand" operator="Advanced Wireless Network Company Ltd." 
status="Operational"
+ 04 bands="UMTS 2100 / LTE 900 / LTE 1800 / LTE 2100" brand="TrueMove H" 
cc="th" country="Thailand" operator="Real Future Company Ltd." 
status="Operational"
  05 bands="UMTS 850 / UMTS 2100 / LTE 1800 / LTE 2100" brand="dtac TriNet" 
cc="th" country="Thailand" operator="DTAC Network Company Ltd." 
status="Operational"
  15 bands="UMTS 2100" brand="TOT 3G" cc="th" country="Thailand" operator="TOT 
Public Company Limited" status="Operational"
  18 bands="GSM 1800" brand="dtac" cc="th" country="Thailand" operator="Total 
Access Communications Public Company Ltd." status="Operational"
@@ -2056,6 +2138,7 @@
  06 bands="" brand="StarHub" cc="sg" country="Singapore" operator="StarHub 
Mobile" status=""
  07 bands="" brand="SingTel" cc="sg" country="Singapore" operator="Singapore 
Telecom" status=""
  08 bands="" brand="StarHub" cc="sg" country="Singapore" operator="StarHub 
Mobile" status=""
+ 09 bands="MVNO" brand="Circles.Life" cc="sg" country="Singapore" 
operator="Liberty Wireless Pte Ltd" status="Operational"
  12 bands="iDEN 800" brand="Grid" cc="sg" country="Singapore" operator="GRID 
Communications Pte Ltd." status="Operational"
  00-99
 528
@@ -2079,7 +2162,7 @@
  00-99
 537
  01 bands="GSM 900 / UMTS 900" brand="bmobile" cc="pg" country="Papua New 
Guinea" operator="Bemobile Limited" status="Operational"
- 02 bands="CDMA2000 450" brand="citifon" cc="pg" country="Papua New Guinea" 
operator="Telikom PNG Ltd." status="Operational"
+ 02 bands="CDMA2000 450 / LTE 700" brand="citifon" cc="pg" country="Papua New 
Guinea" operator="Telikom PNG Ltd." status="Operational"
  03 bands="GSM 900 / UMTS 900 / LTE 700" brand="Digicel" cc="pg" 
country="Papua New Guinea" operator="Digicel PNG" status="Operational"
  00-99
 539
@@ -2106,10 +2189,11 @@
  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"
+ 11 bands="GSM 850 / GSM 1900 / UMTS 850 / LTE 700 / LTE 1700" brand="Bluesky" 
cc="as" country="American Samoa (United States of America)" operator="Bluesky" 
status="Operational"
  00-99
 545
  01 bands="UMTS 850 / LTE 700" brand="Kiribati - TSKL" cc="ki" 
country="Kiribati" operator="Telecom Services Kiribati Ltd" status="Operational"
+ 02 bands="" cc="ki" country="Kiribati" operator="OceanLink" status=""
  09 bands="GSM 900" brand="Kiribati - Frigate Net" cc="ki" country="Kiribati" 
operator="Telecom Services Kiribati Ltd" status="Operational"
  00-99
 546
@@ -2119,13 +2203,13 @@
  05 bands="WiMAX / LTE 800 / LTE 2600" brand="Ora" cc="pf" country="French 
Polynesia" operator="VITI" status="Operational"
  10 bands="GSM 900" cc="pf" country="French Polynesia" operator="Mara Telecom" 
status="Not operational"
  15 bands="GSM 900 / UMTS 2100" brand="Vodafone" cc="pf" country="French 
Polynesia" operator="Pacific Mobile Telecom" status="Operational"
- 20 bands="GSM 900 / UMTS 2100" brand="Vini" cc="pf" country="French 
Polynesia" operator="Tikiphone SA" status="Operational"
+ 20 bands="GSM 900 / UMTS 2100 / LTE" brand="Vini" cc="pf" country="French 
Polynesia" operator="Tikiphone SA" status="Operational"
  00-99
 548
- 01 bands="GSM 900 / UMTS 900" brand="Kokanet" cc="ck" country="Cook Islands 
(Pacific Ocean)" operator="Telecom Cook Islands" status="Operational"
+ 01 bands="GSM 900 / UMTS 900 / LTE" brand="Bluesky" 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"
+ 01 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="Digicel" cc="ws" 
country="Samoa" operator="Digicel Pacific Ltd." status="Operational"
  27 bands="GSM 900" brand="Bluesky" cc="ws" country="Samoa" operator="Bluesky 
Samoa Ltd" status="Operational"
  00-99
 550
@@ -2141,6 +2225,9 @@
 553
  01 bands="GSM 900" brand="TTC" cc="tv" country="Tuvalu" operator="Tuvalu 
Telecom" status="Operational"
  00-99
+554
+ 01 bands="LTE 700" cc="tk" country="Tokelau" operator="Teletok" status=""
+ 00-99
 555
  01 bands="GSM 900" brand="Telecom Niue" cc="nu" country="Niue" 
operator="Telecom Niue" status="Operational"
  00-99
@@ -2150,12 +2237,15 @@
  03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Etisalat" cc="eg" 
country="Egypt" operator="Etisalat Egypt" status="Operational"
  00-99
 603
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / CDMA 1900" 
brand="Mobilis" cc="dz" country="Algeria" operator="Algérie Télécom" 
status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Mobilis" cc="dz" 
country="Algeria" operator="Algérie Télécom" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Djezzy" cc="dz" 
country="Algeria" operator="Optimum Telecom Algérie Spa" status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Ooredoo" cc="dz" 
country="Algeria" operator="Wataniya Telecom Algérie" status="Operational"
+ 07 bands="CDMA 1900" brand="AT" cc="dz" country="Algeria" operator="Algérie 
Télécom" status="Operational"
+ 09 bands="LTE" brand="AT" cc="dz" country="Algeria" operator="Algérie 
Télécom" status="Operational"
+ 21 bands="GSM-R" brand="ANESRIF" cc="dz" country="Algeria" operator="Anesrif" 
status="Ongoing"
  00-99
 604
- 00 bands="GSM 900 / GSM 1800 / LTE" brand="Méditel" cc="ma" country="Morocco" 
operator="Medi Telecom" status="Operational"
+ 00 bands="GSM 900 / GSM 1800 / LTE" brand="Orange Morocco" 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 / LTE 1800" brand="INWI (Telecommunications)" 
cc="ma" country="Morocco" operator="WANA - Groupe ONA" status="Operational"
@@ -2166,7 +2256,7 @@
  03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="OOREDOO TN" cc="tn" country="Tunisia" operator="ooredoo Tunisiana" 
status="Operational"
  00-99
 606
- 00 bands="GSM900 / GSM 1800 / UMTS 2100" brand="Libyana" cc="ly" 
country="Libya" operator="Libyana" status="Operational"
+ 00 bands="GSM900 / GSM 1800 / UMTS 2100 / LTE" brand="Libyana" cc="ly" 
country="Libya" operator="Libyana" status="Operational"
  01 bands="GSM900 / GSM 1800" brand="Madar" cc="ly" country="Libya" 
operator="Al-Madar Al-Jadeed" status="Operational"
  02 bands="GSM900 / GSM 1800" brand="Al-Jeel Phone" cc="ly" country="Libya" 
operator="Al-Jeel Al-Jadeed" status="Operational"
  03 bands="GSM900 / GSM 1800 / UMTS 2100" brand="Libya Phone" cc="ly" 
country="Libya" operator="Libya Telecom and Technology (LTT)" 
status="Operational"
@@ -2313,7 +2403,7 @@
  00-99
 628
  01 bands="GSM 900 / LTE" brand="Libertis" cc="ga" country="Gabon" 
operator="Gabon Telecom & Libertis S.A." status="Operational"
- 02 bands="GSM 900" brand="Moov" cc="ga" country="Gabon" operator="Atlantique 
Télécom (Etisalat Group) Gabon S.A." status="Operational"
+ 02 bands="GSM 900 / LTE" brand="Moov" cc="ga" country="Gabon" 
operator="Atlantique Télécom (Etisalat Group) Gabon S.A." status="Operational"
  03 bands="GSM 900 / LTE" brand="Airtel" cc="ga" country="Gabon" 
operator="Airtel Gabon S.A." status="Operational"
  04 bands="GSM 900 / GSM 1800" brand="Azur" cc="ga" country="Gabon" 
operator="USAN Gabon S.A." status="Operational"
  05 bands="" brand="RAG" cc="ga" country="Gabon" operator="Réseau de 
l’Administration Gabonaise" status=""
@@ -2328,7 +2418,7 @@
  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="GSM" brand="MTN" cc="cd" country="Democratic Republic of the Congo" 
status="Operational"
+ 10 bands="GSM / LTE" brand="MTN" cc="cd" country="Democratic Republic of the 
Congo" status="Operational"
  86 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange S.A." cc="cd" 
country="Democratic Republic of the Congo" operator="Orange RDC sarl" 
status="Operational"
  88 bands="GSM 900 / GSM 1800" brand="YTT" cc="cd" country="Democratic 
Republic of the Congo" operator="Yozma Timeturns sprl" status="Not operational"
  89 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tigo" cc="cd" 
country="Democratic Republic of the Congo" operator="OASIS sprl" 
status="Operational"
@@ -2354,7 +2444,7 @@
  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" cc="sd" country="Sudan" operator="Canar 
Telecom" status="Operational"
- 07 bands="GSM 1800 / UMTS 2100 / CDMA2000 800" brand="Sudani One" cc="sd" 
country="Sudan" operator="Sudatel Group" status="Operational"
+ 07 bands="GSM 1800 / UMTS 2100 / LTE / CDMA2000 800" brand="Sudani One" 
cc="sd" country="Sudan" operator="Sudatel Group" status="Operational"
  09 brand="Privet Network" cc="sd" country="Sudan" operator="NEC" status=""
  00-99
 635
@@ -2369,7 +2459,7 @@
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="MTN" cc="et" 
country="Ethiopia" operator="Ethio Telecom" status="Operational"
  00-99
 637
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telesom" cc="so" 
country="Somalia" operator="Telesom" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE" 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"
@@ -2378,7 +2468,7 @@
  60 bands="GSM 900 / GSM 1800" brand="Nationlink" 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="GSM 900 / GSM 1800 / UMTS 2100" brand="Somtel" cc="so" 
country="Somalia" operator="Somtel" status="Operational"
+ 71 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" 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
@@ -2406,20 +2496,23 @@
  00-99
 641
  01 bands="GSM 900 / UMTS 2100" brand="Airtel" cc="ug" country="Uganda" 
operator="Bharti Airtel" status="Operational"
+ 04 bands="LTE" cc="ug" country="Uganda" operator="Tangerine Uganda Limited" 
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"
+ 10 bands="GSM 900 / UMTS 900 / UMTS 2100 / LTE 2600" brand="MTN" cc="ug" 
country="Uganda" operator="MTN Uganda" status="Operational"
  11 bands="GSM 900 / UMTS 2100" brand="Uganda Telecom" 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"
+ 16 bands="" cc="ug" country="Uganda" operator="SimbaNET Uganda Limited" 
status=""
+ 18 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Smart" cc="ug" 
country="Uganda" operator="Suretelecom Uganda Ltd." status="Operational"
  22 bands="GSM 900 / GSM 1800 / UMTS" brand="Airtel" cc="ug" country="Uganda" 
operator="Bharti Airtel" status="Operational"
- 30 bands="" cc="ug" country="Uganda" operator="Anupam Global Soft Uganda 
Limited" status=""
+ 26 bands="MVNO" brand="Lycamobile" cc="ug" country="Uganda" 
operator="Lycamobile Network Services Uganda Limited" status="Operational"
+ 30 bands="" cc="ug" country="Uganda" operator="Anupam Global Soft Uganda 
Limited" status="Not operational"
  33 bands="LTE 800" brand="Smile" cc="ug" country="Uganda" operator="Smile 
Communications Uganda Limited" status="Operational"
  40 bands="" cc="ug" country="Uganda" operator="Civil Aviation Authority 
(CAA)" status=""
  44 bands="MVNO" brand="K2" cc="ug" country="Uganda" operator="K2 Telecom Ltd" 
status="Operational"
- 66 bands="" brand="i-Tel" cc="ug" country="Uganda" operator="i-Tel Ltd" 
status=""
+ 66 bands="" brand="i-Tel" cc="ug" country="Uganda" operator="i-Tel Ltd" 
status="Not operational"
  00-99
 642
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="econet Leo" cc="bi" 
country="Burundi" operator="Econet Wireless Burundi PLC" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE" brand="econet Leo" cc="bi" 
country="Burundi" operator="Econet Wireless Burundi PLC" status="Operational"
  02 bands="GSM 900" brand="Tempo" cc="bi" country="Burundi" operator="VTEL 
MEA" status="Not operational"
  03 bands="GSM 900" brand="Onatel" cc="bi" country="Burundi" operator="Onatel" 
status="Operational"
  07 bands="GSM 1800 / UMTS" brand="Smart Mobile" cc="bi" country="Burundi" 
operator="LACELL SU" status="Operational"
@@ -2434,19 +2527,20 @@
 645
  01 bands="GSM 900" brand="Airtel" cc="zm" country="Zambia" operator="Bharti 
Airtel" status="Operational"
  02 bands="GSM 900 / LTE 1800" brand="MTN" cc="zm" country="Zambia" 
operator="MTN Group" status="Operational"
- 03 bands="GSM 900 / LTE" brand="ZAMTEL" cc="zm" country="Zambia" 
operator="Zambia Telecommunications Company Ltd" status="Operational"
+ 03 bands="GSM 900 / LTE 2300" brand="ZAMTEL" cc="zm" country="Zambia" 
operator="Zambia Telecommunications Company Ltd" status="Operational"
  00-99
 646
  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"
+ 02 bands="GSM 900 / LTE" 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 / 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"
- 01 bands="" cc="re" country="Réunion (France)" operator="BJT Partners" 
status=""
- 02 bands="GSM 900 / GSM 1800" brand="only" cc="re" country="Réunion (France)" 
operator="Telco OI" status="Operational"
- 10 bands="GSM 900" brand="SFR Reunion" cc="re" country="Réunion (France)" 
operator="Societe Reunionnaise de Radiotelephone" status="Operational"
+ 00 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Orange" 
country="French Indian Ocean Territories (France) - YT/RE" operator="Orange La 
Réunion" status="Operational"
+ 01 bands="GSM 900 / GSM 1800" country="French Indian Ocean Territories 
(France) - YT/RE" operator="BJT Partners" status=""
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="only" country="French Indian 
Ocean Territories (France) - YT/RE" operator="Telco OI" status="Operational"
+ 03 bands="" brand="only" country="French Indian Ocean Territories (France) - 
YT/RE" operator="Telco OI" status=""
+ 10 bands="GSM 900 / LTE 800 / LTE 1800 / LTE 2600" brand="SFR Réunion" 
country="French Indian Ocean Territories (France) - YT/RE" operator="Société 
Réunionnaise du Radiotéléphone" status="Operational"
  00-99
 648
  01 bands="GSM 900 / LTE" brand="Net*One" cc="zw" country="Zimbabwe" 
operator="Net*One Cellular (Pvt) Ltd" status="Operational"
@@ -2456,12 +2550,12 @@
 649
  01 bands="GSM 900 / GSM 1800 / LTE 800 / 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"
+ 03 bands="GSM 900 / GSM 1800 / LTE 1800 / LTE 2600" 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"
  05 bands="" cc="na" country="Namibia" operator="Demshi Investments CC" 
status=""
  00-99
 650
- 01 bands="GSM 900 / GSM 1800 / LTE" brand="TNM" cc="mw" country="Malawi" 
operator="Telecom Network Malawi" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / LTE 2500" brand="TNM" cc="mw" country="Malawi" 
operator="Telecom Network Malawi" status="Operational"
  02 bands="CDMA / LTE 850" brand="Access" cc="mw" country="Malawi" 
operator="Access Communications Ltd" status="Operational"
  10 bands="GSM 900 / UMTS 2100" brand="Airtel" cc="mw" country="Malawi" 
operator="Bharti Airtel Limited" status="Operational"
  00-99
@@ -2472,7 +2566,7 @@
 652
  01 bands="GSM 900 / UMTS / LTE 1800" brand="Mascom" cc="bw" 
country="Botswana" operator="Mascom Wireless (Pty) Limited" status="Operational"
  02 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="Orange" cc="bw" 
country="Botswana" operator="Orange (Botswana) Pty Limited" status="Operational"
- 04 bands="GSM 900 / GSM 1800" brand="BTC Mobile" cc="bw" country="Botswana" 
operator="Botswana Telecommunications Corporation" status="Operational"
+ 04 bands="GSM 900 / GSM 1800 / LTE 1800" brand="BTC Mobile" cc="bw" 
country="Botswana" operator="Botswana Telecommunications Corporation" 
status="Operational"
  00-99
 653
  01 bands="" cc="sz" country="Swaziland" operator="SPTC" status=""
@@ -2480,7 +2574,7 @@
  00-99
 654
  01 bands="GSM 900" brand="HURI" cc="km" country="Comoros" operator="Comoros 
Telecom" status="Operational"
- 02 bands="" brand="TELCO SA" cc="km" country="Comoros" operator="Telecom 
Malagasy (Telma)" status=""
+ 02 bands="GSM 900 / UMTS 900 / LTE 800" brand="TELCO SA" cc="km" 
country="Comoros" operator="Telecom Malagasy (Telma)" status="Operational"
  00-99
 655
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 900 / LTE 1800 / LTE 2100" 
brand="Vodacom" cc="za" country="South Africa" operator="Vodacom" 
status="Operational"
@@ -2530,9 +2624,9 @@
  07 bands="CDMA" brand="Sudani" cc="ss" country="South Sudan" 
operator="Sudani" status="Operational"
  00-99
 702
- 67 bands="GSM 1900 / UMTS 850 / LTE 850 / LTE 1900" brand="DigiCell" cc="bz" 
country="Belize" operator="Belize Telemedia Limited (BTL)" status="Operational"
+ 67 bands="GSM 850 / GSM 1900 / UMTS 850 / LTE 700 / 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"
+ 69 bands="CDMA2000 850 / LTE 700" 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
@@ -2542,9 +2636,9 @@
  00-99
 706
  01 bands="GSM 1900 / UMTS 1900" brand="Claro" cc="sv" country="El Salvador" 
operator="CTE Telecom Personal, S.A. de C.V." status="Operational"
- 02 bands="GSM 900 / UMTS 900" brand="digicel" cc="sv" country="El Salvador" 
operator="Digicel Group" status="Operational"
- 03 bands="GSM 850 / UMTS 850" brand="Tigo" cc="sv" country="El Salvador" 
operator="Telemovil El Salvador S.A." status="Operational"
- 04 bands="GSM 850 / GSM 1900 / UMTS" brand="movistar" cc="sv" country="El 
Salvador" operator="Telefónica Móviles El Salvador" status="Operational"
+ 02 bands="GSM 900 / UMTS 900" brand="digicel" cc="sv" country="El Salvador" 
operator="Digicel, S.A. de C.V." status="Operational"
+ 03 bands="GSM 850 / UMTS 850 / LTE" brand="Tigo" cc="sv" country="El 
Salvador" operator="Telemovil El Salvador S.A." status="Operational"
+ 04 bands="GSM 850 / GSM 1900 / UMTS 1900 / LTE 1900" brand="movistar" cc="sv" 
country="El Salvador" operator="Telefónica Móviles El Salvador" 
status="Operational"
  05 bands="iDEN" brand="RED" cc="sv" country="El Salvador" operator="INTELFON, 
S.A. de C.V." status="Operational"
  00-99
 708
@@ -2572,11 +2666,11 @@
  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 700 
/ LTE 1700" brand="Movistar" cc="pe" country="Peru" operator="Telefónica 
Móviles Perú" status="Operational"
- 07 bands="iDEN" brand="Entel" cc="pe" country="Peru" operator="Americatel 
Perú" status="Operational"
+ 06 bands="CDMA2000 850 / GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 700 
/ LTE 1700" brand="Movistar" cc="pe" country="Peru" operator="Telefónica del 
Perú S.A.A." status="Operational"
+ 07 bands="iDEN" brand="Entel" cc="pe" country="Peru" operator="Entel Perú 
S.A." status="Operational"
  10 bands="GSM 1900 / UMTS 850 / LTE 700 / LTE 1900 / TD-LTE 3500" 
brand="Claro" cc="pe" country="Peru" operator="América Móvil Perú" 
status="Operational"
- 15 bands="GSM 1900 / UMTS 1900" brand="Bitel" cc="pe" country="Peru" 
operator="Viettel Peru S.A.C." status="Operational"
- 17 bands="UMTS 1900 / LTE 1700 / TD-LTE 2300" brand="Entel" cc="pe" 
country="Peru" operator="Americatel Perú" status="Operational"
+ 15 bands="GSM 1900 / UMTS 1900 / LTE 900" brand="Bitel" cc="pe" 
country="Peru" operator="Viettel Peru S.A.C." status="Operational"
+ 17 bands="UMTS 1900 / LTE 1700 / TD-LTE 2300" brand="Entel" cc="pe" 
country="Peru" operator="Entel Perú S.A." status="Operational"
  00-99
 722
  010 bands="GSM 850 / GSM 1900 / UMTS / LTE 1700" brand="Movistar" cc="ar" 
country="Argentina" operator="Telefónica Móviles Argentina S.A." 
status="Operational"
@@ -2587,7 +2681,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 / LTE 1700" brand="Claro" cc="ar" 
country="Argentina" operator="AMX Argentina S.A." status="Operational"
  330 bands="GSM 850 / GSM 1900 / UMTS / LTE 1700" brand="Claro" cc="ar" 
country="Argentina" operator="AMX Argentina 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"
+ 341 bands="GSM 850 / GSM 1900 / UMTS / LTE 700 / 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="Not operational"
  000-999
 724
@@ -2602,14 +2696,15 @@
  11 bands="GSM 850 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600" brand="Vivo" 
cc="br" country="Brazil" operator="Vivo S.A." status="Operational"
  15 bands="GSM 900 / GSM 1800 / UMTS 850" brand="Sercomtel" cc="br" 
country="Brazil" operator="Sercomtel Celular" status="Operational"
  16 bands="GSM 1800 / UMTS 2100" brand="Brasil Telecom GSM" cc="br" 
country="Brazil" operator="Brasil Telecom GSM" status="Not operational"
+ 17 bands="MVNO" brand="Correios" cc="br" country="Brazil" operator="Correios 
Celular" status="Operational"
  18 bands="MVNO" brand="datora" cc="br" country="Brazil" operator="Datora 
(Vodafone)" status="Operational"
  23 bands="GSM 850 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600" brand="Vivo" 
cc="br" country="Brazil" operator="Vivo S.A." status="Operational"
  24 bands="" cc="br" country="Brazil" operator="Amazonia Celular" status=""
  30 bands="" brand="Oi" cc="br" country="Brazil" operator="TNL PCS Oi" 
status=""
  31 bands="GSM 1800 / UMTS 2100 / LTE 2600" brand="Oi" cc="br" 
country="Brazil" operator="TNL PCS Oi" status="Operational"
- 32 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100" brand="CTBC Celular" 
cc="br" country="Brazil" operator="CTBC Celular S.A." status="Operational"
- 33 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100" brand="CTBC Celular" 
cc="br" country="Brazil" operator="CTBC Celular S.A." status="Operational"
- 34 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100" brand="CTBC Celular" 
cc="br" country="Brazil" operator="CTBC Celular S.A." status="Operational"
+ 32 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 700" brand="Algar 
Telecom" cc="br" country="Brazil" operator="Algar Telecom S.A." 
status="Operational"
+ 33 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 700" brand="Algar 
Telecom" cc="br" country="Brazil" operator="Algar Telecom S.A." 
status="Operational"
+ 34 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 700" brand="Algar 
Telecom" cc="br" country="Brazil" operator="Algar Telecom S.A." 
status="Operational"
  35 bands="" cc="br" country="Brazil" operator="Telcom Telecomunicações" 
status=""
  36 bands="" cc="br" country="Brazil" operator="Options Telecomunicações" 
status=""
  37 bands="" brand="aeiou" cc="br" country="Brazil" operator="Unicel" 
status="Not operational"
@@ -2658,13 +2753,14 @@
  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" brand="eTb" cc="co" country="Colombia" operator="Empresa 
de Telecomunicaciones de Bogotá S.A. ESP" status="Operational"
+ 199 bands="" cc="co" country="Colombia" operator="SUMA Movil SAS" status=""
  000-999
 734
  01 bands="GSM 900" brand="Digitel" cc="ve" country="Venezuela" 
operator="Corporacion Digitel C.A." status="Not operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 900 / LTE 1800" brand="Digitel GSM" 
cc="ve" country="Venezuela" operator="Corporacion Digitel C.A." 
status="Operational"
  03 bands="LTE 2600" brand="DirecTV" cc="ve" country="Venezuela" 
operator="Galaxy Entertainment de Venezuela C.A." status=""
- 04 bands="GSM 850 / GSM 1900 / UMTS 1900 / LTE AWS" brand="movistar" cc="ve" 
country="Venezuela" operator="Telefónica Móviles Venezuela" status="Operational"
- 06 bands="CDMA2000 850 / GSM 850 / UMTS 1900" brand="Movilnet" cc="ve" 
country="Venezuela" operator="Telecomunicaciones Movilnet" status="Operational"
+ 04 bands="GSM 850 / GSM 1900 / UMTS 1900 / LTE 1700" brand="movistar" cc="ve" 
country="Venezuela" operator="Telefónica Móviles Venezuela" status="Operational"
+ 06 bands="CDMA2000 850 / GSM 850 / UMTS 1900 / LTE 1700" brand="Movilnet" 
cc="ve" country="Venezuela" operator="Telecomunicaciones Movilnet" 
status="Operational"
  00-99
 736
  01 bands="GSM 1900 / UMTS / LTE 1700" brand="Viva" cc="bo" country="Bolivia" 
operator="Nuevatel PCS De Bolivia SA" status="Operational"
@@ -2673,7 +2769,7 @@
  00-99
 738
  01 bands="GSM 900" brand="Digicel" cc="gy" country="Guyana" 
operator="U-Mobile (Cellular) Inc." status="Operational"
- 02 bands="GSM 900" brand="GT&T Cellink Plus" cc="gy" country="Guyana" 
operator="Guyana Telephone & Telegraph Co." status="Operational"
+ 02 bands="GSM 900 / LTE" brand="GT&T Cellink Plus" cc="gy" country="Guyana" 
operator="Guyana Telephone & Telegraph Co." status="Operational"
  03 bands="TD-LTE" cc="gy" country="Guyana" operator="Quark Communications 
Inc." status=""
  05 bands="" cc="gy" country="Guyana" operator="eGovernment Unit, Ministry of 
the Presidency" status=""
  00-99
@@ -2681,6 +2777,7 @@
  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 / LTE 1700" brand="Claro" cc="ec" 
country="Ecuador" operator="CONECEL S.A." status="Operational"
  02 bands="GSM 850 / UMTS 1900 / LTE 1700" brand="CNT Mobile" cc="ec" 
country="Ecuador" operator="Corporación Nacional de Telecomunicaciones (CNT 
EP)" status="Operational"
+ 03 bands="MVNO" brand="Tuenti" cc="ec" country="Ecuador" operator="Otecel 
S.A." status="Operational"
  00-99
 744
  01 bands="GSM 1900 / UMTS 900" brand="VOX" cc="py" country="Paraguay" 
operator="Hola Paraguay S.A" status="Operational"
@@ -2693,7 +2790,7 @@
 746
  02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 700 / LTE 1800" 
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="Digicel" cc="sr" country="Suriname" 
operator="Digicel Group Limited" status="Operational"
+ 04 bands="GSM 900 / UMTS" brand="Digicel" cc="sr" country="Suriname" 
operator="Digicel Group Limited" status="Not operational"
  05 bands="CDMA 450" brand="Telesur" cc="sr" country="Suriname" 
operator="Telecommunications Company Suriname (Telesur)" status=""
  00-99
 748
@@ -2722,7 +2819,7 @@
  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"
+ 16 bands="" brand="Cisco Jasper" country="International operators" 
operator="Cisco Systems, Inc." 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 / UMTS 1900" brand="Cellular 
@Sea" country="International operators" operator="AT&T Mobility" 
status="Operational"
  19 bands="GSM 900 / GSM 1800 / UMTS 2100" country="International operators" 
operator="Vodafone Malta Maritime" status="Operational"
@@ -2733,7 +2830,7 @@
  24 bands="" brand="iNum" country="International operators" operator="Voxbone" 
status=""
  25 bands="" country="International operators" operator="Unassigned" 
status="Returned spare"
  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"
+ 27 bands="GSM 1800" brand="OnMarine" country="International operators" 
operator="Monaco Telecom" 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"
@@ -2754,12 +2851,14 @@
  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=""
- 48 bands="" country="International operators" operator="Communication for 
Devices in Sweden AB" status=""
+ 48 bands="" brand="Com4" country="International operators" 
operator="Communication for Devices in Sweden AB" status=""
  49 bands="" country="International operators" operator="Zain Kuwait" status=""
  50 bands="Satellite" country="International operators" operator="EchoStar 
Mobile" status=""
  51 bands="" country="International operators" operator="VisionNG" status=""
  52 bands="" country="International operators" operator="Manx Telecom Trading 
Ltd." status=""
  53 bands="" country="International operators" operator="Deutsche Telekom AG" 
status=""
+ 54 bands="" country="International operators" operator="Teleena Holding B.V." 
status=""
+ 55 bands="" country="International operators" operator="Beezz Communication 
Solutions Ltd." status=""
  88 bands="" country="International operators" operator="UN Office for the 
Coordination of Humanitarian Affairs (OCHA)" status=""
  00-99
 995
diff --git a/stdnum/isbn.dat b/stdnum/isbn.dat
index 4289339..d866519 100644
--- a/stdnum/isbn.dat
+++ b/stdnum/isbn.dat
@@ -1,14 +1,16 @@
 # generated from RangeMessage.xml, downloaded from
 # https://www.isbn-international.org/export_rangemessage.xml
-# file serial ba776596-a833-425a-ad40-560b7658dd7c
-# file date Mon, 31 Oct 2016 17:32:39 CET
+# file serial 7cf4eb52-ccff-4f0f-a352-f2fc0c1d7056
+# file date Thu, 30 Mar 2017 11:37:30 CEST
 978
  0-5,600-649,7-7,80-94,950-989,9900-9989,99900-99999
  0 agency="English language"
   00-19,200-227,2280-2289,229-647,6480000-6489999,649-699,7000-8499
   85000-89999,900000-949999,9500000-9999999
  1 agency="English language"
-  00-09,100-399,4000-5499,55000-86979,869800-998999,9990000-9999999
+  00-09,100-399,4000-5499,55000-73199,7320000-7399999,74000-77499
+  7750000-7753999,77540-86979,869800-972999,9730-9877,987800-998999
+  9990000-9999999
  2 agency="French language"
   00-19,200-349,35000-39999,400-699,7000-8399,84000-89999,900000-919942
   9199430-9199689,919969-949999,9500000-9999999
@@ -116,7 +118,7 @@
   0000-1999,20-37,38000-38999,3900-4099,41000-43999,44000-44999,4500-4999
   50000-54999,550-719,7200-7499,7500-7999,8000-9499,95000-99999
  956 agency="Chile"
-  00-19,200-699,7000-9999
+  00-08,09000-09999,10-19,200-599,6000-6999,7000-9999
  957 agency="Taiwan"
   00-02,0300-0499,05-19,2000-2099,21-27,28000-30999,31-43,440-819
   8200-9699,97000-99999
@@ -160,7 +162,7 @@
  974 agency="Thailand"
   00-19,200-699,7000-8499,85000-89999,90000-94999,9500-9999
  975 agency="Turkey"
-  00000-01999,02-24,250-599,6000-9199,92000-98999,990-999
+  00000-01999,02-23,2400-2499,250-599,6000-9199,92000-98999,990-999
  976 agency="Caribbean Community"
   0-3,40-59,600-799,8000-9499,95000-99999
  977 agency="Egypt"
@@ -230,7 +232,7 @@
  9941 agency="Georgia"
   0-0,10-39,400-899,9000-9999
  9942 agency="Ecuador"
-  00-84,8500-8999,900-984,9850-9999
+  00-74,750-849,8500-8999,900-984,9850-9999
  9943 agency="Uzbekistan"
   00-29,300-399,4000-9749,975-999
  9944 agency="Turkey"
@@ -252,7 +254,7 @@
  9952 agency="Azerbaijan"
   0-1,20-39,400-799,8000-9999
  9953 agency="Lebanon"
-  0-0,10-39,400-599,60-89,9000-9999
+  0-0,10-39,400-599,60-89,9000-9299,93-96,970-999
  9954 agency="Morocco"
   0-1,20-39,400-799,8000-9999
  9955 agency="Lithuania"
@@ -260,7 +262,7 @@
  9956 agency="Cameroon"
   0-0,10-39,400-899,9000-9999
  9957 agency="Jordan"
-  00-39,400-649,65-69,70-84,8500-8799,88-99
+  00-39,400-649,65-68,690-699,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
@@ -293,11 +295,11 @@
  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-9099,91-94,95-99
+  0-2,30-54,550-749,7500-8799,880-909,91-94,95-99
  9975 agency="Moldova"
   0-0,100-299,3000-3999,4000-4499,45-89,900-949,9500-9999
  9976 agency="Tanzania"
-  0-5,60-89,900-989,9900-9999
+  0-4,5000-5999,60-89,900-989,9900-9999
  9977 agency="Costa Rica"
   00-89,900-989,9900-9999
  9978 agency="Ecuador"

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

Summary of changes:
 ChangeLog               | 144 ++++++++++++++
 MANIFEST.in             |   3 +-
 NEWS                    |  21 +-
 README                  |  10 +-
 docs/index.rst          |   6 +
 docs/stdnum.ar.cbu.rst  |   5 +
 docs/stdnum.eu.eic.rst  |   5 +
 docs/stdnum.eu.nace.rst |   5 +
 docs/stdnum.lei.rst     |   5 +
 docs/stdnum.mc.tva.rst  |   5 +
 docs/stdnum.rs.pib.rst  |   5 +
 stdnum/__init__.py      |  12 +-
 stdnum/cn/loc.dat       |   2 +-
 stdnum/eu/nace.dat      |   2 +-
 stdnum/iban.dat         |  11 +-
 stdnum/imsi.dat         | 499 +++++++++++++++++++++++++++++-------------------
 stdnum/isbn.dat         |  22 ++-
 17 files changed, 538 insertions(+), 224 deletions(-)
 create mode 100644 docs/stdnum.ar.cbu.rst
 create mode 100644 docs/stdnum.eu.eic.rst
 create mode 100644 docs/stdnum.eu.nace.rst
 create mode 100644 docs/stdnum.lei.rst
 create mode 100644 docs/stdnum.mc.tva.rst
 create mode 100644 docs/stdnum.rs.pib.rst


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