lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.4

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

python-stdnum branch master updated. 1.4



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  01a7f34edc5d09d800f43e4fee966b2e7ea6ad3e (commit)
       via  3e4e9e2c7682efb46d5bc25b7e640ab1cfd5f17e (commit)
      from  3e344d1e51b7abd8a68d3688973e7d0215ba55b5 (commit)

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

- Log -----------------------------------------------------------------
http://arthurdejong.org/git/python-stdnum/commit/?id=01a7f34edc5d09d800f43e4fee966b2e7ea6ad3e

commit 01a7f34edc5d09d800f43e4fee966b2e7ea6ad3e
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Tue Jul 26 23:33:48 2016 +0200

    Get files ready for 1.4 release

diff --git a/ChangeLog b/ChangeLog
index a78944c..412b3ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,202 @@
+2016-07-26  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [3e4e9e2] getmybp.py, stdnum/cn/loc.dat, stdnum/iban.dat,
+         stdnum/imsi.dat, stdnum/isbn.dat, stdnum/isil.dat: Update
+         database files
+
+         This also updates the getmybp script to support the new layout.
+
+2016-07-26  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [3e344d1] stdnum/iso6346.py: Add formatting of ISO 6346 container
+         codes
+
+2016-07-26  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [aa1c298] getnumlist.py, stdnum/damm.py, tests/test_damm.doctest:
+         Implement Damm algorithm
+
+         This is a generic check digit algorithm.  2016-07-26  Arthur de
+Jong <arthur@arthurdejong.org>
+
+       * [411d038] stdnum/fr/nif.py: Fix French NIF format test
+
+         Fixes 2409ee9.  2016-07-26  Arthur de Jong
+<arthur@arthurdejong.org>
+
+       * [06e4165] stdnum/ch/ssn.py: Improve validation to Swiss SSN number
+
+         The EAN-13 number should start with 756.
+
+2016-07-26  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [1907c67] stdnum/br/cpf.py: Add documentation to Brazillian CPF
+
+2016-07-26  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [cf428ac] stdnum/iso6346.py: Add pointer to ISO 6346 information
+
+2016-07-26  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [011c0f0] stdnum/gb/nhs.py: Fix copyright notice
+
+2016-05-22  Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr>
+
+       * [2409ee9] stdnum/fr/nif.py: Add NIF - French tax identification
+         number
+
+         Add module for NIF also known as SPI number.
+
+2016-07-26  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [43b58d3] stdnum/fr/nir.py: Move NIR check digit calculation
+         to function
+
+         This also fixes a number of formatting issues, improves the
+         module description and adds tests for the 2A and 2B departments.
+
+2016-05-29  Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr>
+
+       * [879f2d3] stdnum/fr/nir.py: Improve French NIR validation
+
+         Please note that the 7th character of the NIR might be 'A' or
+         'B'. Other than that the NIR contains digits only.
+
+2016-07-25  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [fd9f953] stdnum/fr/siren.py, stdnum/fr/siret.py,
+         tests/test_fr_siren.doctest, tests/test_fr_siret.doctest: Add
+         extra tests for SIREN and SIRET
+
+         This adds tests for a few numbers that have been found online
+         and allows the dot as a seprator because those numbers were found.
+
+         It also ensures that the SIREN validation is also called for
+         SIRET and adds a SIRET formatting function.
+
+2016-05-27  Yoann Aubineau <y.aubineau@criteo.com>
+
+       * [5ba3a87] stdnum/fr/siret.py: Add French SIRET number
+
+         Add a SIRET (Système d'Identification du Répertoire des
+         ETablissements, a French company etablishment identification
+         number) module.
+
+2016-05-29  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [dc708f0] stdnum/isil.py, tests/test_isil.doctest: Add more
+         ISIL tests
+
+         This moves a few of the tests from the module to a dedicated
+         test file and adds tests for a number of ISIL numbers found online.
+
+2016-05-29  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [4a57d84] stdnum/us/tin.py: Fix formatting of bulleted list
+
+2016-05-28  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [9b74840] stdnum/ch/ssn.py, tests/test_ch_ssn.doctest: Fix bug
+         in Swiss SSN validation
+
+         The validation was delegated to the EAN module but the number
+         is supposed to be an EAN-13 only and and EAN-8 was also accepted.
+
+         This also reformats the docstring.
+
+2016-05-28  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [f3c2491] stdnum/ie/vat.py, tests/test_ie_vat.doctest: Fix bug
+         in Irish VAT number validation
+
+         The last digits of the number that should be letters were not
+         tested to be letters which could result in ValueError being
+         raised for certain validations.
+
+         This also clarifies the documentation and adds a convert()
+         function to convert numbers from the old format (where the
+         second character would be a letter or symbol) to the new format
+         (7 digits followed by 1 or 2 letters).
+
+2016-05-28  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [b5397ed] tests/test_robustness.doctest: Small improvements
+         to tests
+
+         This includes a formatting fix and removes an unused variable
+         from a test.
+
+2016-05-28  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [d85b27f] stdnum/util.py: Fix get_module_description()
+
+         This fixes the initial implementation in 3f6d52a.
+
+2016-05-22  Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr>
+
+       * [a1afa76] stdnum/fr/nir.py: Add French NIR
+
+         Add module for NIR also known as social security number.
+
+2016-05-09  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [0a2f39e] stdnum/gb/nhs.py: Add United Kingdom NHS number
+
+         Add module for United Kingdom National Health Service patient
+         identifier.
+
+2016-05-09  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [2126947] stdnum/numdb.py: Read numdb files in context manager
+
+         This ensures that the file is explicitly closed in the function
+         to avoid "unclosed file" warnings.
+
+         See: https://github.com/arthurdejong/python-stdnum/issues/33
+
+2016-04-11  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [e28b5e1] stdnum/ch/uid.py, stdnum/ch/vat.py, stdnum/cusip.py,
+         stdnum/dk/cpr.py, stdnum/iban.py, stdnum/imei.py, stdnum/isbn.py,
+         stdnum/isil.py, stdnum/isin.py, stdnum/issn.py, stdnum/mx/rfc.py,
+         stdnum/nl/bsn.py, stdnum/nl/onderwijsnummer.py, stdnum/pl/regon.py,
+         stdnum/tr/tckimlik.py, stdnum/us/ssn.py, stdnum/verhoeff.py:
+         Make more information links consistent
+
+         Also fix a docstring in stdnum.nl.bsn and add a pointer to
+         stdnum.nl.onderwijsnummer.
+
+2016-04-09  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [feab917] stdnum/eu/vat.py, stdnum/tr/tckimlik.py, stdnum/util.py:
+         Implement online TC Kimlik check
+
+         This refactors out the SOAP client function that was implemented
+         for VIES to the stdnum.utils module.
+
+2016-04-09  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [619b097] stdnum/tr/__init__.py, stdnum/tr/tckimlik.py,
+         tests/test_tr_tckimlik.doctest: Add Turkish personal identification
+         number
+
+2016-04-01  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [095dcbb] stdnum/mx/rfc.py, tests/test_mx_rfc.doctest: Document
+         accuracy of RFC check digit test
+
+         There is an online service that allows validating RFC numbers. It
+         seems there are a lot of numbers that do not match the check
+         digit algorithm which confirms disabling the check digit test
+         by default is a good idea.
+
+         Also see https://github.com/arthurdejong/python-stdnum/issues/32
+
+2016-03-05  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [41cecb5] ChangeLog, NEWS, getnumlist.py, setup.py,
+         stdnum/__init__.py: Get files ready for 1.3 release
+
 2016-03-03  Arthur de Jong <arthur@arthurdejong.org>
 
        * [6457734] getcnloc.py, getiban.py, stdnum/cn/loc.dat,
diff --git a/NEWS b/NEWS
index 50e94c4..1f8261d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+changes from 1.3 to 1.4
+-----------------------
+
+* add modules for the following number formats:
+  - NIF (Numéro d'Immatriculation Fiscale, French tax identification number)
+    provided by Dimitri Papadopoulos
+  - NIR (French personal identification number) provided by Dimitri
+    Papadopoulos
+  - SIRET (a French company establishment identification number) provided by
+    Yoann Aubineau
+  - NHS (United Kingdom National Health Service patient identifier)
+  - T.C. Kimlik No. (Turkish personal identification number)
+* add an implementation of the Damm algorithm
+* ensure data files are properly closed
+* documentation improvements
+* extend test suite
+* a number of minor bug fixes and improvements
+
+
 changes from 1.2 to 1.3
 -----------------------
 
diff --git a/README b/README
index f9be19e..4c8c8de 100644
--- a/README
+++ b/README
@@ -50,8 +50,12 @@ Currently this package supports the following formats:
  * Finnish Association Identifier
  * HETU (Henkilötunnus, Finnish personal identity code)
  * Y-tunnus (Finnish business identifier)
+ * NIF (Numéro d'Immatriculation Fiscale, French tax identification number)
+ * NIR (French personal identification number)
  * SIREN (a French company identification number)
+ * SIRET (a French company establishment identification number)
  * n° TVA (taxe sur la valeur ajoutée, French VAT number)
+ * NHS (United Kingdom National Health Service patient identifier)
  * SEDOL number (Stock Exchange Daily Official List number)
  * VAT (United Kingdom (and Isle of Man) VAT registration number)
  * FPA, ΦΠΑ, ΑΦΜ (Αριθμός Φορολογικού Μητρώου, the Greek VAT number)
@@ -60,7 +64,7 @@ Currently this package supports the following formats:
  * ANUM (Közösségi adószám, Hungarian VAT number)
  * IBAN (International Bank Account Number)
  * PPS No (Personal Public Service Number, Irish personal number)
- * VAT (Irish VAT number)
+ * VAT (Irish tax reference number)
  * IMEI (International Mobile Equipment Identity)
  * IMO number (International Maritime Organization number)
  * IMSI (International Mobile Subscriber Identity)
@@ -103,6 +107,7 @@ Currently this package supports the following formats:
  * IČ DPH (IČ pre daň z pridanej hodnoty, Slovak VAT number)
  * RČ (Rodné číslo, the Slovak birth number)
  * COE (Codice operatore economico, San Marino national tax number)
+ * T.C. Kimlik No. (Turkish personal identification number)
  * ATIN (U.S. Adoption Taxpayer Identification Number)
  * EIN (U.S. Employer Identification Number)
  * ITIN (U.S. Individual Taxpayer Identification Number)
@@ -114,6 +119,7 @@ Currently this package supports the following formats:
 Furthermore a number of generic check digit algorithms are available:
 
  * the Verhoeff algorithm
+ * the Damm algorithm
  * the Luhn and Luhn mod N algorithms
  * some algorithms described in ISO/IEC 7064: Mod 11, 2, Mod 37, 2,
    Mod 97, 10, Mod 11, 10 and Mod 37, 36
@@ -152,7 +158,7 @@ also work with older versions of Python.
 Copyright
 ---------
 
-Copyright (C) 2010-2015 Arthur de Jong and others
+Copyright (C) 2010-2016 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 59df1d5..b85a8e0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -74,6 +74,7 @@ Generic check digit algorithms
 .. autosummary::
    :toctree:
 
+   damm
    iso7064
    luhn
    verhoeff
@@ -126,8 +127,12 @@ Available formats
    fi.associationid
    fi.hetu
    fi.ytunnus
+   fr.nif
+   fr.nir
    fr.siren
+   fr.siret
    fr.tva
+   gb.nhs
    gb.sedol
    gb.vat
    gr.vat
@@ -179,6 +184,7 @@ Available formats
    sk.dph
    sk.rc
    sm.coe
+   tr.tckimlik
    us.atin
    us.ein
    us.itin
diff --git a/docs/stdnum.damm.rst b/docs/stdnum.damm.rst
new file mode 100644
index 0000000..e4bb865
--- /dev/null
+++ b/docs/stdnum.damm.rst
@@ -0,0 +1,5 @@
+stdnum.damm
+===========
+
+.. automodule:: stdnum.damm
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.fr.nif.rst b/docs/stdnum.fr.nif.rst
new file mode 100644
index 0000000..33b76ac
--- /dev/null
+++ b/docs/stdnum.fr.nif.rst
@@ -0,0 +1,5 @@
+stdnum.fr.nif
+=============
+
+.. automodule:: stdnum.fr.nif
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.fr.nir.rst b/docs/stdnum.fr.nir.rst
new file mode 100644
index 0000000..13ee2e7
--- /dev/null
+++ b/docs/stdnum.fr.nir.rst
@@ -0,0 +1,5 @@
+stdnum.fr.nir
+=============
+
+.. automodule:: stdnum.fr.nir
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.fr.siret.rst b/docs/stdnum.fr.siret.rst
new file mode 100644
index 0000000..a54ea58
--- /dev/null
+++ b/docs/stdnum.fr.siret.rst
@@ -0,0 +1,5 @@
+stdnum.fr.siret
+===============
+
+.. automodule:: stdnum.fr.siret
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.gb.nhs.rst b/docs/stdnum.gb.nhs.rst
new file mode 100644
index 0000000..f1d97d4
--- /dev/null
+++ b/docs/stdnum.gb.nhs.rst
@@ -0,0 +1,5 @@
+stdnum.gb.nhs
+=============
+
+.. automodule:: stdnum.gb.nhs
+   :members:
\ No newline at end of file
diff --git a/docs/stdnum.tr.tckimlik.rst b/docs/stdnum.tr.tckimlik.rst
new file mode 100644
index 0000000..fd9f38c
--- /dev/null
+++ b/docs/stdnum.tr.tckimlik.rst
@@ -0,0 +1,5 @@
+stdnum.tr.tckimlik
+==================
+
+.. automodule:: stdnum.tr.tckimlik
+   :members:
\ No newline at end of file
diff --git a/stdnum/__init__.py b/stdnum/__init__.py
index 8da7c35..d12dcd4 100644
--- a/stdnum/__init__.py
+++ b/stdnum/__init__.py
@@ -66,8 +66,12 @@ Currently this package supports the following formats:
 * fi.associationid: Finnish Association Identifier
 * fi.hetu: HETU (Henkilötunnus, Finnish personal identity code)
 * fi.ytunnus: Y-tunnus (Finnish business identifier)
+* fr.nif: NIF (Numéro d'Immatriculation Fiscale, French tax identification 
number)
+* fr.nir: NIR (French personal identification number)
 * fr.siren: SIREN (a French company identification number)
+* fr.siret: SIRET (a French company establishment identification number)
 * fr.tva: n° TVA (taxe sur la valeur ajoutée, French VAT number)
+* gb.nhs: NHS (United Kingdom National Health Service patient identifier)
 * gb.sedol: SEDOL number (Stock Exchange Daily Official List number)
 * gb.vat: VAT (United Kingdom (and Isle of Man) VAT registration number)
 * gr.vat: FPA, ΦΠΑ, ΑΦΜ (Αριθμός Φορολογικού Μητρώου, the Greek VAT number)
@@ -76,7 +80,7 @@ Currently this package supports the following formats:
 * hu.anum: ANUM (Közösségi adószám, Hungarian VAT number)
 * iban: IBAN (International Bank Account Number)
 * ie.pps: PPS No (Personal Public Service Number, Irish personal number)
-* ie.vat: VAT (Irish VAT number)
+* ie.vat: VAT (Irish tax reference number)
 * imei: IMEI (International Mobile Equipment Identity)
 * imo: IMO number (International Maritime Organization number)
 * imsi: IMSI (International Mobile Subscriber Identity)
@@ -119,6 +123,7 @@ Currently this package supports the following formats:
 * sk.dph: IČ DPH (IČ pre daň z pridanej hodnoty, Slovak VAT number)
 * sk.rc: RČ (Rodné číslo, the Slovak birth number)
 * sm.coe: COE (Codice operatore economico, San Marino national tax number)
+* tr.tckimlik: T.C. Kimlik No. (Turkish personal identification number)
 * us.atin: ATIN (U.S. Adoption Taxpayer Identification Number)
 * us.ein: EIN (U.S. Employer Identification Number)
 * us.itin: ITIN (U.S. Individual Taxpayer Identification Number)
@@ -129,6 +134,7 @@ Currently this package supports the following formats:
 
 Furthermore a number of generic check digit algorithms are available:
 
+* damm: The Damm algorithm
 * iso7064.mod_11_10: The ISO 7064 Mod 11, 10 algorithm
 * iso7064.mod_11_2: The ISO 7064 Mod 11, 2 algorithm
 * iso7064.mod_37_2: The ISO 7064 Mod 37, 2 algorithm
@@ -153,4 +159,4 @@ parsing, validation, formatting or conversion functions.
 
 
 # the version number of the library
-__version__ = '1.3'
+__version__ = '1.4'

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

commit 3e4e9e2c7682efb46d5bc25b7e640ab1cfd5f17e
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Tue Jul 26 23:08:54 2016 +0200

    Update database files
    
    This also updates the getmybp script to support the new layout.

diff --git a/getmybp.py b/getmybp.py
index 53da015..f9dfa9c 100755
--- a/getmybp.py
+++ b/getmybp.py
@@ -2,7 +2,7 @@
 
 # getmybp.py - script to donwnload data from Malaysian government site
 #
-# Copyright (C) 2013 Arthur de Jong
+# Copyright (C) 2013-2016 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
@@ -43,7 +43,7 @@ def parse(f):
     """Parse the specified file."""
     soup = BeautifulSoup.BeautifulSoup(f, convertEntities='html')
     # find all table rows
-    for tr in soup.find('div', id='inner-main').findAll('tr'):
+    for tr in soup.find('div', {'class': 'box-content'}).findAll('tr'):
         # find the rows with four columns of text
         tds = [
             clean(''.join(x.string for x in td.findAll(text=True)))
diff --git a/stdnum/cn/loc.dat b/stdnum/cn/loc.dat
index f7b1a79..96003c7 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-03-02 22:38:33.696025
+# 2016-07-26 20:51:28.113057
 110101 county="东城区" prefecture="市辖区" province="北京市"
 110102 county="西城区" prefecture="市辖区" province="北京市"
 110103 county="崇文区" prefecture="市辖区" province="北京市"
diff --git a/stdnum/iban.dat b/stdnum/iban.dat
index e9fce12..50d61cd 100644
--- a/stdnum/iban.dat
+++ b/stdnum/iban.dat
@@ -54,7 +54,7 @@ PL country="Poland" bban="8!n16!n"
 PT country="Portugal" bban="4!n4!n11!n2!n"
 QA country="Qatar" bban="4!a21!c"
 RO country="Romania" bban="4!a16!c"
-LC country="Saint Lucia" bban="4!a24!n"
+LC country="Saint Lucia" bban="4!a24!c"
 SM country="San Marino" bban="1!a5!n5!n12!c"
 ST country="Sao Tome And Principe" bban="8!n11!n2!n"
 SA country="Saudi Arabia" bban="2!n18!c"
diff --git a/stdnum/imsi.dat b/stdnum/imsi.dat
index f665ff8..bc3bce1 100644
--- a/stdnum/imsi.dat
+++ b/stdnum/imsi.dat
@@ -4,16 +4,21 @@
  01 bands="GSM 900 / GSM 1800" brand="TEST" country="Test networks" 
operator="Test Network" status="Operational"
  00-99
 202
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Cosmote" cc="gr" country="Greece" operator="COSMOTE - Mobile 
Telecommunications S.A." status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Cosmote" cc="gr" country="Greece" operator="COSMOTE - Mobile 
Telecommunications S.A." status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Cosmote" cc="gr" country="Greece" operator="COSMOTE - Mobile 
Telecommunications S.A." status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Cosmote" cc="gr" country="Greece" operator="COSMOTE - Mobile 
Telecommunications S.A." status="Operational"
  03 bands="" cc="gr" country="Greece" operator="OTE" status=""
- 04 bands="" cc="gr" country="Greece" operator="EDISY" status=""
- 05 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Vodafone" cc="gr" country="Greece" operator="Vodafone Greece" 
status="Operational"
- 06 bands="" cc="gr" country="Greece" operator="Cosmoline" status=""
+ 04 bands="GSM-R?" cc="gr" country="Greece" operator="OTE" status=""
+ 05 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Vodafone" cc="gr" country="Greece" operator="Vodafone Greece" 
status="Operational"
+ 06 bands="" cc="gr" country="Greece" operator="Cosmoline" status="Not 
operational"
  07 bands="" cc="gr" country="Greece" operator="AMD Telecom" status=""
  09 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Wind" cc="gr" 
country="Greece" operator="Wind Hellas Telecommunications S.A." 
status="Operational"
  10 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Wind" cc="gr" 
country="Greece" operator="Wind Hellas Telecommunications S.A." 
status="Operational"
+ 11 bands="" cc="gr" country="Greece" operator="interConnect" status=""
+ 12 bands="MVNO" cc="gr" country="Greece" operator="Yuboto" 
status="Operational"
+ 13 bands="" cc="gr" country="Greece" operator="Compatel Limited" status=""
  14 bands="MVNO" brand="Cyta Hellas" cc="gr" country="Greece" operator="CYTA" 
status="Operational"
+ 15 bands="" cc="gr" country="Greece" operator="BWS" status=""
+ 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=""
@@ -21,7 +26,7 @@
  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"
  05 bands="" cc="nl" country="Netherlands" operator="Elephant Talk 
Communications Premium Rate Services" status=""
- 06 bands="MVNO" brand="Vectone Mobile / Delight Mobile" cc="nl" 
country="Netherlands" operator="Mundio Mobile (Netherlands) Ltd" 
status="Operational"
+ 06 bands="MVNO" brand="Vectone Mobile" cc="nl" country="Netherlands" 
operator="Mundio Mobile (Netherlands) Ltd" status="Operational"
  07 bands="MVNE" cc="nl" country="Netherlands" operator="Teleena (MVNE)" 
status="Operational"
  08 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="KPN" cc="nl" country="Netherlands" operator="KPN Mobile The Netherlands 
B.V." status="Operational"
  09 bands="MVNO" brand="Lycamobile" cc="nl" country="Netherlands" 
operator="Lycamobile Netherlands Limited" status="Operational"
@@ -33,7 +38,7 @@
  15 bands="LTE 2600" brand="Ziggo" cc="nl" country="Netherlands" 
operator="Ziggo B.V." status="Operational"
  16 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="T-Mobile (BEN)" cc="nl" country="Netherlands" operator="T-Mobile 
Netherlands B.V" status="Operational"
  17 bands="MVNE" brand="Intercity Zakelijk" cc="nl" country="Netherlands" 
operator="Intercity Mobile Communications B.V." status="Operational"
- 18 bands="MVNO" cc="nl" country="Netherlands" operator="UPC Nederland 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 1800 / LTE 2600" 
brand="T-Mobile" cc="nl" country="Netherlands" operator="T-Mobile Netherlands 
B.V" status="Operational"
  21 bands="GSM-R 900" cc="nl" country="Netherlands" operator="ProRail B.V." 
status="Operational"
@@ -57,16 +62,16 @@
  00-99
 206
  00 bands="" brand="Proximus" cc="be" country="Belgium" operator="Belgacom 
Mobile" status=""
- 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" 
brand="Proximus" cc="be" country="Belgium" operator="Belgacom Mobile" 
status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Proximus" cc="be" country="Belgium" operator="Belgacom Mobile" 
status="Operational"
  02 bands="GSM-R" cc="be" country="Belgium" operator="N.M.B.S." 
status="Operational"
  05 bands="MVNO" brand="Telenet" cc="be" country="Belgium" operator="Telenet" 
status="Operational"
  06 bands="MVNO" brand="Lycamobile" cc="be" country="Belgium" 
operator="Lycamobile sprl" status="Operational"
  07 bands="MVNO" brand="Vectone Mobile" cc="be" country="Belgium" 
operator="Mundio Mobile Belgium nv" status="Reserved"
  09 bands="MVNO" brand="Voxbone" cc="be" country="Belgium" operator="Voxbone 
mobile" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="Mobistar" cc="be" country="Belgium" operator="Orange S.A." 
status="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"
- 20 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" brand="BASE" 
cc="be" country="Belgium" operator="KPN Group Belgium" status="Operational"
- 40 bands="MVNO" cc="be" country="Belgium" operator="JOIN Experience 
(Belgium)" status="Operational"
+ 20 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="BASE" cc="be" country="Belgium" operator="Telenet" status="Operational"
+ 40 bands="MVNO" brand="JOIN" cc="be" country="Belgium" operator="JOIN 
Experience (Belgium)" status="Operational"
  00-99
 208
  01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600" 
brand="Orange" cc="fr" country="France" operator="Orange S.A." 
status="Operational"
@@ -77,14 +82,14 @@
  06 bands="Satellite" cc="fr" country="France" operator="Globalstar Europe" 
status="Operational"
  07 bands="Satellite" cc="fr" country="France" operator="Globalstar Europe" 
status="Operational"
  08 bands="MVNO" brand="Completel Mobile" cc="fr" country="France" 
operator="Completel" status="Operational"
- 09 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600" 
brand="SFR" cc="fr" country="France" operator="Vivendi" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600" 
brand="SFR" cc="fr" country="France" operator="Vivendi" status="Operational"
- 11 bands="UMTS 2100" brand="SFR" cc="fr" country="France" operator="Vivendi" 
status="Operational"
+ 09 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="SFR" cc="fr" country="France" operator="Altice" 
status="Operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 LTE 
2600" brand="SFR" cc="fr" country="France" operator="Altice" 
status="Operational"
+ 11 bands="UMTS 2100" brand="SFR" cc="fr" country="France" operator="Altice" 
status="Operational"
  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="Vivendi" status="Operational"
+ 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 2600" brand="Free Mobile" cc="fr" 
country="France" operator="Iliad" status="Operational"
- 16 bands="UMTS 900 / UMTS 2100 / LTE 2600" brand="Free Mobile" cc="fr" 
country="France" operator="Iliad" 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"
  17 bands="" brand="LEGOS" cc="fr" country="France" operator="Local Exchange 
Global Operation Services" status=""
  18 bands="MVNO" brand="Voxbone" cc="fr" country="France" operator="Voxbone 
mobile" status="Operational"
  20 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Bouygues" cc="fr" country="France" operator="Bouygues Telecom" 
status="Operational"
@@ -133,7 +138,7 @@
  18 bands="MVNO" brand="ONO" cc="es" country="Spain" operator="Cableuropa 
S.A.U." status="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="Jazz 
Telecom S.A.U." status="Operational"
+ 21 bands="MVNO" brand="Jazztel" cc="es" country="Spain" operator="Orange 
S.A." status="Operational"
  22 bands="MVNO" brand="DigiMobil" cc="es" country="Spain" operator="Best 
Spain Telecom" status="Operational"
  23 bands="MVNO" brand="Barablu" cc="es" country="Spain" operator="Barablu 
Móvil España" status=""
  24 bands="MVNO" brand="Eroski" cc="es" country="Spain" operator="Eroski Móvil 
España" status="Operational"
@@ -147,6 +152,7 @@
  32 bands="MVNO" brand="Tuenti" cc="es" country="Spain" operator="Tuenti 
Technologies S.L." status="Operational"
  33 bands="WiMAX" cc="es" country="Spain" operator="EURONA WIRELESS TELECOM, 
S.A." status="Operational"
  34 bands="LTE 2600" cc="es" country="Spain" operator="Aire Networks del 
Mediterráneo, S.L.U." status="Operational"
+ 35 bands="MVNO" cc="es" country="Spain" operator="INGENIUM OUTSOURCING 
SERVICES, S.L." status=""
  51 bands="GSM-R" brand="ADIF" cc="es" country="Spain" operator="Administrador 
de Infraestructuras Ferroviarias" status="Operational"
  00-99
 216
@@ -155,7 +161,7 @@
  03 bands="1800" brand="DIGI" cc="hu" country="Hungary" operator="DIGI 
Telecommunication Ltd." status=""
  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" brand="Vodafone" cc="hu" 
country="Hungary" operator="Vodafone Magyarország Zrt." status="Operational"
- 71 bands="MVNO" brand="UPC Hungary" cc="hu" country="Hungary" operator="UPC 
Hungary Ltd." 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
 218
@@ -164,13 +170,13 @@
  90 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="BH Mobile" cc="ba" 
country="Bosnia and Herzegovina" operator="BH Telecom" status="Operational"
  00-99
 219
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="T-Mobile" cc="hr" country="Croatia" operator="T-Mobile Croatia" 
status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Tele2" cc="hr" 
country="Croatia" operator="Tele2" status="Operational"
- 10 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="Vip" cc="hr" 
country="Croatia" operator="Vipnet" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="T-Mobile" cc="hr" country="Croatia" operator="T-Hrvatski Telekom" 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" brand="Tele2" 
cc="hr" country="Croatia" operator="Tele2" status="Operational"
+ 10 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800" brand="Vip" cc="hr" 
country="Croatia" operator="Vipnet" status="Operational"
  12 bands="MVNO" cc="hr" country="Croatia" operator="TELE FOCUS d.o.o." 
status=""
  00-99
 220
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Telenor" cc="rs" 
country="Serbia" operator="Telenor Serbia" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" 
brand="Telenor" cc="rs" country="Serbia" operator="Telenor Serbia" 
status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telenor" cc="rs" 
country="Serbia" operator="Telenor Montenegro" status="Not operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="mt:s" cc="rs" 
country="Serbia" operator="Telekom Srbija" status="Operational"
  04 bands="GSM" brand="T-Mobile" cc="rs" country="Serbia" operator="T-Mobile 
Montenegro LLC" status="Not operational"
@@ -209,7 +215,7 @@
  06 bands="UMTS 2100" brand="Telekom/Zapp" cc="ro" country="Romania" 
operator="Telekom Romania" status="Operational"
  10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Orange" cc="ro" country="Romania" operator="Orange România" 
status="Operational"
  11 bands="MVNO" cc="ro" country="Romania" operator="Enigma-System" status=""
- 15 bands="WiMAX" brand="Idilis" cc="ro" country="Romania" operator="Idilis" 
status="Operational"
+ 15 bands="WiMAX / TD-LTE 2600" brand="Idilis" cc="ro" country="Romania" 
operator="Idilis" status="Operational"
  16 bands="MVNO" brand="Lycamobile" cc="ro" country="Romania" 
operator="Lycamobile Romania" status="Operational"
  00-99
 228
@@ -225,17 +231,17 @@
  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" cc="ch" country="Switzerland" operator="UPC Cablecom GmbH" 
status="Operational"
- 54 bands="MVNO" cc="ch" country="Switzerland" operator="Lycamobile AG" 
status="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=""
  56 bands="" cc="ch" country="Switzerland" operator="SMSRelay AG" status="Not 
operational"
  57 bands="" cc="ch" country="Switzerland" operator="Mitto AG" status=""
- 58 bands="MVNO" cc="ch" country="Switzerland" operator="Beeone Communications 
SA" status="Operational"
+ 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=""
  99 cc="ch" country="Switzerland" operator="Swisscom" status=""
  00-99
 230
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="T-Mobile" cc="cz" country="Czech Republic" operator="T-Mobile Czech 
Republic" status="Operational"
+ 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"
@@ -243,7 +249,7 @@
  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"
  08 bands="" cc="cz" country="Czech Republic" operator="Compatel s.r.o." 
status=""
- 09 bands="MVNO" cc="cz" country="Czech Republic" operator="Mundio 
Distribution Czech Republic s.r.o." status=""
+ 09 bands="MVNO" brand="Vectone Mobile" cc="cz" country="Czech Republic" 
operator="Mundio Distribution Czech Republic s.r.o." status=""
  98 bands="GSM-R 900" cc="cz" country="Czech Republic" operator="Správa 
železniční dopravní cesty, s.o." status="Operational"
  99 bands="GSM 1800" brand="Vodafone" cc="cz" country="Czech Republic" 
operator="Vodafone Czech Republic" status="Operational"
  00-99
@@ -259,17 +265,17 @@
 232
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600" brand="A1.net" 
cc="at" country="Austria" operator="A1 Telekom Austria" status="Operational"
  02 cc="at" country="Austria" operator="A1 Telekom Austria" status="Reserved"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="T-Mobile AT" 
cc="at" country="Austria" operator="T-Mobile Austria" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="T-Mobile AT" cc="at" country="Austria" operator="T-Mobile Austria" 
status="Operational"
  04 bands="" brand="T-Mobile AT" cc="at" country="Austria" operator="T-Mobile 
Austria Gmbh" status=""
- 05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange AT" cc="at" 
country="Austria" operator="Hutchison Drei Austria" status="Operational"
+ 05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="3" cc="at" country="Austria" 
operator="Hutchison Drei Austria" status="Operational"
  06 bands="" brand="Orange AT" cc="at" country="Austria" operator="Orange 
Austria GmbH" status="Not operational"
  07 bands="MVNO" brand="tele.ring" cc="at" country="Austria" 
operator="T-Mobile Austria" status="Operational"
  08 bands="MVNO" brand="Lycamobile" cc="at" country="Austria" 
operator="Lycamobile Austria" status="Operational"
  09 bands="MVNO" brand="Tele2Mobil" cc="at" country="Austria" operator="A1 
Telekom Austria" status="Operational"
- 10 bands="UMTS 2100 / LTE 1800 / LTE 2600" brand="3AT" cc="at" 
country="Austria" operator="Hutchison Drei Austria" status="Operational"
+ 10 bands="UMTS 2100 / LTE 1800 / LTE 2600" brand="3" cc="at" 
country="Austria" operator="Hutchison Drei Austria" status="Operational"
  11 bands="MVNO" brand="bob" cc="at" country="Austria" operator="A1 Telekom 
Austria" status="Operational"
  12 bands="MVNO" brand="yesss!" cc="at" country="Austria" operator="A1 Telekom 
Austria" status="Operational"
- 13 bands="MVNO" brand="UPC Mobile" cc="at" country="Austria" operator="UPC 
Austria" status="Operational"
+ 13 bands="MVNO" brand="upc" cc="at" country="Austria" operator="UPC Austria" 
status="Operational"
  14 bands="" cc="at" country="Austria" operator="Hutchison Drei Austria" 
status="Reserved"
  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"
@@ -284,7 +290,7 @@
  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" brand="Airtel-Vodafone" cc="gb" 
country="United Kingdom" operator="Jersey Airtel Limited" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Airtel-Vodafone" cc="je" 
country="Jersey (United Kingdom)" operator="Jersey Airtel Limited" 
status="Operational"
  04 bands="GSM 1800" brand="FMS Solutions Ltd" cc="gb" country="United 
Kingdom" operator="FMS Solutions Ltd" status="Reserved"
  05 cc="gb" country="United Kingdom" operator="COLT Mobile Telecommunications 
Limited" status=""
  06 cc="gb" country="United Kingdom" operator="Internet Computer Bureau 
Limited" status=""
@@ -301,35 +307,35 @@
  17 cc="gb" country="United Kingdom" operator="FleXtel Limited" status=""
  18 bands="MVNO" brand="Cloud9" cc="gb" country="United Kingdom" 
operator="Cloud9" status="Operational"
  19 bands="GSM 1800" brand="Private Mobile Networks PMN" cc="gb" 
country="United Kingdom" operator="Teleware plc" status="Operational"
- 20 bands="UMTS 2100 / LTE 1800" brand="3" cc="gb" country="United Kingdom" 
operator="Hutchison 3G UK Ltd" status="Operational"
+ 20 bands="UMTS 2100 / LTE 800 / LTE 1800" brand="3" cc="gb" country="United 
Kingdom" operator="Hutchison 3G UK Ltd" status="Operational"
  21 bands="" cc="gb" country="United Kingdom" operator="LogicStar Ltd" 
status="Not operational"
  22 bands="" cc="gb" country="United Kingdom" operator="Telesign Mobile 
Limited" status=""
  23 bands="" cc="gb" country="United Kingdom" operator="Icron Network Limited" 
status=""
- 24 bands="" brand="Greenfone" cc="gb" country="United Kingdom" 
operator="Stour Marine Limited" status="Operational"
+ 24 bands="MVNO" brand="Greenfone" cc="gb" country="United Kingdom" 
operator="Stour Marine Limited" status="Operational"
  25 bands="MVNO" brand="Truphone" cc="gb" country="United Kingdom" 
operator="Truphone" status="Operational"
  26 bands="MVNO" brand="Lycamobile" cc="gb" country="United Kingdom" 
operator="Lycamobile UK Limited" status="Operational"
  27 bands="MVNE" cc="gb" country="United Kingdom" operator="Teleena UK 
Limited" status="Operational"
  28 bands="MVNO" cc="gb" country="United Kingdom" operator="Marathon Telecom 
Limited" status="Operational"
  29 bands="" brand="aql" cc="gb" country="United Kingdom" operator="(aq) 
Limited" status=""
- 30 bands="GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" brand="T-Mobile UK" 
cc="gb" country="United Kingdom" operator="EE" status="Operational"
- 31 bands="MVNO" brand="Virgin Mobile UK" cc="gb" country="United Kingdom" 
operator="Virgin Media" status="Operational"
- 32 bands="MVNO" brand="Virgin Mobile UK" cc="gb" country="United Kingdom" 
operator="Virgin Media" status="Operational"
- 33 bands="GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" brand="Orange (UK)" 
cc="gb" country="United Kingdom" operator="EE" status="Operational"
- 34 bands="GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" brand="Orange (UK)" 
cc="gb" country="United Kingdom" operator="EE" status="Operational"
+ 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"
+ 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="gb" 
country="United Kingdom" operator="Sure (Isle of Man) Limited" 
status="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"
  37 bands="" cc="gb" country="United Kingdom" operator="Synectiv Ltd" status=""
- 38 bands="" brand="Virgin Mobile UK" cc="gb" country="United Kingdom" 
operator="Virgin Media" status=""
+ 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=""
  50 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="JT" cc="gb" country="United Kingdom" operator="JT Group 
Limited" status="Operational"
  51 bands="TD-LTE 3500 / TD-LTE 3700" brand="UK Broadband" cc="gb" 
country="United Kingdom" operator="UK Broadband Limited" status="Operational"
  52 bands="" cc="gb" country="United Kingdom" operator="Shyam Telecom UK Ltd" 
status=""
  53 bands="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" brand="Sure Mobile" cc="gb" 
country="United Kingdom" operator="Sure (Guernsey) Limited" status="Operational"
+ 55 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Sure Mobile" cc="je" 
country="Jersey (United Kingdom)" operator="Sure (Jersey) 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="gb" country="United Kingdom" operator="Manx Telecom" status="Operational"
+ 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"
  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=""
  76 bands="GSM 900 / GSM 1800" brand="BT" cc="gb" country="United Kingdom" 
operator="BT Group" status="Operational"
@@ -337,7 +343,7 @@
  86 bands="" cc="gb" country="United Kingdom" operator="EE" status=""
  00-99
 235
- 00 cc="gb" country="United Kingdom" operator="Mundio Mobile Limited" status=""
+ 00 brand="Vectone Mobile" cc="gb" country="United Kingdom" operator="Mundio 
Mobile Limited" status=""
  01 bands="" cc="gb" country="United Kingdom" operator="EE" status=""
  02 bands="" cc="gb" country="United Kingdom" operator="EE" status=""
  03 bands="" brand="UK Broadband" cc="gb" country="United Kingdom" 
operator="UK Broadband Limited" status=""
@@ -348,7 +354,7 @@
  95 cc="gb" country="United Kingdom" operator="Network Rail Infrastructure 
Limited" status=""
  00-99
 238
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="TDC" cc="dk" 
country="Denmark" operator="TDC A/S" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / 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=""
  04 bands="" cc="dk" country="Denmark" operator="NextGen Mobile Ltd T/A 
CardBoardFish" status=""
@@ -364,13 +370,14 @@
  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=""
  30 bands="" cc="dk" country="Denmark" operator="Interactive digital media 
GmbH" status=""
  40 bands="" cc="dk" country="Denmark" operator="Ericsson Danmark A/S" 
status=""
  43 bands="" cc="dk" country="Denmark" operator="MobiWeb Limited" status=""
- 66 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" cc="dk" country="Denmark" operator="TT-Netværket P/S" status=""
+ 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
 240
@@ -392,11 +399,11 @@
  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"
  18 bands="" cc="se" country="Sweden" operator="Generic Mobile Systems Sweden 
AB" status=""
- 19 bands="MVNO" brand="Vectone Mobile / Delight Mobile" cc="se" 
country="Sweden" operator="Mundio Mobile (Sweden) Limited" status="Operational"
+ 19 bands="MVNO" brand="Vectone Mobile" cc="se" country="Sweden" 
operator="Mundio Mobile (Sweden) Limited" status="Operational"
  20 bands="GSM" cc="se" country="Sweden" operator="Wireless Maingate Messaging 
Services AB" status="Operational"
  21 bands="GSM-R 900" brand="MobiSir" cc="se" country="Sweden" 
operator="Trafikverket ICT" status="Operational"
  22 bands="" cc="se" country="Sweden" operator="EuTel AB" status=""
- 23 bands="" cc="se" country="Sweden" operator="Infobip Limited" 
status="Operational"
+ 23 bands="" cc="se" country="Sweden" operator="Infobip Limited" 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="Digitel Mobile Srl" 
status="Not operational"
  26 bands="GSM" cc="se" country="Sweden" operator="Beepsend AB" 
status="Operational"
@@ -422,7 +429,7 @@
  00-99
 242
  01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Telenor" cc="no" country="Norway" operator="Telenor Norge AS" 
status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="NetCom" cc="no" country="Norway" operator="TeliaSonera Norge AS" 
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Telia" cc="no" country="Norway" operator="TeliaSonera Norge AS" 
status="Operational"
  03 brand="Teletopia" cc="no" country="Norway" operator="Teletopia Gruppen AS" 
status="Not operational"
  04 bands="MVNO" brand="Tele2" cc="no" country="Norway" operator="Tele2 
(Mobile Norway AS)" status="Operational"
  05 bands="GSM 900 / UMTS 900 / UMTS 2100" brand="Network Norway" cc="no" 
country="Norway" operator="Tele2 (Mobile Norway AS)" status="Operational"
@@ -436,48 +443,53 @@
  14 bands="" cc="no" country="Norway" operator="ICE Communication Norge AS" 
status=""
  20 bands="GSM-R 900" cc="no" country="Norway" operator="Jernbaneverket AS" 
status="Operational"
  21 bands="GSM-R 900" cc="no" country="Norway" operator="Jernbaneverket AS" 
status="Operational"
- 23 bands="MVNO" brand="Lyca" cc="no" country="Norway" operator="Lyca Mobile 
Ltd" status="Operational"
+ 23 bands="MVNO" brand="Lycamobile" cc="no" country="Norway" operator="Lyca 
Mobile Ltd" status="Operational"
  24 bands="" cc="no" country="Norway" operator="Mobile Norway AS" status=""
  25 bands="" cc="no" country="Norway" operator="Forsvarets kompetansesenter 
KKIS" status=""
  00-99
 244
  03 bands="GSM 1800" brand="DNA" cc="fi" country="Finland" operator="DNA Oy" 
status="Operational"
- 04 bands="MVNO" brand="AINA" cc="fi" country="Finland" operator="TeliaSonera 
Finland Oyj / Aina Oyj" status="Not operational"
+ 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"
- 07 bands="GSM 900 / GSM 1800" brand="Nokia" cc="fi" country="Finland" 
operator="Nokia Test Network" status="Not operational"
- 08 bands="GSM 1800 / UMTS 2100" brand="Nokia" cc="fi" country="Finland" 
operator="Nokia Test Network" status="Not operational"
- 09 bands="GSM 900" cc="fi" country="Finland" operator="Nokia Solutions and 
Networks Oy" status="Not operational"
- 10 bands="MVNO" cc="fi" country="Finland" operator="Viestintävirasto" 
status="Not operational"
- 11 bands="MVNO" cc="fi" country="Finland" operator="Viestintävirasto" 
status="Not 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=""
+ 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=""
+ 11 bands="" cc="fi" country="Finland" operator="Viestintävirasto" status=""
  12 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="DNA" cc="fi" country="Finland" operator="DNA Oy" 
status="Operational"
  13 bands="GSM 900 / GSM 1800" brand="DNA" cc="fi" country="Finland" 
operator="DNA Oy" status="Not operational"
- 14 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" brand="Ålcom" 
cc="fi" country="Finland" operator="Ålands Telekommunikation Ab" 
status="Operational"
- 15 bands="GSM 1800" brand="SAMK" cc="fi" country="Finland" 
operator="Satakunta University of Applied Sciences" status="Not operational"
+ 14 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="Ålcom" cc="fi" country="Finland" operator="Ålands Telekommunikation Ab" 
status="Operational"
+ 15 bands="GSM 1800" brand="SAMK" cc="fi" country="Finland" 
operator="Satakunnan ammattikorkeakoulu Oy" status="Not operational"
  16 bands="MVNO" brand="Tele2" cc="fi" country="Finland" operator="Oy Finland 
Tele2 AB" status="Not operational"
- 17 bands="GSM-R" brand="Corenet" cc="fi" country="Finland" operator="Corenet 
Oy / Finnish Transport Agency" status="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=""
  25 bands="CDMA" brand="Datame" cc="fi" country="Finland" operator="Datame Oy" 
status="Not operational"
  26 bands="MVNO" brand="Compatel" cc="fi" country="Finland" operator="Compatel 
Ltd" status="Operational"
- 27 bands="" cc="fi" country="Finland" operator="VTT Technical Research Centre 
of Finland" status=""
+ 27 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"
  32 bands="MVNO" brand="Voxbone" cc="fi" country="Finland" operator="Voxbone 
SA" status="Operational"
  33 bands="TETRA" brand="VIRVE" cc="fi" country="Finland" operator="Virve 
Tuotteet ja Palvelut Oy" status="Operational"
  34 bands="MVNO" brand="Bittium Wireless" cc="fi" country="Finland" 
operator="Bittium Wireless Oy" status="Operational"
- 35 bands="LTE 450" brand="Ukko Mobile" cc="fi" country="Finland" 
operator="Ukkoverkot Oy" status="Operational"
+ 35 bands="LTE 450 / LTE 2600" brand="Ukko Mobile" cc="fi" country="Finland" 
operator="Ukkoverkot Oy" status="Operational"
  36 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Sonera / DNA" cc="fi" country="Finland" operator="TeliaSonera 
Finland Oyj / Suomen Yhteisverkko Oy" status="Operational"
  37 bands="MVNO" brand="Tismi" cc="fi" country="Finland" operator="Tismi BV" 
status="Operational"
- 38 bands="" cc="fi" country="Finland" operator="Nokia Solutions and Networks 
Oy" status="Operational"
- 39 bands="" cc="fi" country="Finland" operator="Nokia Solutions and Networks 
Oy" status="Operational"
- 40 bands="" cc="fi" country="Finland" operator="Nokia Solutions and Networks 
Oy" status="Operational"
- 41 bands="" cc="fi" country="Finland" operator="Nokia Solutions and Networks 
Oy" status="Operational"
+ 38 bands="" cc="fi" country="Finland" operator="Nokia Solutions and Networks 
Oy" status="Test Network"
+ 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"
  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
 246
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="Omnitel" cc="lt" country="Lithuania" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="BITĖ" cc="lt" country="Lithuania" operator="UAB Bitė Lietuva" 
status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Tele 2" cc="lt" country="Lithuania" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Tele2" cc="lt" country="Lithuania" status="Operational"
  04 bands="" cc="lt" country="Lithuania" operator="Ministry of the Interior)" 
status=""
  05 bands="GSM-R 900" brand="LitRail" cc="lt" country="Lithuania" 
operator="Lietuvos geležinkeliai (Lithuanian Railways)" status="Operational"
  06 bands="" brand="Mediafon" cc="lt" country="Lithuania" operator="UAB 
Mediafon" status="Operational"
@@ -498,20 +510,20 @@
 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"
  02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Elisa" cc="ee" country="Estonia" operator="Elisa Eesti" 
status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2100 / LTE 2600" brand="Tele 2" cc="ee" country="Estonia" operator="Tele 2 
Eesti" status="Operational"
- 04 bands="MVNO" cc="ee" country="Estonia" operator="OY Top Connect" 
status="Operational"
- 05 bands="" cc="ee" country="Estonia" operator="AS Bravocom Mobiil" status=""
- 06 bands="UMTS 2100" cc="ee" country="Estonia" operator="Progroup Holding" 
status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2100 / LTE 2600" brand="Tele2" cc="ee" country="Estonia" operator="Tele2 
Eesti" status="Operational"
+ 04 bands="MVNO" brand="Top Connect" cc="ee" country="Estonia" operator="OY 
Top Connect" status="Operational"
+ 05 bands="" cc="ee" country="Estonia" operator="AS Bravocom Mobiil" 
status="Not operational"
+ 06 bands="UMTS 2100" cc="ee" country="Estonia" operator="Progroup Holding" 
status="Not operational"
  07 bands="CDMA2000 450" brand="Kou" cc="ee" country="Estonia" 
operator="Televõrgu AS" status="Not operational"
  08 bands="MVNO" brand="VIVEX" cc="ee" country="Estonia" operator="VIVEX OU" 
status="Operational"
- 09 bands="" cc="ee" country="Estonia" operator="Bravo Telecom" status=""
- 10 bands="" cc="ee" country="Estonia" operator="Telcotrade OÜ" status=""
+ 09 bands="" cc="ee" country="Estonia" operator="Bravo Telecom" status="Not 
operational"
+ 10 bands="" cc="ee" country="Estonia" operator="Telcotrade OÜ" status="Not 
operational"
  71 bands="" cc="ee" country="Estonia" operator="Siseministeerium (Ministry of 
Interior)" status=""
  00-99
 250
  01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600 / TD-LTE 2600" brand="MTS" cc="ru" country="Russian Federation" 
operator="Mobile TeleSystems" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600" 
brand="MegaFon" cc="ru" country="Russian Federation" operator="MegaFon OJSC - 
previously known as North-West GSM" status="Operational"
- 03 bands="GSM 900 / GSM 1800" brand="NCC" cc="ru" country="Russian 
Federation" operator="Nizhegorodskaya Cellular Communications (purchased 
Tele2)" status="Operational"
+ 03 bands="GSM 900 / GSM 1800" brand="NCC" cc="ru" country="Russian 
Federation" operator="Nizhegorodskaya Cellular Communications (purchased by 
Tele2)" status="Operational"
  04 bands="GSM 900" brand="Sibchallenge" cc="ru" country="Russian Federation" 
operator="Sibchallenge" status="Not operational"
  05 bands="GSM 900 / GSM 1800 / UMTS 2100 / CDMA2000 450" brand="ETK" cc="ru" 
country="Russian Federation" operator="Yeniseytelecom" status="Operational"
  06 bands="CDMA2000 450" brand="Skylink" cc="ru" country="Russian Federation" 
operator="CJSC Saratov System of Cellular Communications" status="Operational"
@@ -531,7 +543,8 @@
  22 bands="TD-LTE 2300" cc="ru" country="Russian Federation" operator="Vainakh 
Telecom" status="Operational"
  23 bands="GSM 900 / GSM 1800" brand="Mobicom - Novosibirsk" cc="ru" 
country="Russian Federation" operator="Mobicom - Novosibirsk" status="Not 
operational"
  28 bands="GSM 900" brand="Beeline" cc="ru" country="Russian Federation" 
operator="Beeline" status="Not operational"
- 32 bands="GSM 900 / GSM 1800" brand="Win Mobile" cc="ru" country="Russian 
Federation" operator="K-Telecom" status="Operational"
+ 32 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Win Mobile" 
cc="ru" country="Russian Federation" operator="K-Telecom" status="Operational"
+ 33 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Sevmobile" cc="ru" 
country="Russian Federation" operator="Sevtelekom" status="Operational"
  34 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Krymtelekom" cc="ru" 
country="Russian Federation" operator="Krymtelekom" status="Operational"
  35 bands="GSM 1800 / LTE 1800" brand="MOTIV" cc="ru" country="Russian 
Federation" operator="EKATERINBURG-2000" status="Operational"
  38 bands="GSM 900 / GSM 1800" brand="Tambov GSM" cc="ru" country="Russian 
Federation" operator="Central Telecommunication Company" status="Operational"
@@ -539,6 +552,7 @@
  44 bands="" cc="ru" country="Russian Federation" operator="Stavtelesot / 
North Caucasian GSM" status="Not operational"
  50 bands="GSM 900 / GSM 1800" brand="MTS" cc="ru" country="Russian 
Federation" operator="Bezlimitno.ru" status="Operational"
  54 bands="LTE 1800" brand="TTK" cc="ru" country="Russian Federation" 
operator="Tattelecom" status="Operational"
+ 60 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Volna mobile" 
cc="ru" country="Russian Federation" operator="KTK Telecom" status="Operational"
  811 cc="ru" country="Russian Federation" operator="Votek Mobile" status=""
  91 bands="GSM 1800" brand="Sonic Duo" cc="ru" country="Russian Federation" 
operator="Sonic Duo CJSC" status="Not operational"
  92 bands="" cc="ru" country="Russian Federation" operator="Primtelefon" 
status="Not operational"
@@ -563,7 +577,7 @@
  03 bands="CDMA 450" brand="DIALLOG" cc="by" country="Belarus" 
operator="BelCel" status="Not operational"
  04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="life:)" cc="by" 
country="Belarus" operator="Belarusian Telecommunications Network" 
status="Operational"
  05 bands="" cc="by" country="Belarus" operator="Beltelecom" status=""
- 06 bands="" cc="by" country="Belarus" operator="Belorussian Cloud 
Technologies" status=""
+ 06 bands="LTE 1800" brand="beCloud" cc="by" country="Belarus" 
operator="Belorussian Cloud Technologies" status="Operational"
  501 bands="" brand="BelCel JV" cc="by" country="Belarus" status=""
  00-99
 259
@@ -593,29 +607,36 @@
  16 bands="LTE 1800" brand="Mobyland" cc="pl" country="Poland" 
operator="Mobyland Sp. z o.o." status="Operational"
  17 bands="UMTS 900 / TD-LTE 2600" brand="Aero2" cc="pl" country="Poland" 
operator="Aero 2 Sp. z o.o." status="Operational"
  18 bands="" brand="AMD Telecom" cc="pl" country="Poland" operator="AMD 
Telecom S.A." status=""
- 19 bands="" brand="Teleena" cc="pl" country="Poland" operator="Teleena 
Holding BV" status=""
+ 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=""
+ 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=""
- 24 bands="" brand="WideNet" cc="pl" country="Poland" operator="WideNet 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=""
- 26 bands="" brand="ATE" cc="pl" country="Poland" operator="Advanced 
Technology & Experience Sp. z o.o." status=""
- 27 bands="" brand="Intertelcom" cc="pl" country="Poland" 
operator="Intertelcom Sp. z o.o." status=""
- 28 bands="" brand="PhoneNet" cc="pl" country="Poland" operator="PhoneNet Sp. 
z o.o." status=""
- 29 bands="" brand="Interfonica" cc="pl" country="Poland" 
operator="Interfonica Sp. z o.o." status=""
- 30 bands="" brand="GrandTel" cc="pl" country="Poland" operator="GrandTel Sp. 
z o.o." status=""
+ 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"
+ 29 bands="" brand="Interfonica" cc="pl" country="Poland" 
operator="Interfonica Sp. z o.o." status="Not operational"
+ 30 bands="" brand="GrandTel" cc="pl" country="Poland" operator="GrandTel Sp. 
z o.o." status="Not operational"
  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" brand="NetWorkS!" cc="pl" country="Poland" 
operator="T-Mobile Polska S.A." status="Operational"
  35 bands="GSM-R" cc="pl" country="Poland" operator="PKP Polskie Linie 
Kolejowe S.A." status="Operational"
- 36 bands="MVNO" brand="Vectone Mobile" cc="pl" country="Poland" 
operator="Mundio Mobile" status="Operational"
+ 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=""
  38 bands="" cc="pl" country="Poland" operator="CALLFREEDOM Sp. z o.o." 
status=""
  39 bands="MVNO" brand="Voxbone" cc="pl" country="Poland" operator="VOXBONE 
SA" status="Operational"
  40 bands="" cc="pl" country="Poland" operator="Interactive Digital Media 
GmbH" status=""
  41 bands="" cc="pl" country="Poland" operator="EZ PHONE MOBILE Sp. z o.o." 
status=""
+ 42 bands="" cc="pl" country="Poland" operator="MobiWeb Telecom Limited" 
status=""
+ 43 bands="" cc="pl" country="Poland" operator="Smart Idea International Sp. z 
o.o." status=""
+ 44 bands="" cc="pl" country="Poland" operator="Rebtel Poland Sp. z o.o." 
status=""
+ 45 bands="MVNO" cc="pl" country="Poland" operator="Virgin Mobile Polska Sp. z 
o.o." status="Operational"
+ 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=""
  98 bands="LTE 1800" brand="Play" cc="pl" country="Poland" operator="P4 Sp. z 
o.o." status="Not Operational"
  00-99
 262
@@ -630,7 +651,7 @@
  09 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Vodafone" cc="de" 
country="Germany" operator="Vodafone D2 GmbH" status="Operational"
  10 bands="GSM-R" cc="de" country="Germany" operator="DB Netz AG" 
status="Operational"
  11 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="O<sub>2</sub>" cc="de" 
country="Germany" operator="Telefónica Germany GmbH & Co. oHG" status="Reserved"
- 12 bands=""full" MVNO / MVNE" brand="Dolphin Telecom" cc="de" 
country="Germany" operator="sipgate GmbH" status="Operational"
+ 12 bands="MVNO" brand="Dolphin Telecom" cc="de" country="Germany" 
operator="sipgate GmbH" status="Operational"
  13 bands="UMTS 2100" cc="de" country="Germany" operator="Mobilcom Multimedia" 
status="Not operational"
  14 bands="UMTS 2100" cc="de" country="Germany" operator="Group 3G UMTS" 
status="Not operational"
  15 bands="TD-SCDMA" brand="Airdata" cc="de" country="Germany" 
status="Operational"
@@ -638,16 +659,22 @@
  17 bands="" brand="E-Plus" cc="de" country="Germany" operator="E-Plus 
Mobilfunk" status=""
  18 bands="MVNO" cc="de" country="Germany" operator="NetCologne" 
status="Operational"
  19 bands="CDMA 450" cc="de" country="Germany" operator="Inquam Deutschland" 
status=""
- 20 bands="GSM" brand="OnePhone" cc="de" country="Germany" operator="E-Plus 
Mobilfunk" status="Operational"
- 33 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="simquadrat" cc="de" 
country="Germany" operator="sipgate GmbH" status="Operational"
- 41 bands="" cc="de" country="Germany" operator="First Telecom GmbH" status=""
+ 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=""
+ 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"
- 43 bands="" brand="LYCA" cc="de" country="Germany" operator="Lycamobile" 
status="Operational"
+ 43 bands="MVNO" brand="Lycamobile" cc="de" country="Germany" 
operator="Lycamobile" status="Operational"
  60 bands="GSM-R 900" cc="de" country="Germany" operator="DB Telematik" 
status="Operational"
+ 72 bands="" cc="de" country="Germany" operator="Ericsson GmbH" status=""
+ 73 bands="" cc="de" country="Germany" operator="Xantaro Deutschland GmbH" 
status=""
+ 74 bands="" cc="de" country="Germany" operator="Qualcomm CDMA Technologies 
GmbH" status=""
+ 75 cc="de" country="Germany" operator="Core Network Dynamics GmbH" 
status="Not operational"
  76 bands="GSM 900" cc="de" country="Germany" operator="Siemens AG" 
status="Not operational"
  77 bands="GSM 900" brand="E-Plus" cc="de" country="Germany" operator="E-Plus 
Mobilfunk" status="Operational"
  78 bands="" brand="Telekom" cc="de" country="Germany" operator="Telekom 
Deutschland GmbH" status=""
- 79 bands="" cc="de" country="Germany" operator="ng4T GmbH" status=""
+ 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
@@ -663,7 +690,7 @@
  04 bands="MVNO" brand="LycaMobile" cc="pt" country="Portugal" 
operator="LycaMobile" status="Operational"
  05 bands="UMTS 2100" cc="pt" country="Portugal" operator="Oniway - 
Inforcomunicaçôes, S.A." status="Not operational"
  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 / Delight Mobile" cc="pt" 
country="Portugal" operator="Mundio Mobile (Portugal) Limited" 
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"
  21 bands="CDMA2000 450" brand="Zapp" cc="pt" country="Portugal" 
operator="Zapp Portugal" status="Not operational"
@@ -687,7 +714,7 @@
  09 bands="" cc="ie" country="Ireland" operator="Clever Communications" 
status=""
  11 bands="MVNO" brand="Tesco Mobile" cc="ie" country="Ireland" 
operator="Liffey Telecom" status="Operational"
  13 bands="MVNO" brand="Lycamobile" cc="ie" country="Ireland" 
operator="Lycamobile" status="Operational"
- 15 bands="MVNO" brand="UPC Mobile" cc="ie" country="Ireland" operator="UPC" 
status="Operational"
+ 15 bands="MVNO" brand="Virgin Mobile" cc="ie" country="Ireland" 
operator="UPC" status="Operational"
  16 bands="MVNO" brand="Carphone Warehouse" cc="ie" country="Ireland" 
operator="Carphone Warehouse" status="Operational"
  00-99
 274
@@ -705,8 +732,8 @@
  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"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100 /LTE 1800 / LTE 2600" 
brand="Vodafone" cc="al" country="Albania" operator="Vodafone Albania" 
status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Eagle Mobile" cc="al" 
country="Albania" operator="Eagle Mobile" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="Vodafone" cc="al" country="Albania" operator="Vodafone Albania" 
status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Eagle Mobile" 
cc="al" country="Albania" operator="Albtelecom" status="Operational"
  04 bands="GSM 900 / GSM 1800" brand="Plus Communication" cc="al" 
country="Albania" operator="Plus Communication" status="Operational"
  00-99
 278
@@ -714,18 +741,18 @@
  11 bands="MVNO" cc="mt" country="Malta" operator="YOM Ltd." 
status="Operational"
  21 bands="GSM 1800 / UMTS 2100" brand="GO" cc="mt" country="Malta" 
operator="Mobile Communications Limited" status="Operational"
  30 bands="" brand="GO" cc="mt" country="Malta" operator="Mobile 
Communications Limited" status=""
- 77 bands="UMTS 2100" brand="Melita" cc="mt" country="Malta" operator="Melita 
Plc" status="Operational"
+ 77 bands="UMTS 2100" brand="Melita" cc="mt" country="Malta" operator="Melita" 
status="Operational"
  00-99
 280
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cytamobile-Vodafone" cc="cy" 
country="Cyprus" operator="Cyprus Telecommunications Authority" 
status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" 
brand="Cytamobile-Vodafone" cc="cy" country="Cyprus" operator="Cyprus 
Telecommunications Authority" status="Operational"
  10 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="MTN" cc="cy" 
country="Cyprus" operator="MTN Group" status="Operational"
  20 bands="LTE 1800" brand="PrimeTel" cc="cy" country="Cyprus" 
operator="PrimeTel PLC" status="Operational"
  22 bands="MVNO" brand="lemontel" cc="cy" country="Cyprus" operator="Lemontel 
Ltd" status="Operational"
- 23 bands="MVNO" cc="cy" country="Cyprus" operator="Mundio Mobile Cyprus Ltd." 
status=""
+ 23 bands="MVNO" brand="Vectone Mobile" cc="cy" country="Cyprus" 
operator="Mundio Mobile Cyprus Ltd." status=""
  00-99
 282
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Geocell" cc="ge" 
country="Georgia" operator="Geocell Limited" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="MagtiCom" cc="ge" 
country="Georgia" operator="Magticom GSM" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" 
brand="MagtiCom" cc="ge" country="Georgia" operator="Magticom GSM" 
status="Operational"
  03 bands="CDMA 450" brand="MagtiCom" cc="ge" country="Georgia" 
operator="Magtifix" status="Operational"
  04 bands="GSM 1800 / LTE 800" brand="Beeline" cc="ge" country="Georgia" 
operator="Mobitel LLC" status="Operational"
  05 bands="CDMA 800" brand="Silknet" cc="ge" country="Georgia" operator="JSC 
Silknet" status="Operational"
@@ -741,12 +768,12 @@
  10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Orange" cc="am" 
country="Armenia" operator="Orange S.A." status="Operational"
  00-99
 284
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="M-Tel" cc="bg" 
country="Bulgaria" operator="Mobiltel" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Vivacom" cc="bg" 
country="Bulgaria" operator="BTC" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="M-Tel" cc="bg" 
country="Bulgaria" operator="Mobiltel" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" 
brand="Vivacom" cc="bg" country="Bulgaria" operator="BTC" status="Operational"
  05 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" 
brand="Telenor" cc="bg" country="Bulgaria" operator="Telenor (Bulgaria)" 
status="Operational"
  07 bands="GSM-R" brand="НКЖИ" cc="bg" country="Bulgaria" operator="НАЦИОНАЛНА 
КОМПАНИЯ ЖЕЛЕЗОПЪТНА ИНФРАСТРУКТУРА" status="Operational"
  09 bands="" cc="bg" country="Bulgaria" operator="COMPATEL LIMITED" 
status="Not operational"
- 11 bands="LTE 1800" cc="bg" country="Bulgaria" operator="Bulsatcom" 
status="Not operational"
+ 11 bands="LTE 1800" cc="bg" country="Bulgaria" operator="Bulsatcom" 
status="Operational"
  13 bands="LTE 1800" brand="MAX" cc="bg" country="Bulgaria" operator="Max 
Telecom LTD" status="Operational"
  00-99
 286
@@ -777,12 +804,13 @@
  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" 
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"
- 70 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Tušmobil" cc="si" 
country="Slovenia" operator="Tušmobil d.o.o." status="Operational"
+ 70 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Telemach" cc="si" 
country="Slovenia" operator="Tušmobil d.o.o." status="Operational"
  00-99
 294
  01 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" 
brand="Telekom.mk" cc="mk" country="Macedonia" operator="Makedonski Telekom" 
status="Operational"
  02 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" brand="ONE" 
cc="mk" country="Macedonia" operator="One" status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / 
LTE 2600" brand="Vip MK" cc="mk" country="Macedonia" operator="VIP Operator" 
status="Operational"
+ 04 bands="MVNO" brand="Lycamobile" cc="mk" country="Macedonia" 
operator="Lycamobile LLC" status="Operational"
  10 bands="" cc="mk" country="Macedonia" operator="WTI Macedonia" status=""
  11 bands="" cc="mk" country="Macedonia" operator="MOBIK TELEKOMUNIKACII DOOEL 
Skopje" status=""
  00-99
@@ -790,9 +818,10 @@
  01 bands="GSM 900 / GSM 1800" brand="Swisscom" cc="li" 
country="Liechtenstein" operator="Swisscom Schweiz AG" status="Operational"
  02 bands="GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" brand="7acht" cc="li" 
country="Liechtenstein" operator="Salt Liechtenstein AG" status="Operational"
  05 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="FL1" cc="li" 
country="Liechtenstein" operator="Telecom Liechtenstein AG" status="Operational"
- 06 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cubic Telecom" cc="li" 
country="Liechtenstein" operator="Cubic Telecom AG" status="Operational"
- 07 bands="" cc="li" country="Liechtenstein" operator="First Mobile AG" 
status=""
+ 06 bands="MVNO" brand="Cubic Telecom" cc="li" country="Liechtenstein" 
operator="Cubic Telecom AG" status="Operational"
+ 07 bands="MVNO" cc="li" country="Liechtenstein" operator="First Mobile AG" 
status=""
  09 bands="MVNO" cc="li" country="Liechtenstein" operator="EMnify GmbH" 
status=""
+ 10 bands="MVNO" cc="li" country="Liechtenstein" operator="Soracom LI Ltd." 
status=""
  77 bands="GSM 900" brand="Alpmobil" cc="li" country="Liechtenstein" 
operator="Alpcom AG" status="Not operational"
  00-99
 297
@@ -807,6 +836,7 @@
  250 bands="" brand="ALO" cc="ca" country="Canada" operator="ALO Mobile Inc." 
status=""
  270 bands="UMTS 1700 / LTE 1700" brand="EastLink" cc="ca" country="Canada" 
operator="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"
  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"
@@ -878,7 +908,7 @@
  035 bands="" brand="ETEX Wireless" cc="us" country="United States of America" 
operator="ETEX Communications, LP" status=""
  040 bands="CDMA" brand="MTA" cc="us" country="United States of America" 
operator="Matanuska Telephone Association, Inc." status="Operational"
  050 bands="CDMA" brand="GCI" cc="us" country="United States of America" 
operator="Alaska Communications" status="Operational"
- 053 bands="CDMA2000 1900" cc="us" country="United States of America" 
operator="Virgin Mobile US" status="Operational"
+ 053 bands="MVNO" brand="Virgin Mobile" cc="us" country="United States of 
America" operator="Sprint" status="Operational"
  054 bands="" cc="us" country="United States of America" operator="Alltel US" 
status="Operational"
  060 bands="" brand="CTEL" cc="us" country="United States of America" 
operator="Consolidated Telcom" status=""
  066 bands="GSM / CDMA" brand="U.S. Cellular" cc="us" country="United States 
of America" operator="U.S. Cellular" status="Operational"
@@ -962,7 +992,7 @@
  820 bands="" cc="us" country="United States of America" operator="Verizon 
Wireless" status=""
  830 bands="" cc="us" country="United States of America" operator="Clearwire 
Corporation" status=""
  840 bands="MVNO" brand="telna Mobile" cc="us" country="United States of 
America" operator="Telecom North America Mobile, Inc." status="Operational"
- 850 bands="MVNO" brand="Aeris" cc="us" country="United States of America" 
operator="Aeris Communications, Inc." status="Operational"
+ 850 bands="CDMA" brand="Aeris" cc="us" country="United States of America" 
operator="Aeris Communications, Inc." status="Operational"
  860 bands="CDMA" brand="Five Star Wireless" cc="us" country="United States of 
America" operator="TX RSA 15B2, LP" status="Operational"
  870 bands="MVNO" brand="PACE" cc="us" country="United States of America" 
operator="Kaplan Telephone Company" status="Operational"
  880 bands="GSM 850" brand="DTC Wireless" cc="us" country="United States of 
America" operator="Advantage Cellular Systems, Inc." status="Operational"
@@ -979,17 +1009,17 @@
  990 bands="LTE 700" brand="Evolve Broadband" cc="us" country="United States 
of America" operator="Worldcall Interconnect Inc." status="Operational"
  000-999
 311
- 000 bands="CDMA2000 850 / CDMA2000 1900" cc="us" country="United States of 
America" operator="Mid-Tex Cellular" status="Operational"
- 010 bands="GSM 1900" brand="Chariton Valley" cc="us" country="United States 
of America" operator="Chariton Valley Communications" status="Operational"
+ 000 bands="CDMA2000 850 / CDMA2000 1900" brand="West Central Wireless" 
cc="us" country="United States of America" operator="Mid-Tex Cellular Ltd." 
status="Operational"
+ 010 bands="CDMA2000 850 / CDMA2000 1900" brand="Chariton Valley" cc="us" 
country="United States of America" operator="Chariton Valley Communications" 
status="Operational"
  012 bands="CDMA2000 850 / CDMA2000 1900" brand="Verizon" cc="us" 
country="United States of America" operator="Verizon Wireless" 
status="Operational"
- 020 bands="GSM 850" cc="us" country="United States of America" 
operator="Missouri RSA 5 Partnership" status="Operational"
- 030 bands="GSM 1900" cc="us" country="United States of America" 
operator="Indigo Wireless" status="Operational"
- 040 bands="GSM 850 / GSM 1900" cc="us" country="United States of America" 
operator="Commnet Wireless" status="Operational"
- 050 bands="CDMA" cc="us" country="United States of America" operator="Thumb 
Cellular LP" status="Operational"
+ 020 bands="GSM 850" brand="Chariton Valley" cc="us" country="United States of 
America" operator="Missouri RSA 5 Partnership" status="Operational"
+ 030 bands="GSM 850 / GSM 1900 / UMTS 850" brand="Indigo Wireless" cc="us" 
country="United States of America" operator="Americell PA 3 Partnership" 
status="Operational"
+ 040 bands="GSM 850 / GSM 1900" brand="Choice Wireless" cc="us" 
country="United States of America" operator="Commnet Wireless" 
status="Operational"
+ 050 bands="CDMA2000 850" cc="us" country="United States of America" 
operator="Thumb Cellular LP" status="Operational"
  060 bands="GSM 850 / GSM 1900" brand="Farmers Cellular" cc="us" 
country="United States of America" operator="Farmers Cellular Telephone" 
status="Operational"
  070 bands="GSM 850" brand="Easterbrooke" cc="us" country="United States of 
America" operator="Easterbrooke Cellular Corporation" status="Operational"
  080 bands="GSM 850 / LTE" brand="Pine Cellular" cc="us" country="United 
States of America" operator="Pine Telephone Company" status="Operational"
- 090 bands="GSM 1900" brand="Long Lines Wireless" cc="us" country="United 
States of America" operator="Long Lines Wireless LLC" status="Operational"
+ 090 bands="GSM 1900" brand="AT&T" cc="us" country="United States of America" 
operator="AT&T Mobility" status="Operational"
  100 bands="GSM 1900" cc="us" country="United States of America" 
operator="High Plains Wireless" status="Operational"
  110 bands="GSM 1900" cc="us" country="United States of America" 
operator="High Plains Wireless" status="Operational"
  120 bands="" brand="iConnect" cc="us" country="United States of America" 
operator="Wave Runner LLC" status="Operational"
@@ -1073,26 +1103,26 @@
  011 bands="iDEN 800" brand="Southern LINC" cc="us" country="United States of 
America" operator="Southern Communications Services" status="Operational"
  000-999
 330
- 00 bands="PCS 1900" brand="Open Mobile" cc="pr" country="Puerto Rico" 
operator="PR Wireless" status="Operational"
+ 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"
- 120 bands="LTE 700" brand="tmobile" cc="pr" country="Puerto Rico" 
operator="PR Wireless" status="Operational"
- 00-99
+ 120 bands="LTE 700" brand="Open Mobile" cc="pr" country="Puerto Rico" 
operator="PR Wireless" status="Operational"
+ 000-999
 334
  001 bands="" cc="mx" country="Mexico" operator="Comunicaciones Digitales Del 
Norte, S.A. de C.V." status=""
- 010 bands="iDEN 800" brand="Nextel" cc="mx" country="Mexico" operator="Nextel 
México" status="Operational"
+ 010 bands="iDEN 800" brand="AT&T" cc="mx" country="Mexico" operator="AT&T 
Mexico" status="Operational"
  020 bands="TDMA 850 / GSM 1900 / UMTS 850 / LTE 1700" brand="Telcel" cc="mx" 
country="Mexico" operator="América Móvil" status="Operational"
  030 bands="CDMA2000 800 / CDMA2000 1900 / GSM 1900 / UMTS 850 / LTE 1900" 
brand="movistar" cc="mx" country="Mexico" operator="Movistar - Telefónica 
Moviles" status="Operational"
- 040 bands="CDMA2000 800 / CDMA2000 1900" brand="Iusacell / Unefon" cc="mx" 
country="Mexico" operator="Iusacell / Unefon" status="Operational"
- 050 bands="GSM 850 / GSM 1900" brand="Iusacell" cc="mx" country="Mexico" 
operator="Iusacell" status="Operational"
+ 040 bands="CDMA2000 800 / CDMA2000 1900" brand="Unefon" cc="mx" 
country="Mexico" operator="AT&T Mexico" status="Operational"
+ 050 bands="GSM 850 / GSM 1900" brand="AT&T" cc="mx" country="Mexico" 
operator="AT&T Mexico" status="Operational"
  060 bands="" cc="mx" country="Mexico" operator="Servicios de Acceso 
Inalambrico, S.A. de C.V." status=""
  066 bands="" cc="mx" country="Mexico" operator="Telefonos de México, S.A.B. 
de C.V." status=""
  070 bands="" cc="mx" country="Mexico" operator="Unefon" status=""
  080 bands="" cc="mx" country="Mexico" operator="Unefon" status=""
- 090 bands="UMTS 1700" brand="Nextel" cc="mx" country="Mexico" 
operator="Nextel México" status="Operational"
+ 090 bands="UMTS 1700" brand="AT&T" cc="mx" country="Mexico" operator="AT&T 
Mexico" status="Operational"
  000-999
 338
- 020 bands="" brand="LIME" cc="jm" country="Jamaica" operator="LIME (Cable & 
Wireless)" status="Not operational"
- 050 bands="GSM 900 / GSM 1800 / GSM 1900" brand="Digicel" cc="tc" 
country="Turks and Caicos Islands" operator="Digicel (Turks & Caicos) Limited" 
status="Operational"
+ 020 bands="" brand="FLOW" cc="jm" country="Jamaica" operator="LIME (Cable & 
Wireless)" status="Not operational"
+ 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"
@@ -1108,51 +1138,51 @@
  20 bands="GSM 900 / UMTS 2100" brand="Digicel" country="French Antilles 
(France) - BL/GF/GP/MF/MQ" operator="DIGICEL Antilles Française Guyane" 
status="Operational"
  00-99
 342
- 600 bands="GSM 1900 / UMTS" brand="LIME" cc="bb" country="Barbados" 
operator="LIME (formerly known as Cable & Wireless)" status="Operational"
+ 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" brand="Digicel" cc="bb" 
country="Barbados" operator="Digicel (Barbados) Limited" status="Operational"
  820 bands="" cc="bb" country="Barbados" operator="Sunbeach Communications" 
status="Reserved"
  000-999
 344
  030 bands="GSM 1900" brand="APUA" cc="ag" country="Antigua and Barbuda" 
operator="Antigua Public Utilities Authority" status="Operational"
  050 bands="GSM 900 / GSM 1900 / UMTS 850 / LTE 700" brand="Digicel" cc="ag" 
country="Antigua and Barbuda" operator="Antigua Wireless Ventures Limited" 
status="Operational"
- 920 bands="GSM 850 / GSM 1800 / GSM 1900 / UMTS / LTE 1700" brand="LIME" 
cc="ag" country="Antigua and Barbuda" operator="Cable & Wireless Caribbean 
Cellular (Antigua) Limited" status="Operational"
+ 920 bands="GSM 850 / GSM 1800 / GSM 1900 / UMTS / LTE 1700" brand="FLOW" 
cc="ag" country="Antigua and Barbuda" operator="Cable & Wireless Caribbean 
Cellular (Antigua) Limited" status="Operational"
  930 bands="" cc="ag" country="Antigua and Barbuda" operator="AT&T Wireless" 
status=""
  000-999
 346
  050 bands="GSM 900 / GSM 1800 / UMTS / LTE 1800" brand="Digicel" cc="ky" 
country="Cayman Islands (United Kingdom)" operator="Digicel Cayman Ltd." 
status="Operational"
- 140 bands="GSM 850 / GSM 1900 / UMTS / LTE 700" brand="LIME" cc="ky" 
country="Cayman Islands (United Kingdom)" operator="Cable & Wireless (Cayman 
Islands) Limited" status="Operational"
+ 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="LIME" cc="vg" 
country="British Virgin Islands" operator="Cable & Wireless" 
status="Operational"
+ 170 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 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"
  000-999
 350
- 00 bands="GSM 1900 / UMTS 850" brand="CellOne" cc="bm" country="Bermuda" 
operator="Bermuda Digital Communications Ltd." status="Operational"
+ 00 bands="GSM 1900 / UMTS 850 / LTE 700 / LTE 1900" brand="CellOne" cc="bm" 
country="Bermuda" operator="Bermuda Digital Communications Ltd." 
status="Operational"
  01 bands="GSM 1900" brand="Digicel Bermuda" cc="bm" country="Bermuda" 
operator="Telecommunications (Bermuda & West Indies) Ltd" status="Reserved"
  02 bands="GSM 1900 / UMTS" brand="Mobility" cc="bm" country="Bermuda" 
operator="M3 Wireless" status="Operational"
  00-99
 352
  030 bands="GSM 900 / GSM 1800" brand="Digicel" cc="gd" country="Grenada" 
operator="Digicel Grenada Ltd." status="Operational"
- 110 bands="GSM 850" brand="Cable &  Wireless" cc="gd" country="Grenada" 
operator="Cable & Wireless Grenada Ltd." status="Operational"
+ 110 bands="GSM 850" brand="FLOW" cc="gd" country="Grenada" operator="Cable & 
Wireless Grenada Ltd." status="Operational"
  000-999
 354
- 860 bands="GSM 850" brand="Cable & Wireless" cc="ms" country="Montserrat 
(United Kingdom)" operator="Cable & Wireless" status="Operational"
+ 860 bands="GSM 850" brand="FLOW" cc="ms" country="Montserrat (United 
Kingdom)" operator="Cable & Wireless" status="Operational"
  000-999
 356
  050 bands="GSM 900 / GSM 1800" brand="Digicel" cc="kn" country="Saint Kitts 
and Nevis" operator="Wireless Ventures (St Kitts-Nevis) Limited" 
status="Operational"
  070 brand="Chippie" cc="kn" country="Saint Kitts and Nevis" operator="UTS" 
status="Operational"
- 110 bands="GSM 850 / GSM 1900" brand="LIME" cc="kn" country="Saint Kitts and 
Nevis" operator="Cable & Wireless St. Kitts & Nevis Ltd" status="Operational"
+ 110 bands="GSM 850 / GSM 1900" brand="FLOW" cc="kn" country="Saint Kitts and 
Nevis" operator="Cable & Wireless St. Kitts & Nevis Ltd" status="Operational"
  000-999
 358
  050 bands="GSM 900 / GSM 1800 / GSM 1900" brand="Digicel" cc="lc" 
country="Saint Lucia" status=""
- 110 bands="GSM 850" cc="lc" country="Saint Lucia" operator="Cable &  
Wireless" status=""
+ 110 bands="GSM 850" brand="FLOW" cc="lc" country="Saint Lucia" 
operator="Cable &  Wireless" status=""
  000-999
 360
- 070 bands="GSM 900 / GSM 1800 / GSM 1900" brand="Digicel" cc="vc" 
country="Saint Vincent and the Grenadines" operator="Digicel (St. Vincent and 
the Grenadines) Limited" status="Operational"
+ 050 bands="GSM 900 / GSM 1800 / GSM 1900" brand="Digicel" cc="vc" 
country="Saint Vincent and the Grenadines" operator="Digicel (St. Vincent and 
the Grenadines) Limited" status="Operational"
  100 bands="GSM 850" brand="Cingular Wireless" cc="vc" country="Saint Vincent 
and the Grenadines" status=""
- 110 bands="GSM 850" brand="Lime" cc="vc" country="Saint Vincent and the 
Grenadines" operator="Cable & Wireless (St. Vincent & the Grenadines) Ltd" 
status="Operational"
+ 110 bands="GSM 850" brand="FLOW" cc="vc" country="Saint Vincent and the 
Grenadines" operator="Cable & Wireless (St. Vincent & the Grenadines) Ltd" 
status="Operational"
  000-999
 362
  31 bands="GSM" country="Former Netherlands Antilles (Kingdom of the 
Netherlands) - BQ/CW/SX" operator="Eutel N.V." status=""
@@ -1180,11 +1210,11 @@
  000-999
 365
  010 bands="" cc="ai" country="Anguilla" operator="Weblinks Limited" 
status="Operational"
- 840 bands="GSM 850 / UMTS" brand="LIME" cc="ai" country="Anguilla" 
operator="Cable & Wireless" status="Operational"
+ 840 bands="GSM 850 / UMTS / LTE 700" brand="FLOW" cc="ai" country="Anguilla" 
operator="Cable & Wireless" status="Operational"
  000-999
 366
  020 bands="GSM 900 / GSM 1900 / UMTS" brand="Digicel" cc="dm" 
country="Dominica" operator="Digicel Group Limited" status="Operational"
- 110 bands="GSM 850 / UMTS" brand="LIME" cc="dm" country="Dominica" 
operator="Cable &  Wireless" status="Operational"
+ 110 bands="GSM 850 / UMTS" brand="FLOW" cc="dm" country="Dominica" 
operator="Cable &  Wireless" status="Operational"
  000-999
 368
  01 bands="GSM 900 / GSM 850" brand="CUBACEL" cc="cu" country="Cuba" 
operator="Empresa de Telecomunicaciones de Cuba, SA" status="Operational"
@@ -1197,19 +1227,19 @@
  05 bands="TD-LTE 2600" brand="Wind" cc="do" country="Dominican Republic" 
operator="WIND Telecom, S.A" status="Operational"
  00-99
 372
- 01 bands="GSM 850" brand="Voila" cc="ht" country="Haiti" 
operator="Communication Cellulaire d'Haiti S.A." status="Operational"
+ 01 bands="GSM 850" brand="Voila" cc="ht" country="Haiti" 
operator="Communication Cellulaire d'Haiti S.A." status="Not operational"
  02 bands="GSM 1800" brand="Digicel" cc="ht" country="Haiti" 
operator="Unigestion Holding S.A." status="Operational"
  03 bands="GSM 900 / GSM 1800 / UTMS 2100" brand="Natcom" cc="ht" 
country="Haiti" operator="NATCOM S.A." status="Operational"
  00-99
 374
- 12 bands="GSM 850 / GSM 1900 / UMTS 1900" brand="bmobile" cc="tt" 
country="Trinidad and Tobago" operator="TSTT" status="Operational"
+ 12 bands="GSM 850 / GSM 1900 / UMTS 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
 376
- 350 bands="GSM 850" brand="C&W" cc="tc" country="Turks and Caicos Islands" 
operator="Cable & Wireless West Indies Ltd (Turks & Caicos)" 
status="Operational"
- 352 bands="UMTS 850" brand="IslandCom" cc="tc" country="Turks and Caicos 
Islands" operator="IslandCom Telecommunications" status="Operational"
- 360 bands="" brand="IslandCom" cc="tc" country="Turks and Caicos Islands" 
operator="IslandCom Telecommunications" status=""
+ 350 bands="GSM 850 / LTE 700" brand="FLOW" cc="tc" country="Turks and Caicos 
Islands" operator="Cable & Wireless West Indies Ltd (Turks & Caicos)" 
status="Operational"
+ 352 bands="UMTS 850" brand="FLOW" cc="tc" country="Turks and Caicos Islands" 
operator="Cable & Wireless West Indies Ltd (Turks & Caicos)" 
status="Operational"
+ 360 bands="" brand="FLOW" cc="tc" country="Turks and Caicos Islands" 
operator="Cable & Wireless West Indies Ltd (Turks & Caicos)" status=""
  000-999
 400
  01 bands="GSM 900 / GSM 1800/ UMTS 2100 / LTE 1800" brand="Azercell" cc="az" 
country="Azerbaijan" status="Operational"
@@ -1228,86 +1258,86 @@
  00-99
 402
  11 bands="GSM 900 / UMTS 850 / UMTS 2100 / LTE 1800" brand="B-Mobile" cc="bt" 
country="Bhutan" operator="B-Mobile / Bhutan Telecom Ltd." status="Operational"
- 77 bands="GSM 900 / GSM 1800 / UMTS" brand="TashiCell" cc="bt" 
country="Bhutan" operator="Tashi InfoComm Limited" status="Operational"
+ 77 bands="GSM 900 / GSM 1800 / UMTS / LTE 700" brand="TashiCell" cc="bt" 
country="Bhutan" operator="Tashi InfoComm Limited" status="Operational"
  00-99
 404
- 01 bands="GSM 900" brand="Vodafone IN" cc="in" country="India" 
operator="Haryana" status="Operational"
+ 01 bands="GSM 900" brand="Vodafone India" cc="in" country="India" 
operator="Haryana" status="Operational"
  02 bands="GSM 900" brand="AirTel" cc="in" country="India" operator="Punjab" 
status="Operational"
  03 bands="GSM 900" brand="AirTel" cc="in" country="India" operator="Himachal 
Pradesh" status="Operational"
  04 bands="GSM 1800" brand="IDEA" cc="in" country="India" operator="Delhi & 
NCR" status="Operational"
- 05 bands="GSM 900" brand="Vodafone IN" cc="in" country="India" 
operator="Gujarat" status="Operational"
+ 05 bands="GSM 900" brand="Vodafone India" cc="in" country="India" 
operator="Gujarat" status="Operational"
  07 bands="GSM 900" brand="IDEA" cc="in" country="India" operator="Andhra 
Pradesh and Telangana" status="Operational"
  09 bands="GSM 900" brand="Reliance" cc="in" country="India" operator="Assam" 
status="Operational"
  10 bands="GSM 900" brand="AirTel" cc="in" country="India" operator="Delhi & 
NCR" status="Operational"
- 11 bands="GSM 900 / GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Delhi & NCR" status="Operational"
+ 11 bands="GSM 900 / GSM 1800" brand="Vodafone India" cc="in" country="India" 
operator="Delhi & NCR" status="Operational"
  12 bands="GSM 900" brand="IDEA" cc="in" country="India" operator="Haryana" 
status="Operational"
- 13 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Andhra Pradesh and Telangana" status="Operational"
+ 13 bands="GSM 1800" brand="Vodafone India" cc="in" country="India" 
operator="Andhra Pradesh and Telangana" status="Operational"
  14 bands="GSM 900 / GSM 1800" brand="IDEA" cc="in" country="India" 
operator="Punjab" status="Operational"
- 15 bands="GSM 900" brand="Vodafone IN" cc="in" country="India" 
operator="Uttar Pradesh (East)" status="Operational"
+ 15 bands="GSM 900" brand="Vodafone India" cc="in" country="India" 
operator="Uttar Pradesh (East)" status="Operational"
  16 bands="GSM 900" brand="Airtel" cc="in" country="India" operator="North 
East" status="Operational"
  17 bands="GSM 900 / GSM 1800" brand="AIRCEL" cc="in" country="India" 
operator="West Bengal" status="Operational"
  18 bands="GSM 900" brand="Reliance" cc="in" country="India" 
operator="Himachal Pradesh" status="Operational"
  19 bands="GSM 900 / GSM 1800" brand="IDEA" cc="in" country="India" 
operator="Kerala" status="Operational"
- 20 bands="GSM 900 / UMTS 2100" brand="Vodafone IN" cc="in" country="India" 
operator="Mumbai" status="Operational"
+ 20 bands="GSM 900 / UMTS 2100" brand="Vodafone India" cc="in" country="India" 
operator="Mumbai" status="Operational"
  21 bands="GSM 900" brand="Loop Mobile" cc="in" country="India" 
operator="Mumbai" status="Operational"
  22 bands="GSM 900" brand="IDEA" cc="in" country="India" operator="Maharashtra 
& Goa" status="Operational"
  24 bands="GSM 900" brand="IDEA" cc="in" country="India" operator="Gujarat" 
status="Operational"
  25 bands="GSM 900 / GSM 1800" brand="AIRCEL" cc="in" country="India" 
operator="Bihar" status="Operational"
- 27 bands="GSM 900" brand="Vodafone IN" cc="in" country="India" 
operator="Maharashtra & Goa" status="Operational"
+ 27 bands="GSM 900" brand="Vodafone India" cc="in" country="India" 
operator="Maharashtra & Goa" status="Operational"
  28 bands="GSM 900" brand="AIRCEL" cc="in" country="India" operator="Orissa" 
status="Operational"
  29 bands="GSM 900" brand="AIRCEL" cc="in" country="India" operator="Assam" 
status="Operational"
- 30 bands="GSM 900 / GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Kolkata" status="Operational"
+ 30 bands="GSM 900 / GSM 1800" brand="Vodafone India" cc="in" country="India" 
operator="Kolkata" status="Operational"
  31 bands="GSM 900" brand="AirTel" cc="in" country="India" operator="Kolkata" 
status="Operational"
- 34 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Haryana" status="Operational"
+ 34 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Haryana" status="Operational"
  36 bands="GSM 900" brand="Reliance" cc="in" country="India" operator="Bihar & 
Jharkhand" status="Operational"
  37 bands="GSM 900 / UMTS 2100" brand="Aircel" cc="in" country="India" 
operator="Jammu & Kashmir" status="Operational"
- 38 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Assam" status="Operational"
+ 38 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Assam" status="Operational"
  40 bands="" brand="AirTel" cc="in" country="India" operator="Chennai" 
status="Operational"
  41 bands="GSM 900" brand="Aircel" cc="in" country="India" operator="Chennai" 
status="Operational"
  42 bands="GSM 900" brand="Aircel" cc="in" country="India" operator="Tamil 
Nadu" status="Operational"
- 43 bands="GSM 900" brand="Vodafone IN" cc="in" country="India" 
operator="Tamil Nadu" status="Operational"
- 44 bands="GSM 900" brand="IDEA" cc="in" country="India" operator="Karnataka" 
status="Operational"
- 45 bands="GSM" brand="Airtel" cc="in" country="India" operator="Karnataka" 
status="Operational"
- 46 bands="GSM 900" brand="Vodafone IN" cc="in" country="India" 
operator="Kerala" status="Operational"
+ 43 bands="GSM 900" brand="Vodafone India" cc="in" country="India" 
operator="Tamil Nadu" status="Operational"
+ 44 bands="GSM 900 / LTE 1800" brand="IDEA" cc="in" country="India" 
operator="Karnataka" status="Operational"
+ 45 bands="GSM / TD-LTE 2300" brand="Airtel" cc="in" country="India" 
operator="Karnataka" status="Operational"
+ 46 bands="GSM 900" brand="Vodafone India" cc="in" country="India" 
operator="Kerala" status="Operational"
  48 bands="GSM 900" brand="Dishnet Wireless" cc="in" country="India" 
operator="" status="Operational"
  49 bands="GSM 900" brand="Airtel" cc="in" country="India" operator="Andhra 
Pradesh and Telangana" status="Operational"
  50 bands="GSM 900" brand="Reliance" cc="in" country="India" operator="North 
East" status="Operational"
- 51 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Himachal Pradesh" status="Operational"
+ 51 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Himachal Pradesh" status="Operational"
  52 bands="GSM 900" brand="Reliance" cc="in" country="India" operator="Orissa" 
status="Operational"
- 53 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Punjab" status="Operational"
- 54 bands="GSM 900 / UTMS 2100" brand="CellOne" cc="in" country="India" 
operator="Uttar Pradesh (West)" status="Operational"
- 55 bands="GSM 900 / UTMS 2100" brand="CellOne" cc="in" country="India" 
operator="Uttar Pradesh (East)" status="Operational"
+ 53 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Punjab" status="Operational"
+ 54 bands="GSM 900 / UTMS 2100" brand="cellone" cc="in" country="India" 
operator="Uttar Pradesh (West)" status="Operational"
+ 55 bands="GSM 900 / UTMS 2100" brand="cellone" cc="in" country="India" 
operator="Uttar Pradesh (East)" status="Operational"
  56 bands="GSM 900" brand="IDEA" cc="in" country="India" operator="Uttar 
Pradesh (West)" status="Operational"
- 57 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Gujarat" status="Operational"
- 58 bands="GSM 900  / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Madhya Pradesh & Chhattisgarh" status="Operational"
- 59 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Rajasthan" status="Operational"
- 60 bands="GSM 900" brand="Vodafone IN" cc="in" country="India" 
operator="Rajasthan" status="Operational"
- 62 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Jammu & Kashmir" status="Operational"
- 64 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Chennai" status="Operational"
- 66 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Maharashtra & Goa" status="Operational"
+ 57 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Gujarat" status="Operational"
+ 58 bands="GSM 900  / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Madhya Pradesh & Chhattisgarh" status="Operational"
+ 59 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Rajasthan" status="Operational"
+ 60 bands="GSM 900" brand="Vodafone India" cc="in" country="India" 
operator="Rajasthan" status="Operational"
+ 62 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Jammu & Kashmir" status="Operational"
+ 64 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Chennai" status="Operational"
+ 66 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Maharashtra & Goa" status="Operational"
  67 bands="GSM 900 / UMTS 2100" brand="Reliance" cc="in" country="India" 
operator="Madhya Pradesh & Chhattisgarh" status="Operational"
  68 bands="GSM 900 / UMTS 2100" brand="DOLPHIN" cc="in" country="India" 
operator="Delhi & NCR" status="Operational"
  69 bands="GSM 900 / UMTS 2100" brand="DOLPHIN" cc="in" country="India" 
operator="Mumbai" status="Operational"
  70 bands="" brand="AirTel" cc="in" country="India" operator="Rajasthan" 
status="Operational"
- 71 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Karnataka (Bangalore)" status="Operational"
- 72 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Kerala" status="Operational"
- 73 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Andhra Pradesh and Telangana" status="Operational"
- 74 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="West Bengal" status="Operational"
- 75 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Bihar" status="Operational"
- 76 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Orissa" status="Operational"
- 77 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="North East" status="Operational"
- 78 bands="GSM 900 / UMTS 2100" brand="Idea Cellular Ltd" cc="in" 
country="India" operator="Madhya Pradesh & Chattishgarh" status="Operational"
- 79 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Andaman Nicobar" status="Operational"
- 80 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Tamil Nadu" status="Operational"
- 81 bands="GSM 900 / UMTS 2100" brand="CellOne" cc="in" country="India" 
operator="Kolkata" status="Operational"
- 82 bands="" brand="Idea" cc="in" country="India" operator="Himachal Pradesh" 
status="Operational"
+ 71 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Karnataka (Bangalore)" status="Operational"
+ 72 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Kerala" status="Operational"
+ 73 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Andhra Pradesh and Telangana" status="Operational"
+ 74 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="West Bengal" status="Operational"
+ 75 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Bihar" status="Operational"
+ 76 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Orissa" status="Operational"
+ 77 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="North East" status="Operational"
+ 78 bands="GSM 900 / UMTS 2100" brand="IDEA" cc="in" country="India" 
operator="Madhya Pradesh & Chattishgarh" status="Operational"
+ 79 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Andaman Nicobar" status="Operational"
+ 80 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Tamil Nadu" status="Operational"
+ 81 bands="GSM 900 / UMTS 2100" brand="cellone" cc="in" country="India" 
operator="Kolkata" status="Operational"
+ 82 bands="" brand="IDEA" cc="in" country="India" operator="Himachal Pradesh" 
status="Operational"
  83 bands="GSM 1800" brand="Reliance" cc="in" country="India" 
operator="Kolkata" status="Operational"
- 84 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Chennai" status="Operational"
+ 84 bands="GSM 1800" brand="Vodafone India" cc="in" country="India" 
operator="Chennai" status="Operational"
  85 bands="GSM 1800" brand="Reliance" cc="in" country="India" operator="West 
Bengal" status="Operational"
- 86 bands="GSM 900 / UMTS 2100" brand="Vodafone IN" cc="in" country="India" 
operator="Karnataka" status="Operational"
+ 86 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="Vodafone India" cc="in" 
country="India" operator="Karnataka" status="Operational"
  87 bands="" brand="IDEA" cc="in" country="India" operator="Rajasthan" 
status="Operational"
- 88 bands="" brand="Vodafone IN" cc="in" country="India" operator="Vodafone 
Punjab" status="Operational"
- 89 bands="" brand="Idea" cc="in" country="India" operator="Uttar Pradesh 
(East)" status="Operational"
+ 88 bands="" brand="Vodafone India" cc="in" country="India" operator="Vodafone 
Punjab" status="Operational"
+ 89 bands="" brand="IDEA" cc="in" country="India" operator="Uttar Pradesh 
(East)" status="Operational"
  90 bands="GSM 1800" brand="AirTel" cc="in" country="India" 
operator="Maharashtra" status="Operational"
  91 bands="GSM 900" brand="AIRCEL" cc="in" country="India" operator="Kolkata" 
status="Operational"
  92 bands="GSM 1800 / UMTS 2100" brand="AirTel" cc="in" country="India" 
operator="Mumbai" status="Operational"
@@ -1368,16 +1398,16 @@
  54 bands="GSM 900" brand="AirTel" cc="in" country="India" operator="Uttar 
Pradesh (East)" status="Operational"
  55 bands="GSM 900 / UTMS 2100" brand="Airtel" cc="in" country="India" 
operator="Jammu & Kashmir" status="Operational"
  56 bands="GSM 900 / GSM 1800" brand="AirTel" cc="in" country="India" 
operator="Assam" status="Operational"
- 66 bands="GSM 900 / GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Uttar Pradesh (West)" status="Operational"
- 67 bands="" brand="Vodafone IN" cc="in" country="India" operator="West 
Bengal" status="Operational"
+ 66 bands="GSM 900 / GSM 1800" brand="Vodafone India" cc="in" country="India" 
operator="Uttar Pradesh (West)" status="Operational"
+ 67 bands="" brand="Vodafone India" cc="in" country="India" operator="West 
Bengal" status="Operational"
  70 bands="GSM 1800" brand="IDEA" cc="in" country="India" operator="Bihar & 
Jharkhand" status="Operational"
- 750 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Jammu & Kashmir" status="Operational"
- 751 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Assam" status="Operational"
- 752 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Bihar & Jharkhand" status="Operational"
- 753 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Orissa" status="Operational"
- 754 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Himachal Pradesh" status="Operational"
- 755 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="North East" status="Operational"
- 756 bands="GSM 1800" brand="Vodafone IN" cc="in" country="India" 
operator="Madhya Pradesh & Chhattisgarh" status="Operational"
+ 750 bands="GSM 1800" brand="Vodafone India" cc="in" country="India" 
operator="Jammu & Kashmir" status="Operational"
+ 751 bands="GSM 1800" brand="Vodafone India" cc="in" country="India" 
operator="Assam" status="Operational"
+ 752 bands="GSM 1800" brand="Vodafone India" cc="in" country="India" 
operator="Bihar & Jharkhand" status="Operational"
+ 753 bands="GSM 1800" brand="Vodafone India" cc="in" country="India" 
operator="Orissa" status="Operational"
+ 754 bands="GSM 1800" brand="Vodafone India" cc="in" country="India" 
operator="Himachal Pradesh" status="Operational"
+ 755 bands="GSM 1800" brand="Vodafone India" cc="in" country="India" 
operator="North East" status="Operational"
+ 756 bands="GSM 1800" brand="Vodafone India" cc="in" country="India" 
operator="Madhya Pradesh & Chhattisgarh" status="Operational"
  799 bands="GSM 900 / GSM 1800" brand="IDEA" cc="in" country="India" 
operator="Mumbai" status="Operational"
  800 bands="GSM 1800" brand="AIRCEL" cc="in" country="India" operator="Delhi & 
NCR" status="Operational"
  801 bands="GSM 1800" brand="AIRCEL" cc="in" country="India" operator="Andhra 
Pradesh and Telangana" status="Operational"
@@ -1418,7 +1448,7 @@
  858 bands="" brand="Jio" cc="in" country="India" operator="Haryana" 
status="Reserved"
  859 bands="" brand="Jio" cc="in" country="India" operator="Himachal Pradesh" 
status="Reserved"
  860 bands="" brand="Jio" cc="in" country="India" operator="Jammu Kashmir" 
status="Reserved"
- 861 bands="" brand="Jio" cc="in" country="India" operator="Karnataka" 
status="Reserved"
+ 861 bands="LTE 1800 / TD-LTE 2300" brand="Jio" cc="in" country="India" 
operator="Karnataka" status="Reserved"
  862 bands="" brand="Jio" cc="in" country="India" operator="Kerala" 
status="Reserved"
  863 bands="" brand="Jio" cc="in" country="India" operator="Madhyya Pradesh" 
status="Reserved"
  864 bands="" brand="Jio" cc="in" country="India" operator="Maharashtra" 
status="Reserved"
@@ -1476,7 +1506,7 @@
  01 bands="GSM 900 / UMTS 2100" brand="MPT" cc="mm" country="Myanmar" 
operator="Myanmar Posts and Telecommunications" status="Operational"
  03 bands="CDMA 800" brand="CDMA800" cc="mm" country="Myanmar" 
operator="Myanmar Economic Corporation" status="Operational"
  05 bands="UMTS 900 / UMTS 2100" brand="Ooredoo" cc="mm" country="Myanmar" 
operator="Ooredoo Myanmar" status="Operational"
- 06 bands="GSM 900 / UMTS 2100" brand="Telenor Myanmar" cc="mm" 
country="Myanmar" operator="Telenor Myanmar (Comcel Myanmar)" 
status="Operational"
+ 06 bands="GSM 900 / UMTS 2100" brand="Telenor" cc="mm" country="Myanmar" 
operator="Telenor Myanmar" status="Operational"
  00-99
 415
  01 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="Alfa" cc="lb" 
country="Lebanon" operator="MIC 1" status="Operational"
@@ -1584,11 +1614,12 @@
  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"
+ 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" status="Operational"
- 32 bands="GSM 900 / GSM 1800" brand="Taliya" cc="ir" country="Iran" 
operator="Rafsanjan Industrial Complex" status="Operational"
- 35 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="MTN Irancell" 
cc="ir" country="Iran" operator="MTN Irancell Telecommunications Services 
Company" 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" 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
@@ -1605,7 +1636,7 @@
 436
  01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="Tcell" cc="tj" 
country="Tajikistan" operator="JV Somoncom" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="Tcell" cc="tj" 
country="Tajikistan" operator="Indigo Tajikistan" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="Megafon 
Tajikistan" cc="tj" country="Tajikistan" operator="TT Mobile" 
status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="MegaFon" cc="tj" 
country="Tajikistan" operator="TT Mobile" status="Operational"
  04 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2100" 
brand="Babilon-M" cc="tj" country="Tajikistan" operator="Babilon-Mobile" 
status="Operational"
  05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Beeline" cc="tj" 
country="Tajikistan" operator="Tacom" status="Operational"
  12 bands="UMTS 2100" brand="Tcell" cc="tj" country="Tajikistan" 
operator="Indigo" status=""
@@ -1624,7 +1655,7 @@
 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"
- 02 bands="WiMAX 2500" cc="jp" country="Japan" operator="Hanshin Cable 
Enginerring Co., Ltd." status=""
+ 02 bands="WiMAX 2500" cc="jp" country="Japan" operator="Hanshin Cable 
Engineering Co., Ltd." status=""
  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"
@@ -1675,7 +1706,7 @@
  04 bands="GSM 900 / GSM 1800" brand="3 (2G)" cc="hk" country="Hong Kong" 
operator="Hutchison Telecom" status="Operational"
  05 bands="CDMA 800" brand="3 (CDMA)" cc="hk" country="Hong Kong" 
operator="Hutchison Telecom" status="Not operational"
  06 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="SmarTone" cc="hk" country="Hong Kong" operator="SmarTone Mobile 
Communications Limited" status="Operational"
- 07 bands="MVNO" cc="hk" country="Hong Kong" operator="China Unicom (Hong 
Kong) Limited" status="Operational"
+ 07 bands="MVNO" brand="China Unicom" cc="hk" country="Hong Kong" 
operator="China Unicom (Hong Kong) Limited" status="Operational"
  08 bands="MVNO" brand="Truphone" cc="hk" country="Hong Kong" 
operator="Truphone Limited" status="Operational"
  09 bands="MVNO" cc="hk" country="Hong Kong" operator="China Motion Telecom" 
status="Operational"
  10 bands="GSM 1800" brand="New World Mobility" cc="hk" country="Hong Kong" 
operator="CSL Limited" status="Not Operational"
@@ -1691,7 +1722,7 @@
  20 bands="" cc="hk" country="Hong Kong" operator="PCCW-HKT" status=""
  21 bands="" cc="hk" country="Hong Kong" operator="21Vianet Mobile Ltd." 
status=""
  22 bands="" cc="hk" country="Hong Kong" operator="Delcom (HK) Ltd" status=""
- 23 bands="MVNO" cc="hk" country="Hong Kong" operator="Lycamobile Hong Kong 
Ltd" status="Operational"
+ 23 bands="MVNO" brand="Lycamobile" cc="hk" country="Hong Kong" 
operator="Lycamobile Hong Kong Ltd" status="Operational"
  29 bands="CDMA 800" brand="PCCW Mobile (CDMA)" cc="hk" country="Hong Kong" 
operator="PCCW-HKT" status="Operational"
  00-99
 455
@@ -1705,19 +1736,19 @@
  07 bands="LTE" brand="China Telecom" cc="mo" country="Macau (China)" 
operator="China Telecom (Macau) Limitada" status="Operational"
  00-99
 456
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cellcard ( Mobitel )" 
cc="kh" country="Cambodia" operator="The Royal Group" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Smart Axiata" 
cc="kh" country="Cambodia" operator="Smart Axiata Co. Ltd" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cellcard" cc="kh" 
country="Cambodia" operator="CamGSM / The Royal Group" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Smart" cc="kh" 
country="Cambodia" operator="Smart Axiata Co. Ltd" status="Operational"
  03 bands="GSM 1800 / UMTS 2100" brand="qb" cc="kh" country="Cambodia" 
operator="Cambodia Advance Communications Co. Ltd" status="Operational"
  04 bands="GSM 1800 / UMTS 2100" brand="qb" cc="kh" country="Cambodia" 
operator="Cambodia Advance Communications Co. Ltd" status="Operational"
- 05 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Smart Axiata" 
cc="kh" country="Cambodia" operator="Smart Axiata Co. Ltd" status="Operational"
- 06 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Smart Axiata" 
cc="kh" country="Cambodia" operator="Smart Axiata Co. Ltd" status="Operational"
+ 05 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Smart" cc="kh" 
country="Cambodia" operator="Smart Axiata Co. Ltd" status="Operational"
+ 06 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Smart" cc="kh" 
country="Cambodia" operator="Smart Axiata Co. Ltd" status="Operational"
  08 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Metfone" cc="kh" 
country="Cambodia" operator="Viettel" status="Operational"
- 09 bands="GSM 900 / GSM 1800" brand="Beeline" cc="kh" country="Cambodia" 
operator="Sotelco Ltd." status="Operational"
- 11 bands="CDMA2000" brand="Excell" cc="kh" country="Cambodia" 
status="Operational"
+ 09 bands="GSM 900 / GSM 1800" brand="Metfone" cc="kh" country="Cambodia" 
operator="Viettel" status="Operational"
+ 11 bands="LTE 850" brand="SEATEL" cc="kh" country="Cambodia" operator="SEATEL 
Cambodia" status="Operational"
  18 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cellcard" cc="kh" 
country="Cambodia" operator="The Royal Group" status="Operational"
  00-99
 457
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="LTC" cc="la" 
country="Laos" operator="Lao Telecom" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="LaoTel" cc="la" 
country="Laos" operator="Lao Telecom" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="ETL" cc="la" country="Laos" 
operator="Enterprise of Telecommunications Lao" status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE" brand="Unitel" cc="la" 
country="Laos" operator="Star Telecom Co., Ltd" status="Operational"
  08 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Beeline" cc="la" 
country="Laos" operator="VimpelCom Lao Ltd" status="Operational"
@@ -1731,12 +1762,13 @@
  05 bands="CDMA2000 800 / LTE 1800 / LTE 2100 / TD-LTE 2300 / TD-LTE 2600" 
brand="China Telecom" cc="cn" country="China" operator="China Telecom" 
status="Not operational"
  06 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="China Unicom" cc="cn" 
country="China" operator="China Unicom" status="Not operational"
  07 bands="GSM 900 / GSM 1800 / TD-SCDMA 1900 / TD-SCDMA 2000 / TD-LTE 1900 / 
TD-LTE 2300 / TD-LTE 2600" brand="China Mobile" cc="cn" country="China" 
operator="China Mobile" status="Not operational"
+ 08 bands="" brand="China Mobile" cc="cn" country="China" operator="China 
Mobile" status=""
  09 bands="" brand="China Unicom" cc="cn" country="China" operator="China 
Unicom" status=""
  11 bands="" brand="China Telecom" cc="cn" country="China" operator="China 
Telecom" status=""
  20 bands="GSM-R" brand="China Tietong" cc="cn" country="China" 
operator="China Tietong" status="Operational"
  00-99
 466
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 700 / LTE 1800" 
brand="FarEasTone" cc="tw" country="Taiwan" operator="Far EasTone 
Telecommunications Co Ltd" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 700 / LTE 1800 / LTE 2600" 
brand="FarEasTone" cc="tw" country="Taiwan" operator="Far EasTone 
Telecommunications Co Ltd" status="Operational"
  02 bands="GSM 900" brand="FarEasTone" cc="tw" country="Taiwan" operator="Far 
EasTone Telecommunications Co Ltd" status=""
  03 bands="UMTS 2100" brand="FarEasTone" cc="tw" country="Taiwan" 
operator="Far EasTone Telecommunications Co Ltd" status=""
  05 bands="CDMA2000 800 / LTE 700" brand="APTG" cc="tw" country="Taiwan" 
operator="Asia Pacific Telecom" status="Operational"
@@ -1758,7 +1790,8 @@
  00-99
 467
  05 bands="UMTS 2100" brand="Koryolink" cc="kp" country="North Korea" 
operator="Cheo Technology Jv Company" status="Operational"
- 193 bands="GSM 900" brand="SunNet" cc="kp" country="North Korea" 
operator="Korea Posts and Telecommunications Corporation" status="Discontinued"
+ 06 bands="UMTS 2100" brand="Koryolink" cc="kp" country="North Korea" 
operator="Cheo Technology Jv Company" status="Operational"
+ 193 bands="GSM 900" brand="SunNet" cc="kp" country="North Korea" 
operator="Korea Posts and Telecommunications Corporation" status="Not 
operational"
  00-99
 470
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Grameenphone" cc="bd" 
country="Bangladesh" operator="GrameenPhone Ltd" status="Operational"
@@ -1767,6 +1800,7 @@
  04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="TeleTalk" cc="bd" 
country="Bangladesh" operator="Teletalk Bangladesh Limited" status="Operational"
  05 bands="CDMA 800 / GSM 900 / GSM 1800" brand="Citycell" cc="bd" 
country="Bangladesh" operator="Pacific Bangladesh Telecom Limited" 
status="Operational"
  07 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Airtel" cc="bd" 
country="Bangladesh" operator="Bharti airtel Bangladesh Ltd." 
status="Operational"
+ 09 bands="LTE 800 / LTE 2600 / WiMAX" brand="ollo" cc="bd" 
country="Bangladesh" operator="Bangladesh Internet Exchange Limited (BIEL)" 
status="Operational"
  00-99
 472
  01 bands="GSM 900 / UMTS 2100" brand="Dhiraagu" cc="mv" country="Maldives" 
operator="Dhivehi Raajjeyge Gulhun" status="Operational"
@@ -1826,6 +1860,9 @@
  31 bands="" cc="au" country="Australia" operator="BHP Billiton" status=""
  32 bands="" cc="au" country="Australia" operator="Thales Australia" status=""
  33 bands="" cc="au" country="Australia" operator="CLX Networks Pty Ltd" 
status=""
+ 34 bands="" cc="au" country="Australia" operator="Santos Limited" status=""
+ 35 bands="" cc="au" country="Australia" operator="MessageBird Pty Ltd" 
status=""
+ 36 bands="" brand="Optus" cc="au" country="Australia" operator="Optus Mobile 
Pty. Ltd." status=""
  38 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Crazy John's" 
cc="au" country="Australia" operator="Vodafone Hutchison Australia Proprietary 
Limited" status="Operational"
  62 bands="LTE 2300" brand="NBN" cc="au" country="Australia" 
operator="National Broadband Network Co." status=""
  68 bands="LTE 2300" brand="NBN" cc="au" country="Australia" 
operator="National Broadband Network Co." status=""
@@ -1847,7 +1884,7 @@
  20 bands="GSM 1800" brand="TELKOMMobile" cc="id" country="Indonesia" 
operator="PT Telkom Indonesia Tbk" status="Not operational"
  21 bands="GSM 1800" brand="IM3" cc="id" country="Indonesia" operator="PT 
Indonesian Satellite Corporation Tbk (INDOSAT)" status="Not operational"
  27 bands="CDMA 450" brand="Ceria" cc="id" country="Indonesia" operator="PT 
Sampoerna Telekomunikasi Indonesia" status="Operational"
- 28 bands="CDMA 800 LTE 850 / TD-LTE 2300" brand="Fren/Hepi" cc="id" 
country="Indonesia" operator="PT Mobile-8 Telecom" status="Operational"
+ 28 bands="CDMA 800 / LTE 850 / TD-LTE 2300" brand="Fren/Hepi" cc="id" 
country="Indonesia" operator="PT Mobile-8 Telecom" status="Operational"
  88 bands="TD-LTE 2300" brand="BOLT! Super 4G" cc="id" country="Indonesia" 
operator="PT Internux" status="Operational"
  89 bands="GSM 1800 / UMTS 2100 / LTE 1800" brand="3" cc="id" 
country="Indonesia" operator="PT Hutchison CP Telecommunications" 
status="Operational"
  99 bands="CDMA 800" brand="Esia" cc="id" country="Indonesia" operator="PT 
Bakrie Telecom" status="Operational"
@@ -1860,19 +1897,19 @@
 515
  01 bands="GSM 900" brand="Islacom" cc="ph" country="Philippines" 
operator="Globe Telecom via Innove Communications" status="Not operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 900 / UMTS 2100 / LTE 1800" 
brand="Globe" cc="ph" country="Philippines" operator="Globe Telecom" 
status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800" brand="Smart" 
cc="ph" country="Philippines" operator="PLDT via Smart Communications" 
status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800" brand="SMART" 
cc="ph" country="Philippines" operator="PLDT via Smart Communications" 
status="Operational"
  05 bands="GSM 1800 / UMTS 2100 / LTE 1800" brand="Sun" cc="ph" 
country="Philippines" operator="Digital Telecommunications Philippines" 
status="Operational"
  11 bands="" cc="ph" country="Philippines" operator="PLDT via ACeS 
Philippines" status=""
- 18 bands="GSM 900 / UMTS 2100 (defunct)" brand="Cure" cc="ph" 
country="Philippines" operator="PLDT via Smart's Connectivity Unlimited 
Resources Enterprise" status="Operational"
+ 18 bands="GSM 900 / UMTS 2100" brand="Cure" cc="ph" country="Philippines" 
operator="PLDT via Smart's Connectivity Unlimited Resources Enterprise" 
status="Not operational"
  24 bands="" brand="ABS-CBN" cc="ph" country="Philippines" operator="ABS-CBN 
Convergence with Globe Telecom" status="Operational"
  88 bands="" cc="ph" country="Philippines" operator="Nextel" status=""
  00-99
 520
  00 bands="UMTS 850" brand="my by CAT" cc="th" country="Thailand" 
operator="CAT Telecom" status="Operational"
- 01 bands="GSM 900" brand="AIS" cc="th" country="Thailand" operator="Advanced 
Info Service" 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" 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 4G LTE" cc="th" 
country="Thailand" operator="Real Future 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"
  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"
@@ -1889,6 +1926,7 @@
  05 bands="GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" 
brand="StarHub" cc="sg" country="Singapore" operator="StarHub Mobile" 
status="Operational"
  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=""
  12 bands="iDEN 800" brand="Grid" cc="sg" country="Singapore" operator="GRID 
Communications Pte Ltd." status="Operational"
  00-99
 528
@@ -1901,8 +1939,8 @@
  01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 700 / LTE 1800 / 
LTE 2600" brand="Vodafone" cc="nz" country="New Zealand" operator="Vodafone New 
Zealand" status="Operational"
  02 bands="CDMA2000 800" brand="Telecom" cc="nz" country="New Zealand" 
operator="Telecom New Zealand" status="Not operational"
  03 bands="UMTS-TDD 2000" brand="Woosh" cc="nz" country="New Zealand" 
operator="Woosh Wireless" status="Operational"
- 04 bands="UMTS 2100" brand="TelstraClear" cc="nz" country="New Zealand" 
operator="TelstraClear New Zealand" status="Not operational"
- 05 bands="UMTS 850 / UMTS 2100 / LTE 700 / LTE 1800 / LTE 2600" brand="Spark 
NZ" cc="nz" country="New Zealand" operator="Spark New Zealand" 
status="Operational"
+ 04 bands="UMTS 2100" brand="Vodafone" cc="nz" country="New Zealand" 
operator="TelstraClear New Zealand" status="Not operational"
+ 05 bands="UMTS 850 / UMTS 2100 / LTE 700 / LTE 1800 / LTE 2600" brand="Spark" 
cc="nz" country="New Zealand" operator="Spark New Zealand" status="Operational"
  06 bands="MVNO" brand="Skinny" cc="nz" country="New Zealand" operator="Spark 
New Zealand" status="Operational"
  07 bands="" cc="nz" country="New Zealand" operator="Bluereach Limited" 
status=""
  24 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 700 / LTE 1800" 
brand="2degrees" cc="nz" country="New Zealand" operator="2degrees" 
status="Operational"
@@ -1912,7 +1950,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" cc="pg" country="Papua New Guinea" operator="Telikom 
PNG Ltd." status="Operational"
+ 02 bands="CDMA2000 450" 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
@@ -1978,7 +2016,7 @@
  01 bands="GSM 900" brand="Telecom Niue" cc="nu" country="Niue" 
operator="Telecom Niue" status="Operational"
  00-99
 602
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Mobinil" cc="eg" 
country="Egypt" operator="ECMS-Mobinil" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange" cc="eg" 
country="Egypt" operator="Orange Egypt" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="eg" 
country="Egypt" operator="Vodafone Egypt" status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Etisalat" cc="eg" 
country="Egypt" operator="Etisalat Egypt" status="Operational"
  00-99
@@ -1994,9 +2032,9 @@
  05 bands="GSM 900 / GSM 1800 / LTE 1800" brand="INWI (Telecommunications)" 
cc="ma" country="Morocco" operator="WANA - Groupe ONA" status="Operational"
  00-99
 605
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange" cc="tn" 
country="Tunisia" operator="Orange Tunisie" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tunicell" cc="tn" 
country="Tunisia" operator="Tunisie Telecom" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="OOREDOO TN" 
cc="tn" country="Tunisia" operator="ooredoo Tunisiana" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Orange" cc="tn" 
country="Tunisia" operator="Orange Tunisie" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Tunicell" cc="tn" 
country="Tunisia" operator="Tunisie Telecom" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / 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"
@@ -2007,7 +2045,7 @@
  00-99
 607
  01 bands="GSM 900 / GSM 1900" brand="Gamcel" cc="gm" country="Gambia" 
operator="Gamcel" status="Operational"
- 02 bands="GSM 900 / GSM 1900" brand="Africel" cc="gm" country="Gambia" 
operator="Africel" status="Operational"
+ 02 bands="GSM 900 / GSM 1900" brand="Africell" cc="gm" country="Gambia" 
operator="Africell" status="Operational"
  03 bands="GSM 900 / GSM 1900" brand="Comium" cc="gm" country="Gambia" 
operator="Comium" status="Operational"
  04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="QCell" cc="gm" 
country="Gambia" operator="QCell Gambia" status="Operational"
  00-99
@@ -2027,7 +2065,7 @@
  02 bands="GSM 900" brand="Orange" cc="ml" country="Mali" operator="Orange 
Mali SA" status="Operational"
  00-99
 611
- 01 bands="GSM 900 / GSM 1800" brand="Orange S.A." cc="gn" country="Guinea" 
operator="Orange" status="Operational"
+ 01 bands="GSM 900 / GSM 1800" brand="Orange" cc="gn" country="Guinea" 
operator="Orange S.A." status="Operational"
  02 bands="GSM 900" brand="Sotelgui" cc="gn" country="Guinea" 
operator="Sotelgui Lagui" status="Operational"
  03 bands="GSM 900" brand="Telecel Guinee" cc="gn" country="Guinea" 
operator="INTERCEL Guinée" status="Operational"
  04 bands="GSM 900 / GSM 1800" brand="MTN" cc="gn" country="Guinea" 
operator="Areeba Guinea" status="Operational"
@@ -2073,9 +2111,9 @@
  00-99
 618
  01 bands="GSM 900" brand="Lonestar Cell" cc="lr" country="Liberia" 
operator="Lonestar Communications Corporation" status="Operational"
- 02 bands="" brand="Libercell" cc="lr" country="Liberia" operator="Atlantic 
Wireless (Liberia) Inc." status="Operational"
- 04 bands="GSM 900" brand="Comium" cc="lr" country="Liberia" operator="Comium 
Liberia" status="Operational"
- 07 bands="GSM 900 / GSM 1800" brand="Cellcom" cc="lr" country="Liberia" 
operator="Cellcom Telecommunications, Inc" status="Operational"
+ 02 bands="" brand="Libercell" cc="lr" country="Liberia" operator="Atlantic 
Wireless (Liberia) Inc." status="Not operational"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Novafone" cc="lr" 
country="Liberia" operator="Novafone Inc." status="Operational"
+ 07 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE" brand="Cellcom" cc="lr" 
country="Liberia" operator="Cellcom Telecommunications, Inc." 
status="Operational"
  20 bands="CDMA2000" brand="LIBTELCO" cc="lr" country="Liberia" 
operator="Liberia Telecommunications Corporation" status="Operational"
  00-99
 619
@@ -2091,8 +2129,8 @@
  50 bands="CDMA" cc="sl" country="Sierra Leone" operator="Datatel (SL) Ltd." 
status=""
  00-99
 620
- 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="MTN" cc="gh" 
country="Ghana" operator="MTN Group" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS" brand="Vodafone" cc="gh" country="Ghana" 
operator="Vodafone Group" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800" brand="MTN" 
cc="gh" country="Ghana" operator="MTN Group" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS / LTE 1800" brand="Vodafone" cc="gh" 
country="Ghana" operator="Vodafone Group" status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS" brand="tiGO" cc="gh" country="Ghana" 
operator="Millicom Ghana" status="Operational"
  04 bands="CDMA2000" brand="Expresso" cc="gh" country="Ghana" operator="Kasapa 
/ Hutchison Telecom" status="Operational"
  06 bands="GSM 900 / GSM 1800 / UMTS" brand="Airtel" cc="gh" country="Ghana" 
operator="Airtel" status="Operational"
@@ -2108,15 +2146,15 @@
  25 bands="CDMA2000 800 / CDMA2000 1900" brand="Visafone" cc="ng" 
country="Nigeria" operator="Visafone Communications Ltd." status="Operational"
  26 bands="TD-LTE 2300" cc="ng" country="Nigeria" operator="Swift" 
status="Operational"
  27 bands="LTE 800" brand="Smile" cc="ng" country="Nigeria" operator="Smile 
Communications Nigeria" status="Operational"
- 30 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTN" cc="ng" 
country="Nigeria" operator="MTN Nigeria Communications Limited" 
status="Operational"
- 40 bands="GSM 900 / GSM 1800" brand="M-Tel" cc="ng" country="Nigeria" 
operator="Nigerian Mobile Telecommunications Limited" status="Not operational"
+ 30 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="MTN" cc="ng" 
country="Nigeria" operator="MTN Nigeria Communications Limited" 
status="Operational"
+ 40 bands="LTE 900 / LTE 1800" brand="Ntel" cc="ng" country="Nigeria" 
operator="Nigerian Mobile Telecommunications Limited" status="Operational"
  50 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Glo" cc="ng" 
country="Nigeria" operator="Globacom Ltd" status="Operational"
  60 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Etisalat" cc="ng" 
country="Nigeria" operator="Emerging Markets Telecommunication Services Ltd 
(Etisalat)" status="Operational"
  00-99
 622
  01 bands="GSM 900 / UMTS" brand="Airtel" cc="td" country="Chad" 
operator="Bharti Airtel SA" status="Operational"
  02 bands="CDMA2000" brand="Tawali" cc="td" country="Chad" 
operator="SotelTchad" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS" brand="Tigo" cc="td" country="Chad" 
operator="Millicom" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS / LTE 2600" brand="Tigo" cc="td" 
country="Chad" operator="Millicom" status="Operational"
  07 bands="GSM 900 / GSM 1800" brand="Salam" cc="td" country="Chad" 
operator="SotelTchad" status="Operational"
  00-99
 623
@@ -2128,7 +2166,7 @@
 624
  01 bands="GSM 900" brand="MTN Cameroon" cc="cm" country="Cameroon" 
operator="Mobile Telephone Network Cameroon Ltd" status="Operational"
  02 bands="GSM 900" brand="Orange" cc="cm" country="Cameroon" operator="Orange 
Cameroun S.A." status="Operational"
- 04 bands="" brand="Nexttel" cc="cm" country="Cameroon" operator="Nexttel" 
status="Operational"
+ 04 bands="" brand="Nexttel" cc="cm" country="Cameroon" operator="Nexttel" 
status="Not operational"
  00-99
 625
  01 bands="GSM 900 / UMTS" brand="CVMOVEL" cc="cv" country="Cape Verde" 
operator="CVMóvel, S.A." status="Operational"
@@ -2155,11 +2193,11 @@
  00-99
 630
  01 bands="GSM 900 / GSM 1800 / UMTS" brand="Vodacom" cc="cd" 
country="Democratic Republic of the Congo" operator="Vodacom Congo RDC sprl" 
status="Operational"
- 02 bands="GSM 900 / UMTS" brand="airtel" cc="cd" country="Democratic Republic 
of the Congo" operator="Airtel sprl" status="Operational"
+ 02 bands="GSM 900 / UMTS" brand="Airtel" cc="cd" country="Democratic Republic 
of the Congo" operator="Airtel sprl" status="Operational"
  04 bands="" cc="cd" country="Democratic Republic of the Congo" 
operator="Cellco" status=""
  05 bands="GSM 900 / GSM 1800" brand="Supercell" cc="cd" country="Democratic 
Republic of the Congo" operator="Supercell SPRL" status="Operational"
- 10 bands="" brand="Libertis Telecom" cc="cd" country="Democratic Republic of 
the Congo" status="Operational"
- 86 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange" cc="cd" 
country="Democratic Republic of the Congo" operator="Orange RDC sarl" 
status="Operational"
+ 10 bands="GSM" 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"
  90 bands="GSM 900 / GSM 1800" brand="Africell" cc="cd" country="Democratic 
Republic of the Congo" operator="Africell RDC sprl" status="Operational"
@@ -2180,10 +2218,10 @@
  10 bands="GSM 900 / UMTS 2100 / LTE 800" brand="Airtel" cc="sc" 
country="Seychelles" operator="Telecom Seychelles Ltd" status="Operational"
  00-99
 634
- 01 bands="GSM 900 / UMTS 2100" brand="Zain SD" cc="sd" country="Sudan" 
operator="Zain Group - Sudan" status="Operational"
+ 01 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="Zain SD" cc="sd" 
country="Sudan" operator="Zain Group - Sudan" status="Operational"
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTN" cc="sd" country="Sudan" 
operator="MTN Sudan" status="Operational"
  03 bands="" brand="MTN" cc="sd" country="Sudan" operator="MTN Sudan" status=""
- 05 bands="CDMA2000 450" brand="Canar Telecom" cc="sd" country="Sudan" 
status="Operational"
+ 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"
  09 brand="Privet Network" cc="sd" country="Sudan" operator="NEC" status=""
  00-99
@@ -2196,7 +2234,7 @@
  17 bands="LTE 800" brand="Olleh" cc="rw" country="Rwanda" operator="Olleh 
Rwanda Networks" status="Operational"
  00-99
 636
- 01 bands="GSM 900 / GSM 1800 / UMTS 21000" brand="ETH-MTN" cc="et" 
country="Ethiopia" operator="Ethio Telecom" status="Operational"
+ 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"
@@ -2205,7 +2243,7 @@
  30 bands="GSM 900" brand="Golis" cc="so" country="Somalia" operator="Golis 
Telecom Somalia" status="Operational"
  50 bands="GSM 900 / UMTS" brand="Hormuud" cc="so" country="Somalia" 
operator="Hormuud Telecom Somalia Inc" status="Operational"
  57 bands="GSM 900 / GSM 1800" brand="UNITEL" cc="so" country="Somalia" 
operator="UNITEL S.a.r.l." status="Operational"
- 60 bands="GSM 900 / GSM 1800" brand="Nationlink Telecom" cc="so" 
country="Somalia" operator="Nationlink Telecom" status="Operational"
+ 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"
@@ -2222,9 +2260,9 @@
  00-99
 640
  01 bands="" cc="tz" country="Tanzania" operator="Rural NetCo Limited" 
status=""
- 02 bands="GSM 900 / GSM 1800" brand="tiGO" cc="tz" country="Tanzania" 
operator="MIC Tanzania Limited" status="Operational"
- 03 bands="GSM 900 / GSM 1800" brand="Zantel" cc="tz" country="Tanzania" 
operator="Zanzibar Telecom Ltd" status="Operational"
- 04 bands="GSM 900 / GSM 1800" brand="Vodacom" cc="tz" country="Tanzania" 
operator="Vodacom Tanzania Limited" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / LTE 800" brand="tiGO" cc="tz" 
country="Tanzania" operator="MIC Tanzania Limited" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / LTE 1800" brand="Zantel" cc="tz" 
country="Tanzania" operator="Zanzibar Telecom Ltd" status="Operational"
+ 04 bands="GSM 900 / GSM 1800 / LTE 1800" brand="Vodacom" cc="tz" 
country="Tanzania" operator="Vodacom Tanzania Limited" status="Operational"
  05 bands="GSM 900 / GSM 1800" brand="Airtel" cc="tz" country="Tanzania" 
operator="Bharti Airtel" status="Operational"
  06 bands="CDMA" brand="Sasatel" cc="tz" country="Tanzania" operator="Dovetel 
Limited" status="Operational"
  07 bands="CDMA 800" brand="TTCL Mobile" cc="tz" country="Tanzania" 
operator="Tanzania Telecommunication Company LTD (TTCL)" status="Operational"
@@ -2237,7 +2275,7 @@
  01 bands="GSM 900 / UMTS 2100" brand="Airtel" cc="ug" country="Uganda" 
operator="Bharti Airtel" status="Operational"
  06 bands="TD-LTE 2600" brand="Vodafone" cc="ug" country="Uganda" 
operator="Afrimax Uganda" status="Operational"
  10 bands="GSM 900 / UMTS 900 / UMTS 2100 / TD-LTE 2600" brand="MTN" cc="ug" 
country="Uganda" operator="MTN Uganda" status="Operational"
- 11 bands="GSM 900 / UMTS 2100" brand="UTL" cc="ug" country="Uganda" 
operator="Uganda Telecom Ltd." status="Operational"
+ 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"
  22 bands="GSM 900 / GSM 1800 / UMTS" brand="Airtel" cc="ug" country="Uganda" 
operator="Bharti Airtel" status="Operational"
@@ -2249,7 +2287,7 @@
  00-99
 642
  01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Spacetel" cc="bi" 
country="Burundi" operator="Econet Wireless Burundi PLC" status="Operational"
- 02 bands="GSM 900" brand="Tempo" cc="bi" country="Burundi" operator="Africell 
PLC" status="Operational"
+ 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"
  08 bands="" brand="HiTs Telecom" cc="bi" country="Burundi" operator="HiTs 
Telecom" status="Not operational"
@@ -2257,12 +2295,12 @@
  00-99
 643
  01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="mCel" cc="mz" 
country="Mozambique" operator="Mocambique Celular S.A." status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Movitel" cc="mz" 
country="Mozambique" operator="Movitel S.A." status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Movitel" cc="mz" 
country="Mozambique" operator="Movitel, SA" status="Operational"
  04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodacom" cc="mz" 
country="Mozambique" operator="Vodacom Mozambique, S.A." status="Operational"
  00-99
 645
  01 bands="GSM 900" brand="Airtel" cc="zm" country="Zambia" operator="Bharti 
Airtel" status="Operational"
- 02 bands="GSM 900" brand="MTN" cc="zm" country="Zambia" operator="MTN Group" 
status="Operational"
+ 02 bands="GSM 900 / LTE 1800" brand="MTN" cc="zm" country="Zambia" 
operator="MTN Group" status="Operational"
  03 bands="GSM 900" brand="ZAMTEL" cc="zm" country="Zambia" operator="Zambia 
Telecommunications Company Ltd" status="Operational"
  00-99
 646
@@ -2280,7 +2318,7 @@
 648
  01 bands="GSM 900" brand="Net*One" cc="zw" country="Zimbabwe" 
operator="Net*One Cellular (Pvt) Ltd" status="Operational"
  03 bands="GSM 900" brand="Telecel" cc="zw" country="Zimbabwe" 
operator="Telecel Zimbabwe (PVT) Ltd" status="Operational"
- 04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Econet" cc="zw" 
country="Zimbabwe" operator="Econet Wireless (Private) Limited" 
status="Operational"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Econet" cc="zw" 
country="Zimbabwe" operator="Econet Wireless" status="Operational"
  00-99
 649
  01 bands="GSM 900 / GSM 1800 / LTE 1800" brand="MTC" cc="na" 
country="Namibia" operator="MTC Namibia" status="Operational"
@@ -2294,12 +2332,12 @@
  10 bands="GSM 900" brand="Airtel" cc="mw" country="Malawi" operator="Bharti 
Airtel Limited" status="Operational"
  00-99
 651
- 01 bands="GSM 900" brand="Vodacom" cc="ls" country="Lesotho" 
operator="Vodacom Lesotho (Pty) Ltd" status="Operational"
- 02 bands="" cc="ls" country="Lesotho" operator="Econet Ezi-cel" 
status="Operational"
+ 01 bands="GSM 900 / LTE 800" brand="Vodacom" cc="ls" country="Lesotho" 
operator="Vodacom Lesotho (Pty) Ltd" status="Operational"
+ 02 bands="GSM / UMTS" brand="Econet Telecom" cc="ls" country="Lesotho" 
operator="Econet Ezi-cel" status="Operational"
  00-99
 652
  01 bands="GSM 900 / UMTS" brand="Mascom" cc="bw" country="Botswana" 
operator="Mascom Wireless (Pty) Limited" status="Operational"
- 02 bands="GSM 900 / UMTS 2100" brand="Orange" cc="bw" country="Botswana" 
operator="Orange (Botswana) Pty Limited" status="Operational"
+ 02 bands="GSM 900" brand="Bip" cc="mg" country="Madagascar" operator="Bip 
Madagascar S.A." status="Operational"
  04 bands="GSM 900 / GSM 1800" brand="BTC Mobile" cc="bw" country="Botswana" 
operator="Botswana Telecommunications Corporation" status="Operational"
  00-99
 653
@@ -2314,7 +2352,7 @@
  02 bands="GSM 1800 / UMTS 2100 / TD-LTE 2300" brand="Telkom" cc="za" 
country="South Africa" operator="Telkom SA Ltd" status="Operational"
  04 bands="" cc="za" country="South Africa" operator="Sasol (Pty) Ltd." 
status=""
  06 bands="" cc="za" country="South Africa" operator="Sentech (Pty) Ltd" 
status="Operational"
- 07 bands="GSM 900 / GSM 1800 / UMTS 900" brand="Cell C" cc="za" 
country="South Africa" operator="Cell C (Pty) Ltd" status="Operational"
+ 07 bands="GSM 900 / GSM 1800 / UMTS 900 / LTE 1800 / LTE 2100" brand="Cell C" 
cc="za" country="South Africa" operator="Cell C (Pty) Ltd" status="Operational"
  10 bands="GSM 900 / UMTS 900 / UMTS 2100 / LTE 1800" brand="MTN" cc="za" 
country="South Africa" operator="MTN Group" status="Operational"
  11 bands="TETRA 410" cc="za" country="South Africa" operator="South African 
Police Service Gauteng" status="Operational"
  12 bands="" brand="MTN" cc="za" country="South Africa" operator="MTN Group" 
status=""
@@ -2322,11 +2360,12 @@
  14 bands="LTE 1800" brand="Neotel" cc="za" country="South Africa" 
operator="Neotel Pty Ltd" status="Operational"
  16 bands="" cc="za" country="South Africa" operator="Phoenix System 
Integration (Pty) Ltd" status="Not operational"
  17 bands="" cc="za" country="South Africa" operator="Sishen Iron Ore Company 
(Ltd) Pty" status=""
- 19 bands="" brand="iBurst" cc="za" country="South Africa" operator="Wireless 
Business Solutions (Pty) Ltd" status="Operational"
+ 19 bands="TD-LTE" brand="iBurst" cc="za" country="South Africa" 
operator="Wireless Business Solutions (Pty) Ltd" status="Operational"
  21 bands="TETRA 410" cc="za" country="South Africa" operator="Cape Town 
Metropolitan Council" status="Operational"
- 24 bands="" cc="za" country="South Africa" operator="SMS Portal (Pty) Ltd." 
status=""
+ 24 bands="" cc="za" country="South Africa" operator="SMSPortal (Pty) Ltd." 
status=""
  25 bands="" cc="za" country="South Africa" operator="Wirels Connect" status=""
  27 bands="" cc="za" country="South Africa" operator="A to Z Vaal Industrial 
Supplies Pty Ltd" status=""
+ 28 bands="" cc="za" country="South Africa" operator="Hymax Talking Solutions 
(Pty) Ltd" status=""
  30 bands="" cc="za" country="South Africa" operator="Bokamoso Consortium" 
status="Operational"
  31 bands="" cc="za" country="South Africa" operator="Karabo Telecoms (Pty) 
Ltd." status="Operational"
  32 bands="" cc="za" country="South Africa" operator="Ilizwi 
Telecommunications" status="Operational"
@@ -2379,14 +2418,14 @@
 710
  21 bands="UMTS 850 / GSM 1900" brand="Claro" cc="ni" country="Nicaragua" 
operator="Empresa Nicaragüense de Telecomunicaciones, S.A. (ENITEL) (América 
Móvil)" status="Operational"
  30 bands="UMTS 850 / GSM 850 / GSM 1900" brand="movistar" cc="ni" 
country="Nicaragua" operator="Telefonía Celular de Nicaragua, S.A. (Telefónica, 
S.A.)" status="Operational"
- 73 bands="UMTS 850 / GSM 1900" brand="SERCOM" cc="ni" country="Nicaragua" 
operator="Servicios de Comunicaciones S.A." status="Operational"
+ 73 bands="UMTS 850 / GSM 1900" brand="Claro" cc="ni" country="Nicaragua" 
operator="Servicios de Comunicaciones S.A." status="Operational"
  00-99
 712
  01 bands="GSM 1800 / UMTS 850 / LTE 2600" brand="Kolbi ICE" cc="cr" 
country="Costa Rica" operator="Instituto Costarricense de Electricidad" 
status="Operational"
  02 bands="GSM 1800 / UMTS 850 / LTE 2600" brand="Kolbi ICE" cc="cr" 
country="Costa Rica" operator="Instituto Costarricense de Electricidad" 
status="Operational"
  03 bands="GSM 1800 / UMTS 2100 / LTE 1800" brand="Claro" cc="cr" 
country="Costa Rica" operator="Claro CR Telecomunicaciones (Aló)" 
status="Operational"
  04 bands="GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800" brand="movistar" 
cc="cr" country="Costa Rica" operator="Telefónica Móviles Costa Rica" 
status="Operational"
- 20 bands="GSM 1800 / UMTS 850" brand="'full'móvil" cc="cr" country="Costa 
Rica" operator="Virtualis S.A." status="Operational"
+ 20 bands="GSM 1800 / UMTS 850" brand="fullmóvil" cc="cr" country="Costa Rica" 
operator="Virtualis S.A." status="Operational"
  00-99
 714
  01 bands="GSM 850 / UMTS 850 / LTE 700" brand="Cable & Wireless" cc="pa" 
country="Panama" operator="Cable & Wireless Panama S.A." status="Operational"
@@ -2396,10 +2435,10 @@
  00-99
 716
  06 bands="CDMA2000 850 / GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 
1700" brand="Movistar" cc="pe" country="Peru" operator="Telefónica Móviles 
Perú" status="Operational"
- 07 bands="iDEN / UMTS 1900" brand="NEXTEL" cc="pe" country="Peru" 
operator="Americatel Perú" status="Inactive"
- 10 bands="GSM 1900 / UMTS 850 / LTE 1900" brand="Claro (TIM)" cc="pe" 
country="Peru" operator="América Móvil Perú" status="Operational"
+ 07 bands="iDEN" brand="Entel" cc="pe" country="Peru" operator="Americatel 
Perú" status="Operational"
+ 10 bands="GSM 1900 / UMTS 850 / LTE 1900" brand="Claro" cc="pe" 
country="Peru" operator="América Móvil Perú" status="Operational"
  15 bands="GSM 1900 / UMTS 1900" brand="Viettel Mobile" cc="pe" country="Peru" 
operator="Viettel Peru S.A.C." status="Operational"
- 17 bands="iDEN / UMTS 1900" brand="NEXTEL" cc="pe" country="Peru" 
operator="Americatel Perú" status="Operational"
+ 17 bands="UMTS 1900" brand="Entel" cc="pe" country="Peru" 
operator="Americatel Perú" 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"
@@ -2411,7 +2450,7 @@
  320 bands="GSM 850 / GSM 1900 / UMTS" brand="Claro" cc="ar" 
country="Argentina" operator="AMX Argentina S.A." status="Operational"
  330 bands="GSM 850 / GSM 1900 / UMTS" brand="Claro" cc="ar" 
country="Argentina" operator="AMX Argentina S.A." status="Operational"
  341 bands="GSM 850 / GSM 1900 / UMTS / LTE 1700" brand="Personal" cc="ar" 
country="Argentina" operator="Telecom Personal S.A." status="Operational"
- 350 bands="GSM 900" brand="PORT-HABLE" cc="ar" country="Argentina" 
operator="Hutchison Telecommunications Argentina S.A." status="Operational"
+ 350 bands="GSM 900" brand="PORT-HABLE" cc="ar" country="Argentina" 
operator="Hutchison Telecommunications Argentina S.A." status="Not operational"
  000-999
 724
  00 bands="iDEN 850" brand="Nextel" cc="br" country="Brazil" operator="NII 
Holdings, Inc." status="Operational"
@@ -2419,13 +2458,13 @@
  02 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600" brand="TIM" 
cc="br" country="Brazil" operator="Telecom Italia Mobile" status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600" brand="TIM" 
cc="br" country="Brazil" operator="Telecom Italia Mobile" status="Operational"
  04 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600" brand="TIM" 
cc="br" country="Brazil" operator="Telecom Italia Mobile" status="Operational"
- 05 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600" brand="Claro 
BR" cc="br" country="Brazil" operator="Claro" status="Operational"
+ 05 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600" brand="Claro" 
cc="br" country="Brazil" operator="Claro" status="Operational"
  06 bands="GSM 850 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600" brand="Vivo" 
cc="br" country="Brazil" operator="Vivo S.A." status="Operational"
  10 bands="GSM 850 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600" brand="Vivo" 
cc="br" country="Brazil" operator="Vivo S.A." status="Operational"
  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"
- 18 bands="MVNO" cc="br" country="Brazil" operator="Datora (Vodafone)" 
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=""
@@ -2436,9 +2475,9 @@
  35 bands="" cc="br" country="Brazil" operator="Telcom Telecomunicações" 
status=""
  36 bands="" cc="br" country="Brazil" operator="Options Telecomunicações" 
status=""
  37 bands="" brand="aeiou" cc="br" country="Brazil" operator="Unicel" 
status="Not operational"
- 38 bands="" brand="Claro BR" cc="br" country="Brazil" operator="Claro" 
status=""
+ 38 bands="" brand="Claro" cc="br" country="Brazil" operator="Claro" status=""
  39 bands="UMTS 2100 / LTE 1800" brand="Nextel" cc="br" country="Brazil" 
operator="NII Holdings, Inc." status="Operational"
- 54 bands="MVNO" cc="br" country="Brazil" operator="PORTO SEGURO 
TELECOMUNICAÇÔES" status="Operational"
+ 54 bands="MVNO" brand="Conecta" cc="br" country="Brazil" operator="PORTO 
SEGURO TELECOMUNICAÇÔES" status="Operational"
  99 bands="" brand="Local" cc="br" country="Brazil" operator="Local ( purpose 
or usage)" status=""
  00-99
 730
@@ -2459,14 +2498,16 @@
  15 bands="" cc="cl" country="Chile" operator="Cibeles Telecom S.A." status=""
  16 bands="MVNO" cc="cl" country="Chile" operator="Nomade Telecomunicaciones 
S.A." status=""
  17 bands="" cc="cl" country="Chile" operator="COMPATEL Chile Limitada" 
status=""
+ 18 bands="" cc="cl" country="Chile" operator="Empresas Bunker S.A." status=""
+ 19 bands="MVNO" brand="móvil Falabella" cc="cl" country="Chile" 
operator="Sociedad Falabella Móvil SPA" status="Operational"
  99 bands="GSM 1900 / UMTS 1900" brand="Will" cc="cl" country="Chile" 
operator="WILL Telefonía" status="Operational"
  00-99
 732
  001 bands="" brand="movistar" cc="co" country="Colombia" operator="Colombia 
Telecomunicaciones S.A. ESP" status="Operational"
- 002 bands="" brand="Edatel" cc="co" country="Colombia" operator="Edatel S.A. 
ESP" status="Operational"
+ 002 bands="" brand="Edatel" cc="co" country="Colombia" operator="Edatel S.A. 
ESP" status=""
  003 bands="" cc="co" country="Colombia" operator="LLEIDA S.A.S." status=""
  004 bands="" cc="co" country="Colombia" operator="COMPATEL COLOMBIA SAS" 
status=""
- 020 bands="LTE 2600" brand="Une-EPM" cc="co" country="Colombia" operator="Une 
EPM Telecomunicaciones S.A. E.S.P." status="Operational"
+ 020 bands="LTE 2600" brand="Tigo" cc="co" country="Colombia" operator="Une 
EPM Telecomunicaciones S.A. E.S.P." status="Operational"
  099 bands="GSM 900" brand="EMCALI" cc="co" country="Colombia" 
operator="Empresas Municipales de Cali" status="Operational"
  101 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 1700 / LTE 2600" 
brand="Claro" cc="co" country="Colombia" operator="COMCEL S.A." 
status="Operational"
  102 bands="GSM 850 / GSM 1900 / CDMA 850" cc="co" country="Colombia" 
operator="Bellsouth Colombia" status="Not operational"
@@ -2475,10 +2516,10 @@
  123 bands="GSM 850 / GSM 1900 / UMTS / LTE 1700 / CDMA 850" brand="movistar" 
cc="co" country="Colombia" operator="Colombia Telecomunicaciones S.A. ESP" 
status="Operational"
  130 bands="GSM 850 / iDEN / LTE 1700" brand="AVANTEL" cc="co" 
country="Colombia" operator="Avantel S.A.S" status="Operational"
  142 bands="" cc="co" country="Colombia" operator="Une EPM Telecomunicaciones 
S.A. E.S.P." status=""
- 154 bands="MVNO" cc="co" country="Colombia" operator="Virgin Mobile Colombia 
S.A.S." status="Operational"
+ 154 bands="MVNO" brand="Virgin Mobile" cc="co" country="Colombia" 
operator="Virgin Mobile Colombia S.A.S." status="Operational"
  165 bands="" cc="co" country="Colombia" operator="Colombia Móvil S.A. ESP" 
status=""
  176 bands="TD-LTE 2600" cc="co" country="Colombia" operator="DirecTV Colombia 
Ltda" status="Operational"
- 187 bands="LTE 1700" cc="co" country="Colombia" operator="Empresa de 
Telecomunicaciones de Bogotá S.A. ESP" status="Operational"
+ 187 bands="LTE 1700" brand="eTb" cc="co" country="Colombia" operator="Empresa 
de Telecomunicaciones de Bogotá S.A. ESP" status="Operational"
  000-999
 734
  01 bands="GSM 900" brand="Digitel" cc="ve" country="Venezuela" 
operator="Corporacion Digitel C.A." status="Not operational"
@@ -2505,16 +2546,16 @@
  00-99
 744
  01 bands="GSM 1900 / UMTS 900" brand="VOX" cc="py" country="Paraguay" 
operator="Hola Paraguay S.A" status="Operational"
- 02 bands="GSM 1900 / UMTS 1900" brand="Claro/Hutchison" cc="py" 
country="Paraguay" operator="AMX Paraguay S.A." status="Operational"
+ 02 bands="GSM 1900 / UMTS 1900 / LTE 1700" brand="Claro/Hutchison" cc="py" 
country="Paraguay" operator="AMX Paraguay S.A." status="Operational"
  03 bands="" cc="py" country="Paraguay" operator="Compañia Privada de 
Comunicaciones S.A." status=""
- 04 bands="GSM 850 / UMTS 850" brand="Tigo" cc="py" country="Paraguay" 
operator="Telefónica Celular Del Paraguay S.A. (Telecel)" status="Operational"
+ 04 bands="GSM 850 / UMTS 850 / LTE 1700" brand="Tigo" cc="py" 
country="Paraguay" operator="Telefónica Celular Del Paraguay S.A. (Telecel)" 
status="Operational"
  05 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 1900" 
brand="Personal" cc="py" country="Paraguay" operator="Núcleo S.A(TIM)" 
status="Operational"
  06 bands="GSM 1800 / LTE 1700" brand="Copaco" cc="py" country="Paraguay" 
operator="Copaco S.A." status="Operational"
  00-99
 746
  02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telesur" cc="sr" 
country="Suriname" operator="Telecommunications Company Suriname (Telesur)" 
status="Operational"
  03 bands="GSM 900 / GSM 1800 / UMTS 850" brand="Digicel" cc="sr" 
country="Suriname" operator="Digicel Group Limited" status="Operational"
- 04 bands="GSM 900 / UMTS" brand="Uniqa" cc="sr" country="Suriname" 
operator="Intelsur N.V. / UTS N.V." status="Operational"
+ 04 bands="GSM 900 / UMTS" brand="Digicel" cc="sr" country="Suriname" 
operator="Digicel Group Limited" status="Operational"
  05 bands="CDMA 450" brand="Telesur" cc="sr" country="Suriname" 
operator="Telecommunications Company Suriname (Telesur)" status=""
  00-99
 748
diff --git a/stdnum/isbn.dat b/stdnum/isbn.dat
index 103e27a..49e57c3 100644
--- a/stdnum/isbn.dat
+++ b/stdnum/isbn.dat
@@ -1,7 +1,7 @@
 # generated from RangeMessage.xml, downloaded from
 # https://www.isbn-international.org/export_rangemessage.xml
-# file serial 91da4d76-b504-4412-94e1-741f2d6bbbe8
-# file date Wed, 2 Mar 2016 17:53:37 CET
+# file serial 06b89123-0e43-4b34-92ef-de9637e6f095
+# file date Mon, 25 Jul 2016 18:49:43 CEST
 978
  0-5,600-649,7-7,80-94,950-989,9900-9989,99900-99999
  0 agency="English language"
@@ -19,9 +19,9 @@
   00-19,200-699,7000-8499,85000-89999,900000-949999,9500000-9999999
  5 agency="former U.S.S.R"
   00000-00499,0050-0099,01-19,200-420,4210-4299,430-430,4310-4399,440-440
-  4410-4499,450-699,7000-8499,85000-89999,900000-909999,91000-91999
-  9200-9299,93000-94999,9500000-9500999,9501-9799,98000-98999
-  9900000-9909999,9910-9999
+  4410-4499,450-603,6040000-6049999,605-699,7000-8499,85000-89999
+  900000-909999,91000-91999,9200-9299,93000-94999,9500000-9500999
+  9501-9799,98000-98999,9900000-9909999,9910-9999
  600 agency="Iran"
   00-09,100-499,5000-8999,90000-99999
  601 agency="Kazakhstan"
@@ -79,8 +79,8 @@
   00-13,140-149,15000-19999,200-699,7000-8499,85000-89999,9000-9199
   920000-923999,92400-92999,930000-949999,95000-96999,9700-9999
  85 agency="Brazil"
-  00-19,200-549,5500-5999,60000-69999,7000-8499,85000-89999,900000-959999
-  96-97,98000-99999
+  00-19,200-549,5500-5999,60000-69999,7000-8499,85000-89999,900000-924999
+  92500-94499,9450-9599,96-97,98000-99999
  86 agency="former Yugoslavia"
   00-29,300-599,6000-7999,80000-89999,900000-999999
  87 agency="Denmark"
@@ -473,6 +473,8 @@
   0-1,20-59,600-799
  99977 agency="Rwanda"
   0-1,40-69,700-799
+ 99978 agency="Mongolia"
+  0-4,50-79,800-999
 979
  10-12
  10 agency="France"
diff --git a/stdnum/isil.dat b/stdnum/isil.dat
index 7985930..2d2dff2 100644
--- a/stdnum/isil.dat
+++ b/stdnum/isil.dat
@@ -1,5 +1,6 @@
 # generated from ISIL Registration Authority, downloaded from
 # http://biblstandard.dk/isil/
+O$ ra="See OCLC"
 US$ country="United States of America" 
ra_url="http://www.loc.gov/marc/organizations/"; ra="Library of Congress"
 AR$ country="Argentine Republic" ra_url="http://www.iram.org.ar"; ra="Argentine 
Standardization and Certification Institute (IRAM)"
 AT$ country="Austria" ra_url="http://www.obvsg.at"; ra="Die Österreichische 
Bibliothekenverbund und Service GmbH"
@@ -10,7 +11,7 @@ CA$ country="Canada" 
ra_url="http://www.collectionscanada.ca/ill/s16-206-e.html#
 CH$ country="Switzerland" 
ra_url="http://www.nb.admin.ch/slb/slb_professionnel/01540/index.html?lang=en"; 
ra="Swiss National Library"
 CY$ country="Cyprus" ra_url="http://library.cut.ac.cy/en/isil"; ra="Cyprus 
University of Technology Library"
 DE$ country="Germany" ra_url="http://sigel.staatsbibliothek-berlin.de/"; 
ra="Staatsbibliothek zu Berlin"
-DK$ country="Denmark" 
ra_url="http://www.kulturstyrelsen.dk/english/institutions/libraries/national-solutions/standards/danish-library-number/";
 ra="Danish Agency for Culture"
+DK$ country="Denmark" 
ra_url="http://www.kulturstyrelsen.dk/english/institutions/libraries/national-solutions/standards/danish-library-number/";
 ra="Danish Agency for Culture and Palaces"
 EG$ country="Egypt" 
ra_url="http://www.sti.sci.eg/index.php?option=com_content&view=article&id=30:focal-point&catid=1:pages&Itemid=56";
 ra="Egyptian National Scientific and Technical Information Network (ENSTINET)"
 FI$ country="Finland" 
ra_url="http://www.nationallibrary.fi/libraries/standards/isil.html"; ra="The 
National Library of Finland"
 FR$ country="France" ra_url="http://www.abes.fr"; ra="Agence Bibliographique de 
l'Enseignement Superieur"
@@ -29,6 +30,6 @@ QA$ country="Qatar" ra_url="http://www.qnl.qa/"; ra="Qatar 
National Library (QNL)
 RU$ country="Russian Federation" ra_url="http://english.gpntb.ru/"; ra="Russian 
National Public Library for Science and Technology"
 SI$ country="The Republic of Slovenia" 
ra_url="http://www.nuk.uni-lj.si/nukeng3.asp?id=311364382"; ra="National and 
University Library"
 SK$ country="Slovak Republic" 
ra_url="http://www.snk.sk/en/information-for/libraries-and-librarians/isil.html";
 ra="Slovak National Library"
-O$ ra="See OCLC"
+EUR$ country="Code for common European organizations." 
ra_url="http://www.eui.eu/Research/HistoricalArchivesOfEU/FindingAidsAndResearch/HAEU-Non-national-ISIL-Allocation-Agency.aspx";
 ra="HAEU"
 OCLC$ country="WorldCat Symbol" ra_url="http://www.oclc.org"; ra="OCLC"
 ZDB$ country="Staatsbibliothek zu Berlin - Zeitschriftendatenbank" 
ra="Staatsbibliothek zu Berlin"

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

Summary of changes:
 ChangeLog                   | 199 +++++++++++++++
 NEWS                        |  19 ++
 README                      |  10 +-
 docs/index.rst              |   6 +
 docs/stdnum.damm.rst        |   5 +
 docs/stdnum.fr.nif.rst      |   5 +
 docs/stdnum.fr.nir.rst      |   5 +
 docs/stdnum.fr.siret.rst    |   5 +
 docs/stdnum.gb.nhs.rst      |   5 +
 docs/stdnum.tr.tckimlik.rst |   5 +
 getmybp.py                  |   4 +-
 stdnum/__init__.py          |  10 +-
 stdnum/cn/loc.dat           |   2 +-
 stdnum/iban.dat             |   2 +-
 stdnum/imsi.dat             | 587 ++++++++++++++++++++++++--------------------
 stdnum/isbn.dat             |  16 +-
 stdnum/isil.dat             |   5 +-
 17 files changed, 600 insertions(+), 290 deletions(-)
 create mode 100644 docs/stdnum.damm.rst
 create mode 100644 docs/stdnum.fr.nif.rst
 create mode 100644 docs/stdnum.fr.nir.rst
 create mode 100644 docs/stdnum.fr.siret.rst
 create mode 100644 docs/stdnum.gb.nhs.rst
 create mode 100644 docs/stdnum.tr.tckimlik.rst


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