python-stdnum branch master updated. 1.1
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.1
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 1.1
- Date: Mon, 27 Apr 2015 19:48:41 +0200 (CEST)
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 58775d96a5fc9783fc5dc3fa22fa0a0361419e78 (commit)
via 583b066bea38ef0f15ffd17d265d35e4311faac2 (commit)
from dd309e4e2279a1c648546f9417c3f624ccbd6f21 (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=58775d96a5fc9783fc5dc3fa22fa0a0361419e78
commit 58775d96a5fc9783fc5dc3fa22fa0a0361419e78
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Mon Apr 27 18:38:03 2015 +0200
Get files ready for 1.1 release
diff --git a/ChangeLog b/ChangeLog
index b42d1f3..04bbf15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,171 @@
+2015-04-27 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [583b066] getcnloc.py, stdnum/cn/loc.dat, stdnum/iban.dat,
+ stdnum/imsi.dat, stdnum/isbn.dat, stdnum/isil.dat: Update
+ database files
+
+ This also updates the script to download updated Chinese
+ location names.
+
+2014-10-24 Tomas Thor Jonsson <benregn@gmail.com>
+
+ * [dd309e4] stdnum/se/orgnr.py, stdnum/se/vat.py: Add support for
+ SE orgnr
+
+ This also delegates some of the validation for the Swedish VAT
+ module to the orgnr module.
+
+2015-04-27 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [23882e2] tests/test_ec_ruc.doctest: Add extra tests for the
+ stdnum.ec.ruc module
+
+ These numbers were found in various online sources.
+
+2015-04-25 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [eac4d63] stdnum/fr/tva.py: Add extra test for French TVA
+
+2014-10-14 P. Christeas <xrg@linux.gr>
+
+ * [9934f76] stdnum/gr/vat.py: Change description of Greek FPA number
+
+ In Greece, our VAT number is used as a generic "tax registration"
+ num. Update the docstring to reflect that name.
+
+2015-04-22 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [4d7163c] stdnum/ar/__init__.py, stdnum/ar/cuit.py,
+ tests/test_ar_cuit.doctest: Add Argentinian CUIT (VAT) number
+
+ Based partially on the implementation in the vatnumber module.
+
+2015-04-18 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [ba894d7] stdnum/sm/__init__.py, stdnum/sm/coe.py: Add San Marino
+ COE (VAT) number
+
+ Based partially on the implementation in the vatnumber module.
+
+2015-04-18 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [144e1a4] stdnum/co/__init__.py, stdnum/co/nit.py: Add Colombian
+ NIT/RUT (VAT) code
+
+ Based on the implementation in the vatnumber module.
+
+2015-04-18 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [c69c8f0] stdnum/cl/__init__.py, stdnum/cl/rut.py,
+ tests/test_cl_rut.doctest: Add Chilean national tax number (RUT)
+
+ Based on the implementation in the vatnumber module.
+
+2015-04-18 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [3db826c] stdnum/al/__init__.py, stdnum/al/nipt.py,
+ tests/test_al_nipt.doctest: Add Albanian NIPT (VAT) number
+
+ Partially based on the implementation in the vatnumber module.
+
+ Some valid numbers appear to start with an L so those are allowed
+ as well.
+
+2015-04-23 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [88d1af3] stdnum/do/cedula.py: Extend the list of valid Cedula
+
+ This is based on the list of Cedula found at
+
http://prd.org.do/2013/07/30/lista-del-cen-del-prd-actualizada-y-registrada-en-la-junta-central-electoral/
+ (link provided by José Arturo García)
+
+2015-04-17 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [49d1e69] stdnum/do/cedula.py, tests/test_do_cedula.doctest:
+ Add Dominican Republic Cedula number
+
+ The Cedule is a Dominican Republic national identification number
+ for persons.
+
+ The number uses the Luhn checksum but apparently there are a lof
+ of valid numbers in use that do not match the checksum. For this
+ a whitelist is used.
+
+2015-04-17 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [d003ac3] stdnum/do/__init__.py, stdnum/do/rnc.py,
+ tests/test_do_rnc.doctest: Add Dominican Republic RNC number
+
+ The RNC (Registro Nacional del Contribuyente) is the Dominican
+ Republic taxpayer registration number for companies.
+
+2015-04-19 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [9e94ab8] tests/test_no_mva.doctest: Add more stdnum.no.mva tests
+
+2015-04-18 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [c334bcf] stdnum/is_/kennitala.py, tests/test_is_kennitala.doctest:
+ Add more tests for Kennitala
+
+2015-04-11 Tuomas Toivonen <toivotuo@kasvua.org>
+
+ * [84620f8] stdnum/is_/__init__.py, stdnum/is_/kennitala.py,
+ stdnum/is_/vsk.py: Support Icelandic personal, organisation and
+ VAT identifiers
+
+ The package is named "is_" because "is" is a reserved word.
+
+2015-04-11 Tuomas Toivonen <toivotuo@kasvua.org>
+
+ * [699b340] stdnum/no/__init__.py, stdnum/no/mva.py,
+ stdnum/no/orgnr.py: Add support for Norwegian organisation and
+ VAT numbers
+
+ This commit also includes changes from Tomas Thor Jonsson
+ <benregn@gmail.com>.
+
+2015-02-09 Tony Bajan <tony.bajan@onefinestay.com>
+
+ * [75bcef0] stdnum/iso9362.py: Add ISO 9362 (BIC) support
+
+2015-04-17 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [2574f89] stdnum/imsi.py: Raise InvalidComponent for unregistered
+ IMSI
+
+2014-12-23 Emiliano Castro <emiliano@typeform.com>
+
+ * [9883c72] stdnum/eu/vat.py, stdnum/hr/__init__.py: Adding HR
+ (Croatia) to the list of available countries
+
+2014-11-01 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [3a7c9f7] stdnum/bg/vat.py, stdnum/eu/at_02.py, stdnum/iban.py,
+ stdnum/isan.py, stdnum/meid.py, stdnum/numdb.py: Fix common
+ spelling mistake
+
+2014-10-31 Matt McDonald <mmcdonald@google.com>
+
+ * [6e332b1] stdnum/meid.py, tests/test_meid.doctest: Fix for
+ invalidating MEIDs with invalid decimal bit length
+
+ See: http://arthurdejong.org/trac/python-stdnum/ticket/10
+
+2014-10-20 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [3fa795d] getnumlist.py: Restore section for on homepage
+
+2014-10-19 Arthur de Jong <arthur@arthurdejong.org>
+
+ * [147eeb1] ChangeLog, NEWS, README, docs/index.rst,
+ docs/stdnum.ch.ssn.rst, docs/stdnum.cn.ric.rst,
+ docs/stdnum.ec.ci.rst, docs/stdnum.ec.ruc.rst,
+ docs/stdnum.eu.at_02.rst, docs/stdnum.iso6346.rst,
+ docs/stdnum.it.codicefiscale.rst, docs/stdnum.us.rtn.rst,
+ getnumlist.py, setup.py, stdnum/__init__.py: Get files ready
+ for 1.0 release
+
2014-10-19 Arthur de Jong <arthur@arthurdejong.org>
* [72c0ff1] stdnum/iso6346.py: Remove unused import
diff --git a/NEWS b/NEWS
index d64ee92..3f584f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+changes from 1.0 to 1.1
+-----------------------
+
+* add number formats based on the implementation in the vatnumber module:
+ - NIPT (Numri i Identifikimit për Personin e Tatueshëm, Albanian VAT number)
+ - CUIT (Código Único de Identificación Tributaria, Argentinian tax number)
+ - RUT (Rol Único Tributario, Chilean national tax number)
+ - NIT (Número De Identificación Tributaria, Colombian identity code)
+ - COE (Codice operatore economico, San Marino national tax number)
+* add modules for the following number formats:
+ - Cedula (Dominican Republic national identification number)
+ - RNC (Registro Nacional del Contribuyente, Dominican Republic tax number)
+ - Kennitala (Icelandic personal and organisation identity code, provided by
+ Tuomas Toivonen)
+ - VSK number (Virðisaukaskattsnúmer, Icelandic VAT number, provided by
+ Tuomas Toivonen)
+ - ISO 9362 (Business identifier codes, provided by Tony Bajan)
+ - MVA (Merverdiavgift, Norwegian VAT number, provided by Tuomas Toivonen)
+ - Orgnr (Organisasjonsnummer, Norwegian organisation number, provided by
+ Tuomas Toivonen)
+ - Orgnr (Organisationsnummer, Swedish company number, provided by Tomas
+ Thor Jonsson)
+* add Croatia to list of EU VAT numbers
+* update getcnloc script
+* various small fixes and additional tests for existing modules
+
+
changes from 0.9 to 1.0
-----------------------
diff --git a/README b/README
index 1fd9612..563e4eb 100644
--- a/README
+++ b/README
@@ -9,6 +9,8 @@ Available formats
Currently this package supports the following formats:
+ * NIPT (Numri i Identifikimit për Personin e Tatueshëm, Albanian VAT number)
+ * CUIT (Código Único de Identificación Tributaria, Argentinian tax number)
* UID (Umsatzsteuer-Identifikationsnummer, Austrian VAT number)
* BTW, TVA, NWSt (Belgian VAT number)
* EGN (ЕГН, Единен граждански номер, Bulgarian personal identity codes)
@@ -16,13 +18,17 @@ Currently this package supports the following formats:
* VAT (Идентификационен номер по ДДС, Bulgarian VAT number)
* CPF (Cadastro de Pessoas Físicas, Brazillian national identifier)
* Swiss social security number ("Sozialversicherungsnummer")
+ * RUT (Rol Único Tributario, Chilean national tax number)
* RIC No. (Chinese Resident Identity Card Number)
+ * NIT (Número De Identificación Tributaria, Colombian identity code)
* Αριθμός Εγγραφής Φ.Π.Α. (Cypriot VAT number)
* DIČ (Daňové identifikační číslo, Czech VAT number)
* RČ (Rodné číslo, the Czech birth number)
* Ust ID Nr. (Umsatzsteur Identifikationnummer, German VAT number)
* CPR (personnummer, the Danish citizen number)
* CVR (Momsregistreringsnummer, Danish VAT number)
+ * Cedula (Dominican Republic national identification number)
+ * RNC (Registro Nacional del Contribuyente, Dominican Republic tax number)
* EAN (International Article Number)
* CI (Cédula de identidad, Ecuadorian personal identity code)
* RUC (Registro Único de Contribuyentes, Ecuadorian company tax number)
@@ -38,7 +44,7 @@ Currently this package supports the following formats:
* SIREN (a French company identification number)
* n° TVA (taxe sur la valeur ajoutée, French VAT number)
* VAT (United Kingdom (and Isle of Man) VAT registration number)
- * FPA, ΦΠΑ (Foros Prostithemenis Aksias, the Greek VAT number)
+ * FPA, ΦΠΑ, ΑΦΜ (Αριθμός Φορολογικού Μητρώου, the Greek VAT number)
* GRid (Global Release Identifier)
* OIB (Osobni identifikacijski broj, Croatian identification number)
* ANUM (Közösségi adószám, Hungarian VAT number)
@@ -47,11 +53,14 @@ Currently this package supports the following formats:
* VAT (Irish VAT number)
* IMEI (International Mobile Equipment Identity)
* IMSI (International Mobile Subscriber Identity)
+ * Kennitala (Icelandic personal and organisation identity code)
+ * VSK number (Virðisaukaskattsnúmer, Icelandic VAT number)
* ISAN (International Standard Audiovisual Number)
* ISBN (International Standard Book Number)
* ISIL (International Standard Identifier for Libraries)
* ISMN (International Standard Music Number)
* ISO 6346 (International standard for container identification)
+ * ISO 9362 (Business identifier codes)
* ISSN (International Standard Serial Number)
* Codice Fiscale (Italian tax code for individuals)
* Partita IVA (Italian VAT number)
@@ -66,14 +75,18 @@ Currently this package supports the following formats:
* BTW-nummer (Omzetbelastingnummer, the Dutch VAT number)
* Onderwijsnummer (Dutch student school number)
* Postcode (Dutch postal code)
+ * MVA (Merverdiavgift, Norwegian VAT number)
+ * Orgnr (Organisasjonsnummer, Norwegian organisation number)
* NIP (Numer Identyfikacji Podatkowej, Polish VAT number)
* NIF (Número de identificação fiscal, Portuguese VAT number)
* CF (Cod de înregistrare în scopuri de TVA, Romanian VAT number)
* CNP (Cod Numeric Personal, Romanian Numerical Personal Code)
+ * Orgnr (Organisationsnummer, Swedish company number)
* VAT (Moms, Mervärdesskatt, Swedish VAT number)
* ID za DDV (Davčna številka, Slovenian VAT number)
* 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)
* ATIN (U.S. Adoption Taxpayer Identification Number)
* EIN (U.S. Employer Identification Number)
* ITIN (U.S. Individual Taxpayer Identification Number)
@@ -123,7 +136,7 @@ also work with older versions of Python.
Copyright
---------
-Copyright (C) 2010-2014 Arthur de Jong and others
+Copyright (C) 2010-2015 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 c7a7acc..971502f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -85,6 +85,8 @@ Available formats
.. autosummary::
:toctree:
+ al.nipt
+ ar.cuit
at.uid
be.vat
bg.egn
@@ -92,13 +94,17 @@ Available formats
bg.vat
br.cpf
ch.ssn
+ cl.rut
cn.ric
+ co.nit
cy.vat
cz.dic
cz.rc
de.vat
dk.cpr
dk.cvr
+ do.cedula
+ do.rnc
ean
ec.ci
ec.ruc
@@ -123,11 +129,14 @@ Available formats
ie.vat
imei
imsi
+ is_.kennitala
+ is_.vsk
isan
isbn
isil
ismn
iso6346
+ iso9362
issn
it.codicefiscale
it.iva
@@ -142,14 +151,18 @@ Available formats
nl.btw
nl.onderwijsnummer
nl.postcode
+ no.mva
+ no.orgnr
pl.nip
pt.nif
ro.cf
ro.cnp
+ se.orgnr
se.vat
si.ddv
sk.dph
sk.rc
+ sm.coe
us.atin
us.ein
us.itin
diff --git a/docs/stdnum.al.nipt.rst b/docs/stdnum.al.nipt.rst
new file mode 100644
index 0000000..7234305
--- /dev/null
+++ b/docs/stdnum.al.nipt.rst
@@ -0,0 +1,5 @@
+stdnum.al.nipt
+==============
+
+.. automodule:: stdnum.al.nipt
+ :members:
\ No newline at end of file
diff --git a/docs/stdnum.ar.cuit.rst b/docs/stdnum.ar.cuit.rst
new file mode 100644
index 0000000..cb407a3
--- /dev/null
+++ b/docs/stdnum.ar.cuit.rst
@@ -0,0 +1,5 @@
+stdnum.ar.cuit
+==============
+
+.. automodule:: stdnum.ar.cuit
+ :members:
\ No newline at end of file
diff --git a/docs/stdnum.cl.rut.rst b/docs/stdnum.cl.rut.rst
new file mode 100644
index 0000000..ba375b1
--- /dev/null
+++ b/docs/stdnum.cl.rut.rst
@@ -0,0 +1,5 @@
+stdnum.cl.rut
+=============
+
+.. automodule:: stdnum.cl.rut
+ :members:
\ No newline at end of file
diff --git a/docs/stdnum.co.nit.rst b/docs/stdnum.co.nit.rst
new file mode 100644
index 0000000..7a02c0f
--- /dev/null
+++ b/docs/stdnum.co.nit.rst
@@ -0,0 +1,5 @@
+stdnum.co.nit
+=============
+
+.. automodule:: stdnum.co.nit
+ :members:
\ No newline at end of file
diff --git a/docs/stdnum.do.cedula.rst b/docs/stdnum.do.cedula.rst
new file mode 100644
index 0000000..fb9d142
--- /dev/null
+++ b/docs/stdnum.do.cedula.rst
@@ -0,0 +1,5 @@
+stdnum.do.cedula
+================
+
+.. automodule:: stdnum.do.cedula
+ :members:
\ No newline at end of file
diff --git a/docs/stdnum.do.rnc.rst b/docs/stdnum.do.rnc.rst
new file mode 100644
index 0000000..86b13ae
--- /dev/null
+++ b/docs/stdnum.do.rnc.rst
@@ -0,0 +1,5 @@
+stdnum.do.rnc
+=============
+
+.. automodule:: stdnum.do.rnc
+ :members:
\ No newline at end of file
diff --git a/docs/stdnum.is_.kennitala.rst b/docs/stdnum.is_.kennitala.rst
new file mode 100644
index 0000000..469c9d3
--- /dev/null
+++ b/docs/stdnum.is_.kennitala.rst
@@ -0,0 +1,5 @@
+stdnum.is_.kennitala
+====================
+
+.. automodule:: stdnum.is_.kennitala
+ :members:
\ No newline at end of file
diff --git a/docs/stdnum.is_.vsk.rst b/docs/stdnum.is_.vsk.rst
new file mode 100644
index 0000000..e917647
--- /dev/null
+++ b/docs/stdnum.is_.vsk.rst
@@ -0,0 +1,5 @@
+stdnum.is_.vsk
+==============
+
+.. automodule:: stdnum.is_.vsk
+ :members:
\ No newline at end of file
diff --git a/docs/stdnum.iso9362.rst b/docs/stdnum.iso9362.rst
new file mode 100644
index 0000000..d8749e8
--- /dev/null
+++ b/docs/stdnum.iso9362.rst
@@ -0,0 +1,5 @@
+stdnum.iso9362
+==============
+
+.. automodule:: stdnum.iso9362
+ :members:
\ No newline at end of file
diff --git a/docs/stdnum.no.mva.rst b/docs/stdnum.no.mva.rst
new file mode 100644
index 0000000..029d9b3
--- /dev/null
+++ b/docs/stdnum.no.mva.rst
@@ -0,0 +1,5 @@
+stdnum.no.mva
+=============
+
+.. automodule:: stdnum.no.mva
+ :members:
\ No newline at end of file
diff --git a/docs/stdnum.no.orgnr.rst b/docs/stdnum.no.orgnr.rst
new file mode 100644
index 0000000..08a79dd
--- /dev/null
+++ b/docs/stdnum.no.orgnr.rst
@@ -0,0 +1,5 @@
+stdnum.no.orgnr
+===============
+
+.. automodule:: stdnum.no.orgnr
+ :members:
\ No newline at end of file
diff --git a/docs/stdnum.se.orgnr.rst b/docs/stdnum.se.orgnr.rst
new file mode 100644
index 0000000..ac85b05
--- /dev/null
+++ b/docs/stdnum.se.orgnr.rst
@@ -0,0 +1,5 @@
+stdnum.se.orgnr
+===============
+
+.. automodule:: stdnum.se.orgnr
+ :members:
\ No newline at end of file
diff --git a/docs/stdnum.sm.coe.rst b/docs/stdnum.sm.coe.rst
new file mode 100644
index 0000000..d8dd638
--- /dev/null
+++ b/docs/stdnum.sm.coe.rst
@@ -0,0 +1,5 @@
+stdnum.sm.coe
+=============
+
+.. automodule:: stdnum.sm.coe
+ :members:
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 008ef46..399893b 100755
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
# setup.py - python-stdnum installation script
#
-# Copyright (C) 2010-2014 Arthur de Jong
+# Copyright (C) 2010-2015 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
diff --git a/stdnum/__init__.py b/stdnum/__init__.py
index 9705c24..1e32343 100644
--- a/stdnum/__init__.py
+++ b/stdnum/__init__.py
@@ -1,7 +1,7 @@
# __init__.py - main module
# coding: utf-8
#
-# Copyright (C) 2010-2014 Arthur de Jong
+# Copyright (C) 2010-2015 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
@@ -25,6 +25,8 @@ standard numbers and codes in various formats.
Currently this package supports the following formats:
+* al.nipt: NIPT (Numri i Identifikimit për Personin e Tatueshëm, Albanian VAT
number)
+* ar.cuit: CUIT (Código Único de Identificación Tributaria, Argentinian tax
number)
* at.uid: UID (Umsatzsteuer-Identifikationsnummer, Austrian VAT number)
* be.vat: BTW, TVA, NWSt (Belgian VAT number)
* bg.egn: EGN (ЕГН, Единен граждански номер, Bulgarian personal identity codes)
@@ -32,13 +34,17 @@ Currently this package supports the following formats:
* bg.vat: VAT (Идентификационен номер по ДДС, Bulgarian VAT number)
* br.cpf: CPF (Cadastro de Pessoas Físicas, Brazillian national identifier)
* ch.ssn: Swiss social security number ("Sozialversicherungsnummer")
+* cl.rut: RUT (Rol Único Tributario, Chilean national tax number)
* cn.ric: RIC No. (Chinese Resident Identity Card Number)
+* co.nit: NIT (Número De Identificación Tributaria, Colombian identity code)
* cy.vat: Αριθμός Εγγραφής Φ.Π.Α. (Cypriot VAT number)
* cz.dic: DIČ (Daňové identifikační číslo, Czech VAT number)
* cz.rc: RČ (Rodné číslo, the Czech birth number)
* de.vat: Ust ID Nr. (Umsatzsteur Identifikationnummer, German VAT number)
* dk.cpr: CPR (personnummer, the Danish citizen number)
* dk.cvr: CVR (Momsregistreringsnummer, Danish VAT number)
+* do.cedula: Cedula (Dominican Republic national identification number)
+* do.rnc: RNC (Registro Nacional del Contribuyente, Dominican Republic tax
number)
* ean: EAN (International Article Number)
* ec.ci: CI (Cédula de identidad, Ecuadorian personal identity code)
* ec.ruc: RUC (Registro Único de Contribuyentes, Ecuadorian company tax number)
@@ -54,7 +60,7 @@ Currently this package supports the following formats:
* fr.siren: SIREN (a French company identification number)
* fr.tva: n° TVA (taxe sur la valeur ajoutée, French VAT number)
* gb.vat: VAT (United Kingdom (and Isle of Man) VAT registration number)
-* gr.vat: FPA, ΦΠΑ (Foros Prostithemenis Aksias, the Greek VAT number)
+* gr.vat: FPA, ΦΠΑ, ΑΦΜ (Αριθμός Φορολογικού Μητρώου, the Greek VAT number)
* grid: GRid (Global Release Identifier)
* hr.oib: OIB (Osobni identifikacijski broj, Croatian identification number)
* hu.anum: ANUM (Közösségi adószám, Hungarian VAT number)
@@ -63,11 +69,14 @@ Currently this package supports the following formats:
* ie.vat: VAT (Irish VAT number)
* imei: IMEI (International Mobile Equipment Identity)
* imsi: IMSI (International Mobile Subscriber Identity)
+* is_.kennitala: Kennitala (Icelandic personal and organisation identity code)
+* is_.vsk: VSK number (Virðisaukaskattsnúmer, Icelandic VAT number)
* isan: ISAN (International Standard Audiovisual Number)
* isbn: ISBN (International Standard Book Number)
* isil: ISIL (International Standard Identifier for Libraries)
* ismn: ISMN (International Standard Music Number)
* iso6346: ISO 6346 (International standard for container identification)
+* iso9362: ISO 9362 (Business identifier codes)
* issn: ISSN (International Standard Serial Number)
* it.codicefiscale: Codice Fiscale (Italian tax code for individuals)
* it.iva: Partita IVA (Italian VAT number)
@@ -82,14 +91,18 @@ Currently this package supports the following formats:
* nl.btw: BTW-nummer (Omzetbelastingnummer, the Dutch VAT number)
* nl.onderwijsnummer: Onderwijsnummer (Dutch student school number)
* nl.postcode: Postcode (Dutch postal code)
+* no.mva: MVA (Merverdiavgift, Norwegian VAT number)
+* no.orgnr: Orgnr (Organisasjonsnummer, Norwegian organisation number)
* pl.nip: NIP (Numer Identyfikacji Podatkowej, Polish VAT number)
* pt.nif: NIF (Número de identificação fiscal, Portuguese VAT number)
* ro.cf: CF (Cod de înregistrare în scopuri de TVA, Romanian VAT number)
* ro.cnp: CNP (Cod Numeric Personal, Romanian Numerical Personal Code)
+* se.orgnr: Orgnr (Organisationsnummer, Swedish company number)
* se.vat: VAT (Moms, Mervärdesskatt, Swedish VAT number)
* si.ddv: ID za DDV (Davčna številka, Slovenian VAT number)
* 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)
* 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)
@@ -124,4 +137,4 @@ parsing, validation, formatting or conversion functions.
# the version number of the library
-__version__ = '1.0'
+__version__ = '1.1'
http://arthurdejong.org/git/python-stdnum/commit/?id=583b066bea38ef0f15ffd17d265d35e4311faac2
commit 583b066bea38ef0f15ffd17d265d35e4311faac2
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Mon Apr 27 13:36:50 2015 +0200
Update database files
This also updates the script to download updated Chinese location names.
diff --git a/getcnloc.py b/getcnloc.py
index 9126be7..c54d68b 100755
--- a/getcnloc.py
+++ b/getcnloc.py
@@ -3,6 +3,7 @@
# getcnloc.py - script to fetch data from the China (PRC) government site
#
# Copyright (C) 2014 Jiangge Zhang
+# Copyright (C) 2015 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,11 +44,13 @@ def make_etree(response, encoding='utf-8'):
return lxml.html.fromstring(response.text)
-def iter_revisions():
- html = make_etree(requests.get(revisions_url))
+def get_revisions(url):
+ """Return the links to versions of the published administrative division
+ codes."""
+ html = make_etree(requests.get(url))
anchors = html.xpath('.//div[@class="center_list"]/ul/li/a')
for anchor in anchors:
- url = urljoin(revisions_url, anchor.attrib['href'])
+ url = urljoin(url, anchor.attrib['href'])
date_text = anchor.findtext('.//span/*[@class="cont_tit02"]')
date = datetime.strptime(date_text, '%Y-%m-%d').date()
yield url, date
@@ -55,8 +58,9 @@ def iter_revisions():
def iter_records(url):
html = make_etree(requests.get(url))
- lines = html.xpath('.//div[@class="xilan_con"]//p/text()')
+ lines = html.xpath('.//div[@class="xilan_con"]//p')
for line in lines:
+ line = ' '.join(line.xpath('.//text()'))
try:
city_code, city_name = line.strip().split()
except ValueError:
@@ -66,8 +70,7 @@ def iter_records(url):
yield city_code.strip(), city_name.strip()
-def group_records():
- url, _ = max(iter_revisions(), key=itemgetter(1)) # latest revision
+def group_records(url):
provinces = {}
prefectures = {}
@@ -96,7 +99,9 @@ def print_data_file(file):
print("# generated from National Bureau of Statistics of the People's",
file=file)
print('# Republic of China, downloaded from %s' % revisions_url, file=file)
- for city_code, city_data in group_records():
+ url, dt = max(get_revisions(revisions_url), key=itemgetter(1))
+ print('# %s (revision %s)' % (url, dt), file=file)
+ for city_code, city_data in group_records(url):
if not all(city_data.values()):
continue
city_pairs = ' '.join(
diff --git a/stdnum/cn/loc.dat b/stdnum/cn/loc.dat
index b394fde..fbf373f 100644
--- a/stdnum/cn/loc.dat
+++ b/stdnum/cn/loc.dat
@@ -1,5 +1,6 @@
# generated from National Bureau of Statistics of the People's
# Republic of China, downloaded from http://www.stats.gov.cn/tjsj/tjbz/xzqhdm/
+# http://www.stats.gov.cn/tjsj/tjbz/xzqhdm/201504/t20150415_712722.html
(revision 2015-04-15)
110101 county="东城区" prefecture="市辖区" province="北京市"
110102 county="西城区" prefecture="市辖区" province="北京市"
110105 county="朝阳区" prefecture="市辖区" province="北京市"
@@ -34,14 +35,15 @@
120225 county="蓟县" prefecture="县" province="天津市"
130101 county="市辖区" prefecture="石家庄市" province="河北省"
130102 county="长安区" prefecture="石家庄市" province="河北省"
-130103 county="桥东区" prefecture="石家庄市" province="河北省"
130104 county="桥西区" prefecture="石家庄市" province="河北省"
130105 county="新华区" prefecture="石家庄市" province="河北省"
130107 county="井陉矿区" prefecture="石家庄市" province="河北省"
130108 county="裕华区" prefecture="石家庄市" province="河北省"
+130109 county="藁城区" prefecture="石家庄市" province="河北省"
+130110 county="鹿泉区" prefecture="石家庄市" province="河北省"
+130111 county="栾城区" prefecture="石家庄市" province="河北省"
130121 county="井陉县" prefecture="石家庄市" province="河北省"
130123 county="正定县" prefecture="石家庄市" province="河北省"
-130124 county="栾城县" prefecture="石家庄市" province="河北省"
130125 county="行唐县" prefecture="石家庄市" province="河北省"
130126 county="灵寿县" prefecture="石家庄市" province="河北省"
130127 county="高邑县" prefecture="石家庄市" province="河北省"
@@ -51,11 +53,8 @@
130131 county="平山县" prefecture="石家庄市" province="河北省"
130132 county="元氏县" prefecture="石家庄市" province="河北省"
130133 county="赵县" prefecture="石家庄市" province="河北省"
-130181 county="辛集市" prefecture="石家庄市" province="河北省"
-130182 county="藁城市" prefecture="石家庄市" province="河北省"
130183 county="晋州市" prefecture="石家庄市" province="河北省"
130184 county="新乐市" prefecture="石家庄市" province="河北省"
-130185 county="鹿泉市" prefecture="石家庄市" province="河北省"
130201 county="市辖区" prefecture="唐山市" province="河北省"
130202 county="路南区" prefecture="唐山市" province="河北省"
130203 county="路北区" prefecture="唐山市" province="河北省"
@@ -142,7 +141,6 @@
130637 county="博野县" prefecture="保定市" province="河北省"
130638 county="雄县" prefecture="保定市" province="河北省"
130681 county="涿州市" prefecture="保定市" province="河北省"
-130682 county="定州市" prefecture="保定市" province="河北省"
130683 county="安国市" prefecture="保定市" province="河北省"
130684 county="高碑店市" prefecture="保定市" province="河北省"
130701 county="市辖区" prefecture="张家口市" province="河北省"
@@ -215,6 +213,8 @@
131128 county="阜城县" prefecture="衡水市" province="河北省"
131181 county="冀州市" prefecture="衡水市" province="河北省"
131182 county="深州市" prefecture="衡水市" province="河北省"
+139001 county="定州市" prefecture="省直辖县级行政区划" province="河北省"
+139002 county="辛集市" prefecture="省直辖县级行政区划" province="河北省"
140101 county="市辖区" prefecture="太原市" province="山西省"
140105 county="小店区" prefecture="太原市" province="山西省"
140106 county="迎泽区" prefecture="太原市" province="山西省"
@@ -463,7 +463,7 @@
210105 county="皇姑区" prefecture="沈阳市" province="辽宁省"
210106 county="铁西区" prefecture="沈阳市" province="辽宁省"
210111 county="苏家屯区" prefecture="沈阳市" province="辽宁省"
-210112 county="东陵区" prefecture="沈阳市" province="辽宁省"
+210112 county="浑南区" prefecture="沈阳市" province="辽宁省"
210113 county="沈北新区" prefecture="沈阳市" province="辽宁省"
210114 county="于洪区" prefecture="沈阳市" province="辽宁省"
210122 county="辽中县" prefecture="沈阳市" province="辽宁省"
@@ -577,8 +577,8 @@
220105 county="二道区" prefecture="长春市" province="吉林省"
220106 county="绿园区" prefecture="长春市" province="吉林省"
220112 county="双阳区" prefecture="长春市" province="吉林省"
+220113 county="九台区" prefecture="长春市" province="吉林省"
220122 county="农安县" prefecture="长春市" province="吉林省"
-220181 county="九台市" prefecture="长春市" province="吉林省"
220182 county="榆树市" prefecture="长春市" province="吉林省"
220183 county="德惠市" prefecture="长春市" province="吉林省"
220201 county="市辖区" prefecture="吉林市" province="吉林省"
@@ -856,9 +856,8 @@
320684 county="海门市" prefecture="南通市" province="江苏省"
320701 county="市辖区" prefecture="连云港市" province="江苏省"
320703 county="连云区" prefecture="连云港市" province="江苏省"
-320705 county="新浦区" prefecture="连云港市" province="江苏省"
320706 county="海州区" prefecture="连云港市" province="江苏省"
-320721 county="赣榆县" prefecture="连云港市" province="江苏省"
+320707 county="赣榆区" prefecture="连云港市" province="江苏省"
320722 county="东海县" prefecture="连云港市" province="江苏省"
320723 county="灌云县" prefecture="连云港市" province="江苏省"
320724 county="灌南县" prefecture="连云港市" province="江苏省"
@@ -962,10 +961,10 @@
330523 county="安吉县" prefecture="湖州市" province="浙江省"
330601 county="市辖区" prefecture="绍兴市" province="浙江省"
330602 county="越城区" prefecture="绍兴市" province="浙江省"
-330621 county="绍兴县" prefecture="绍兴市" province="浙江省"
+330603 county="柯桥区" prefecture="绍兴市" province="浙江省"
+330604 county="上虞区" prefecture="绍兴市" province="浙江省"
330624 county="新昌县" prefecture="绍兴市" province="浙江省"
330681 county="诸暨市" prefecture="绍兴市" province="浙江省"
-330682 county="上虞市" prefecture="绍兴市" province="浙江省"
330683 county="嵊州市" prefecture="绍兴市" province="浙江省"
330701 county="市辖区" prefecture="金华市" province="浙江省"
330702 county="婺城区" prefecture="金华市" province="浙江省"
@@ -1268,6 +1267,7 @@
360681 county="贵溪市" prefecture="鹰潭市" province="江西省"
360701 county="市辖区" prefecture="赣州市" province="江西省"
360702 county="章贡区" prefecture="赣州市" province="江西省"
+360703 county="南康区" prefecture="赣州市" province="江西省"
360721 county="赣县" prefecture="赣州市" province="江西省"
360722 county="信丰县" prefecture="赣州市" province="江西省"
360723 county="大余县" prefecture="赣州市" province="江西省"
@@ -1284,7 +1284,6 @@
360734 county="寻乌县" prefecture="赣州市" province="江西省"
360735 county="石城县" prefecture="赣州市" province="江西省"
360781 county="瑞金市" prefecture="赣州市" province="江西省"
-360782 county="南康市" prefecture="赣州市" province="江西省"
360801 county="市辖区" prefecture="吉安市" province="江西省"
360802 county="吉州区" prefecture="吉安市" province="江西省"
360803 county="青原区" prefecture="吉安市" province="江西省"
@@ -1406,8 +1405,8 @@
370785 county="高密市" prefecture="潍坊市" province="山东省"
370786 county="昌邑市" prefecture="潍坊市" province="山东省"
370801 county="市辖区" prefecture="济宁市" province="山东省"
-370802 county="市中区" prefecture="济宁市" province="山东省"
370811 county="任城区" prefecture="济宁市" province="山东省"
+370812 county="兖州区" prefecture="济宁市" province="山东省"
370826 county="微山县" prefecture="济宁市" province="山东省"
370827 county="鱼台县" prefecture="济宁市" province="山东省"
370828 county="金乡县" prefecture="济宁市" province="山东省"
@@ -1416,7 +1415,6 @@
370831 county="泗水县" prefecture="济宁市" province="山东省"
370832 county="梁山县" prefecture="济宁市" province="山东省"
370881 county="曲阜市" prefecture="济宁市" province="山东省"
-370882 county="兖州市" prefecture="济宁市" province="山东省"
370883 county="邹城市" prefecture="济宁市" province="山东省"
370901 county="市辖区" prefecture="泰安市" province="山东省"
370902 county="泰山区" prefecture="泰安市" province="山东省"
@@ -1427,7 +1425,7 @@
370983 county="肥城市" prefecture="泰安市" province="山东省"
371001 county="市辖区" prefecture="威海市" province="山东省"
371002 county="环翠区" prefecture="威海市" province="山东省"
-371081 county="文登市" prefecture="威海市" province="山东省"
+371003 county="文登区" prefecture="威海市" province="山东省"
371082 county="荣成市" prefecture="威海市" province="山东省"
371083 county="乳山市" prefecture="威海市" province="山东省"
371101 county="市辖区" prefecture="日照市" province="山东省"
@@ -1445,7 +1443,7 @@
371321 county="沂南县" prefecture="临沂市" province="山东省"
371322 county="郯城县" prefecture="临沂市" province="山东省"
371323 county="沂水县" prefecture="临沂市" province="山东省"
-371324 county="苍山县" prefecture="临沂市" province="山东省"
+371324 county="兰陵县" prefecture="临沂市" province="山东省"
371325 county="费县" prefecture="临沂市" province="山东省"
371326 county="平邑县" prefecture="临沂市" province="山东省"
371327 county="莒南县" prefecture="临沂市" province="山东省"
@@ -1453,7 +1451,7 @@
371329 county="临沭县" prefecture="临沂市" province="山东省"
371401 county="市辖区" prefecture="德州市" province="山东省"
371402 county="德城区" prefecture="德州市" province="山东省"
-371421 county="陵县" prefecture="德州市" province="山东省"
+371403 county="陵城区" prefecture="德州市" province="山东省"
371422 county="宁津县" prefecture="德州市" province="山东省"
371423 county="庆云县" prefecture="德州市" province="山东省"
371424 county="临邑县" prefecture="德州市" province="山东省"
@@ -1474,10 +1472,10 @@
371581 county="临清市" prefecture="聊城市" province="山东省"
371601 county="市辖区" prefecture="滨州市" province="山东省"
371602 county="滨城区" prefecture="滨州市" province="山东省"
+371603 county="沾化区" prefecture="滨州市" province="山东省"
371621 county="惠民县" prefecture="滨州市" province="山东省"
371622 county="阳信县" prefecture="滨州市" province="山东省"
371623 county="无棣县" prefecture="滨州市" province="山东省"
-371624 county="沾化县" prefecture="滨州市" province="山东省"
371625 county="博兴县" prefecture="滨州市" province="山东省"
371626 county="邹平县" prefecture="滨州市" province="山东省"
371701 county="市辖区" prefecture="菏泽市" province="山东省"
@@ -1690,7 +1688,7 @@
420301 county="市辖区" prefecture="十堰市" province="湖北省"
420302 county="茅箭区" prefecture="十堰市" province="湖北省"
420303 county="张湾区" prefecture="十堰市" province="湖北省"
-420321 county="郧县" prefecture="十堰市" province="湖北省"
+420304 county="郧阳区" prefecture="十堰市" province="湖北省"
420322 county="郧西县" prefecture="十堰市" province="湖北省"
420323 county="竹山县" prefecture="十堰市" province="湖北省"
420324 county="竹溪县" prefecture="十堰市" province="湖北省"
@@ -1927,8 +1925,8 @@
440114 county="花都区" prefecture="广州市" province="广东省"
440115 county="南沙区" prefecture="广州市" province="广东省"
440116 county="萝岗区" prefecture="广州市" province="广东省"
-440183 county="增城市" prefecture="广州市" province="广东省"
-440184 county="从化市" prefecture="广州市" province="广东省"
+440117 county="从化区" prefecture="广州市" province="广东省"
+440118 county="增城区" prefecture="广州市" province="广东省"
440201 county="市辖区" prefecture="韶关市" province="广东省"
440203 county="武江区" prefecture="韶关市" province="广东省"
440204 county="浈江区" prefecture="韶关市" province="广东省"
@@ -1985,8 +1983,7 @@
440883 county="吴川市" prefecture="湛江市" province="广东省"
440901 county="市辖区" prefecture="茂名市" province="广东省"
440902 county="茂南区" prefecture="茂名市" province="广东省"
-440903 county="茂港区" prefecture="茂名市" province="广东省"
-440923 county="电白县" prefecture="茂名市" province="广东省"
+440904 county="电白区" prefecture="茂名市" province="广东省"
440981 county="高州市" prefecture="茂名市" province="广东省"
440982 county="化州市" prefecture="茂名市" province="广东省"
440983 county="信宜市" prefecture="茂名市" province="广东省"
@@ -2007,7 +2004,7 @@
441324 county="龙门县" prefecture="惠州市" province="广东省"
441401 county="市辖区" prefecture="梅州市" province="广东省"
441402 county="梅江区" prefecture="梅州市" province="广东省"
-441421 county="梅县" prefecture="梅州市" province="广东省"
+441403 county="梅县区" prefecture="梅州市" province="广东省"
441422 county="大埔县" prefecture="梅州市" province="广东省"
441423 county="丰顺县" prefecture="梅州市" province="广东省"
441424 county="五华县" prefecture="梅州市" province="广东省"
@@ -2052,9 +2049,9 @@
445281 county="普宁市" prefecture="揭阳市" province="广东省"
445301 county="市辖区" prefecture="云浮市" province="广东省"
445302 county="云城区" prefecture="云浮市" province="广东省"
+445303 county="云安区" prefecture="云浮市" province="广东省"
445321 county="新兴县" prefecture="云浮市" province="广东省"
445322 county="郁南县" prefecture="云浮市" province="广东省"
-445323 county="云安县" prefecture="云浮市" province="广东省"
445381 county="罗定市" prefecture="云浮市" province="广东省"
450101 county="市辖区" prefecture="南宁市" province="广西壮族自治区"
450102 county="兴宁区" prefecture="南宁市" province="广西壮族自治区"
@@ -2186,9 +2183,10 @@
460107 county="琼山区" prefecture="海口市" province="海南省"
460108 county="美兰区" prefecture="海口市" province="海南省"
460201 county="市辖区" prefecture="三亚市" province="海南省"
-460321 county="西沙群岛" prefecture="三沙市" province="海南省"
-460322 county="南沙群岛" prefecture="三沙市" province="海南省"
-460323 county="中沙群岛的岛礁及其海域" prefecture="三沙市" province="海南省"
+460202 county="海棠区" prefecture="三亚市" province="海南省"
+460203 county="吉阳区" prefecture="三亚市" province="海南省"
+460204 county="天涯区" prefecture="三亚市" province="海南省"
+460205 county="崖州区" prefecture="三亚市" province="海南省"
469001 county="五指山市" prefecture="省直辖县级行政区划" province="海南省"
469002 county="琼海市" prefecture="省直辖县级行政区划" province="海南省"
469003 county="儋州市" prefecture="省直辖县级行政区划" province="海南省"
@@ -2224,10 +2222,10 @@
500117 county="合川区" prefecture="市辖区" province="重庆市"
500118 county="永川区" prefecture="市辖区" province="重庆市"
500119 county="南川区" prefecture="市辖区" province="重庆市"
+500120 county="璧山区" prefecture="市辖区" province="重庆市"
+500151 county="铜梁区" prefecture="市辖区" province="重庆市"
500223 county="潼南县" prefecture="县" province="重庆市"
-500224 county="铜梁县" prefecture="县" province="重庆市"
500226 county="荣昌县" prefecture="县" province="重庆市"
-500227 county="璧山县" prefecture="县" province="重庆市"
500228 county="梁平县" prefecture="县" province="重庆市"
500229 county="城口县" prefecture="县" province="重庆市"
500230 county="丰都县" prefecture="县" province="重庆市"
@@ -2303,7 +2301,7 @@
510781 county="江油市" prefecture="绵阳市" province="四川省"
510801 county="市辖区" prefecture="广元市" province="四川省"
510802 county="利州区" prefecture="广元市" province="四川省"
-510811 county="元坝区" prefecture="广元市" province="四川省"
+510811 county="昭化区" prefecture="广元市" province="四川省"
510812 county="朝天区" prefecture="广元市" province="四川省"
510821 county="旺苍县" prefecture="广元市" province="四川省"
510822 county="青川县" prefecture="广元市" province="四川省"
@@ -2683,6 +2681,24 @@
540125 county="堆龙德庆县" prefecture="拉萨市" province="西藏自治区"
540126 county="达孜县" prefecture="拉萨市" province="西藏自治区"
540127 county="墨竹工卡县" prefecture="拉萨市" province="西藏自治区"
+540202 county="桑珠孜区" prefecture="日喀则市" province="西藏自治区"
+540221 county="南木林县" prefecture="日喀则市" province="西藏自治区"
+540222 county="江孜县" prefecture="日喀则市" province="西藏自治区"
+540223 county="定日县" prefecture="日喀则市" province="西藏自治区"
+540224 county="萨迦县" prefecture="日喀则市" province="西藏自治区"
+540225 county="拉孜县" prefecture="日喀则市" province="西藏自治区"
+540226 county="昂仁县" prefecture="日喀则市" province="西藏自治区"
+540227 county="谢通门县" prefecture="日喀则市" province="西藏自治区"
+540228 county="白朗县" prefecture="日喀则市" province="西藏自治区"
+540229 county="仁布县" prefecture="日喀则市" province="西藏自治区"
+540230 county="康马县" prefecture="日喀则市" province="西藏自治区"
+540231 county="定结县" prefecture="日喀则市" province="西藏自治区"
+540232 county="仲巴县" prefecture="日喀则市" province="西藏自治区"
+540233 county="亚东县" prefecture="日喀则市" province="西藏自治区"
+540234 county="吉隆县" prefecture="日喀则市" province="西藏自治区"
+540235 county="聂拉木县" prefecture="日喀则市" province="西藏自治区"
+540236 county="萨嘎县" prefecture="日喀则市" province="西藏自治区"
+540237 county="岗巴县" prefecture="日喀则市" province="西藏自治区"
542121 county="昌都县" prefecture="昌都地区" province="西藏自治区"
542122 county="江达县" prefecture="昌都地区" province="西藏自治区"
542123 county="贡觉县" prefecture="昌都地区" province="西藏自治区"
@@ -2706,24 +2722,6 @@
542231 county="隆子县" prefecture="山南地区" province="西藏自治区"
542232 county="错那县" prefecture="山南地区" province="西藏自治区"
542233 county="浪卡子县" prefecture="山南地区" province="西藏自治区"
-542301 county="日喀则市" prefecture="日喀则地区" province="西藏自治区"
-542322 county="南木林县" prefecture="日喀则地区" province="西藏自治区"
-542323 county="江孜县" prefecture="日喀则地区" province="西藏自治区"
-542324 county="定日县" prefecture="日喀则地区" province="西藏自治区"
-542325 county="萨迦县" prefecture="日喀则地区" province="西藏自治区"
-542326 county="拉孜县" prefecture="日喀则地区" province="西藏自治区"
-542327 county="昂仁县" prefecture="日喀则地区" province="西藏自治区"
-542328 county="谢通门县" prefecture="日喀则地区" province="西藏自治区"
-542329 county="白朗县" prefecture="日喀则地区" province="西藏自治区"
-542330 county="仁布县" prefecture="日喀则地区" province="西藏自治区"
-542331 county="康马县" prefecture="日喀则地区" province="西藏自治区"
-542332 county="定结县" prefecture="日喀则地区" province="西藏自治区"
-542333 county="仲巴县" prefecture="日喀则地区" province="西藏自治区"
-542334 county="亚东县" prefecture="日喀则地区" province="西藏自治区"
-542335 county="吉隆县" prefecture="日喀则地区" province="西藏自治区"
-542336 county="聂拉木县" prefecture="日喀则地区" province="西藏自治区"
-542337 county="萨嘎县" prefecture="日喀则地区" province="西藏自治区"
-542338 county="岗巴县" prefecture="日喀则地区" province="西藏自治区"
542421 county="那曲县" prefecture="那曲地区" province="西藏自治区"
542422 county="嘉黎县" prefecture="那曲地区" province="西藏自治区"
542423 county="比如县" prefecture="那曲地区" province="西藏自治区"
diff --git a/stdnum/iban.dat b/stdnum/iban.dat
index 692531a..95ba5c4 100644
--- a/stdnum/iban.dat
+++ b/stdnum/iban.dat
@@ -31,9 +31,9 @@ IE country="Ireland" bban="4!a6!n8!n"
IL country="Israel" bban="3!n3!n13!n"
IT country="Italy" bban="1!a5!n5!n12!c"
JO country="Jordan" bban="4!a4!n18!c"
+KZ country="Kazakhstan" bban="3!n13!c"
XK country="Republic of Kosovo" bban="4!n10!n2!n"
KW country="Kuwait" bban="4!a22!c"
-KZ country="Kazakhstan" bban="3!n13!c"
LV country="Latvia" bban="4!a13!c"
LB country="Lebanon" bban="4!n20!c"
LI country="Liechtenstein (Principality of)" bban="5!n12!c"
@@ -64,7 +64,7 @@ SE country="Sweden" bban="3!n16!n1!n"
CH country="Switzerland" bban="5!n12!c"
TL country="Timor-Leste" bban="3!n 14!n 2!n"
TN country="Tunisia" bban="2!n3!n13!n2!n"
-TR country="Turkey" bban="5!n1!c16!c"
+TR country="Turkey" bban="5!n1!n16!c"
AE country="United Arab Emirates" bban="3!n16!n"
GB country="United Kingdom" bban="4!a6!n8!n"
VG country="Virgin Islands, British" bban="4!a16!n"
diff --git a/stdnum/imsi.dat b/stdnum/imsi.dat
index 1214f1c..0f396f5 100644
--- a/stdnum/imsi.dat
+++ b/stdnum/imsi.dat
@@ -4,23 +4,23 @@
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" brand="Cosmote" cc="gr"
country="Greece" operator="COSMOTE - Mobile Telecommunications S.A."
status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Cosmote" cc="gr"
country="Greece" operator="COSMOTE - Mobile Telecommunications S.A."
status="Operational"
+ 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"
03 bands="" cc="gr" country="Greece" operator="OTE" status=""
04 bands="" cc="gr" country="Greece" operator="EDISY" status=""
- 05 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Vodafone" cc="gr"
country="Greece" operator="Vodafone Greece" status="Operational"
+ 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=""
07 bands="" cc="gr" country="Greece" operator="AMD Telecom" status=""
- 09 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Wind" cc="gr"
country="Greece" operator="Wind Hellas Telecommunications S.A."
status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Wind" cc="gr"
country="Greece" operator="Wind Hellas Telecommunications S.A."
status="Operational"
+ 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"
00-99
204
01 bands="" cc="nl" country="Netherlands" operator="RadioAccess Network
Services BV" status=""
- 02 bands="LTE 2600" brand="Tele2" cc="nl" country="Netherlands"
operator="Tele2 Nederland B.V." status="Operational"
+ 02 bands="LTE 800 / LTE 2600" brand="Tele2" cc="nl" country="Netherlands"
operator="Tele2 Nederland B.V." status="Operational"
03 bands="MVNE / PrivateGSM 1800" brand="Voiceworks" cc="nl"
country="Netherlands" operator="Voiceworks B.V." status="Operational"
04 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600"
brand="Vodafone" cc="nl" country="Netherlands" operator="Vodafone Libertel
B.V." status="Operational"
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 / Delight Mobile" cc="nl"
country="Netherlands" operator="Mundio Mobile (Netherlands) Ltd"
status="Operational"
07 bands="MVNE" cc="nl" country="Netherlands" operator="Teleena (MVNE)"
status="Operational"
08 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 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"
@@ -32,7 +32,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="" cc="nl" country="Netherlands" operator="UPC Nederland B.V."
status=""
+ 18 bands="MVNO" 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"
@@ -61,62 +61,70 @@
06 bands="MVNO" brand="Lycamobile" cc="be" country="Belgium"
operator="Lycamobile sprl" status="Operational"
07 bands="MVNO" brand="Vectone Mobile" cc="be" country="Belgium"
operator="Mundio Mobile Belgium nv" status="Reserved"
09 bands="MVNO" brand="Voxbone" cc="be" country="Belgium" operator="Voxbone
mobile" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800"
brand="Mobistar" cc="be" country="Belgium" operator="Orange S.A."
status="Operational"
+ 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"
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"
00-99
208
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900 / LTE" brand="Orange"
cc="fr" country="France" operator="Orange S.A." status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900" brand="Orange" cc="fr"
country="France" operator="Orange S.A." status="Operational"
- 03 bands="UMTS" brand="MobiquiThings" cc="fr" country="France"
status="Operational"
- 04 bands="UMTS" brand="Sisteer" cc="fr" country="France" status="Operational"
+ 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"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Orange" cc="fr"
country="France" operator="Orange S.A." status="Operational"
+ 03 bands="MVNO" brand="MobiquiThings" cc="fr" country="France"
operator="MobiquiThings" status="Operational"
+ 04 bands="MVNO" brand="Sisteer" cc="fr" country="France" operator="Societe
d'ingenierie systeme telecom et reseaux" status="Operational"
05 bands="Satellite" cc="fr" country="France" operator="Globalstar Europe"
status="Operational"
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 brand="Completel Mobile" cc="fr" country="France"
- 09 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900 / LTE" brand="SFR"
cc="fr" country="France" operator="Vivendi" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900 / LTE" brand="SFR"
cc="fr" country="France" operator="Vivendi" 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"
- 13 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900" brand="SFR" cc="fr"
country="France" operator="Vivendi" 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"
14 bands="GSM-R" brand="RFF" cc="fr" country="France" operator="RFF"
status="Operational"
- 15 bands="UMTS 2100 / UMTS 900" brand="Free Mobile" cc="fr" country="France"
operator="Iliad" status="Operational"
- 16 bands="UMTS 2100 / UMTS 900" brand="Free Mobile" cc="fr" country="France"
operator="Iliad" status="Operational"
+ 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"
17 bands="" brand="LEGOS" cc="fr" country="France" operator="Local Exchange
Global Operation Services" status=""
18 bands="MVNO" brand="Voxbone" cc="fr" country="France" operator="Voxbone
mobile" status="Operational"
- 20 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900 / LTE 1800 / LTE 2600"
brand="Bouygues" cc="fr" country="France" operator="Bouygues Telecom"
status="Operational"
+ 20 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 /
LTE 2600" brand="Bouygues" cc="fr" country="France" operator="Bouygues Telecom"
status="Operational"
21 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900" brand="Bouygues" cc="fr"
country="France" operator="Bouygues Telecom" status=""
22 bands="" brand="Transatel Mobile" cc="fr" country="France"
operator="Transatel" status=""
- 23 bands="GSM / UMTS" brand="Virgin Mobile (MVNO)" cc="fr" country="France"
operator="Omea Telecom" status="Operational"
- 24 bands="UMTS" brand="MobiquiThings" cc="fr" country="France"
status="Operational"
- 25 bands="GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900" brand="LycaMobile"
cc="fr" country="France" operator="LycaMobile" status="Operational"
- 26 bands="GSM / UMTS" brand="NRJ Mobile (MVNO)" cc="fr" country="France"
operator="NRJ Mobile" status="Operational"
+ 23 bands="MVNO" cc="fr" country="France" operator="Omea Telecom"
status="Operational"
+ 24 bands="MVNO" brand="MobiquiThings" cc="fr" country="France"
operator="MobiquiThings" status="Operational"
+ 25 bands="MVNO" brand="LycaMobile" cc="fr" country="France"
operator="LycaMobile" status="Operational"
+ 26 bands="MVNO" brand="NRJ Mobile" cc="fr" country="France"
operator="Euro-Information Telecom SAS" status="Operational"
27 bands="" cc="fr" country="France" operator="Afone" status=""
- 28 bands="" cc="fr" country="France" operator="Astrium SAS" status=""
- 29 bands="" cc="fr" country="France" operator="Société International Mobile
Communication" status=""
+ 28 bands="" cc="fr" country="France" operator="Airbus Defence and Space SAS"
status=""
+ 29 bands="" cc="fr" country="France" operator="Société International Mobile
Communication" status="Not operational"
30 bands="" cc="fr" country="France" operator="Symacom" status=""
- 31 bands="MVNO" brand="Vectone" cc="fr" country="France" operator="Mundio
Mobile" status="Operational"
+ 31 bands="MVNO" brand="Vectone Mobile" cc="fr" country="France"
operator="Mundio Mobile" status="Operational"
88 bands="GSM 900 / GSM 1800" brand="Bouygues" cc="fr" country="France"
operator="Bouygues Telecom" status="Operational"
- 89 bands="" cc="fr" country="France" operator="Omer Telecom Ltd" status=""
+ 89 bands="" cc="fr" country="France" operator="Omer Telecom Ltd" status="Not
operational"
90 bands="" cc="fr" country="France" operator="Images & Réseaux" status=""
91 bands="" cc="fr" country="France" operator="Orange S.A." status=""
- 92 bands="LTE 2600" brand="Com4Innov" cc="fr" country="France"
operator="Association Plate-forme Télécom" status="Operational"
+ 92 bands="LTE-TDD 2300 / LTE 2600" brand="Com4Innov" cc="fr" country="France"
operator="Association Plate-forme Télécom" status="Operational"
93 bands="" cc="fr" country="France" operator="TDF" status=""
+ 94 bands="" cc="fr" country="France" operator="Halys" status=""
00-99
212
- 01 bands="GSM 900 / UMTS 2100 / LTE 2600" brand="Office des Telephones"
cc="mc" country="Monaco" operator="Monaco Telecom" status="Operational"
+ 01 bands="GSM 1800 / UMTS 2100 / LTE 2600" brand="Office des Telephones"
cc="mc" country="Monaco" operator="Monaco Telecom" status="Operational"
00-99
213
03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Mobiland" cc="ad"
country="Andorra" operator="Servei De Tele. DAndorra" status="Operational"
00-99
214
01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="es"
country="Spain" operator="Vodafone Spain" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Orange" cc="es"
country="Spain" operator="France Telecom España SA" status="Operational"
- 04 bands="GSM 1800 / UMTS 2100" brand="Yoigo" cc="es" country="Spain"
operator="Xfera Moviles SA" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600"
brand="Orange" cc="es" country="Spain" operator="France Telecom España SA"
status="Operational"
+ 04 bands="GSM 1800 / UMTS 2100 / LTE 1800" brand="Yoigo" cc="es"
country="Spain" operator="Xfera Moviles SA" status="Operational"
05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="TME" cc="es" country="Spain"
operator="Telefónica Móviles España" status="Operational"
- 06 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="es"
country="Spain" operator="Vodafone Spain" status="Operational"
- 07 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="movistar" cc="es"
country="Spain" operator="Telefónica Móviles España" status="Operational"
+ 06 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600"
brand="Vodafone" cc="es" country="Spain" operator="Vodafone Spain"
status="Operational"
+ 07 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600"
brand="movistar" cc="es" country="Spain" operator="Telefónica Móviles España"
status="Operational"
08 bands="MVNO" brand="Euskaltel" cc="es" country="Spain" status="Operational"
09 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange" cc="es"
country="Spain" operator="France Telecom España SA" status="Operational"
+ 10 bands="" cc="es" country="Spain" operator="Operadora de Telecomunicaciones
Opera SL" status=""
+ 11 bands="" brand="Orange" cc="es" country="Spain" operator="France Telecom
España SA" status=""
+ 12 bands="" cc="es" country="Spain" operator="Contacta Servicios Avanzados de
Telecomunicaciones SL" status=""
+ 13 bands="" cc="es" country="Spain" operator="Incotel Ingeniera y Consultaria
SL" status=""
+ 14 bands="" cc="es" country="Spain" operator="Incotel Servicioz Avanzados SL"
status=""
15 bands="MVNO" brand="BT" cc="es" country="Spain" operator="BT Group España
Compañia de Servicios Globales de Telecomunicaciones S.A.U."
status="Operational"
16 bands="MVNO" brand="TeleCable" cc="es" country="Spain" operator="Telecable
de Asturias S.A.U." status="Operational"
17 bands="MVNO" brand="Móbil R" cc="es" country="Spain" operator="R Cable y
Telecomunicaciones Galicia S.A." status="Operational"
@@ -128,18 +136,21 @@
23 bands="MVNO" brand="Barablu" cc="es" country="Spain" operator="Barablu
Móvil España"
24 bands="MVNO" brand="Eroski" cc="es" country="Spain" operator="Eroski Móvil
España" status="Operational"
25 bands="MVNO" brand="Lycamobile" cc="es" country="Spain"
operator="LycaMobile S.L." status="Operational"
- 28 bands="" cc="es" country="Spain" operator="Consorcio de Telecomunicaciones
Avanzadas, S.A." status=""
- 29 bands="" cc="es" country="Spain" operator="NEO-SKY 2002, S.A." status=""
+ 26 bands="" cc="es" country="Spain" operator="Lleida Networks Serveis
Telemátics, SL" status=""
+ 27 bands="MVNO" brand="Truphone" cc="es" country="Spain" operator="SCN
Truphone, S.L." status="Operational"
+ 28 bands="LTE-TDD 2600" brand="Murcia4G" cc="es" country="Spain"
operator="Consorcio de Telecomunicaciones Avanzadas, S.A." status="Operational"
+ 29 bands="LTE-TDD 3500" cc="es" country="Spain" operator="NEO-SKY 2002, S.A."
status="Operational"
30 bands="" cc="es" country="Spain" operator="Compatel Limited" status=""
31 bands="" cc="es" country="Spain" operator="Red Digital De
Telecomunicaciones de las Islas Baleares, S.L." status=""
32 bands="MVNO" brand="Tuenti" cc="es" country="Spain" operator="Tuenti
Technologies S.L." status="Operational"
+ 51 bands="GSM-R" brand="ADIF" cc="es" country="Spain" operator="Administrador
de Infraestructuras Ferroviarias" status="Operational"
00-99
216
01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Telenor" cc="hu"
country="Hungary" operator="Telenor Magyarország Zrt." status="Operational"
- 20 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Telenor" cc="hu"
country="Hungary" operator="Telenor Magyarország Zrt." status="Operational"
- 30 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="T-Mobile" cc="hu"
country="Hungary" operator="Magyar Telekom Plc" status="Operational"
+ 02 bands="" cc="hu" country="Hungary" operator="MVM Net 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="" brand="UPC Hungary" cc="hu" country="Hungary" operator="UPC
Hungary Ltd." status="Operational"
+ 71 bands="MVNO" brand="UPC Hungary" cc="hu" country="Hungary" operator="UPC
Hungary Ltd." status="Operational"
99 bands="GSM-R 900" brand="MAV GSM-R" cc="hu" country="Hungary"
operator="Magyar Államvasutak" status="Planned"
00-99
218
@@ -149,62 +160,68 @@
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 2100" brand="Tele2" cc="hr"
country="Croatia" operator="Tele2" 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"
+ 12 bands="MVNO" cc="hr" country="Croatia" operator="TELE FOCUS d.o.o."
status=""
00-99
220
01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telenor" cc="rs"
country="Serbia" operator="Telenor Serbia" status="Operational"
02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telenor" cc="rs"
country="Serbia" operator="Telenor Montenegro" status="Not operational"
03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="mt:s" cc="rs"
country="Serbia" operator="Telekom Srbija" status="Operational"
+ 04 bands="GSM" brand="T-Mobile" cc="rs" country="Serbia" operator="T-Mobile
Montenegro LLC" status="Not operational"
05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="VIP" cc="rs"
country="Serbia" operator="VIP Mobile" status="Operational"
+ 07 bands="CDMA 450" cc="rs" country="Serbia" operator="Orion Telekom"
status="Operational"
00-99
222
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="TIM" cc="it" country="Italy"
operator="Telecom Italia SpA" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600"
brand="TIM" cc="it" country="Italy" operator="Telecom Italia SpA"
status="Operational"
02 bands="Satellite (Globalstar)" brand="Elsacom" cc="it" country="Italy"
status="Not operational"
04 bands="" brand="Intermatica" cc="it" country="Italy" status=""
05 bands="" brand="Telespazio" cc="it" country="Italy" status=""
07 bands="MVNO" brand="Noverca" cc="it" country="Italy" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Vodafone" cc="it"
country="Italy" operator="Vodafone Omnitel N.V." status="Operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600"
brand="Vodafone" cc="it" country="Italy" operator="Vodafone Omnitel N.V."
status="Operational"
30 bands="GSM-R 900" brand="RFI" cc="it" country="Italy" operator="Rete
Ferroviaria Italiana" status="Operational"
+ 33 bands="" cc="it" country="Italy" operator="Hi3G" status="Operational"
34 bands="MVNO" brand="BT Italia" cc="it" country="Italy" operator="British
Telecom Italia" status="Reserved"
- 35 bands="MVNO" brand="Lyca Italy" cc="it" country="Italy" operator="Lyca
Mobile" status="Reserved"
+ 35 bands="MVNO" brand="Lyca Italy" cc="it" country="Italy"
operator="Lycamobile" status="Operational"
77 bands="UMTS 2100" brand="IPSE 2000" cc="it" country="Italy" status="Not
operational"
- 88 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Wind" cc="it"
country="Italy" operator="Wind Telecomunicazioni SpA" status="Operational"
- 98 bands="GSM 1800" brand="Blu" cc="it" country="Italy" status="Not
operational"
- 99 bands="UMTS 2100" brand="3 Italia" cc="it" country="Italy"
operator="Hutchison 3G" status="Operational"
+ 88 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="Wind" cc="it"
country="Italy" operator="Wind Telecomunicazioni SpA" status="Operational"
+ 98 bands="GSM 900" brand="BLU s.p.a" cc="it" country="Italy" operator="BLU
s.p.a" status="Not operational"
+ 99 bands="UMTS 900 / UMTS 2100 / LTE 1800" brand="3 Italia" cc="it"
country="Italy" operator="Hutchison 3G" status="Operational"
00-99
226
01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 /
TD-LTE 2600" brand="Vodafone" cc="ro" country="Romania" operator="Vodafone
România" status="Operational"
- 02 bands="CDMA 420" brand="Clicknet Mobile" cc="ro" country="Romania"
operator="Telekom Romania" status="Operational"
+ 02 bands="CDMA 420" brand="Clicknet Mobile" cc="ro" country="Romania"
operator="Telekom Romania" status="Not operational"
03 bands="GSM 900 / GSM 1800 / LTE 800 / LTE 1800 / LTE 2600" brand="Telekom"
cc="ro" country="Romania" operator="Telekom Romania" status="Operational"
04 bands="CDMA 450" brand="Cosmote/Zapp" cc="ro" country="Romania"
operator="Telekom Romania" status="Not operational"
05 bands="UMTS 900 / UMTS 2100" brand="Digi.Mobil" cc="ro" country="Romania"
operator="RCS&RDS" status="Operational"
06 bands="UMTS 2100" brand="Telekom/Zapp" cc="ro" country="Romania"
operator="Telekom Romania" status="Operational"
10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 /
LTE 2600" brand="Orange" cc="ro" country="Romania" operator="Orange România"
status="Operational"
11 bands="MVNO" cc="ro" country="Romania" operator="Enigma-System" status=""
- 15 bands="TD-LTE 2600" brand="Idilis" cc="ro" country="Romania"
operator="Idilis" status="Planned"
+ 15 bands="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
- 01 bands="GSM 900 / GSM / LTE 1800 / UMTS 2100" brand="Swisscom" cc="ch"
country="Switzerland" operator="Swisscom Ltd" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Sunrise" cc="ch"
country="Switzerland" operator="Sunrise Communications AG" status="Operational"
- 03 bands="GSM 1800 / UMTS 2100" brand="Orange" cc="ch" country="Switzerland"
operator="Orange Communications SA" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Swisscom" cc="ch"
country="Switzerland" operator="Swisscom Ltd" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Sunrise" cc="ch"
country="Switzerland" operator="Sunrise Communications AG" status="Operational"
+ 03 bands="GSM 1800 / UMTS 900 / UMTS 2100" brand="Orange" cc="ch"
country="Switzerland" operator="Orange Communications SA" status="Operational"
05 bands="" cc="ch" country="Switzerland" operator="Togewanet AG (Comfone)"
status="Reserved"
06 bands="GSM-R 900" brand="SBB-CFF-FFS" cc="ch" country="Switzerland"
operator="SBB AG" status="Operational"
- 07 bands="GSM 1800" brand="IN&Phone" cc="ch" country="Switzerland"
operator="IN&Phone SA" status="Operational"
+ 07 bands="GSM 1800" brand="IN&Phone" cc="ch" country="Switzerland"
operator="IN&Phone SA" status="Not operational"
08 bands="GSM 1800" brand="Tele4u" cc="ch" country="Switzerland"
operator="TelCommunication Services AG" status="Operational"
- 09 bands="Roaming Hub" cc="ch" country="Switzerland" operator="Comfone"
status="Inactive"
+ 09 bands="" cc="ch" country="Switzerland" operator="Comfone AG" status=""
12 cc="ch" country="Switzerland" operator="Sunrise" status="Inactive"
- 50 bands="UMTS 2100" cc="ch" country="Switzerland" operator="3G Mobile AG"
status="Reserved"
+ 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"
- 53 cc="ch" country="Switzerland" operator="UPC" status="Inactive"
- 54 bands="MVNO" cc="ch" country="Switzerland" operator="Lyca Mobile"
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"
+ 56 bands="" cc="ch" country="Switzerland" operator="SMSRelay AG" status=""
99 cc="ch" country="Switzerland" operator="Swisscom" status=""
00-99
230
01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800"
brand="T-Mobile" cc="cy" country="Cyprus" operator="T-Mobile Czech Republic"
status="Operational"
- 02 bands="CDMA 450 / GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800"
brand="O<sub>2</sub>" cc="cy" country="Cyprus" operator="Telefónica Czech
Republic" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 900 / LTE 1800"
brand="Vodafone" cc="cy" country="Cyprus" operator="Vodafone Czech Republic"
status="Operational"
+ 02 bands="CDMA 450 / GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800"
brand="O<sub>2</sub>" cc="cy" country="Cyprus" operator="O2 Czech Republic"
status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 900 / LTE 1800 / LTE
2100" brand="Vodafone" cc="cy" country="Cyprus" operator="Vodafone Czech
Republic" status="Operational"
04 bands="CDMA2000 410 - 430" brand="U:fon" cc="cy" country="Cyprus"
operator="Air Telecom a. s." status="Operational"
05 bands="" cc="cy" country="Cyprus" operator="TRAVEL TELEKOMMUNIKATION,
s.r.o." status=""
06 bands="" cc="cy" country="Cyprus" operator="OSNO TELECOMUNICATION, s.r.o."
status=""
@@ -214,98 +231,104 @@
99 bands="GSM 1800" brand="Vodafone" cc="cy" country="Cyprus"
operator="Vodafone Czech Republic" status="Operational"
00-99
231
- 01 bands="GSM 900 / GSM 1800 / UMTS 900<ref name=gsa_umts900_130214 />/2100"
brand="Orange" cc="sk" country="Slovakia" operator="Orange Slovensko"
status="Operational"
- 02 bands="GSM 900 / GSM 1800" brand="Telekom" cc="sk" country="Slovakia"
operator="Slovak Telekom" status="Operational"
- 03 bands="" cc="sk" country="Slovakia" operator="Unient Communications"
status=""
- 04 bands="UMTS 2100" brand="T-Mobile" cc="sk" country="Slovakia"
operator="T-Mobile Slovensko" status="Operational"
- 06 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="O<sub>2</sub>" cc="sk"
country="Slovakia" operator="Telefónica O2 Slovakia" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Orange" cc="sk"
country="Slovakia" operator="Orange Slovensko" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Telekom" cc="sk"
country="Slovakia" operator="Slovak Telekom" status="Operational"
+ 03 bands="LTE 1800" brand="Swan" cc="sk" country="Slovakia" operator="Unient
Communications" status="Operational"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telekom" cc="sk"
country="Slovakia" operator="Slovak Telekom" status="Operational"
+ 05 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Orange" cc="sk"
country="Slovakia" operator="Orange Slovensko" status="Operational"
+ 06 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="O<sub>2</sub>"
cc="sk" country="Slovakia" operator="Telefónica O2 Slovakia"
status="Operational"
99 bands="GSM-R" brand="ŽSR" cc="sk" country="Slovakia" operator="Železnice
Slovenskej Republiky" status="Operational"
00-99
232
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600" brand="A1 TA"
country="Austria - AT" operator="A1 Telekom Austria" status="Operational"
- 02 country="Austria - AT" operator="A1 Telekom Austria" status="reserved"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="T-Mobile AT"
country="Austria - AT" operator="T-Mobile Austria" status="Operational"
- 04 bands="" brand="T-Mobile AT" country="Austria - AT" operator="T-Mobile
Austria Gmbh" status=""
- 05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange AT" country="Austria
- AT" operator="Hutchison Drei Austria" status="Operational"
- 06 bands="" brand="Orange AT" country="Austria - AT" operator="Orange Austria
GmbH" status=""
- 07 bands="MVNO" brand="tele.ring" country="Austria - AT" operator="T-Mobile
Austria" status="Operational"
- 08 country="Austria - AT" status="Not operational"
- 09 bands="MVNO" brand="Tele2Mobil" country="Austria - AT" operator="A1
Telekom Austria" status="Operational"
- 10 bands="UMTS 2100 / LTE 2600" brand="3AT" country="Austria - AT"
operator="Hutchison Drei Austria" status="Operational"
- 11 bands="MVNO" brand="bob" country="Austria - AT" operator="A1 Telekom
Austria" status="Operational"
- 12 bands="MVNO" brand="yesss!" country="Austria - AT" operator="A1 Telekom
Austria" status="Operational"
- 13 bands="" country="Austria - AT" status="Not operational"
- 14 bands="" country="Austria - AT" operator="Hutchison Drei Austria"
status="Reserved"
- 15 bands="MVNO" brand="Vectone" country="Austria - AT" operator="Mundio
Mobile Austria" status="Operational"
- 16 country="Austria - AT" operator="Hutchison Drei Austria" status="Reserved"
- 91 bands="GSM-R" brand="GSM-R A" country="Austria - AT" operator="ÖBB"
status="Operational"
+ 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"
+ 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"
+ 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"
+ 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"
+ 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"
+ 17 bands="" cc="at" country="Austria" operator="MASS Response Service GmbH"
status=""
+ 18 bands="" cc="at" country="Austria" operator="smartspace GmbH" status=""
+ 19 bands="" cc="at" country="Austria" operator="Tele2 Telecommunication GmbH"
status=""
+ 91 bands="GSM-R" brand="GSM-R A" cc="at" country="Austria" operator="ÖBB"
status="Operational"
00-99
234
- 00 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="BT" cc="uk" country="United
Kingdom" operator="BT Group" status="Operational"
- 01 bands="GSM 1800" brand="Vectone Mobile" cc="uk" country="United Kingdom"
operator="Mundio Mobile Limited" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100 & 900" brand="O2 (UK)" cc="uk"
country="United Kingdom" operator="Telefónica Europe" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Airtel-Vodafone" cc="uk"
country="United Kingdom" operator="Jersey Airtel Limited" status="Operational"
- 04 bands="GSM 1800" brand="FMS Solutions Ltd" cc="uk" country="United
Kingdom" operator="FMS Solutions Ltd" status="Reserved"
- 05 cc="uk" country="United Kingdom" operator="COLT Mobile Telecommunications
Limited"
- 06 cc="uk" country="United Kingdom" operator="Internet Computer Bureau
Limited"
- 07 bands="GSM 1800" cc="uk" country="United Kingdom" operator="Cable &
Wireless Worldwide" status="Operational"
- 08 cc="uk" country="United Kingdom" operator="OnePhone (UK) Ltd"
- 09 bands="GSM 900 / GSM 1800" brand="Sure Mobile" cc="uk" country="United
Kingdom" operator="Tismi BV" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 2100 & 900" brand="O2 (UK)" cc="uk"
country="United Kingdom" operator="Telefónica Europe" status="Operational"
- 11 bands="GSM 900 / GSM 1800 / UMTS 2100 & 900" brand="O2 (UK)" cc="uk"
country="United Kingdom" operator="Telefónica Europe" status="Operational"
- 12 bands="GSM-R" brand="Railtrack" cc="uk" country="United Kingdom"
operator="Network Rail Infrastructure Ltd" status="Operational"
- 13 bands="GSM-R" brand="Railtrack" cc="uk" country="United Kingdom"
operator="Network Rail Infrastructure Ltd" status="Operational"
- 14 bands="GSM 1800" brand="Hay Systems Ltd" cc="uk" country="United Kingdom"
operator="Hay Systems Ltd" status="Operational"
- 15 bands="GSM 900 / GSM 1800 / UMTS 2100 & 900" brand="Vodafone UK" cc="uk"
country="United Kingdom" operator="Vodafone" status="Operational"
- 16 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Talk Talk" cc="uk"
country="United Kingdom" operator="TalkTalk Communications Limited"
status="Operational"
- 17 cc="uk" country="United Kingdom" operator="FleXtel Limited"
- 18 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cloud9" cc="uk"
country="United Kingdom" operator="Cloud9" status="Operational"
- 19 bands="GSM 1800" brand="Private Mobile Networks PMN" cc="uk"
country="United Kingdom" operator="Teleware plc" status="Operational"
- 20 bands="UMTS 2100" brand="3" cc="uk" country="United Kingdom"
operator="Hutchison 3G UK Ltd" status="Operational"
- 22 bands="" brand="RoutoMessaging" cc="uk" country="United Kingdom"
operator="Routo Telecommunications Limited" status="Operational"
- 23 bands="" cc="uk" country="United Kingdom" operator="Icron Network Limited"
status=""
- 24 bands="" brand="Greenfone" cc="uk" country="United Kingdom"
operator="Stour Marine" status="Operational"
- 25 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Truphone" cc="uk"
country="United Kingdom" operator="Truphone" status="Operational"
- 26 brand="Lycamobile" cc="uk" country="United Kingdom" operator="Lycamobile
UK Limited" status="Operational"
- 27 bands="GSM 900 / GSM 1800 / UMTS 2100" cc="uk" country="United Kingdom"
operator="Teleena UK Limited" status="Operational"
- 28 bands="" brand="Marathon Telecom Ltd" cc="uk" country="United Kingdom"
operator="Marathon Telecom Limited" status="Operational"
- 29 bands="" brand="aql" cc="uk" country="United Kingdom" operator="(aq)
Limited" status=""
- 30 bands="GSM 1800 / UMTS 2100" brand="T-Mobile UK" cc="uk" country="United
Kingdom" operator="EE" status="Operational"
- 31 bands="GSM 1800 / UMTS 2100" brand="Virgin Mobile UK" cc="uk"
country="United Kingdom" operator="Virgin Media" status="Operational"
- 32 bands="GSM 1800 / UMTS 2100" brand="Virgin Mobile UK" cc="uk"
country="United Kingdom" operator="Virgin Media" status="Operational"
- 33 bands="GSM 1800 / UMTS 2100" brand="Orange (UK)" cc="uk" country="United
Kingdom" operator="EE" status="Operational"
- 34 bands="GSM 1800 / UMTS 2100" brand="Orange (UK)" cc="uk" country="United
Kingdom" operator="EE" status="Operational"
- 35 bands="" cc="uk" country="United Kingdom" operator="JSC Ingenium (UK)
Limited" status=""
- 36 bands="" cc="uk" country="United Kingdom" operator="Sure (Isle of Man)
Limited" status=""
- 37 bands="" cc="uk" country="United Kingdom" operator="Synectiv Ltd" status=""
- 38 bands="" brand="Virgin Mobile UK" cc="uk" country="United Kingdom"
operator="Virgin Media" status=""
- 39 bands="" cc="uk" country="United Kingdom" operator="SSE Energy Supply
Limited" status=""
- 50 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="JT" cc="uk" country="United
Kingdom" operator="JT Group Limited" status="Operational"
- 51 bands="TD-LTE" brand="UK Broadband" cc="uk" country="United Kingdom"
operator="UK Broadband Limited" status="Operational"
- 52 bands="" cc="uk" country="United Kingdom" operator="Shyam Telecom UK Ltd"
status=""
- 53 bands="" cc="uk" country="United Kingdom" operator="Limitless Mobile Ltd"
status=""
- 55 bands="GSM 900 (Guernsey) / GSM 1800 (Jersey) / UMTS 2100" brand="Sure
Mobile" cc="uk" country="United Kingdom" operator="Cable & Wireless Guernsey /
Sure Mobile (Jersey)" status="Operational"
- 58 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Pronto GSM" cc="uk"
country="United Kingdom" operator="Manx Telecom" status="Operational"
- 76 bands="GSM 900 / GSM 1800" brand="BT" cc="uk" country="United Kingdom"
operator="BT Group" status="Operational"
- 78 bands="TETRA" brand="Airwave" cc="uk" country="United Kingdom"
operator="Airwave Solutions Ltd" status="Operational"
- 86 bands="" cc="uk" country="United Kingdom" operator="EE" status=""
+ 00 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="BT" cc="gb" country="United
Kingdom" operator="BT Group" status="Operational"
+ 01 bands="GSM 1800" brand="Vectone Mobile" cc="gb" country="United Kingdom"
operator="Mundio Mobile Limited" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="O2 (UK)" cc="gb"
country="United Kingdom" operator="Telefónica Europe" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Airtel-Vodafone" cc="gb"
country="United Kingdom" operator="Jersey Airtel Limited" status="Operational"
+ 04 bands="GSM 1800" brand="FMS Solutions Ltd" cc="gb" country="United
Kingdom" operator="FMS Solutions Ltd" status="Reserved"
+ 05 cc="gb" country="United Kingdom" operator="COLT Mobile Telecommunications
Limited"
+ 06 cc="gb" country="United Kingdom" operator="Internet Computer Bureau
Limited"
+ 07 bands="GSM 1800" cc="gb" country="United Kingdom" operator="Cable &
Wireless Worldwide" status="Operational"
+ 08 cc="gb" country="United Kingdom" operator="OnePhone (UK) Ltd"
+ 09 bands="GSM 900 / GSM 1800" brand="Sure Mobile" cc="gb" country="United
Kingdom" operator="Tismi BV" status="Operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="O2 (UK)" cc="gb"
country="United Kingdom" operator="Telefónica Europe" status="Operational"
+ 11 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="O2 (UK)" cc="gb"
country="United Kingdom" operator="Telefónica Europe" status="Operational"
+ 12 bands="GSM-R" brand="Railtrack" cc="gb" country="United Kingdom"
operator="Network Rail Infrastructure Ltd" status="Operational"
+ 13 bands="GSM-R" brand="Railtrack" cc="gb" country="United Kingdom"
operator="Network Rail Infrastructure Ltd" status="Operational"
+ 14 bands="GSM 1800" brand="Hay Systems Ltd" cc="gb" country="United Kingdom"
operator="Hay Systems Ltd" status="Operational"
+ 15 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Vodafone UK"
cc="gb" country="United Kingdom" operator="Vodafone" status="Operational"
+ 16 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Talk Talk" cc="gb"
country="United Kingdom" operator="TalkTalk Communications Limited"
status="Operational"
+ 17 cc="gb" country="United Kingdom" operator="FleXtel Limited"
+ 18 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cloud9" cc="gb"
country="United Kingdom" operator="Cloud9" status="Operational"
+ 19 bands="GSM 1800" brand="Private Mobile Networks PMN" cc="gb"
country="United Kingdom" operator="Teleware plc" status="Operational"
+ 20 bands="UMTS 2100" brand="3" cc="gb" country="United Kingdom"
operator="Hutchison 3G UK Ltd" status="Operational"
+ 21 bands="" cc="gb" country="United Kingdom" operator="LogicStar Ltd"
status="Not operational"
+ 22 bands="" cc="gb" country="United Kingdom" operator="Telesign Mobile
Limited" status=""
+ 23 bands="" cc="gb" country="United Kingdom" operator="Icron Network Limited"
status=""
+ 24 bands="" brand="Greenfone" cc="gb" country="United Kingdom"
operator="Stour Marine Limited" status="Operational"
+ 25 bands="MVNO" brand="Truphone" cc="gb" country="United Kingdom"
operator="Truphone" status="Operational"
+ 26 bands="MVNO" brand="Lycamobile" cc="gb" country="United Kingdom"
operator="Lycamobile UK Limited" status="Operational"
+ 27 bands="GSM 900 / GSM 1800 / UMTS 2100" cc="gb" country="United Kingdom"
operator="Teleena UK Limited" status="Operational"
+ 28 bands="" brand="Marathon Telecom Ltd" cc="gb" country="United Kingdom"
operator="Marathon Telecom Limited" status="Operational"
+ 29 bands="" brand="aql" cc="gb" country="United Kingdom" operator="(aq)
Limited" status=""
+ 30 bands="GSM 1800 / UMTS 2100" brand="T-Mobile UK" cc="gb" country="United
Kingdom" operator="EE" status="Operational"
+ 31 bands="GSM 1800 / UMTS 2100" brand="Virgin Mobile UK" cc="gb"
country="United Kingdom" operator="Virgin Media" status="Operational"
+ 32 bands="GSM 1800 / UMTS 2100" brand="Virgin Mobile UK" cc="gb"
country="United Kingdom" operator="Virgin Media" status="Operational"
+ 33 bands="GSM 1800 / UMTS 2100" brand="Orange (UK)" cc="gb" country="United
Kingdom" operator="EE" status="Operational"
+ 34 bands="GSM 1800 / UMTS 2100" brand="Orange (UK)" cc="gb" country="United
Kingdom" operator="EE" status="Operational"
+ 35 bands="" cc="gb" country="United Kingdom" operator="JSC Ingenium (UK)
Limited" status="Not operational"
+ 36 bands="" cc="gb" country="United Kingdom" operator="Sure (Isle of Man)
Limited" status=""
+ 37 bands="" cc="gb" country="United Kingdom" operator="Synectiv Ltd" status=""
+ 38 bands="" brand="Virgin Mobile UK" cc="gb" country="United Kingdom"
operator="Virgin Media" status=""
+ 39 bands="" cc="gb" country="United Kingdom" operator="SSE Energy Supply
Limited" status=""
+ 50 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="JT" cc="gb" country="United
Kingdom" operator="JT Group Limited" status="Operational"
+ 51 bands="TD-LTE" brand="UK Broadband" cc="gb" country="United Kingdom"
operator="UK Broadband Limited" status="Operational"
+ 52 bands="" cc="gb" country="United Kingdom" operator="Shyam Telecom UK Ltd"
status=""
+ 53 bands="" cc="gb" country="United Kingdom" operator="Limitless Mobile Ltd"
status=""
+ 54 bands="" cc="gb" country="United Kingdom" operator="The Carphone Warehouse
Limited" status=""
+ 55 bands="GSM 900 (Guernsey) / GSM 1800 (Jersey) / UMTS 2100" brand="Sure
Mobile" cc="gb" country="United Kingdom" operator="Cable & Wireless Guernsey /
Sure Mobile (Jersey)" status="Operational"
+ 58 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Pronto GSM" cc="gb"
country="United Kingdom" operator="Manx Telecom" status="Operational"
+ 76 bands="GSM 900 / GSM 1800" brand="BT" cc="gb" country="United Kingdom"
operator="BT Group" status="Operational"
+ 78 bands="TETRA" brand="Airwave" cc="gb" country="United Kingdom"
operator="Airwave Solutions Ltd" status="Operational"
+ 86 bands="" cc="gb" country="United Kingdom" operator="EE" status=""
00-99
235
- 00 cc="uk" country="United Kingdom" operator="Mundio Mobile Limited"
- 01 bands="" cc="uk" country="United Kingdom" operator="EE" status=""
- 02 bands="" cc="uk" country="United Kingdom" operator="EE" status=""
- 03 bands="" brand="UK Broadband" cc="uk" country="United Kingdom"
operator="UK Broadband Limited" status=""
- 77 brand="BT" cc="uk" country="United Kingdom" operator="BT Group"
- 91 cc="uk" country="United Kingdom" operator="Vodafone United Kingdom"
- 92 cc="uk" country="United Kingdom" operator="Cable & Wireless UK"
- 94 cc="uk" country="United Kingdom" operator="Hutchison 3G UK Ltd"
- 95 cc="uk" country="United Kingdom" operator="Network Rail Infrastructure
Limited"
+ 00 cc="gb" country="United Kingdom" operator="Mundio Mobile Limited"
+ 01 bands="" cc="gb" country="United Kingdom" operator="EE" status=""
+ 02 bands="" cc="gb" country="United Kingdom" operator="EE" status=""
+ 03 bands="" brand="UK Broadband" cc="gb" country="United Kingdom"
operator="UK Broadband Limited" status=""
+ 77 brand="BT" cc="gb" country="United Kingdom" operator="BT Group"
+ 91 cc="gb" country="United Kingdom" operator="Vodafone United Kingdom"
+ 92 cc="gb" country="United Kingdom" operator="Cable & Wireless UK"
+ 94 cc="gb" country="United Kingdom" operator="Hutchison 3G UK Ltd"
+ 95 cc="gb" country="United Kingdom" operator="Network Rail Infrastructure
Limited"
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"
02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 /
LTE 2600" brand="Telenor" cc="dk" country="Denmark" operator="Telenor Denmark"
status="Operational"
- 03 bands="" brand="End2End" cc="dk" country="Denmark" operator="MIGway A/S"
status="Reserved"
- 04 bands="" cc="dk" country="Denmark" operator="NextGen Mobile Ltd" status=""
+ 03 bands="" cc="dk" country="Denmark" operator="MACH Connectivity" status=""
+ 04 bands="" cc="dk" country="Denmark" operator="NextGen Mobile Ltd T/A
CardBoardFish" status=""
05 bands="TETRA" brand="TetraNet" cc="dk" country="Denmark" operator="ApS
KBUS 38 nr. 4418" status="Operational"
06 bands="UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" brand="3" cc="dk"
country="Denmark" operator="Hi3G Denmark ApS" status="Operational"
07 bands="MVNO" brand="Vectone Mobile" cc="dk" country="Denmark"
operator="Mundio Mobile (Denmark) Limited" status="Operational"
@@ -315,6 +338,7 @@
11 bands="TETRA" brand="SINE" cc="dk" country="Denmark" operator="Dansk
Beredskabskommunikation A/S" status="Operational"
12 bands="MVNO" brand="Lycamobile" cc="dk" country="Denmark"
operator="Lycamobile Denmark Ltd" status="Operational"
13 bands="" cc="dk" country="Denmark" operator="Compatel Limited" status=""
+ 15 bands="" cc="dk" country="Denmark" operator="Ice Danmark ApS" 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=""
@@ -325,37 +349,37 @@
77 bands="GSM 900 / GSM 1800" brand="Telenor" cc="dk" country="Denmark"
operator="Telenor Denmark" status="Operational"
00-99
240
- 01 bands="GSM 900 / GSM 1800 / LTE 800 / LTE 1800 / LTE 2600" brand="Telia"
cc="se" country="Sweden" operator="TeliaSonera Sverige AB" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / LTE 800 / LTE 1800 / LTE 2600"
brand="Telia" cc="se" country="Sweden" operator="TeliaSonera Sverige AB"
status="Operational"
02 bands="UMTS 900 / UMTS 2100 / LTE 2600" brand="3" cc="se" country="Sweden"
operator="HI3G Access AB" status="Operational"
- 03 bands="CDMA2000 450" brand="Net 1" cc="se" country="Sweden"
operator="Netett Sverige AB" status="Operational"
+ 03 bands="CDMA 450" brand="Net 1" cc="se" country="Sweden" operator="Netett
Sverige AB" status="Operational"
04 bands="UMTS 2100" brand="SWEDEN" cc="se" country="Sweden" operator="3G
Infrastructure Services AB" status="Operational"
05 bands="UMTS 2100" brand="Sweden 3G" cc="se" country="Sweden"
operator="Svenska UMTS-Nät AB" status="Operational"
06 bands="UMTS 2100" brand="Telenor" cc="se" country="Sweden"
operator="Telenor Sverige AB" status="Operational"
- 07 bands="GSM 900 / GSM 1800" brand="Tele2" cc="se" country="Sweden"
operator="Tele2 Sverige AB" status="Inactive"
- 08 bands="GSM 900 / GSM 1800" brand="Telenor" cc="se" country="Sweden"
operator="Telenor Sverige AB" status="Operational"
+ 07 bands="GSM 900 / GSM 1800" brand="Tele2" cc="se" country="Sweden"
operator="Tele2 Sverige AB" status="Not operational"
+ 08 bands="GSM 900 / GSM 1800" brand="Telenor" cc="se" country="Sweden"
operator="Telenor Sverige AB" status="Not operational"
09 bands="MVNO" brand="djuice" cc="se" country="Sweden" operator="Telenor
Mobile Sweden AS" status="Not operational"
10 brand="Spring Mobil" cc="se" country="Sweden" operator="Spring Mobil AB"
status="Operational"
11 bands="" cc="se" country="Sweden" operator="Lindholmen Science Park AB"
status="Not operational"
12 bands="MVNO" brand="Lycamobile" cc="se" country="Sweden"
operator="Lycamobile Sweden Limited" status="Operational"
13 bands="" cc="se" country="Sweden" operator="Alltele Företag Sverige AB"
status=""
- 14 bands="MVNO" cc="se" country="Sweden" operator="TDC Sverige AB"
status="Inactive"
+ 14 bands="MVNO" cc="se" country="Sweden" operator="TDC Sverige AB"
status="Not operational"
15 bands="GSM 900 / GSM 1800 / UMTS 2100" cc="se" country="Sweden"
operator="Wireless Maingate Nordic AB" status="Operational"
16 bands="GSM" cc="se" country="Sweden" operator="42 Telecom AB"
status="Operational"
- 17 bands="" brand="Gotanet" cc="se" country="Sweden" operator="Götalandsnätet
AB" status=""
+ 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"
20 bands="GSM" cc="se" country="Sweden" operator="Wireless Maingate Messaging
Services AB" status="Operational"
21 bands="GSM-R 900" brand="MobiSir" cc="se" country="Sweden"
operator="Trafikverket ICT" status="Operational"
22 bands="" cc="se" country="Sweden" operator="EuTel AB" status=""
23 bands="" cc="se" country="Sweden" operator="Infobip Limited"
status="Operational"
- 24 bands="GSM 900 / UMTS 2100 / LTE 900 / LTE 1800 / LTE 2600" brand="Sweden
2G" cc="se" country="Sweden" operator="Net4Mobility HB" status="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"
27 bands="MVNO" cc="se" country="Sweden" operator="Fogg Mobile AB"
status="Operational"
28 bands="" cc="se" country="Sweden" operator="CoolTEL Aps" status=""
29 bands="" cc="se" country="Sweden" operator="Mercury International Carrier
Services" status=""
30 bands="" cc="se" country="Sweden" operator="NextGen Mobile Ltd." status=""
- 31 bands="" cc="se" country="Sweden" operator="Mobimax AB" status="Not
operational"
+ 31 bands="" cc="se" country="Sweden" operator="RebTel Network AB" status=""
32 bands="" cc="se" country="Sweden" operator="Compatel Limited" status=""
33 bands="" cc="se" country="Sweden" operator="Mobile Arts AB" status=""
34 bands="" cc="se" country="Sweden" operator="Pro Net Telecommunications
Services Ltd." status=""
@@ -363,25 +387,28 @@
36 bands="" cc="se" country="Sweden" operator="interactive digital media
GmbH" status=""
37 bands="" cc="se" country="Sweden" operator="CLX Networks AB"
status="Operational"
38 bands="MVNO" brand="Voxbone" cc="se" country="Sweden" operator="Voxbone
mobile" status="Operational"
- 39 bands="" cc="se" country="Sweden" operator="iCentrex Sweden AB"
status="Not operational"
+ 39 bands="" cc="se" country="Sweden" operator="Borderlight AB" status=""
40 bands="" cc="se" country="Sweden" operator="ReWiCom Scandinavia AB"
status=""
41 bands="" cc="se" country="Sweden" operator="Shyam Telecom UK Ltd."
status=""
42 bands="" cc="se" country="Sweden" operator="Telenor Connexion AB" status=""
43 bands="" cc="se" country="Sweden" operator="MobiWeb Ltd." status=""
44 bands="" cc="se" country="Sweden" operator="Limitless Mobile AB" status=""
+ 45 bands="" cc="se" country="Sweden" operator="Spirius AB" status=""
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"
- 03 brand="Teletopia" cc="no" country="Norway" operator="Teletopia"
status="Not 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"
- 06 bands="CDMA2000 450" brand="Ice" cc="no" country="Norway"
operator="Nordisk Mobiltelefon" status="Operational"
- 07 bands="MVNO" brand="Ventelo" cc="no" country="Norway" operator="Ventelo
AS" status="Operational"
+ 06 bands="CDMA2000 450" brand="ICE" cc="no" country="Norway" operator="ICE
Norge AS" status="Operational"
+ 07 bands="MVNO" brand="Phonero" cc="no" country="Norway" operator="Phonero
AS" status="Operational"
08 bands="MVNO" brand="TDC" cc="no" country="Norway" operator="TDC Mobil AS"
status="Operational"
09 bands="MVNO" brand="Com4" cc="no" country="Norway" operator="Com4 AS"
status="Operational"
+ 10 bands="" cc="no" country="Norway" operator="Nasjonal
kommunikasjonsmyndighet" status=""
11 bands="Test" brand="SystemNet" cc="no" country="Norway"
operator="SystemNet AS" status=""
12 bands="" brand="Telenor" cc="no" country="Norway" operator="Telenor Norge
AS" status=""
+ 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"
@@ -394,35 +421,42 @@
05 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 /
LTE 2600" brand="Elisa" cc="fi" country="Finland" operator="Elisa Oyj"
status="Operational"
07 bands="GSM 900 / GSM 1800" brand="Nokia" cc="fi" country="Finland"
operator="Nokia Test Network" status="Not operational"
08 bands="GSM 1800 / UMTS 2100" brand="Nokia" cc="fi" country="Finland"
operator="Nokia Test Network" status="Not operational"
- 09 bands="GSM 900" brand="Finnet Group / Nokia Networks" cc="fi"
country="Finland" operator="Global Network" status="Not operational"
- 10 bands="MVNO" brand="TDC" cc="fi" country="Finland" operator="TDC Oy (DNA
Oy)" status="Operational"
+ 09 bands="GSM 900" cc="fi" country="Finland" operator="Nokia Solutions and
Networks Oy" status="Not operational"
+ 10 bands="" cc="fi" country="Finland" operator="Viestintävirasto" status=""
11 bands="MVNO" brand="Vectone Mobile" cc="fi" country="Finland"
operator="Mundio Mobile Oy" status="Operational"
12 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 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"
16 bands="MVNO" brand="Tele2" cc="fi" country="Finland" operator="Oy Finland
Tele2 AB" status="Not operational"
- 21 bands="MVNO" brand="Saunalahti" cc="fi" country="Finland" operator="Elisa
Oyj" status="Operational"
+ 17 bands="GSM-R" brand="RHK" cc="fi" country="Finland" operator="Finnish
Transport Agency" status="Operational"
+ 21 bands="MVNO" brand="Elisa-Saunalahti" cc="fi" country="Finland"
operator="Elisa Oyj" status="Operational"
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=""
29 bands="MVNO" cc="fi" country="Finland" operator="SCNL Truphone"
status="Not operational"
30 bands="MVNO" brand="Vectone Mobile" cc="fi" country="Finland"
operator="Mundio Mobile Oy" status="Operational"
- 31 bands="LTE 450" brand="Ukko Mobile" cc="fi" country="Finland"
operator="Ukko Mobile Oy / Ukkoverkot Oy" status="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="" brand="Elektrobit Wireless" cc="fi" country="Finland"
operator="Elektrobit Wireless Communications Oy" status="Operational"
35 bands="LTE 450" brand="Ukko Mobile" cc="fi" country="Finland"
operator="Ukkoverkot Oy" status="Operational"
+ 36 bands="" brand="Sonera" cc="fi" country="Finland" operator="TeliaSonera
Finland Oyj" status=""
91 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 /
LTE 2600" brand="Sonera" cc="fi" country="Finland" operator="TeliaSonera
Finland Oyj" status="Operational"
00-99
246
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Omnitel" cc="lt"
country="Lithuania" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Omnitel" cc="lt"
country="Lithuania" status="Operational"
02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="BITĖ" cc="lt"
country="Lithuania" operator="UAB Bitė Lietuva" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tele 2" cc="lt"
country="Lithuania" status="Operational"
- 05 bands="GSM-R 900" brand="LitRail" cc="lt" country="Lithuania"
operator="Lithuanian Railways" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" brand="Tele
2" 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="GSM 1800" brand="Mediafon" cc="lt" country="Lithuania"
operator="UAB Mediafon" status="Operational"
+ 07 bands="" cc="lt" country="Lithuania" operator="Compatel Ltd." status=""
+ 08 bands="WiMAX 3500" brand="MEZON" cc="lt" country="Lithuania"
operator="Lietuvos radijo ir televizijos centras" status="Operational"
00-99
247
- 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="LMT" cc="lv"
country="Latvia" operator="Latvian Mobile Telephone" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tele2" cc="lv"
country="Latvia" operator="Tele2" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" brand="LMT"
cc="lv" country="Latvia" operator="Latvian Mobile Telephone"
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Tele2" cc="lv"
country="Latvia" operator="Tele2" status="Operational"
03 bands="CDMA 450" brand="TRIATEL" cc="lv" country="Latvia"
operator="Telekom Baltija" status="Operational"
04 bands="" cc="lv" country="Latvia" operator="Beta Telecom" status=""
05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Bite" cc="lv"
country="Latvia" operator="Bite Latvija" status="Operational"
@@ -433,7 +467,7 @@
00-99
248
01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 /
LTE 2600" brand="EMT" cc="ee" country="Estonia" operator="Estonian Mobile
Telecom" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 900 / UMTS 2100 / LTE 800 /
LTE 1800 / LTE 2600" brand="Elisa" cc="ee" country="Estonia" operator="Elisa
Eesti" status="Operational"
+ 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 1800 / LTE 2600"
brand="Tele 2" cc="ee" country="Estonia" operator="Tele 2 Eesti"
status="Operational"
04 bands="MVNO" cc="ee" country="Estonia" operator="OY Top Connect"
status="Operational"
05 bands="" cc="ee" country="Estonia" operator="AS Bravocom Mobiil" status=""
@@ -444,7 +478,7 @@
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 2600 / TD-LTE 2600"
brand="MTS" cc="ru" country="Russian Federation" operator="Mobile TeleSystems"
status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600 /
TD-LTE 2600" brand="MTS" cc="ru" country="Russian Federation" operator="Mobile
TeleSystems" status="Operational"
02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600"
brand="MegaFon" cc="ru" country="Russian Federation" operator="MegaFon OJSC -
previously known as North-West GSM" status="Operational"
03 bands="GSM 900 / GSM 1800" brand="NCC" cc="ru" country="Russian
Federation" operator="Nizhegorodskaya Cellular Communications"
status="Operational"
04 bands="GSM 900" brand="Sibchallenge" cc="ru" country="Russian Federation"
operator="Sibchallenge" status="Not operational"
@@ -462,7 +496,7 @@
17 bands="GSM 900 / GSM 1800" brand="Utel" cc="ru" country="Russian
Federation" operator="JSC Uralsvyazinform" status="Operational"
18 bands="TD-LTE 2300" brand="Osnova Telecom" cc="ru" country="Russian
Federation" status="Not operational"
19 bands="GSM 1800" brand="INDIGO" cc="ru" country="Russian Federation"
operator="INDIGO" status="Not operational"
- 20 bands="GSM 900 / GSM 1800" brand="Tele2" cc="ru" country="Russian
Federation" operator="Tele2" status="Operational"
+ 20 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Tele2" cc="ru"
country="Russian Federation" operator="Tele2" status="Operational"
23 bands="GSM 900 / GSM 1800" brand="Mobicom - Novosibirsk" cc="ru"
country="Russian Federation" operator="Mobicom - Novosibirsk" status="Not
operational"
28 bands="GSM 900" brand="Beeline" cc="ru" country="Russian Federation"
operator="Beeline" status="Not operational"
32 bands="GSM 900 / GSM 1800" brand="Win Mobile" cc="ru" country="Russian
Federation" operator="K-Telecom" status="Operational"
@@ -502,13 +536,13 @@
02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Moldcell" cc="md"
country="Moldova" status="Operational"
03 bands="CDMA 450" brand="Unité" cc="md" country="Moldova"
operator="Moldtelecom" status="Operational"
04 bands="GSM 900 / GSM 1800" brand="Eventis" cc="md" country="Moldova"
operator="Eventis Telecom" status="Not operational"
- 05 bands="UMTS 2100" brand="Unité" cc="md" country="Moldova"
operator="Moldtelecom" status="Operational"
- 99 bands="UMTS 2100" brand="Unité" cc="md" country="Moldova"
operator="Moldtelecom" status="Operational"
+ 05 bands="UMTS 900 / UMTS 2100" brand="Unité" cc="md" country="Moldova"
operator="Moldtelecom" status="Operational"
+ 99 bands="UMTS 900 / UMTS 2100" brand="Unité" cc="md" country="Moldova"
operator="Moldtelecom" status="Operational"
00-99
260
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Plus" cc="pl"
country="Poland" operator="Polkomtel Sp. z o.o." status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="T-Mobile" cc="pl"
country="Poland" operator="T-Mobile Polska S.A." status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / CDMA2000 450" brand="Orange"
cc="pl" country="Poland" operator="Polska Telefonia Komórkowa Centertel Sp. z
o.o." status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Plus" cc="pl"
country="Poland" operator="Polkomtel Sp. z o.o." status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="T-Mobile" cc="pl"
country="Poland" operator="T-Mobile Polska S.A." status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / CDMA2000 450"
brand="Orange" cc="pl" country="Poland" operator="Polska Telefonia Komórkowa
Centertel Sp. z o.o." status="Operational"
04 bands="" cc="pl" country="Poland" operator="CenterNet S.A." status="Not
operational"
05 bands="UMTS 2100" cc="pl" country="Poland" operator="Polska Telefonia
Komórkowa Centertel Sp. z o.o." status="Operational"
06 bands="GSM 900/ GSM 1800 / UMTS 900 / UMTS 2100" brand="Play" cc="pl"
country="Poland" operator="P4 Sp. z o.o." status="Operational"
@@ -545,9 +579,9 @@
262
01 bands="GSM 900 / GSM 1800/ / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600"
brand="Telekom" cc="de" country="Germany" operator="Telekom Deutschland GmbH"
status="Operational"
02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600"
brand="Vodafone" cc="de" country="Germany" operator="Vodafone D2 GmbH"
status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="E-Plus" cc="de"
country="Germany" operator="E-Plus Mobilfunk" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800"
brand="E-Plus" cc="de" country="Germany" operator="E-Plus Mobilfunk"
status="Operational"
04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="de"
country="Germany" operator="Vodafone D2 GmbH" status="Reserved"
- 05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="E-Plus" cc="de"
country="Germany" operator="E-Plus Mobilfunk" status="Reserved"
+ 05 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="E-Plus" cc="de"
country="Germany" operator="E-Plus Mobilfunk" status="Reserved"
06 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600"
brand="Telekom" cc="de" country="Germany" operator="Telekom Deutschland GmbH"
status="Reserved"
07 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600"
brand="O<sub>2</sub>" cc="de" country="Germany" operator="Telefónica Germany
GmbH & Co. oHG" status="Operational"
08 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="O<sub>2</sub>" cc="de"
country="Germany" operator="Telefónica Germany GmbH & Co. oHG" status="Reserved"
@@ -558,7 +592,7 @@
13 bands="UMTS 2100" cc="de" country="Germany" operator="Mobilcom Multimedia"
status="Not operational"
14 bands="UMTS 2100" cc="de" country="Germany" operator="Group 3G UMTS"
status="Not operational"
15 bands="TD-SCDMA" brand="Airdata" cc="de" country="Germany"
status="Operational"
- 16 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telogic ex. Vistream"
cc="de" country="Germany" operator="E-Plus Mobilfunk" status=""
+ 16 bands="MVNO" cc="de" country="Germany" operator="Telogic Germany GmbH"
status="Not operational"
17 bands="" brand="E-Plus" cc="de" country="Germany" operator="E-Plus
Mobilfunk" status=""
18 bands="MVNO" cc="de" country="Germany" operator="NetCologne"
status="Operational"
19 bands="" cc="de" country="Germany" operator="Inquam Deutschland" status=""
@@ -582,12 +616,16 @@
00-99
268
01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 /
LTE 2600" brand="Vodafone" cc="pt" country="Portugal" operator="Vodafone
Portugal" status="Operational"
+ 02 bands="" brand="MEO" cc="pt" country="Portugal" operator="Telecomunicações
Móveis Nacionais" status=""
03 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" brand="NOS"
cc="pt" country="Portugal" operator="NOS Comunicações" status="Operational"
- 04 bands="GSM 900 / GSM 1800 / UMTS 900 / LTE 2100" brand="LycaMobile"
cc="pt" country="Portugal" operator="MVNO" status="Operational"
- 05 bands="" cc="pt" country="Portugal" operator="Oniway - Inforcomunicaçôes,
S.A." status=""
- 06 brand="TMN" cc="pt" country="Portugal"
- 07 bands="GSM 900 / UMTS 2100" brand="Vectonemobile - Delightmobile" cc="pt"
country="Portugal" operator="MVNO" status="Operational"
+ 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"
+ 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"
+ 80 bands="" brand="MEO" cc="pt" country="Portugal" operator="Telecomunicações
Móveis Nacionais" status=""
00-99
270
01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="POST" cc="lu"
country="Luxembourg" operator="POST Luxembourg" status="Operational"
@@ -598,26 +636,28 @@
99 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Orange" cc="lu"
country="Luxembourg" operator="Orange S.A." status="Operational"
00-99
272
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="ie"
country="Ireland" operator="Vodafone Ireland" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="O<sub>2</sub>" cc="ie"
country="Ireland" operator="O2 Ireland" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Meteor" cc="ie"
country="Ireland" operator="Meteor Mobile Communications" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800"
brand="Vodafone" cc="ie" country="Ireland" operator="Vodafone Ireland"
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="3 (former O<sub>2</sub>
network)" cc="ie" country="Ireland" operator="Hutchison 3G Ireland limited"
status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800" brand="Meteor"
cc="ie" country="Ireland" operator="Meteor Mobile Communications"
status="Operational"
04 bands="" cc="ie" country="Ireland" operator="Access Telecom" status=""
- 05 bands="UMTS 2100" brand="3" cc="ie" country="Ireland" operator="Hutchison
3G Ireland limited" status="Operational"
+ 05 bands="UMTS 2100 / LTE 1800" brand="3" cc="ie" country="Ireland"
operator="Hutchison 3G Ireland limited" status="Operational"
07 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="eMobile" cc="ie"
country="Ireland" operator="Eircom Mobile" status="Operational"
09 bands="" cc="ie" country="Ireland" operator="Clever Communications"
status=""
- 11 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tesco Mobile" cc="ie"
country="Ireland" operator="Liffey Telecom" status="Operational"
- 13 bands="GSM 900 / GSM 1800" brand="Lycamobile" cc="ie" country="Ireland"
operator="Lycamobile" status="Operational"
+ 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"
00-99
274
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Síminn" cc="is"
country="Iceland" operator="Iceland Telecom" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Vodafone" cc="is"
country="Iceland" operator="Og fjarskipti hf" status="Operational"
- 03 bands="" brand="Vodafone" cc="is" country="Iceland" operator="Vodafone
Iceland" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800"
brand="Síminn" cc="is" country="Iceland" operator="Iceland Telecom"
status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800"
brand="Vodafone" cc="is" country="Iceland" operator="Og fjarskipti hf"
status="Operational"
+ 03 bands="" brand="Vodafone" cc="is" country="Iceland" operator="Og
fjarskipti hf" status="Operational"
04 bands="GSM 1800" brand="Viking" cc="is" country="Iceland" operator="IMC
Island ehf" status="Operational"
- 06 bands="" cc="is" country="Iceland" operator="Núll níu ehf"
status="Reserved"
- 07 bands="GSM 1800" brand="IceCell" cc="is" country="Iceland"
operator="IceCell ehf" status="Operational"
+ 05 bands="GSM 1800" cc="is" country="Iceland" operator="Halló Frjáls
fjarskipti hf." status="Not operational"
+ 06 bands="" cc="is" country="Iceland" operator="Núll níu ehf" status=""
+ 07 bands="GSM 1800" brand="IceCell" cc="is" country="Iceland"
operator="IceCell ehf" status="Not operational"
08 bands="" brand="On-waves" cc="is" country="Iceland" operator="Iceland
Telecom" status="Operational"
11 bands="UMTS 2100 / LTE 1800" brand="Nova" cc="is" country="Iceland"
operator="Nova ehf" status="Operational"
- 12 bands="GSM 900 / GSM 1800" brand="Tal" cc="is" country="Iceland"
operator="Tal hf" status="Operational"
+ 12 bands="MVNO" brand="Tal" cc="is" country="Iceland" operator="IP
fjarskipti" status="Operational"
+ 22 bands="" cc="is" country="Iceland" operator="Landhelgisgæslan (Icelandic
Coast Guard)" status=""
00-99
276
01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="AMC" cc="al"
country="Albania" operator="Albanian Mobile Communications" status="Operational"
@@ -627,38 +667,42 @@
00-99
278
01 bands="GSM 900 / UMTS 2100" brand="Vodafone" cc="mt" country="Malta"
operator="Vodafone Malta" status="Operational"
- 21 bands="GSM 1800 / UMTS 2100" brand="GO" cc="mt" country="Malta"
operator="Mobisle Communications Limited" status="Operational"
+ 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"
00-99
280
01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cytamobile-Vodafone" cc="cy"
country="Cyprus" operator="Cyprus Telecommunications Authority"
status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTN" cc="cy"
country="Cyprus" operator="MTN Group" status="Operational"
- 20 bands="MVNO" brand="PrimeTel" cc="cy" country="Cyprus" operator="PrimeTel
PLC" status="Operational"
+ 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"
00-99
282
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Geocell" cc="ge"
country="Georgia" operator="Geocell Limited" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MagtiCom" cc="ge"
country="Georgia" operator="Magticom GSM" status="Operational"
+ 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"
03 bands="CDMA 450" brand="MagtiCom" cc="ge" country="Georgia"
operator="Magtifix" status="Operational"
- 04 bands="GSM 1800" brand="Beeline" cc="ge" country="Georgia"
operator="Mobitel LLC" status="Operational"
- 05 bands="CDMA 800" brand="Silknet" cc="ge" country="Georgia"
operator="Silknet CDMA" 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"
06 bands="" cc="ge" country="Georgia" operator="JSC Compatel" status=""
- 07 bands="" cc="ge" country="Georgia" operator="GlobalCell Ltd" status=""
+ 07 bands="MVNO" brand="GlobalCell" cc="ge" country="Georgia"
operator="GlobalCell Ltd" status="Operational"
+ 08 bands="LTE-TDD 2300" brand="Silk LTE" cc="ge" country="Georgia"
operator="JSC Silknet" status="Operational"
+ 09 bands="" cc="ge" country="Georgia" operator="Gmobile Ltd" status=""
00-99
283
01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Beeline" cc="am"
country="Armenia" operator="ArmenTel" status="Operational"
04 bands="GSM 900 / UMTS 900" brand="Karabakh Telecom" cc="am"
country="Armenia" operator="Karabakh Telecom" status="Operational"
- 05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="VivaCell-MTS" cc="am"
country="Armenia" operator="K Telecom CJSC" status="Operational"
+ 05 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="VivaCell-MTS"
cc="am" country="Armenia" operator="K Telecom CJSC" status="Operational"
10 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="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"
- 05 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="GLOBUL" cc="bg"
country="Bulgaria" operator="Cosmo Bulgaria Mobile" status="Operational"
+ 05 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" 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="" brand="COMPATEL LIMITED" cc="bg" country="Bulgaria"
operator="COMPATEL LIMITED" status="Operational"
- 11 bands="LTE 1800" brand="Bulsatcom" cc="bg" country="Bulgaria"
operator="Undisclosed" status="Reserved"
- 13 bands="LTE 1800" brand="Max Telecom" cc="bg" country="Bulgaria"
operator="Max Telecom LTD" status="Operational"
+ 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"
+ 13 bands="LTE 1800" brand="MAX" cc="bg" country="Bulgaria" operator="Max
Telecom LTD" status="Operational"
00-99
286
01 bands="GSM 900 / UMTS 2100" brand="Turkcell" cc="tr" country="Turkey"
operator="Turkcell Iletisim Hizmetleri A.S." status="Operational"
@@ -673,7 +717,7 @@
00-99
289
67 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Aquafon" country="Abkhazia -
GE-AB" operator="Aquafon JSC" status="Operational"
- 88 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE Band 3/20" brand="A-Mobile"
country="Abkhazia - GE-AB" operator="A-Mobile LLC" status="Operational"
+ 88 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800"
brand="A-Mobile" country="Abkhazia - GE-AB" operator="A-Mobile LLSC"
status="Operational"
00-99
290
01 bands="GSM 900 / UMTS 900 / LTE 800" cc="gl" country="Greenland (Denmark)"
operator="TELE Greenland A/S" status="Operational"
@@ -682,66 +726,68 @@
01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="PRIMA" cc="sm" country="San
Marino" operator="San Marino Telecom" status="Operational"
00-99
293
- 31 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Mobitel" cc="si"
country="Slovenia" operator="Mobitel D.D." status="Operational"
- 40 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Si.mobil" cc="si"
country="Slovenia" operator="SI.MOBIL d.d." status="Operational"
- 41 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Mobitel" cc="si"
country="Slovenia" operator="Mobitel D.D." status="Operational"
- 51 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Mobitel" cc="si"
country="Slovenia" operator="Mobitel D.D." status="Operational"
+ 10 bands="GSM-R" cc="si" country="Slovenia" operator="SŽ - Infrastruktura,
d.o.o." status="Not operational"
+ 20 bands="" cc="si" country="Slovenia" operator="COMPATEL Ltd" status=""
+ 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"
00-99
294
- 01 bands="GSM 900 / UMTS 2100" brand="T-Mobile MK" cc="mk"
country="Macedonia" operator="T-Mobile Macedonia" status="Operational"
- 02 bands="GSM 900 / UMTS 2100" brand="ONE" cc="mk" country="Macedonia"
operator="One" status="Operational"
- 03 bands="GSM 900 / GSM 1800 /UMTS 900" brand="Vip MK" cc="mk"
country="Macedonia" operator="VIP Operator" status="Operational"
+ 01 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600"
brand="T-Mobile MK" cc="mk" country="Macedonia" operator="T-Mobile Macedonia"
status="Operational"
+ 02 bands="GSM 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600" brand="ONE"
cc="mk" country="Macedonia" operator="One" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 /
LTE 2600" brand="Vip MK" cc="mk" country="Macedonia" operator="VIP Operator"
status="Operational"
+ 10 bands="" cc="mk" country="Macedonia" operator="WTI Macedonia" status=""
+ 11 bands="" cc="mk" country="Macedonia" operator="MOBIK TELEKOMUNIKACII DOOEL
Skopje" status=""
00-99
295
01 bands="GSM 900 / GSM 1800" brand="Swisscom" cc="li"
country="Liechtenstein" operator="Swisscom Schweiz AG" status="Operational"
- 02 bands="GSM 1800 / UMTS 2100" brand="Orange" cc="li"
country="Liechtenstein" operator="Orange Liechtenstein AG" status="Operational"
- 05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="FL1" cc="li"
country="Liechtenstein" operator="Mobilkom Liechtenstein AG"
status="Operational"
+ 02 bands="GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600" brand="Orange" cc="li"
country="Liechtenstein" operator="Orange Liechtenstein AG" status="Operational"
+ 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=""
77 bands="GSM 900" brand="Alpmobil" cc="li" country="Liechtenstein"
operator="Alpcom AG" status="Not operational"
00-99
297
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telenor" cc="me"
country="Montenegro" operator="Telenor Montenegro" status="Operational"
- 02 bands="GSM 900 / UMTS 2100" brand="T-Mobile" cc="me" country="Montenegro"
operator="T-Mobile Montenegro LLC" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Telenor" cc="me"
country="Montenegro" operator="Telenor Montenegro" status="Operational"
+ 02 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="T-Mobile" cc="me"
country="Montenegro" operator="T-Mobile Montenegro LLC" status="Operational"
03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="m:tel CG" cc="me"
country="Montenegro" operator="MTEL CG" status="Operational"
- 04 bands="GSM 900 / UMTS 2100" brand="T-Mobile" cc="me" country="Montenegro"
operator="T-Mobile Montenegro" status="Operational"
00-99
302
- 220 bands="UMTS 850 / UMTS 1900 / LTE 1700" brand="Telus" cc="ca"
country="Canada" operator="Koodo Mobility, Public Mobile and Telus Mobility"
status="Operational"
+ 220 bands="UMTS 850 / UMTS 1900 / LTE 1700" brand="Telus Mobility, Koodo
Mobile" cc="ca" country="Canada" operator="Telus Mobility" status="Operational"
221 bands="" brand="Telus" cc="ca" country="Canada" operator="Telus Mobility"
status=""
222 bands="" brand="Telus" cc="ca" country="Canada" operator="Telus Mobility"
status=""
250 bands="" brand="ALO" cc="ca" country="Canada" operator="ALO Mobile Inc."
status=""
- 270 bands="UMTS 1700 / LTE 1700" brand="EastLink" cc="ca" country="Canada"
operator="EastLink" status="Operational"
+ 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"
320 bands="UMTS 1700" brand="Mobilicity" cc="ca" country="Canada"
operator="DAVE Wireless" status="Operational"
- 340 bands="" brand="Execulink" cc="ca" country="Canada" operator="Execulink"
status=""
- 350 bands="GSM 850" brand="FIRST" cc="ca" country="Canada" operator="FIRST
Networks Operations" status="Operational"
+ 340 bands="MVNO" brand="Execulink" cc="ca" country="Canada"
operator="Execulink" status="Operational"
+ 350 bands="GSM 850" brand="FIRST" cc="ca" country="Canada" operator="FIRST
Networks Operations" status="Not operational"
360 bands="iDEN 800" brand="MiKe" cc="ca" country="Canada" operator="Telus
Mobility" status="Operational"
361 bands="CDMA 800 / CDMA 1900" brand="Telus" cc="ca" country="Canada"
operator="Telus Mobility" status="Operational"
- 370 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900" brand="Fido" cc="ca"
country="Canada" operator="Fido Solutions (Rogers Wireless)"
status="Operational"
- 380 bands="UMTS 850 / UMTS 1900" brand="DMTS" cc="ca" country="Canada"
operator="Dryden Mobility" status="Operational"
- 390 bands="" brand="DMTS" cc="ca" country="Canada" operator="Dryden Mobility"
status=""
+ 370 bands="MVNO" brand="Fido" cc="ca" country="Canada" operator="Fido
Solutions (Rogers Wireless)" status="Operational"
+ 380 bands="UMTS 850 / UMTS 1900" brand="Keewaytinook Mobile" cc="ca"
country="Canada" operator="Keewaytinook Okimakanak Mobile" status="Operational"
+ 390 bands="" brand="DMTS" cc="ca" country="Canada" operator="Dryden Mobility"
status="Not operational"
480 bands="" brand="SSi Connexions" cc="ca" country="Canada" operator="SSi
Connexions" status=""
- 490 bands="UMTS 1700" brand="WIND Mobile" cc="ca" country="Canada"
operator="Globalive Communications" status="Operational"
+ 490 bands="UMTS 1700" brand="WIND Mobile" cc="ca" country="Canada"
operator="Mid-Bowline Holdings Corp." status="Operational"
500 bands="UMTS 1700" brand="Videotron" cc="ca" country="Canada"
operator="Videotron" status="Operational"
510 bands="UMTS 1700" brand="Videotron" cc="ca" country="Canada"
operator="Videotron" status="Operational"
520 bands="" brand="Videotron" cc="ca" country="Canada" operator="Videotron"
status=""
- 530 bands="GSM" brand="Keewatinook Okimakanak Mobile" cc="ca"
country="Canada" operator="Keewatinook Okimacinac" status="Operational"
- 560 bands="" brand="Lynx Mobility" cc="ca" country="Canada" operator="Lynx
Mobility" status=""
+ 530 bands="GSM" brand="Keewaytinook Mobile" cc="ca" country="Canada"
operator="Keewaytinook Okimakanak Mobile" status="Operational"
+ 560 bands="CDMA / GSM" brand="Lynx Mobility" cc="ca" country="Canada"
operator="Lynx Mobility" status="Operational"
570 bands="" brand="LightSquared" cc="ca" country="Canada"
operator="LightSquared" status=""
- 590 bands="" brand="Quadro Communication" cc="ca" country="Canada"
operator="Quadro Communication" status=""
- 610 bands="UMTS 850 / UMTS 1900 / LTE 1700 / LTE 2600" brand="Bell" cc="ca"
country="Canada" operator="Bell Mobility and Virgin Mobile Canada"
status="Operational"
- 620 bands="GSM 1900 / UMTS 1900" brand="ICE Wireless" cc="ca"
country="Canada" operator="ICE Wireless" status="Operational"
- 630 bands="" brand="Aliant Mobility" cc="ca" country="Canada"
operator="Aliant Mobility" status=""
+ 590 bands="" brand="Quadro Mobility" cc="ca" country="Canada"
operator="Quadro Communications Co-op" status="Operational"
+ 610 bands="UMTS 850 / UMTS 1900 / LTE 1700 / LTE 2600" brand="Bell Mobility,
Virgin Mobile Canada" cc="ca" country="Canada" operator="Bell Mobility"
status="Operational"
+ 620 bands="UMTS 850 / GSM 1900" brand="ICE Wireless" cc="ca" country="Canada"
operator="ICE Wireless" status="Operational"
+ 630 bands="" brand="Aliant Mobility" cc="ca" country="Canada" operator="Bell
Aliant" status=""
640 bands="CDMA 800 / CDMA 1900" brand="Bell" cc="ca" country="Canada"
operator="Bell Mobility" status="Operational"
652 bands="CDMA2000" cc="ca" country="Canada" operator="BC Tel Mobility
(Telus)" status="Operational"
653 bands="CDMA 800 / CDMA 1900" brand="Telus" cc="ca" country="Canada"
operator="Telus Mobility" status="Operational"
- 655 bands="CDMA 800 / CDMA 1900" brand="MTS" cc="ca" country="Canada"
operator="MTS Mobility" status="Operational"
+ 655 bands="CDMA 800 / 850 / CDMA 1900" brand="MTS" cc="ca" country="Canada"
operator="MTS Mobility" status="Operational"
656 bands="CDMA2000 / UMTS 850 / UMTS 1900 / LTE 1700 / LTE 2600"
brand="TBay" cc="ca" country="Canada" operator="Thunder Bay Telephone Mobility"
status="Operational"
657 bands="CDMA 800 / CDMA 1900" brand="Telus" cc="ca" country="Canada"
operator="Telus Mobility" status="Operational"
660 bands="UMTS 850 / UMTS 1900 / LTE 1700" brand="MTS" cc="ca"
country="Canada" operator="MTS Mobility" status="Operational"
- 670 bands="" brand="CityTel Mobility" cc="ca" country="Canada"
operator="CityTel Mobility" status=""
+ 670 bands="" brand="CityTel Mobility" cc="ca" country="Canada"
operator="CityWest" status=""
680 bands="CDMA 850 / TDD-LTE 2600" brand="SaskTel" cc="ca" country="Canada"
operator="SaskTel Mobility" status="Operational"
690 bands="UMTS 850 / UMTS 1900" brand="Bell" cc="ca" country="Canada"
operator="Bell Mobility" status="Operational"
701 bands="CDMA2000" cc="ca" country="Canada" operator="MB Tel Mobility"
status="Operational"
@@ -749,16 +795,18 @@
703 bands="CDMA2000" cc="ca" country="Canada" operator="New Tel Mobility
(Aliant)" status="Operational"
710 bands="Satellite CDMA" brand="Globalstar" cc="ca" country="Canada"
status="Operational"
720 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 1700 / LTE 2600"
brand="Rogers Wireless" cc="ca" country="Canada" operator="Rogers
Communications" status="Operational"
- 730 bands="" brand="TerreStar Solutions" cc="ca" country="Canada"
operator="TerreStar Solutions" status=""
- 740 bands="" brand="Shaw Telecom G.P." cc="ca" country="Canada"
operator="Shaw Telecom G.P." status=""
+ 730 bands="" brand="TerreStar Solutions" cc="ca" country="Canada"
operator="TerreStar Networks" status=""
+ 740 bands="" brand="Shaw Telecom" cc="ca" country="Canada" operator="Shaw
Communications" status="Not operational"
750 bands="" brand="SaskTel" cc="ca" country="Canada" operator="SaskTel
Mobility" status=""
- 760 bands="" brand="Public Mobile Inc." cc="ca" country="Canada"
operator="Public Mobile Inc." status=""
+ 760 bands="MVNO" brand="Public Mobile" cc="ca" country="Canada"
operator="Telus Mobility" status="Operational"
770 bands="" brand="Rural Com" cc="ca" country="Canada" operator="Rural Com"
status=""
780 bands="UMTS 850 / UMTS 1900 / LTE 2100" brand="SaskTel" cc="ca"
country="Canada" operator="SaskTel Mobility" status="Operational"
- 790 bands="" cc="ca" country="Canada" operator="NetSet Communications"
status=""
+ 790 bands="WiMAX" cc="ca" country="Canada" operator="NetSet Communications"
status="Operational"
+ 820 bands="" brand="Rogers Wireless" cc="ca" country="Canada"
operator="Rogers Communications" status=""
860 bands="" brand="Telus" cc="ca" country="Canada" operator="Telus Mobility"
status=""
880 bands="UMTS 850 / UMTS 1900" brand="Bell / Telus / SaskTel" cc="ca"
country="Canada" operator="Shared Telus, Bell, and SaskTel" status="Operational"
- 940 bands="" brand="Wightman Telecom" cc="ca" country="Canada"
operator="Wightman Telecom" status=""
+ 920 bands="" brand="Rogers Wireless" cc="ca" country="Canada"
operator="Rogers Communications" status=""
+ 940 bands="" brand="Wightman Mobility" cc="ca" country="Canada"
operator="Wightman Telecom" status="Operational"
000-999
308
01 bands="GSM 900" brand="Ameris" cc="pm" country="Saint Pierre and Miquelon
(France)" operator="St. Pierre-et-Miquelon Télécom" status="Operational"
@@ -767,7 +815,9 @@
310
004 bands="" brand="Verizon" cc="us" country="United States of America"
operator="Verizon Wireless" status="Operational"
005 bands="CDMA2000 850 / CDMA2000 1900" brand="Verizon" cc="us"
country="United States of America" operator="Verizon Wireless"
status="Operational"
+ 006 bands="" brand="Verizon" cc="us" country="United States of America"
operator="Verizon Wireless" status="Operational"
010 bands="" cc="us" country="United States of America" operator="MCI"
status="Not operational"
+ 012 bands="" brand="Verizon" cc="us" country="United States of America"
operator="Verizon Wireless" status="Operational"
013 bands="" brand="MobileTel" cc="us" country="United States of America"
status=""
014 bands="" cc="us" country="United States of America" operator="Testing"
status="Operational"
016 bands="CDMA2000 1900 / CDMA2000 1700 / CDMA2000 2100" brand="Cricket
Communications" cc="us" country="United States of America" operator="Cricket
Wireless" status="Operational"
@@ -783,16 +833,17 @@
053 bands="CDMA2000 1900." cc="us" country="United States of America"
operator="Virgin Mobile US" status="Operational"
054 bands="" cc="us" country="United States of America" operator="Alltel US"
status="Operational"
060 bands="" cc="us" country="United States of America"
operator="Consolidated Telcom" status="Operational"
- 066 bands="GSM AND CDMA" cc="us" country="United States of America"
operator="U.S. Cellular" status="Operational"
+ 066 bands="GSM AND CDMA" brand="U.S. Cellular" cc="us" country="United States
of America" operator="U.S. Cellular" status="Operational"
070 bands="" cc="us" country="United States of America" operator="Highland
Cellular" status="Operational"
080 bands="GSM 1900" brand="Corr" cc="us" country="United States of America"
operator="Corr Wireless Communications LLC" status="Operational"
090 bands="CDMA2000 1900 / CDMA2000 1700 / CDMA2000 2100" brand="Cricket
Communications" cc="us" country="United States of America" operator="Cricket
Wireless" status="Operational"
100 bands="GSM 850" brand="Plateau Wireless" cc="us" country="United States
of America" operator="New Mexico RSA 4 East Ltd. Partnership"
status="Operational"
110 bands="GSM 850" brand="PTI Pacifica" cc="us" country="United States of
America" operator="PTI Pacifica Inc." status="Operational"
- 120 bands="CDMA2000 1900" brand="Sprint" cc="us" country="United States of
America" status="Operational"
+ 120 bands="CDMA2000 1900" brand="Sprint" cc="us" country="United States of
America" operator="Sprint Corporation" status="Operational"
+ 130 bands="CDMA2000 1900" brand="Carolina Wireless" cc="us" country="United
States of America" operator="Carolina Wireless" status="Operational"
140 bands="GSM 850 / GSM 1900" brand="mPulse" cc="gu" country="Guam (United
States of America)" operator="GTA Wireless" status="Operational"
150 bands="GSM 850 / UMTS 850 / UMTS 1900" brand="AT&T" cc="us"
country="United States of America" operator="Cricket Wireless"
status="Operational"
- 160 bands="GSM 1900" cc="us" country="United States of America"
operator="T-Mobile" status="Not operational"
+ 160 bands="GSM 1900" brand="T-Mobile" cc="us" country="United States of
America" operator="T-Mobile US" status="Operational"
170 bands="GSM 1900" brand="AT&T" cc="us" country="United States of America"
operator="AT&T Mobility" status="Operational"
180 bands="GSM 850 / UMTS 850 / UMTS 1900" brand="West Central" cc="us"
country="United States of America" operator="West Central Wireless"
status="Operational"
190 bands="GSM 850" brand="Dutch Harbor" cc="us" country="United States of
America" operator="Alaska Wireless Communications, LLC" status="Operational"
@@ -802,7 +853,7 @@
230 bands="GSM 1900" cc="us" country="United States of America"
operator="T-Mobile" status="Not operational"
240 bands="GSM 1900" cc="us" country="United States of America"
operator="T-Mobile" status="Not operational"
250 bands="GSM 1900" cc="us" country="United States of America"
operator="T-Mobile" status="Not operational"
- 260 bands="GSM 1900 / UMTS 1900 / UMTS 1700/2100 (AWS)" cc="us"
country="United States of America" operator="T-Mobile" status="Operational"
+ 260 bands="GSM 1900 / UMTS 1900 / UMTS 1700/2100 (AWS) / Band 12
700 MHz" brand="T-Mobile USA" cc="us" country="United States of America"
operator="T-Mobile USA" status="Operational"
270 bands="GSM 1900" cc="us" country="United States of America"
operator="T-Mobile" status="Not operational"
280 bands="GSM 1900" brand="AT&T" cc="us" country="United States of America"
operator="AT&T Mobility" status="Not Operational"
290 bands="GSM 1900" cc="us" country="United States of America"
operator="T-Mobile" status="Not operational"
@@ -818,10 +869,10 @@
390 bands="GSM 850" brand="Cellular One of East Texas" cc="us"
country="United States of America" operator="TX-11 Acquisition, LLC"
status="Operational"
400 bands="GSM 1900" brand="i CAN_GSM" cc="us" country="United States of
America" operator="Wave Runner LLC (Guam)" status="Operational"
410 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900" brand="AT&T" cc="us"
country="United States of America" operator="AT&T Mobility" status="Operational"
- 420 bands="GSM 1900" brand="Cincinnati Bell" cc="us" country="United States
of America" operator="Cincinnati Bell Wireless" status="Operational"
+ 420 bands="GSM 1900 / UMTS AWS" brand="Cincinnati Bell" cc="us"
country="United States of America" operator="Cincinnati Bell Wireless"
status="Operational"
430 bands="GSM 1900" cc="us" country="United States of America"
operator="Alaska Digitel" status="Operational"
440 bands="GSM 1900" brand="Cellular One" cc="us" country="United States of
America" status=""
- 450 bands="GSM 850" brand="Viaero" cc="us" country="United States of America"
operator="Viaero Wireless" status="Operational"
+ 450 bands="GSM 850 / GSM 1900" brand="Viaero" cc="us" country="United States
of America" operator="Viaero Wireless" status="Operational"
460 bands="GSM 1900" brand="Simmetry" cc="us" country="United States of
America" operator="TMP Corporation" status="Operational"
470 bands="CDMA2000 1900" brand="nTelos" cc="us" country="United States of
America" operator="NTT Docomo Pacific" status="Operational"
480 bands="" cc="us" country="United States of America" operator="Choice
Phone" status="Operational"
@@ -832,19 +883,20 @@
530 bands="" cc="us" country="United States of America" operator="West
Virginia Wireless" status="Operational"
540 bands="GSM 1900" brand="Oklahoma Western" cc="us" country="United States
of America" operator="Oklahoma Western Telephone Company" status="Operational"
560 bands="GSM 850" brand="AT&T" cc="us" country="United States of America"
operator="AT&T Mobility" status="Operational"
- 570 bands="GSM 1900" brand="Cellular One" cc="us" country="United States of
America" operator="MTPCS, LLC" status="Operational"
+ 570 bands="GSM 850" brand="Cellular One" cc="us" country="United States of
America" operator="TX-10, LLC and Central Louisiana Cellular, LLC"
status="Operational"
580 bands="" brand="T-Mobile" cc="us" country="United States of America"
status="Not operational"
59 bands="CDMA" brand="Cellular One" cc="bm" country="Bermuda"
status="Operational"
590 bands="GSM 850 / GSM 1900" brand="Alltel" cc="us" country="United States
of America" operator="Alltel Communications Inc" status="Operational"
+ 600 bands="" cc="us" country="United States of America" operator="New Cell
Inc. dba Cellcom" status="Inactive"
610 bands="GSM 1900" brand="Epic Touch" cc="us" country="United States of
America" operator="Elkhart Telephone Co." status="Operational"
620 bands="GSM 1900" brand="Coleman County Telecom" cc="us" country="United
States of America" operator="Coleman County Telecommunications"
status="Operational"
630 bands="GSM 1900" brand="AmeriLink PCS" cc="us" country="United States of
America" operator="Choice Wireless" status="Operational"
- 640 bands="GSM 1900" brand="Airadigm" cc="us" country="United States of
America" operator="Airadigm Communications" status="Operational"
+ 640 bands="GSM 1900" brand="AirFire" cc="us" country="United States of
America" operator="Airadigm Communications" status="Not Operational"
650 bands="GSM 850" brand="Jasper" cc="us" country="United States of America"
operator="Jasper Wireless, inc" status="Operational"
660 bands="GSM 1900" brand="T-Mobile" cc="us" country="United States of
America" status="Not operational"
670 bands="" brand="Northstar" cc="us" country="United States of America"
status="Operational"
680 bands="GSM 850 / GSM 1900" brand="AT&T" cc="us" country="United States of
America" operator="AT&T Mobility" status="Operational"
- 690 bands="GSM 1900" brand="Immix" cc="us" country="United States of America"
operator="Immix Wireless" status="Operational"
+ 690 bands="GSM 1900" brand="Limitless Mobile" cc="us" country="United States
of America" operator="Limitless Mobile, LLC" status="Operational"
730 bands="" brand="SeaMobile" cc="us" country="United States of America"
status="Operational"
740 bands="" brand="Convey" cc="us" country="United States of America"
operator="Convey Communications Inc." status="Operational"
750 bands="CDMA2000 850 / CDMA2000 1900 / LTE 700" brand="Appalachian
Wireless" cc="us" country="United States of America" operator="Appalachian
Wireless" status="Operational"
@@ -857,15 +909,15 @@
840 bands="GSM 1900" brand="telna Mobile" cc="us" country="United States of
America" operator="Telecom North America Mobile, Inc." status="Operational"
850 bands="CDMA2000 850 / CDMA2000 1900 / GSM 850 / GSM 1900" brand="Aeris"
cc="us" country="United States of America" operator="Aeris Communications,
Inc." status="Operational"
870 bands="GSM 850" brand="PACE" cc="us" country="United States of America"
operator="Kaplan Telephone Company" status="Operational"
- 880 bands="GSM 850" brand="Advantage" cc="us" country="United States of
America" operator="Advantage Cellular Systems" status="Operational"
+ 880 bands="GSM 850" brand="DTC Wireless" cc="us" country="United States of
America" operator="Advantage Cellular Systems" status="Operational"
890 bands="GSM 850 / GSM 1900" brand="Unicel" cc="us" country="United States
of America" operator="Rural Cellular Corporation" status="Operational"
900 bands="CDMA2000 850 / CDMA2000 1900" brand="Mid-Rivers Wireless" cc="us"
country="United States of America" operator="Mid-Rivers Communications"
status="Operational"
910 bands="GSM 850" brand="First Cellular" cc="us" country="United States of
America" operator="First Cellular of Southern Illinois" status="Operational"
940 bands="" cc="us" country="United States of America" operator="Iris
Wireless LLC" status="Operational"
950 bands="GSM 850" brand="XIT Wireless" cc="us" country="United States of
America" operator="Texas RSA 1 dba XIT Cellular" status="Operational"
960 bands="" brand="Plateau Wireless" cc="us" country="United States of
America" status="Operational"
- 970 bands="Satellite" brand="Globalstar" cc="us" country="United States of
America" status="Operational"
- 980 bands="GSM 850 / UMTS 850 / UMTS 1900" brand="AT&T" cc="us"
country="United States of America" operator="AT&T Mobility" status="Not
operational"
+ 970 bands="Satellite" brand="Telemedicine Wireless" cc="us" country="United
States of America" operator="Telemedicine Wireless (USA)
Telecommunications,Inc" status="Operational"
+ 980 bands="GSM 1900" brand="Akiba Telecommunications, Inc." cc="us"
country="United States of America" operator="AT&T (Antarctica, South Pole)
Worldwide, Inc." status="Operational"
990 bands="" brand="AT&T" cc="us" country="United States of America"
operator="AT&T Mobility" status="Not operational"
000-999
311
@@ -878,7 +930,7 @@
050 bands="GSM 850 / GSM 1900" cc="us" country="United States of America"
operator="Wikes Cellular" 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" brand="Pine Cellular" cc="us" country="United States of
America" operator="Pine Telephone Company" 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"
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"
@@ -891,29 +943,50 @@
180 bands="GSM 850 / UMTS 850 / UMTS 1900" cc="us" country="United States of
America" operator="Cingular Wireless" status="Not operational"
190 bands="" cc="us" country="United States of America" operator="Cellular
Properties" status=""
210 bands="GSM 1900 / UMTS 2100" cc="us" country="United States of America"
operator="Emery Telcom Wireless" status="Operational"
- 220 cc="us" country="United States of America" operator="U.S. Cellular"
status="Operational"
- 230 bands="" cc="us" country="United States of America" operator="C Spire
Wireless" status="Operational"
+ 220 brand="U.S. Cellular" cc="us" country="United States of America"
operator="U.S. Cellular" status="Operational"
+ 230 bands="" brand="C Spire Wireless" cc="us" country="United States of
America" operator="C Spire Wireless" status="Operational"
250 bands="GSM 1900" brand="i CAN_GSM" cc="gu" country="Guam (United States
of America)" operator="Wave Runner LLC" status="Not operational"
330 bands="" brand="Bug Tussel Wireless" cc="us" country="United States of
America" operator="Bug Tussel Wireless" status="Operational"
+ 360 bands="UMTS AWS" cc="us" country="United States of America"
operator="Stelera Wireless" status="Not operational"
+ 370 bands="LTE AWS" brand="GCI Wireless" cc="us" country="United States of
America" operator="General Communication Inc." status="Operational"
480 bands="LTE 700 MHz C Block (4G LTE Network)" brand="Verizon" cc="us"
country="United States of America" operator="Verizon Wireless"
status="Operational"
481 cc="us" country="United States of America"
490 bands="TDD-LTE (Band 41)" brand="Sprint Corporation" cc="us"
country="United States of America" operator="Sprint" status="Operational"
- 580 cc="us" country="United States of America" operator="U.S. Cellular"
status="Operational"
+ 500 bands="LTE 700 / LTE AWS" cc="us" country="United States of America"
operator="Mosaic Telecom" status="Operational"
+ 530 bands="GSM 1900 / LTE 1900" brand="PTCI" cc="us" country="United States
of America" operator="Panhandle Wireless" status="Operational"
+ 570 bands="UMTS AWS / LTE AWS" cc="us" country="United States of America"
operator="BendBroadband" status="Not operational"
+ 580 brand="U.S. Cellular" cc="us" country="United States of America"
operator="U.S. Cellular" status="Operational"
+ 650 bands="CDMA / LTE" brand="United Wireless" cc="us" country="United States
of America" operator="United Wireless" status="Operational"
660 bands="CDMA2000 1900 / CDMA 2000 LTE/AWS 1700" brand="metroPCS" cc="us"
country="United States of America" operator="metroPCS" status="Operational"
- 870 bands="" brand="Boost" cc="us" country="United States of America"
operator="Boost Mobile" status="Operational"
- 960 bands="GSM 1900" brand="Lycamobile" cc="us" country="United States of
America" operator="Lyca Technology Solutions" status="Operational"
- 970 bands="LTE/AWS 1700" brand="Big River Broadband" cc="us" country="United
States of America" operator="Big River Broadband, LLC" status="Operational"
+ 750 bands="LTE" cc="us" country="United States of America"
operator="NetAmerica Alliance" status="Operational"
+ 810 bands="CDMA / LTE 700" brand="Bluegrass Wireless" cc="us" country="United
States of America" operator="Bluegrass Wireless" status="Operational"
+ 870 bands="MVNO" brand="Boost" cc="us" country="United States of America"
operator="Boost Mobile" status="Operational"
+ 930 bands="LTE 700" cc="us" country="United States of America"
operator="Syringa Wireless" status="Operational"
+ 950 bands="LTE" brand="ETC" cc="us" country="United States of America"
operator="Enhanced Telecommmunications Corp. (Sunman Telecom)"
status="Operational"
+ 960 bands="MVNO" brand="Lycamobile" cc="us" country="United States of
America" operator="Lyca Technology Solutions" status="Operational"
+ 970 bands="LTE AWS 1700" brand="Big River Broadband" cc="us" country="United
States of America" operator="Big River Broadband, LLC" status="Operational"
+ 990 bands="LTE 700" cc="us" country="United States of America" operator="VTel
Wireless" status="Operational"
000-999
312
+ 050 bands="LTE 700" cc="us" country="United States of America"
operator="Fuego Wireless" status="Operational"
+ 070 bands="LTE 700" cc="us" country="United States of America"
operator="Adams Networks Inc" status="Operational"
+ 080 bands="LTE" brand="SyncSouth" cc="us" country="United States of America"
operator="South Georgia Regional Information Technology Authority"
status="Operational"
+ 220 bands="LTE 700" cc="us" country="United States of America"
operator="Chariton Valley Telephone" status="Operational"
+ 330 bands="LTE 700" brand="Nemont" cc="us" country="United States of America"
operator="Sagebrush Cellular" status="Operational"
+ 350 bands="LTE" cc="us" country="United States of America" operator="Triangle
Communications" status="Operational"
+ 370 bands="LTE" cc="us" country="United States of America" operator="Choice
Wireless" status="Operational"
+ 420 bands="LTE 700" cc="us" country="United States of America"
operator="Nex-Tech Wireless" status="Operational"
+ 530 bands="" cc="us" country="United States of America" operator="Sprint
Spectrum" status="Operational"
590 bands="Band 7 FDD LTE 2600 MHz" brand="NMU" cc="us" country="United
States of America" operator="Northern Michigan University" status="Operational"
+ 610 bands="" cc="us" country="United States of America" operator="nTelos"
status=""
000-999
313
- 100 bands="700 MHz Public Safety Broadband" brand="700 MHz Public
Safety Broadband" cc="us" country="United States of America" status=""
+ 100 bands="LTE" brand="FirstNet" cc="us" country="United States of America"
operator="700 MHz Public Safety Broadband" status=""
101 cc="us" country="United States of America"
000-999
316
- 010 bands="iDEN 800" brand="Nextel" cc="us" country="United States of
America" operator="Nextel Communications" status="Not Operational"
- 011 bands="iDEN 800" cc="us" country="United States of America"
operator="Southern Communications Services" status="Operational"
+ 010 bands="iDEN 800" brand="Nextel" cc="us" country="United States of
America" operator="Nextel Communications" status="Not operational"
+ 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"
@@ -924,7 +997,7 @@
001 bands="" cc="mx" country="Mexico" operator="Comunicaciones Digitales Del
Norte, S.A. de C.V." status=""
010 bands="iDEN 800" brand="Nextel" cc="mx" country="Mexico" operator="Nextel
México" status="Operational"
020 bands="TDMA 850 / GSM 1900 / UMTS 850 / LTE 1700" brand="Telcel" cc="mx"
country="Mexico" operator="América Móvil" status="Operational"
- 030 bands="CDMA2000 800 / CDMA2000 1900 / GSM 1900 / UMTS 850"
brand="movistar" cc="mx" country="Mexico" operator="Movistar - Telefónica
Moviles" status="Operational"
+ 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"
060 bands="" cc="mx" country="Mexico" operator="Servicios de Acceso
Inalambrico, S.A. de C.V." status=""
@@ -934,9 +1007,10 @@
090 bands="UMTS 1700" brand="Nextel" cc="mx" country="Mexico"
operator="Nextel México" status="Operational"
000-999
338
- 020 bands="" brand="LIME" cc="jm" country="Jamaica" operator="LIME (Cable &
Wireless)" status="Not Operational"
+ 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"
- 110 bands="" brand="LIME" cc="jm" country="Jamaica" operator="LIME (Cable &
Wireless)" status=""
+ 070 bands="GSM / UMTS / CDMA" brand="Claro" cc="jm" country="Jamaica"
operator="Oceanic Digital Jamaica Limited" status="Not operational"
+ 110 bands="" brand="LIME" cc="jm" country="Jamaica" operator="LIME (Cable &
Wireless)" status="Operational"
180 bands="GSM 850 / GSM 1900 / UMTS 850" brand="LIME" cc="jm"
country="Jamaica" operator="LIME (Cable & Wireless)" status="Operational"
000-999
340
@@ -1008,7 +1082,7 @@
02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Digicel" cc="aw"
country="Aruba (Kingdom of the Netherlands)" operator="Digicel Aruba"
status="Operational"
00-99
364
- 39 bands="GSM 850 / GSM 1900 / UMTS 850" brand="BaTelCo" cc="bs"
country="Bahamas" operator="The Bahamas Telecommunications Company Ltd"
status="Operational"
+ 39 bands="GSM 850 / GSM 1900 / UMTS 850 / LTE 700" brand="BTC" cc="bs"
country="Bahamas" operator="The Bahamas Telecommunications Company Ltd
(BaTelCo)" status="Operational"
00-99
365
010 bands="" cc="ai" country="Anguilla" operator="Weblinks Limited"
status="Operational"
@@ -1022,10 +1096,11 @@
01 bands="GSM 900 / GSM 850" brand="CUBACEL" cc="cu" country="Cuba"
operator="Empresa de Telecomunicaciones de Cuba, SA" status="Operational"
00-99
370
- 01 bands="GSM 900 / GSM 1800 / 1900 / UMTS 900 / LTE 1800" brand="Orange"
cc="do" country="Dominican Republic" operator="Orange Dominicana"
status="Operational"
- 02 bands="CDMA 1900 / GSM 850 / GSM 1900 / UMTS 850" brand="Claro" cc="do"
country="Dominican Republic" operator="Compañía Dominicana de Teléfonos, C por"
status="Operational"
- 03 bands="AMPS / IS-95A 800 / CDMA 1900 / LTE 1900" brand="Tricom" cc="do"
country="Dominican Republic" operator="Tricom S.A." status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / GSM 1900 / UMTS 900 / LTE 1800" brand="Orange"
cc="do" country="Dominican Republic" operator="Orange Dominicana"
status="Operational"
+ 02 bands="CDMA 1900 / GSM 850 / GSM 1900 / UMTS 850 / LTE AWS" brand="Claro"
cc="do" country="Dominican Republic" operator="Compañía Dominicana de
Teléfonos" status="Operational"
+ 03 bands="AMPS / IS-95A 800 / CDMA 1900 / LTE 1900" brand="Tricom" cc="do"
country="Dominican Republic" operator="Tricom, S.A" status="Operational"
04 bands="CDMA 1900 / GSM 1900" brand="Viva" cc="do" country="Dominican
Republic" operator="Trilogy Dominicana, S.A." status="Operational"
+ 05 bands="LTE-TDD 2600" brand="Wind" cc="do" country="Dominican Republic"
operator="WIND Telecom, S.A" status="Operational"
00-99
372
01 bands="GSM 850" brand="Voila" cc="ht" country="Haiti"
operator="Communication Cellulaire d'Haiti S.A." status="Operational"
@@ -1035,23 +1110,26 @@
374
12 bands="GSM 850 / GSM 1900 / UMTS 1900" brand="bmobile" cc="tt"
country="Trinidad and Tobago" operator="TSTT" status="Operational"
130 bands="GSM 850 / GSM 1900 / UMTS 1900" brand="Digicel" cc="tt"
country="Trinidad and Tobago" operator="Digicel (Trinidad & Tobago) Limited"
status="Operational"
+ 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"
+ 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=""
000-999
400
01 bands="GSM 900 / GSM 1800/ UMTS 2100 / LTE 1800" brand="Azercell" cc="az"
country="Azerbaijan" status="Operational"
02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Bakcell" cc="az"
country="Azerbaijan" status="Operational"
03 bands="CDMA" brand="FONEX" cc="az" country="Azerbaijan" operator="CATEL"
status="Operational"
04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Nar Mobile" cc="az"
country="Azerbaijan" operator="Azerfon" status="Operational"
+ 05 bands="TETRA?" cc="az" country="Azerbaijan" operator="Special State
Protection Service of the Republic of Azerbaijan" status=""
00-99
401
01 bands="GSM 900 / GSM 1800" brand="Beeline" cc="kz" country="Kazakhstan"
operator="KaR-Tel LLP" status="Operational"
02 bands="GSM 900 / GSM 1800" brand="Kcell" cc="kz" country="Kazakhstan"
operator="Kcell JSC" status="Operational"
- 07 bands="CDMA2000 800" brand="Dalacom" cc="kz" country="Kazakhstan"
operator="Altel" status="Operational"
+ 07 bands="UMTS 850 / GSM 1800 / LTE 1800" brand="Altel" cc="kz"
country="Kazakhstan" operator="Altel" status="Operational"
08 bands="CDMA2000 800 / CDMA2000 450" brand="Kazakhtelecom" cc="kz"
country="Kazakhstan" status="Operational"
- 77 bands="GSM 900 / GSM 1800" brand="Tele2.kz" cc="kz" country="Kazakhstan"
operator="MTS" status="Operational"
+ 77 bands="GSM 900 / GSM 1800 / UMTS 900" brand="Tele2.kz" cc="kz"
country="Kazakhstan" operator="MTS" status="Operational"
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"
@@ -1276,14 +1354,15 @@
410
01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Mobilink" cc="pk"
country="Pakistan" operator="Mobilink-PMCL" status="Operational"
02 bands="CDMA2000 1900" brand="PTCL" cc="pk" country="Pakistan"
operator="PTCL" status="Operational"
- 03 bands="GSM 900 / GSM 1800" brand="Ufone" cc="pk" country="Pakistan"
operator="Pakistan Telecommunication Mobile Ltd" status="Operational"
- 04 bands="GSM 900 / GSM 1800" brand="Zong" cc="pk" country="Pakistan"
operator="China Mobile" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Ufone" cc="pk"
country="Pakistan" operator="Pakistan Telecommunication Mobile Ltd"
status="Operational"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Zong" cc="pk"
country="Pakistan" operator="China Mobile" status="Operational"
05 bands="GSM 900 / GSM 1800" brand="SCO Mobile" cc="pk" country="Pakistan"
operator="SCO Mobile Ltd" status="Operational"
- 06 bands="GSM 900 / GSM 1800" brand="Telenor" cc="pk" country="Pakistan"
operator="Telenor Pakistan" status="Operational"
- 07 bands="GSM 900 / GSM 1800" brand="Warid Pakistan" cc="pk"
country="Pakistan" operator="WaridTel" status="Operational"
+ 06 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telenor" cc="pk"
country="Pakistan" operator="Telenor Pakistan" status="Operational"
+ 07 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Warid Pakistan"
cc="pk" country="Pakistan" operator="WaridTel" status="Operational"
+ 08 bands="GSM 900 / GSM 1800" brand="SCO Mobile" cc="pk" country="Pakistan"
operator="SCO Mobile Ltd" status="Operational"
00-99
412
- 01 bands="GSM 900 / GSM 1800" brand="AWCC" cc="af" country="Afghanistan"
operator="Afghan Wireless Communication Company" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="AWCC" cc="af"
country="Afghanistan" operator="Afghan Wireless Communication Company"
status="Operational"
20 bands="GSM 900 / UMTS" brand="Roshan" cc="af" country="Afghanistan"
operator="Telecom Development Company Afghanistan Ltd." status="Operational"
40 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTN" cc="af"
country="Afghanistan" operator="MTN Group Afghanistan" status="Operational"
50 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Etisalat" cc="af"
country="Afghanistan" operator="Etisalat Afghanistan" status="Operational"
@@ -1299,14 +1378,14 @@
08 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Hutch" cc="lk" country="Sri
Lanka" operator="Hutchison Telecommunications Lanka (Pvt) Ltd"
status="Operational"
00-99
414
- 01 bands="GSM 900" brand="MPT" cc="mm" country="Myanmar" operator="Myanmar
Post and Telecommunication" status="Operational"
+ 01 bands="GSM 900 / UMTS 2100" brand="MPT" cc="mm" country="Myanmar"
operator="Myanmar Post and Telecommunication" status="Operational"
05 bands="UMTS 900 / UMTS 2100" brand="Ooredoo" cc="mm" country="Myanmar"
operator="Ooredoo Myanmar" status="Operational"
- 06 bands="GSM 900" brand="Telenor Myanmar" cc="mm" country="Myanmar"
operator="Telenor Myanmar" status="Test"
+ 06 bands="GSM 900 / UMTS 2100" brand="Telenor Myanmar" cc="mm"
country="Myanmar" operator="Telenor Myanmar (Comcel Myanmar)"
status="Operational"
00-99
415
- 01 bands="GSM 900 2G 3G 4G" brand="Alfa" cc="lb" country="Lebanon"
operator="MIC 1" status="Operational"
- 03 bands="GSM 900 2G 3G 4G" brand="mtc touch" cc="lb" country="Lebanon"
operator="MIC 2" status="Operational"
- 05 bands="GSM 900" brand="Ogero Mobile" cc="lb" country="Lebanon"
operator="Ogero Telecom" status="Planned"
+ 01 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="Alfa" cc="lb"
country="Lebanon" operator="MIC 1" status="Operational"
+ 03 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="mtc touch" cc="lb"
country="Lebanon" operator="MIC 2" status="Operational"
+ 05 bands="GSM 900" brand="Ogero Mobile" cc="lb" country="Lebanon"
operator="Ogero Telecom" status="Operational"
00-99
416
01 bands="GSM 900" brand="zain JO" cc="jo" country="Jordan" operator="Jordan
Mobile Telephone Services" status="Operational"
@@ -1317,6 +1396,7 @@
417
01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Syriatel" cc="sy"
country="Syria" operator="Syriatel Mobile Telecom" status="Operational"
02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTN" cc="sy" country="Syria"
operator="MTN Syria" status="Operational"
+ 09 bands="" cc="sy" country="Syria" operator="Syrian Telecom" status=""
00-99
418
05 bands="GSM 900" brand="Asia Cell" cc="iq" country="Iraq" operator="Asia
Cell Telecommunications Company" status="Operational"
@@ -1329,15 +1409,16 @@
92 bands="CDMA" brand="Omnnea" cc="iq" country="Iraq" operator="Omnnea
Wireless" status="Operational"
00-99
419
- 02 bands="GSM 900 / UMTS 2100" brand="zain KW" cc="kw" country="Kuwait"
operator="Zain Kuwait" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Wataniya" cc="kw"
country="Kuwait" operator="National Mobile Telecommunications"
status="Operational"
- 04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Viva" cc="kw"
country="Kuwait" operator="Kuwait Telecommunication Company"
status="Operational"
+ 02 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="zain KW" cc="kw"
country="Kuwait" operator="Zain Kuwait" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="K.S.C Ooredoo"
cc="kw" country="Kuwait" operator="National Mobile Telecommunications"
status="Operational"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Viva" cc="kw"
country="Kuwait" operator="Kuwait Telecommunication Company"
status="Operational"
00-99
420
- 01 bands="GSM 900 / UMTS 2100 / LTE 2300" brand="Al Jawal (STC )" cc="sa"
country="Saudi Arabia" operator="Saudi Telecom Company" status="Operational"
- 03 bands="GSM 900 / UMTS 2100 / LTE 2600" brand="Mobily" cc="sa"
country="Saudi Arabia" operator="Etihad Etisalat Company" status="Operational"
- 04 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800/ LTE 2600" brand="Zain
SA" cc="sa" country="Saudi Arabia" operator="Zain Saudi Arabia"
status="Operational"
- 21 bands="RGSM 900" brand="RGSM" cc="sa" country="Saudi Arabia"
operator="Saudi Railways GSM" status="Operational"
+ 01 bands="GSM 900 / UMTS 900 / UMTS 2100 / LTE 2300" brand="Al Jawal (STC )"
cc="sa" country="Saudi Arabia" operator="Saudi Telecom Company"
status="Operational"
+ 03 bands="GSM 900 / UMTS 900 / UMTS 2100 / LTE 2600" brand="Mobily" cc="sa"
country="Saudi Arabia" operator="Etihad Etisalat Company" status="Operational"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800/ LTE 2600"
brand="Zain SA" cc="sa" country="Saudi Arabia" operator="Zain Saudi Arabia"
status="Operational"
+ 05 bands="MVNO" brand="Virgin Mobile" cc="sa" country="Saudi Arabia"
operator="Virgin Mobile Saudi Arabia" status="Operational"
+ 21 bands="GSM-R 900" brand="RGSM" cc="sa" country="Saudi Arabia"
operator="Saudi Railways GSM" status="Operational"
00-99
421
01 bands="GSM 900" brand="SabaFon" cc="ye" country="Yemen"
status="Operational"
@@ -1346,8 +1427,8 @@
04 bands="GSM 900" brand="HiTS-UNITEL" cc="ye" country="Yemen" operator="Y"
status="Operational"
00-99
422
- 02 bands="GSM 900 / GSM 1800 / UMTS 900<ref name=gsa_umts900_130214></ref>"
brand="Oman Mobile" cc="om" country="Oman" operator="Oman Mobile
Telecommunications Company" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 900<ref name=gsa_umts900_130214 />"
brand="Nawras" cc="om" country="Oman" operator="Omani Qatari Telecommunications
Company SAOC" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900" brand="Omantel" cc="om"
country="Oman" operator="Oman Telecommunications Company" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900" brand="Nawras" cc="om"
country="Oman" operator="Omani Qatari Telecommunications Company SAOC"
status="Operational"
04 bands="" brand="Omantel" cc="om" country="Oman" operator="Oman
Telecommunications Company" status=""
00-99
424
@@ -1355,25 +1436,28 @@
03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="du" cc="ae" country="United
Arab Emirates" operator="Emirates Integrated Telecommunications Company"
status="Operational"
00-99
425
- 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Orange" cc="il"
country="Israel" operator="Partner Communications Company Ltd"
status="Operational"
- 02 bands="GSM 1800 / UMTS 850 / UMTS 2100" brand="Cellcom" cc="il"
country="Israel" operator="Cellcom Israel Ltd" status="Operational"
- 03 bands="CDMA 800 / UMTS 850 / UMTS 2100" brand="Pelephone" cc="il"
country="Israel" operator="Pelephone Communications Ltd." status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800"
brand="Orange" cc="il" country="Israel" operator="Partner Communications
Company Ltd." status="Operational"
+ 02 bands="GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800" brand="Cellcom" cc="il"
country="Israel" operator="Cellcom Israel Ltd." status="Operational"
+ 03 bands="CDMA 800 / UMTS 850 / UMTS 2100 / LTE 1800" brand="Pelephone"
cc="il" country="Israel" operator="Pelephone Communications Ltd."
status="Operational"
04 bands="" cc="il" country="Israel" operator="Globalsim Ltd" status=""
- 05 bands="GSM 900" brand="Jawwal" cc="ps" country="Palestine, State of"
operator="Palestine Cellular Communications, Ltd." status="Operational"
- 06 bands="GSM 900 / GSM 1800" brand="Wataniya" cc="ps" country="Palestine,
State of" operator="Wataniya Palestine Mobile Telecommunications Company"
status="Operational"
- 07 bands="iDEN 800 / UMTS 2100" brand="Hot Mobile" cc="il" country="Israel"
operator="Hot Mobile Ltd" status="Operational"
- 08 bands="UMTS 2100" brand="Golan Telecom" cc="il" country="Israel"
operator="Golan Telecom Ltd" status="Operational"
+ 05 bands="GSM 900" brand="Jawwal" cc="ps" country="Palestine"
operator="Palestine Cellular Communications, Ltd." status="Operational"
+ 06 bands="GSM 900 / GSM 1800" brand="Wataniya" cc="ps" country="Palestine"
operator="Wataniya Palestine Mobile Telecommunications Company"
status="Operational"
+ 07 bands="iDEN 800 / UMTS 2100" brand="Hot Mobile" cc="il" country="Israel"
operator="Hot Mobile Ltd. (Former Mirs Communications)" status="Operational"
+ 08 bands="UMTS 2100 / LTE 1800" brand="Golan Telecom" cc="il"
country="Israel" operator="Golan Telecom Ltd" status="Operational"
11 bands="MVNO" cc="il" country="Israel" operator="365 Telecom" status=""
12 bands="MVNO" cc="il" country="Israel" operator="Free Telecom" status=""
13 bands="" cc="il" country="Israel" operator="Ituran Cellular
Communications" status=""
14 bands="MVNO" brand="Youphone" cc="il" country="Israel" operator="Alon
Cellular Ltd." status="Operational"
15 bands="MVNO" brand="Home Cellular" cc="il" country="Israel" operator="Home
Cellular" status="Operational"
- 16 bands="MVNO" brand="Rami Levy" cc="il" country="Israel" operator="Rami
Levy" status="Operational"
- 17 bands="MVNO" cc="il" country="Israel" operator="Gale Phone" status=""
+ 16 bands="MVNO" brand="Rami Levy" cc="il" country="Israel" operator="Rami
Levy Communications Ltd." status="Operational"
+ 17 bands="MVNO" brand="Sipme" cc="il" country="Israel" operator="Gale Phone"
status=""
18 bands="MVNO" brand="Cellact Communications" cc="il" country="Israel"
operator="Cellact Communications Ltd." status="Operational"
- 19 bands="" cc="il" country="Israel" operator="Azi Communications Ltd."
status=""
- 20 bands="" cc="il" country="Israel" operator="Bezeq Ltd" status=""
- 21 bands="" cc="il" country="Israel" operator="B.I.P. Communications Ltd."
status=""
+ 19 bands="MVNO" brand="Telzar 019" cc="il" country="Israel" operator="Azi
Communications Ltd." status="Operational"
+ 20 bands="" brand="Bezeq" cc="il" country="Israel" operator="Bezeq The
Israeli Telecommunication Corp Ltd." status=""
+ 21 bands="" brand="Bezeq International" cc="il" country="Israel"
operator="B.I.P. Communications Ltd." status=""
+ 23 bands="" cc="il" country="Israel" operator="Beezz Communication Solutions
Ltd." status=""
+ 24 bands="MVNO" brand="012 Telecom" cc="il" country="Israel"
operator="Partner Communications Company Ltd." status="Operational"
+ 25 bands="LTE" brand="IMOD" cc="il" country="Israel" operator="Israel
Ministry of Defense" status="Not operational"
00-99
426
01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Batelco" cc="bh"
country="Bahrain" operator="Bahrain Telecommunications Company"
status="Operational"
@@ -1384,7 +1468,7 @@
00-99
427
01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600"
brand="ooredoo" cc="qa" country="Qatar" operator="ooredoo" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodafone" cc="qa"
country="Qatar" operator="Vodafone Qatar" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="Vodafone" cc="qa"
country="Qatar" operator="Vodafone Qatar" status="Operational"
05 bands="TETRA 380" brand="Ministry of Interior" cc="qa" country="Qatar"
operator="Ministry of Interior" status="Operational"
06 bands="LTE" brand="Ministry of Interior" cc="qa" country="Qatar"
operator="Ministry of Interior" status="Operational"
00-99
@@ -1395,29 +1479,30 @@
99 bands="GSM 900 / UMTS 2100" brand="Mobicom" cc="mn" country="Mongolia"
operator="Mobicom Corporation" status="Operational"
00-99
429
- 01 bands="GSM 900 / GSM 1800" brand="Namaste / NT Mobile" cc="np"
country="Nepal" operator="Nepal Telecom" status="Operational"
- 02 bands="GSM 900 / GSM 1800" brand="Ncell" cc="np" country="Nepal"
operator="Ncell Pvt. Ltd.Spice Nepal" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Namaste / NT Mobile" cc="np"
country="Nepal" operator="Nepal Telecom" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Ncell" cc="np"
country="Nepal" operator="Ncell Pvt. Ltd." status="Operational"
03 bands="CDMA2000 800" brand="Sky/C-Phone" cc="np" country="Nepal"
operator="Nepal Telecom" status="Operational"
04 bands="GSM 900" brand="SmartCell" cc="np" country="Nepal" operator="Smart
Telecom Pvt. Ltd." status="Operational"
00-99
432
- 11 bands="GSM 900 / GSM 1800" brand="IR-MCI (Hamrahe Avval)" cc="ir"
country="Iran" operator="Mobile Communications Company of Iran"
status="Operational"
+ 11 bands="GSM 900 / GSM 1800 / UMTS" brand="IR-MCI (Hamrahe Avval)" cc="ir"
country="Iran" operator="Mobile Communications Company of Iran"
status="Operational"
14 bands="GSM 900" brand="TKC" cc="ir" country="Iran"
operator="Telecommunication Kish Company" status="Operational"
19 bands="GSM 900" brand="MTCE (Espadan)" cc="ir" country="Iran"
operator="Mobile Telecommunications Company of Esfahan" status="Operational"
20 bands="UMTS" brand="Rightel" cc="ir" country="Iran" status="Operational"
32 bands="GSM 900 / GSM 1800" brand="Taliya" cc="ir" country="Iran"
operator="Rafsanjan Industrial Complex" status="Operational"
- 35 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTN Irancell" cc="ir"
country="Iran" operator="MTN Irancell Telecommunications Services Company"
status="Operational"
+ 35 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" 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
434
01 bands="GSM 900 / GSM 1800" cc="uz" country="Uzbekistan" operator="Buztel"
status="Not operational"
02 bands="GSM 900 / GSM 1800" cc="uz" country="Uzbekistan" operator="Uzmacom"
status="Not operational"
- 03 bands="CDMA2000 450 EVDO Rev A" brand="UzMobile" cc="uz"
country="Uzbekistan" operator="Uzbektelekom" status="Operational"
- 04 bands="GSM 900 / GSM 1800" brand="Beeline" cc="uz" country="Uzbekistan"
operator="Unitel LLC" status="Operational"
- 05 bands="GSM 900 / GSM 1800" brand="Ucell" cc="uz" country="Uzbekistan"
operator="Coscom" status="Operational"
+ 03 bands="CDMA2000 450" brand="UzMobile" cc="uz" country="Uzbekistan"
operator="Uzbektelekom" status="Operational"
+ 04 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Beeline" cc="uz"
country="Uzbekistan" operator="Unitel LLC" status="Operational"
+ 05 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Ucell" cc="uz"
country="Uzbekistan" operator="Coscom" status="Operational"
06 bands="CDMA2000 800" brand="Perfectum Mobile" cc="uz" country="Uzbekistan"
operator="RUBICON WIRELESS COMMUNICATION" status="Operational"
- 07 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTS" cc="uz"
country="Uzbekistan" operator="Uzdunrobita" status="Operational"
+ 07 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="UMS" cc="uz"
country="Uzbekistan" operator="Universal Mobile Systems" status="Operational"
+ 08 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="UzMobile" cc="uz"
country="Uzbekistan" operator="Uzbektelekom" status="Operational"
00-99
436
01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 800" brand="Tcell" cc="tj"
country="Tajikistan" operator="JV Somoncom" status="Operational"
@@ -1435,10 +1520,10 @@
00-99
438
01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTS (BARASH Communication)"
cc="tm" country="Turkmenistan" operator="ES "MTS-Turkmenistan""
status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="TM-Cell" cc="tm"
country="Turkmenistan" operator="Altyn Asyr" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="TM-Cell" cc="tm"
country="Turkmenistan" operator="Altyn Asyr" status="Operational"
00-99
440
- 00 bands="UMTS 1700" brand="eMobile" cc="jp" country="Japan"
operator="EMOBILE Limited" status="Operational"
+ 00 bands="UMTS 1700" brand="Y!Mobile" cc="jp" country="Japan"
operator="EMOBILE Limited" status="Operational"
01 bands="UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)" brand="NTT docomo" cc="jp"
country="Japan" operator="NTT docomo" status="Operational"
02 bands="UMTS 2100" brand="NTT docomo" cc="jp" country="Japan" operator="NTT
DoCoMo - Kansai" status="Operational"
03 bands="UMTS 2100" brand="NTT docomo" cc="jp" country="Japan" operator="NTT
DoCoMo - Hokuriku" status="Operational"
@@ -1539,20 +1624,20 @@
02 bands="CDMA2000 1700" brand="KT" cc="kr" country="South Korea"
operator="KT" status="Discontinued"
03 bands="CDMA2000 800" brand="Power 017" cc="kr" country="South Korea"
operator="Shinsegi Telecom, Inc." status="Discontinued"
04 bands="CDMA2000 1700" brand="KT" cc="kr" country="South Korea"
operator="KT" status="Discontinued"
- 05 bands="CDMA2000 800 / UMTS 2100 / LTE 850 / LTE 1800" brand="SKTelecom"
cc="kr" country="South Korea" operator="SK Telecom" status="Operational"
+ 05 bands="CDMA2000 800 / UMTS 2100 / LTE 850 1800 2100" brand="SKTelecom"
cc="kr" country="South Korea" operator="SK Telecom" status="Operational"
06 bands="CDMA2000 1700 / LTE 850 2100 2600" brand="LG U+" cc="kr"
country="South Korea" operator="LG Telecom" status="Operational"
- 08 bands="UMTS 2100 / LTE 900 / LTE 1800" brand="olleh" cc="kr"
country="South Korea" operator="KT" status="Operational"
- 11 bands="UMTS 2100" brand="SKTelecom" cc="kr" country="South Korea"
operator="Korea Cable Telecom(t-plus), Eco-mobile" status="Operational"
+ 08 bands="UMTS 2100 / LTE 900 1800 2100" brand="olleh" cc="kr" country="South
Korea" operator="KT" status="Operational"
+ 11 bands="MVNO of SKTelecom" cc="kr" country="South Korea" operator="Korea
Cable Telecom" status="Operational"
00-99
452
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MobiFone" cc="vn"
country="Vietnam" operator="Vietnam Mobile Telecom Services Company (VMS)"
status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MobiFone" cc="vn"
country="Vietnam" operator="Vietnam Mobile Telecom Services Company"
status="Operational"
02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vinaphone" cc="vn"
country="Vietnam" operator="Vietnam Telecom Services Company"
status="Operational"
- 03 bands="CDMA2000 800" brand="S-Fone" cc="vn" country="Vietnam"
operator="S-Telecom" status="Operational"
+ 03 bands="CDMA2000 800" brand="S-Fone" cc="vn" country="Vietnam"
operator="S-Telecom" status="Not operational"
04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Viettel Mobile" cc="vn"
country="Vietnam" operator="Viettel Telecom" status="Operational"
- 05 bands="GSM 900 / UMTS 1900 / UMTS 2100" brand="Vietnamobile (HT Mobile )"
cc="vn" country="Vietnam" operator="Hanoi Telecom" status="Operational"
- 06 bands="CDMA2000 450" brand="EVNTelecom" cc="vn" country="Vietnam"
operator="EVNTelecom - EVN" status="Operational"
- 07 bands="GSM 1800" brand="G-Mobile" cc="vn" country="Vietnam" operator="GTEL
Mobile JSC" status="Operational"
- 08 bands="UMTS 2100" brand="3G EVNTelecom" cc="vn" country="Vietnam"
operator="EVNTelecom - EVN" status="Operational"
+ 05 bands="GSM 900 / UMTS 2100" brand="Vietnamobile" cc="vn" country="Vietnam"
operator="Hanoi Telecom" status="Operational"
+ 06 bands="CDMA2000 450" brand="EVNTelecom" cc="vn" country="Vietnam"
operator="EVN Telecom" status="Not operational"
+ 07 bands="GSM 1800" brand="Gmobile" cc="vn" country="Vietnam" operator="GTEL
Mobile JSC" status="Operational"
+ 08 bands="UMTS 2100" brand="EVNTelecom" cc="vn" country="Vietnam"
operator="EVN Telecom" status="Not operational"
00-99
454
00 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600"
brand="1O1O / One2Free / New World Mobility" cc="hk" country="Hong Kong"
operator="CSL Limited" status="Operational"
@@ -1561,7 +1646,7 @@
03 bands="UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600" brand="3" cc="hk"
country="Hong Kong" operator="Hutchison Telecom" status="Operational"
04 bands="GSM 900 / GSM 1800" brand="3 (2G)" cc="hk" country="Hong Kong"
operator="Hutchison Telecom" status="Operational"
05 bands="CDMA 800" brand="3 (CDMA)" cc="hk" country="Hong Kong"
operator="Hutchison Telecom" status="Not operational"
- 06 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800"
brand="SmarTone" cc="hk" country="Hong Kong" operator="SmarTone Mobile
Communications Limited" status="Operational"
+ 06 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800 / LTE 2600"
brand="SmarTone" cc="hk" country="Hong Kong" operator="SmarTone Mobile
Communications Limited" status="Operational"
07 bands="GSM 900 / GSM 1800" cc="hk" country="Hong Kong" operator="China
Unicom (Hong Kong) Limited" status="Operational"
08 bands="" brand="Truphone" cc="hk" country="Hong Kong" operator="Truphone
Limited" status="Operational"
09 bands="GSM 900 / GSM 1800" cc="hk" country="Hong Kong" operator="China
Motion Telecom" status="Operational"
@@ -1589,12 +1674,12 @@
00-99
456
01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cellcard" cc="kh"
country="Cambodia" operator="The Royal Group" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Smart" cc="kh"
country="Cambodia" operator="Latelz Company Limited" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Smart Axiata"
cc="kh" country="Cambodia" operator="Smart Axiata Co. Ltd" status="Operational"
03 bands="GSM 1800 / UMTS 2100" brand="qb" cc="kh" country="Cambodia"
operator="Cambodia Advance Communications Co. Ltd" status="Operational"
04 bands="GSM 1800 / UMTS 2100" brand="qb" cc="kh" country="Cambodia"
operator="Cambodia Advance Communications Co. Ltd" status="Operational"
- 05 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Smart" cc="kh"
country="Cambodia" operator="Latelz Company Limited" status="Operational"
- 06 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Smart" cc="kh"
country="Cambodia" operator="Latelz Company Limited" status="Operational"
- 08 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Metfone" cc="kh"
country="Cambodia" operator="The Royal Group" 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"
+ 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"
18 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Cellcard" cc="kh"
country="Cambodia" operator="The Royal Group" status="Operational"
@@ -1603,29 +1688,29 @@
01 bands="GSM 900 / GSM 1800 / UMTS 2100 /LTE 4G/" brand="LTC" cc="la"
country="Laos" operator="LaoTelecom" status="Operational"
02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="ETL" cc="la" country="Laos"
operator="Enterprise of Telecommunications Lao" status="Operational"
03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Unitel" cc="la"
country="Laos" operator="Star Telecom Co., Ltd" status="Operational"
- 08 bands="GSM 900 / GSM 1800 /LTE 4G" brand="Beeline" cc="la" country="Laos"
operator="VimpelCom Lao Ltd" status="Operational"
+ 08 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 4G" brand="Beeline" cc="la"
country="Laos" operator="VimpelCom Lao Ltd" status="Operational"
00-99
460
00 bands="GSM 900 / GSM 1800 / TD-SCDMA 1900 / TD-SCDMA 2000 / TD-LTE 1900 /
TD-LTE 2300 / TD-LTE 2600" brand="China Mobile" cc="cn" country="China"
operator="China Mobile" status="Operational"
01 bands="GSM 900 / GSM 1800 / UMTS 2100 / TD-LTE 2300 / TD-LTE 2600 /
FDD-LTE 1800" brand="China Unicom" cc="cn" country="China" operator="China
Unicom" status="Operational"
02 bands="GSM 900 / GSM 1800 / TD-SCDMA 1900 / TD-SCDMA 2000 / TD-LTE 1900 /
TD-LTE 2300 / TD-LTE 2600" brand="China Mobile" cc="cn" country="China"
operator="China Mobile" status="Not operational"
- 03 bands="CDMA2000 800 / CDMA2000 2100 / FDD-LTE 2100 / TD-LTE 2300 / TD-LTE
2600" brand="China Telecom" cc="cn" country="China" operator="China Telecom"
status="Operational"
+ 03 bands="CDMA2000 800 / FDD-LTE 1800 / FDD-LTE 2100 / TD-LTE 2300 / TD-LTE
2600" brand="China Telecom" cc="cn" country="China" operator="China Telecom"
status="Operational"
04 bands="" cc="cn" country="China" operator="Global Star Satellite" status=""
- 05 bands="CDMA2000 800 / CDMA2000 2100 / FDD-LTE 2100 / TD-LTE 2300 / TD-LTE
2600" brand="China Telecom" cc="cn" country="China" operator="China Telecom"
status="Not operational"
+ 05 bands="CDMA2000 800 / FDD-LTE 1800 / FDD-LTE 2100 / TD-LTE 2300 / TD-LTE
2600" brand="China Telecom" cc="cn" country="China" operator="China Telecom"
status="Not operational"
06 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="China Unicom" cc="cn"
country="China" operator="China Unicom" status="Not operational"
07 bands="GSM 900 / GSM 1800 / TD-SCDMA 1900 / TD-SCDMA 2000 / TD-LTE 1900 /
TD-LTE 2300 / TD-LTE 2600" brand="China Mobile" cc="cn" country="China"
operator="China Mobile" status="Not operational"
20 bands="GSM-R" brand="China Tietong" cc="cn" country="China"
operator="China Tietong" status="Operational"
00-99
466
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="FarEasTone" cc="tw"
country="Taiwan" operator="Far EasTone Telecommunications Co Ltd"
status="Operational"
- 05 bands="CDMA2000 800" brand="APTG" cc="tw" country="Taiwan" operator="Asia
Pacific Telecom" status="Operational"
- 06 bands="GSM 1800" brand="FarEasTone" cc="tw" country="Taiwan" operator="Far
EasTone Telecommunications Co Ltd" status="operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 700" brand="FarEasTone"
cc="tw" country="Taiwan" operator="Far EasTone Telecommunications Co Ltd"
status="Operational"
+ 05 bands="CDMA2000 800 / LTE 700" brand="APTG" cc="tw" country="Taiwan"
operator="Asia Pacific Telecom" status="Operational"
+ 06 bands="GSM 1800" brand="FarEasTone" cc="tw" country="Taiwan" operator="Far
EasTone Telecommunications Co Ltd" status="Operational"
11 bands="Refer to 466-92 Chunghwa Telecom" brand="Chunghwa LDM" cc="tw"
country="Taiwan" operator="LDTA/Chunghwa Telecom" status="Operational"
- 88 bands="GSM 1800" brand="FarEasTone" cc="tw" country="Taiwan" operator="Far
EasTone Telecommunications Co Ltd" status="operational"
+ 88 bands="GSM 1800" brand="FarEasTone" cc="tw" country="Taiwan" operator="Far
EasTone Telecommunications Co Ltd" status="Operational"
89 bands="UMTS 2100" brand="VIBO" cc="tw" country="Taiwan" operator="VIBO
Telecom" status="Operational"
- 92 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Chungwa" cc="tw"
country="Taiwan" operator="Chunghwa Telecom" status="Operational"
+ 92 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 900 / LTE 1800"
brand="Chunghwa" cc="tw" country="Taiwan" operator="Chunghwa Telecom"
status="Operational"
93 bands="GSM 900" brand="MobiTai" cc="tw" country="Taiwan" operator="Mobitai
Communications" status="Not operational"
- 97 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Taiwan Mobile" cc="tw"
country="Taiwan" operator="Taiwan Mobile Co. Ltd" status="Operational"
+ 97 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 700" brand="Taiwan Mobile"
cc="tw" country="Taiwan" operator="Taiwan Mobile Co. Ltd" status="Operational"
99 bands="GSM 900" brand="TransAsia" cc="tw" country="Taiwan"
operator="TransAsia Telecoms" status="Not operational"
00-99
467
@@ -1635,10 +1720,9 @@
470
01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Grameenphone" cc="bd"
country="Bangladesh" operator="GrameenPhone Ltd" status="Operational"
02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Robi" cc="bd"
country="Bangladesh" operator="Axiata Bangladesh Ltd." status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Banglalink" cc="bd"
country="Bangladesh" operator="Orascom Telecom Holding" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Banglalink" cc="bd"
country="Bangladesh" operator="Banglalink Digital Communications Ltd"
status="Operational"
04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="TeleTalk" cc="bd"
country="Bangladesh" operator="Teletalk Bangladesh Limited" status="Operational"
- 05 bands="CDMA 800" brand="Citycell" cc="bd" country="Bangladesh"
operator="Pacific Bangladesh Telecom Limited" status="Operational"
- 06 bands="GSM 900 / GSM 1800" brand="Beeong3G Warid Telekom" cc="bd"
country="Bangladesh" operator="Beeong Ltd" status="Reserved"
+ 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"
00-99
472
@@ -1646,25 +1730,29 @@
02 bands="GSM 900 / UMTS 2100 / LTE 2600" brand="Ooredoo" cc="mv"
country="Maldives" operator="Wataniya Telecom Maldives" status="Operational"
00-99
502
- 01 bands="CDMA2000 450 (depreciated)011-(6digits)" brand="ATUR 450" cc="my"
country="Malaysia" operator="Telekom Malaysia Bhd" status="Operational"
+ 01 bands="CDMA2000 450" brand="ATUR 450" cc="my" country="Malaysia"
operator="Telekom Malaysia Bhd" status="Operational"
10 cc="my" country="Malaysia" operator="DiGi Telecommunications"
- 11 brand="TM Homeline" cc="my" country="Malaysia" operator="Telekom Malaysia
Bhd"
- 12 bands="MVNO" brand="Kartu As" cc="my" country="Malaysia" operator="Telin
Malaysia Sdn Bhd" status="Operational"
- 13 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Celcom" cc="my"
country="Malaysia" operator="Celcom Axiata Berhad" status="Operational"
+ 11 bands="CDMA2000 850" brand="TM Homeline" cc="my" country="Malaysia"
operator="Telekom Malaysia Bhd" status="Operational"
+ 12 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800" brand="Maxis"
cc="my" country="Malaysia" operator="Maxis Mobile Services SDN Berhad"
status="Operational"
+ 13 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Celcom" cc="my"
country="Malaysia" operator="Celcom Axiata Berhad" status="Operational"
14 cc="my" country="Malaysia" operator="Telekom Malaysia Berhad for PSTN SMS"
150 bands="MVNO" brand="Tune Talk" cc="my" country="Malaysia" operator="Tune
Talk Sdn Bhd" status="Operational"
151 bands="MVNO" cc="my" country="Malaysia" operator="Baraka Telecom Sdn Bhd
(MVNE)" status="Operational"
152 bands="WiMAX 2.3 GHz / LTE 4G" brand="Yes" cc="my"
country="Malaysia" operator="YTL Communications Sdn Bhd" status="Operational"
+ 153 bands="WiMAX 2.3 GHz" cc="my" country="Malaysia" operator="Packet
One Networks Sdn Bhd" status="Operational"
+ 154 bands="" cc="my" country="Malaysia" operator="Talk Focus Sdn Bhd"
status=""
+ 155 bands="" cc="my" country="Malaysia" operator="Clixster Mobile Sdn Bhd"
status=""
156 bands="LTE 4G / MVNO" brand="Altel" cc="my" country="Malaysia"
operator="Altel Communications Sdn Bhd" status="Operational"
- 16 bands="GSM 1800 / UMTS 2100" brand="DiGi" cc="my" country="Malaysia"
operator="DiGi Telecommunications" status="Operational"
- 17 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Hotlink" cc="my"
country="Malaysia" operator="Maxis Prepaid" status="Operational"
- 18 bands="CDMA 850" brand="TM Homeline" cc="my" country="Malaysia"
operator="Telekom Malaysia Bhd" status="Operational"
- 19 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Celcom" cc="my"
country="Malaysia" operator="Celcom Axiata Berhad" status="Operational"
+ 157 bands="" cc="my" country="Malaysia" operator="Telekomunikasi Indonesia
International (M) Sdn Bhd" status=""
+ 16 bands="GSM 1800 / UMTS 2100 / LTE 2600" brand="DiGi" cc="my"
country="Malaysia" operator="DiGi Telecommunications" status="Operational"
+ 17 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Hotlink" cc="my"
country="Malaysia" operator="Maxis Prepaid" status="Operational"
+ 18 bands="UMTS 2100" brand="U Mobile" cc="my" country="Malaysia" operator="U
Mobile Sdn Bhd" status="Operational"
+ 19 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600" brand="Celcom" cc="my"
country="Malaysia" operator="Celcom Axiata Berhad" status="Operational"
20 bands="CDMA" cc="my" country="Malaysia" operator="Electcoms Wireless Sdn
Bhd" status="Operational"
00-99
505
- 01 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800"
brand="Telstra" cc="au" country="Australia" operator="Telstra Corporation
Limited" status="Operational"
- 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE-TDD
2300" brand="Optus" cc="au" country="Australia" operator="Singtel Optus
Proprietary Limited" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 700 / LTE 1800"
brand="Telstra" cc="au" country="Australia" operator="Telstra Corporation
Limited" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 700 / LTE 1800 /
LTE-TDD 2300" brand="Optus" cc="au" country="Australia" operator="Singtel Optus
Proprietary Limited" status="Operational"
03 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 900 / UMTS 2100 / LTE 1800"
brand="Vodafone" cc="au" country="Australia" operator="Vodafone Hutchison
Australia Proprietary Limited" status="Operational"
04 bands="" cc="au" country="Australia" operator="Department of Defence"
status="Operational"
05 brand="Ozitel" cc="au" country="Australia" status="Not operational"
@@ -1679,7 +1767,7 @@
14 bands="GSM 1800 / UMTS 2100" brand="AAPT" cc="au" country="Australia"
operator="Telecom New Zealand" status="Operational"
15 brand="3GIS" cc="au" country="Australia" status="Not operational"
16 bands="GSM 1800" brand="VicTrack" cc="au" country="Australia"
operator="Victorian Rail Track" status="Reserved"
- 17 bands="" cc="au" country="Australia" operator="Vidid Wireless Pty. Ltd."
status=""
+ 17 bands="" cc="au" country="Australia" operator="Vivid Wireless Pty. Ltd."
status=""
18 brand="Pactel" cc="au" country="Australia" operator="Pactel International
Pty Ltd" status="Reserved"
19 bands="MVNO" brand="Lycamobile" cc="au" country="Australia"
operator="Lycamobile Pty Ltd" status="Operational"
20 bands="" cc="au" country="Australia" operator="Ausgrid Corporation"
status=""
@@ -1693,6 +1781,7 @@
28 bands="" cc="au" country="Australia" operator="RCOM International Pty Ltd"
status=""
30 bands="" cc="au" country="Australia" operator="Compatel Limited" status=""
31 bands="" cc="au" country="Australia" operator="BHP Billiton" status=""
+ 32 bands="" cc="au" country="Australia" operator="Thales Australia" 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=""
@@ -1704,17 +1793,18 @@
00-99
510
00 bands="Satellite" brand="PSN" cc="id" country="Indonesia" operator="PT
Pasifik Satelit Nusantara (ACeS)" status="Operational"
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="INDOSAT" cc="id"
country="Indonesia" operator="PT Indonesian Satellite Corporation Tbk
(INDOSAT)" status="Operational"
+ 01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE FDD 900" brand="INDOSAT"
cc="id" country="Indonesia" operator="PT Indonesian Satellite Corporation Tbk
(INDOSAT)" status="Operational"
03 bands="CDMA 800" brand="StarOne" cc="id" country="Indonesia" operator="PT
Indosat Tbk" status="Operational"
07 bands="CDMA 800" brand="TelkomFlexi" cc="id" country="Indonesia"
operator="PT Telkom" status="Operational"
08 bands="GSM 1800 / UMTS 2100" brand="AXIS" cc="id" country="Indonesia"
operator="PT Natrindo Telepon Seluler" status="Operational"
- 09 bands="CDMA 1900 / 800" brand="SMARTFREN" cc="id" country="Indonesia"
operator="PT Smart Telecom" status="Operational"
- 10 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Telkomsel" cc="id"
country="Indonesia" operator="PT Telekomunikasi Selular" status="Operational"
- 11 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="XL" cc="id"
country="Indonesia" operator="PT XL Axiata Tbk" status="Operational"
+ 09 bands="CDMA 1900 / 800 / LTE TDD 2300" brand="SMARTFREN" cc="id"
country="Indonesia" operator="PT Smart Telecom" status="Operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE FDD 900" brand="Telkomsel"
cc="id" country="Indonesia" operator="PT Telekomunikasi Selular"
status="Operational"
+ 11 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE FDD 1800" brand="XL" cc="id"
country="Indonesia" operator="PT XL Axiata Tbk" status="Operational"
20 bands="GSM 1800" brand="TELKOMMobile" cc="id" country="Indonesia"
operator="PT Telkom Indonesia Tbk" status="Not operational"
21 bands="GSM 1800" brand="IM3" cc="id" country="Indonesia" operator="PT
Indonesian Satellite Corporation Tbk (INDOSAT)" status="Not operational"
27 bands="CDMA 450" brand="Ceria" cc="id" country="Indonesia" operator="PT
Sampoerna Telekomunikasi Indonesia" status="Operational"
28 bands="CDMA 800" brand="Fren/Hepi" cc="id" country="Indonesia"
operator="PT Mobile-8 Telecom" status="Operational"
+ 88 bands="LTE TDD 2300" brand="BOLT! Super 4G" cc="id" country="Indonesia"
operator="PT Internux" status="Operational"
89 bands="GSM 1800 / UMTS 2100" brand="3" cc="id" country="Indonesia"
operator="PT Hutchison CP Telecommunications" status="Operational"
99 bands="CDMA 800" brand="Esia" cc="id" country="Indonesia" operator="PT
Bakrie Telecom" status="Operational"
995 brand="Komselindo" cc="id" country="Indonesia" operator="Komselindo
STKB-C"
@@ -1727,9 +1817,9 @@
00-99
515
01 bands="GSM 900" brand="Islacom" cc="ph" country="Philippines"
operator="Globe Telecom via Innove Communications" status="Not operational"
- 02 bands="EDGE 900 / EDGE 1800 / UMTS 850 / UMTS 2100" brand="Globe" cc="ph"
country="Philippines" operator="Globe Telecom" status="Operational"
- 03 bands="EDGE 900 / EDGE 1800 / UMTS 850 / UMTS 2100" brand="Smart" cc="ph"
country="Philippines" operator="PLDT via Smart Communications"
status="Operational"
- 05 bands="EDGE 1800 / UMTS 2100" brand="Sun" cc="ph" country="Philippines"
operator="Digital Telecommunications Philippines" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 900 / UMTS 2100" brand="Globe"
cc="ph" country="Philippines" operator="Globe Telecom" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100" brand="Smart" cc="ph"
country="Philippines" operator="PLDT via Smart Communications"
status="Operational"
+ 05 bands="GSM 1800 / UMTS 2100" brand="Sun" cc="ph" country="Philippines"
operator="Digital Telecommunications Philippines" status="Operational"
11 bands="" cc="ph" country="Philippines" operator="PLDT via ACeS
Philippines" status=""
18 bands="GSM 900 / UMTS 2100 (defunct)" brand="Cure" cc="ph"
country="Philippines" operator="PLDT via Smart's Connectivity Unlimited
Resources Enterprise" status="Operational"
24 bands="" brand="ABS-CBN" cc="ph" country="Philippines" operator="ABS-CBN
Convergence with Globe Telecom" status="Operational"
@@ -1742,10 +1832,9 @@
03 bands="UMTS 2100" brand="AIS 3G" cc="th" country="Thailand" operator="AWN"
status="Operational"
04 bands="UMTS 2100 / LTE 2100" brand="truemove H 4G LTE" cc="th"
country="Thailand" operator="Real Future" status="Operational"
05 bands="UMTS 2100 / LTE 2100" brand="dtac TriNet" cc="th"
country="Thailand" operator="DTN" status="Operational"
- 10 bands="" brand="?" cc="th" country="Thailand" operator="WCS IQ" status=""
15 bands="UMTS 2100" brand="TOT 3G" cc="th" country="Thailand"
operator="Telephone Organization of Thailand (TOT)" status="Operational"
18 bands="GSM 1800 / UMTS 850" brand="dtac" cc="th" country="Thailand"
operator="Total Access Communication" status="Operational"
- 23 bands="GSM 1800" brand="AIS GSM 1800" cc="th" country="Thailand"
operator="AIS)" status="Operational"
+ 23 bands="GSM 1800" brand="AIS GSM 1800" cc="th" country="Thailand"
operator="AIS)" status="Not operational"
25 bands="PHS 1900" brand="WE PCT" cc="th" country="Thailand" operator="True
Corporation" status="Operational"
47 bands="" cc="th" country="Thailand" operator="Telephone Organization of
Thailand (TOT)" status=""
99 bands="GSM 1800" brand="truemove" cc="th" country="Thailand"
operator="True Corporation" status="Operational"
@@ -1766,14 +1855,14 @@
00-99
530
00 bands="AMPS 800 / TDMA 800" brand="Telecom" cc="nz" country="New Zealand"
operator="Telecom New Zealand" status="Not operational"
- 01 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800"
brand="Vodafone" cc="nz" country="New Zealand" operator="Vodafone New Zealand"
status="Operational"
+ 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 2000" brand="Woosh" cc="nz" country="New Zealand"
operator="Woosh Wireless New Zealand Walker" status="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 1800" brand="XT Mobile Network" cc="nz"
country="New Zealand" operator="Spark New Zealand" status="Operational"
- 06 bands="UMTS 850 / UMTS 2100" brand="Skinny" cc="nz" country="New Zealand"
operator="Spark New Zealand" status="Operational"
+ 05 bands="UMTS 850 / UMTS 2100 / LTE 700 / LTE 1800 / LTE 2600" brand="Spark
NZ" cc="nz" country="New Zealand" operator="Spark New Zealand"
status="Operational"
+ 06 bands="MVNO" brand="Skinny" cc="nz" country="New Zealand" operator="Spark
New Zealand" status="Operational"
07 bands="" cc="nz" country="New Zealand" operator="Bluereach Limited"
status=""
- 24 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="2degrees" cc="nz"
country="New Zealand" operator="2degrees" status="Operational"
+ 24 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" brand="2degrees" cc="nz"
country="New Zealand" operator="2degrees" status="Operational"
00-99
536
02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Digicel" cc="nr"
country="Nauru" operator="Digicel (Nauru) Corporation" status="Operational"
@@ -1781,7 +1870,7 @@
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"
- 03 bands="GSM 900 / UMTS 900" brand="Digicel" cc="pg" country="Papua New
Guinea" operator="Digicel PNG" 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
01 bands="GSM 900" brand="U-Call" cc="to" country="Tonga" operator="Tonga
Communications Corporation" status="Operational"
@@ -1795,8 +1884,8 @@
541
00 bands="GSM 900" brand="AIL" cc="vu" country="Vanuatu" operator="ACeS
International (AIL)" status="Operational"
01 bands="GSM 900" brand="SMILE" cc="vu" country="Vanuatu" operator="Telecom
Vanuatu Ltd" status="Operational"
- 05 bands="GSM 900, UMTS 900" brand="Digicel" cc="vu" country="Vanuatu"
operator="Digicel Vanuatu Ltd" status="Operational"
- 07 bands="LTE Band 40" brand="WanTok" cc="vu" country="Vanuatu"
operator="WanTok Vanuatu Ltd" status="Operational"
+ 05 bands="GSM 900 / UMTS 900" brand="Digicel" cc="vu" country="Vanuatu"
operator="Digicel Vanuatu Ltd" status="Operational"
+ 07 bands="LTE-TDD 2300" brand="WanTok" cc="vu" country="Vanuatu"
operator="WanTok Vanuatu Ltd" status="Operational"
00-99
542
01 bands="GSM 900 / UMTS 2100 / LTE 1800" brand="Vodafone" cc="fj"
country="Fiji" operator="Vodafone Fiji" status="Operational"
@@ -1811,9 +1900,10 @@
09 bands="GSM 900" brand="Kiribati - Frigate Net" cc="ki" country="Kiribati"
operator="Telecom Services Kiribati Ltd" status="Operational"
00-99
546
- 01 bands="GSM 900" brand="Mobilis" cc="nc" country="New Caledonia (France)"
operator="OPT New Caledonia" status="Operational"
+ 01 bands="GSM 900 / UMTS 900 / LTE 800 / LTE 1800 / LTE 2600" brand="Mobilis"
cc="nc" country="New Caledonia (France)" operator="OPT New Caledonia"
status="Operational"
00-99
547
+ 05 bands="WiMAX" cc="pf" country="French Polynesia" operator="VITI"
status="Operational"
10 bands="GSM 900" cc="pf" country="French Polynesia" operator="Mara Telecom"
status="Not operational"
15 bands="GSM 900 / UMTS 2100" brand="Vodafone" cc="pf" country="French
Polynesia" operator="Pacific Mobile Telecom" status="Operational"
20 bands="GSM 900 / UMTS 2100" brand="Vini" cc="pf" country="French
Polynesia" operator="Tikiphone SA" status="Operational"
@@ -1848,7 +1938,7 @@
00-99
603
01 bands="GSM 900 / GSM 1800 / UMTS 2100 / CDMA 1900" brand="Mobilis" cc="dz"
country="Algeria" operator="ATM Mobilis" status="Operational"
- 02 bands="GSM 900 / GSM 1800" brand="Djezzy" cc="dz" country="Algeria"
operator="Orascom Telecom Algerie Spa" status="Operational"
+ 02 bands="GSM 900 / GSM 1800/ UMTS 2100" brand="Djezzy" cc="dz"
country="Algeria" operator="Orascom Telecom Algerie Spa" status="Operational"
03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Ooredoo" cc="dz"
country="Algeria" operator="Wataniya Telecom Algerie" status="Operational"
00-99
604
@@ -1860,7 +1950,7 @@
605
01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Orange" cc="tn"
country="Tunisia" operator="Orange Tunisie" status="Operational"
02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tunicell" cc="tn"
country="Tunisia" operator="Tunisie Telecom" status="Operational"
- 03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="OOREDOO TN" cc="tn"
country="Tunisia" operator="Orascom Telecom Tunisie" status="Operational"
+ 03 bands="GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100" 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"
@@ -1877,7 +1967,7 @@
00-99
608
01 bands="GSM 900 / UMTS 2100" brand="Orange" cc="sn" country="Senegal"
operator="Sonatel" status="Operational"
- 02 bands="GSM 900 / UMTS 2100" brand="Tigo" cc="sn" country="Senegal"
operator="Millicom International Cellular S.A." status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 4G" brand="Tigo" cc="sn"
country="Senegal" operator="Millicom International Cellular S.A."
status="Operational"
03 bands="GSM 900 / UMTS 2100" brand="Expresso" cc="sn" country="Senegal"
operator="Sudatel" status="Operational"
04 bands="" cc="sn" country="Senegal" operator="CSU-SA" status=""
00-99
@@ -1899,12 +1989,13 @@
00-99
612
01 bands="" cc="ci" country="Ivory Coast" operator="Cora de Comstar"
status="Not operational"
- 02 bands="GSM 900 / GSM 1800" brand="Moov" cc="ci" country="Ivory Coast"
operator="Atlantique Cellulaire" status="Operational"
- 03 bands="GSM 900" brand="Orange" cc="ci" country="Ivory Coast"
operator="Orange" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS" brand="Moov" cc="ci" country="Ivory
Coast" operator="Atlantique Cellulaire" status="Operational"
+ 03 bands="GSM 900 / UMTS" brand="Orange" cc="ci" country="Ivory Coast"
operator="Orange" status="Operational"
04 bands="GSM 900 / GSM 1800" brand="KoZ" cc="ci" country="Ivory Coast"
operator="Comium Ivory Coast Inc" status="Operational"
- 05 bands="GSM 900" brand="MTN" cc="ci" country="Ivory Coast" operator="Loteny
Telecom" status="Operational"
+ 05 bands="GSM 900 / UMTS" brand="MTN" cc="ci" country="Ivory Coast"
operator="Loteny Telecom" status="Operational"
06 bands="GSM 1800" brand="GreenN" cc="ci" country="Ivory Coast"
operator="Oricel" status="Operational"
- 07 bands="GSM 1800" cc="ci" country="Ivory Coast" operator="Aircomm"
status="Operational"
+ 07 bands="GSM 1800" brand="café" cc="ci" country="Ivory Coast"
operator="Aircomm" status="Operational"
+ 18 bands="LTE-TDD 2300" cc="ci" country="Ivory Coast" operator="YooMee"
status="Operational"
00-99
613
01 bands="GSM 900 / UMTS" brand="Telmob" cc="bf" country="Burkina Faso"
operator="Onatel" status="Operational"
@@ -1942,12 +2033,16 @@
20 bands="CDMA2000" brand="LIBTELCO" cc="lr" country="Liberia"
operator="Liberia Telecommunications Corporation" status="Operational"
00-99
619
- 01 bands="GSM 900" brand="Airtel" cc="sl" country="Sierra Leone"
operator="Bharti Airtel Limited" status="Operational"
+ 01 bands="GSM 900 / UMTS" brand="Airtel" cc="sl" country="Sierra Leone"
operator="Bharti Airtel Limited" status="Operational"
+ 02 bands="" brand="Africell" cc="sl" country="Sierra Leone" operator="Lintel
Sierra Leone Limited" status=""
03 bands="GSM 900" brand="Africell" cc="sl" country="Sierra Leone"
operator="Lintel Sierra Leone Limited" status="Operational"
- 04 bands="GSM 900/1800" brand="Comium" cc="sl" country="Sierra Leone"
operator="Comium Sierra leone INC" status="Operational"
+ 04 bands="GSM 900 / GSM 1800" brand="Comium" cc="sl" country="Sierra Leone"
operator="Comium (Sierra Leone) Ltd." status="Not operational"
05 bands="GSM 900" brand="Africell" cc="sl" country="Sierra Leone"
operator="Lintel Sierra Leone Limited" status="Operational"
06 bands="CDMA 800" brand="SierraTel" cc="sl" country="Sierra Leone"
operator="Sierra Leone Telephony" status="Operational"
+ 09 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Smart Mobile" cc="sl"
country="Sierra Leone" operator="InterGroup Telecom SL" status="Operational"
25 bands="" brand="Mobitel" cc="sl" country="Sierra Leone" operator="Mobitel"
status="Reserved"
+ 40 bands="GSM" cc="sl" country="Sierra Leone" operator="Datatel (SL) Ltd."
status=""
+ 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"
@@ -1956,15 +2051,21 @@
04 bands="CDMA2000" brand="Expresso" cc="gh" country="Ghana" operator="Kasapa
/ Hutchison Telecom" status="Operational"
06 bands="GSM 900 / GSM 1800 / UMTS" brand="Airtel" cc="gh" country="Ghana"
operator="Airtel" status="Operational"
07 bands="GSM 900 / GSM 1800 / UMTS" brand="Globacom" cc="gh" country="Ghana"
operator="Globacom Group" status="Operational"
+ 08 bands="LTE-FDD 2600" brand="Surfline" cc="gh" country="Ghana"
operator="Surfline Communications Ltd" status="Operational"
+ 10 bands="LTE-TDD 2600" brand="Blu" cc="gh" country="Ghana" operator="Blu
Telecommunications" status="Operational"
11 bands="" cc="gh" country="Ghana" operator="Netafrique Dot Com Ltd"
status=""
00-99
621
- 20 bands="GSM 900 / GSM 1800" brand="Airtel" cc="ng" country="Nigeria"
operator="Bharti Airtel Limited" status="Operational"
+ 00 bands="LTE 1900" cc="ng" country="Nigeria" operator="Capcom" status="Not
operational"
+ 20 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Airtel" cc="ng"
country="Nigeria" operator="Bharti Airtel Limited" status="Operational"
+ 24 bands="LTE-TDD 2300" cc="ng" country="Nigeria" operator="Spectranet"
status="Operational"
25 bands="CDMA2000 800 / CDMA2000 1900" brand="Visafone" cc="ng"
country="Nigeria" operator="Visafone Communications Ltd." status="Operational"
- 30 bands="GSM 900 / GSM 1800" brand="MTN" cc="ng" country="Nigeria"
operator="MTN Nigeria Communications Limited" status="Operational"
- 40 bands="GSM 900 / GSM 1800" brand="M-Tel" cc="ng" country="Nigeria"
operator="Nigerian Mobile Telecommunications Limited" status="Not Operational"
- 50 bands="GSM 900 / GSM 1800" brand="Glo" cc="ng" country="Nigeria"
operator="Globacom Ltd" status="Operational"
- 60 bands="GSM 900 / GSM 1800" brand="Etisalat" cc="ng" country="Nigeria"
operator="Emerging Markets Telecommunication Services Ltd (Etisalat)"
status="Operational"
+ 26 bands="LTE-TDD 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"
+ 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" brand="Airtel" cc="td" country="Chad" operator="Bharti
Airtel SA" status="Operational"
@@ -1981,6 +2082,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"
00-99
625
01 bands="GSM 900" brand="CVMOVEL" cc="cv" country="Cape Verde"
operator="CVMovel, S.A." status="Operational"
@@ -2001,9 +2103,9 @@
05 bands="" brand="RAG" cc="ga" country="Gabon" operator="Réseau de
l’Administration Gabonaise" status=""
00-99
629
- 01 bands="GSM 900" brand="Airtel" cc="cg" country="Republic of the Congo"
operator="Celtel Congo" status="Operational"
- 07 bands="GSM 900" cc="cg" country="Republic of the Congo" operator="Warid
Telecom" status="Operational"
- 10 bands="GSM 900" brand="Libertis Telecom" cc="cg" country="Republic of the
Congo" operator="MTN CONGO S.A" status="Operational"
+ 01 bands="GSM 900" brand="Airtel" cc="cg" country="Congo" operator="Celtel
Congo" status="Operational"
+ 07 bands="GSM 900" cc="cg" country="Congo" operator="Warid Telecom"
status="Operational"
+ 10 bands="GSM 900" brand="Libertis Telecom" cc="cg" country="Congo"
operator="MTN CONGO S.A" status="Operational"
00-99
630
01 bands="GSM 900 / GSM 1800" brand="Vodacom" cc="cd" country="Democratic
Republic of the Congo" operator="Vodacom Congo RDC sprl" status="Operational"
@@ -2027,9 +2129,9 @@
07 bands="GSM 900 / GSM 1800" brand="Guinetel" cc="gw"
country="Guinea-Bissau" operator="Guinétel S.A." status="Operational"
00-99
633
- 01 bands="GSM 900" brand="Cable & Wireless" cc="sc" country="Seychelles"
operator="Cable & Wireless Seychelles" status="Operational"
- 02 bands="GSM 1800" brand="Mediatech International" cc="sc"
country="Seychelles" operator="Mediatech International" status="Operational"
- 10 bands="GSM 900 / UMTS 2100" brand="Airtel" cc="sc" country="Seychelles"
operator="Telecom Seychelles Ltd" status="Operational"
+ 01 bands="GSM 900 / UMTS" brand="Cable & Wireless" cc="sc"
country="Seychelles" operator="Cable & Wireless Seychelles" status="Operational"
+ 02 bands="GSM 1800" brand="Mediatech" cc="sc" country="Seychelles"
operator="Mediatech International" status="Not operational"
+ 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"
@@ -2039,11 +2141,12 @@
09 brand="Privet Network" cc="sd" country="Sudan" operator="NEC"
00-99
635
- 10 bands="GSM 900" brand="MTN" cc="rw" country="Rwanda" operator="MTN
Rwandacell SARL" status="Operational"
- 12 bands="GSM ???" brand="Rwandatel" cc="rw" country="Rwanda"
operator="Rwandatel S.A." status="Not operational"
+ 10 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="MTN" cc="rw"
country="Rwanda" operator="MTN Rwandacell SARL" status="Operational"
+ 11 bands="CDMA" brand="Rwandatel" cc="rw" country="Rwanda"
operator="Rwandatel S.A." status="Not operational"
+ 12 bands="GSM" brand="Rwandatel" cc="rw" country="Rwanda" operator="Rwandatel
S.A." status="Not operational"
13 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Tigo" cc="rw"
country="Rwanda" operator="TIGO RWANDA S.A" status="Operational"
- 14 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Airtel" cc="rw"
country="Rwanda" operator="Airtel RWANDA" status="Operational"
- 17 bands="" cc="rw" country="Rwanda" operator="Olleh Rwanda Networks"
status=""
+ 14 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE" brand="Airtel" cc="rw"
country="Rwanda" operator="Airtel RWANDA" status="Operational"
+ 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"
@@ -2056,6 +2159,7 @@
50 bands="GSM 900" brand="Hormuud" cc="so" country="Somalia"
operator="Hormuud Telecom Somalia Inc" status="Operational"
57 bands="GSM 900 / GSM 1800" brand="Unittel" cc="so" country="Somalia"
operator="Unitted Telecom" status="Operational"
60 bands="GSM 900/ GSM 1800" brand="Nationlink Telecom" cc="so"
country="Somalia" operator="Nationlink Telecom" status="Operational"
+ 67 bands="GSM 900 GSM 1800 3G 2100" brand="Horntel Group" cc="so"
country="Somalia" operator="HTG Group Somalia" status="Operational"
70 bands="" cc="so" country="Somalia" operator="Onkod Telecom Ltd."
status="Not operational"
71 bands="900/1800/2100" brand="Somtel" cc="so" country="Somalia"
operator="2G/3G" status="Operational"
82 bands="GSM 900 / GSM 1800 / CDMA2000 / 4G LTE Alcatel-Lucent"
brand="Telcom" cc="so" country="Somalia" operator="Telcom Somalia"
status="Operational"
@@ -2064,12 +2168,13 @@
01 bands="GSM 900" brand="Evatis" cc="dj" country="Djibouti"
operator="Djibouti Telecom SA" status="Operational"
00-99
639
- 02 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Safaricom" cc="ke"
country="Kenya" operator="Safaricom Limited" status="Operational"
+ 02 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Safaricom"
cc="ke" country="Kenya" operator="Safaricom Limited" status="Operational"
03 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Airtel" cc="ke"
country="Kenya" operator="B Airtel" status="Operational"
05 bands="GSM 900" brand="yu" cc="ke" country="Kenya" operator="Econet
Wireless Kenya" status="Operational"
07 bands="CDMA2000 / GSM 900 / GSM 1800 / UMTS 2100" brand="Orange Kenya"
cc="ke" country="Kenya" operator="Telkom Kenya" status="Operational"
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"
@@ -2077,17 +2182,22 @@
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"
08 bands="CDMA" brand="Benson Online (BOL)" cc="tz" country="Tanzania"
operator="Benson Informatics Limited" status="Operational"
- 09 bands="???" brand="Hits" cc="tz" country="Tanzania" operator="ExcellentCom
Tanzania Limited" status="Reserved"
+ 09 brand="Hits" cc="tz" country="Tanzania" operator="ExcellentCom Tanzania
Limited" status="Not operational"
11 bands="LTE 800" brand="SmileCom" cc="tz" country="Tanzania"
operator="Smile Telecoms Holdings Ltd." status="Operational"
+ 12 bands="" cc="tz" country="Tanzania" operator="MyCell Limited" status=""
00-99
641
- 01 bands="GSM 900" brand="Airtel" cc="ug" country="Uganda" operator="Bharti
Airtel" status="Operational"
- 10 bands="GSM 900 / LTE 2600" brand="MTN" cc="ug" country="Uganda"
operator="MTN Uganda" status="Operational"
- 11 bands="GSM 900 / UMTS 2100" brand="UTL ( Telecom Limited)" cc="ug"
country="Uganda" operator="Uganda Telecom Ltd." status="Operational"
- 14 bands="GSM 900 / GSM 1800 / LTE 800" brand="Orange" cc="ug"
country="Uganda" operator="Orange Uganda" status="Operational"
- 22 bands="GSM 900 / GSM 1800" brand="Warid Telecom" cc="ug" country="Uganda"
operator="Warid Telecom" status="Operational"
+ 01 bands="GSM 900 / UMTS 2100" brand="Airtel" cc="ug" country="Uganda"
operator="Bharti Airtel" status="Operational"
+ 06 bands="LTE-TDD 2600" brand="Vodafone" cc="ug" country="Uganda"
operator="Afrimax Uganda" status="Operational"
+ 10 bands="GSM 900 / UMTS 900 / UMTS 2100 / LTE-TDD 2600" brand="MTN" cc="ug"
country="Uganda" operator="MTN Uganda" status="Operational"
+ 11 bands="GSM 900 / UMTS 2100" brand="UTL" cc="ug" country="Uganda"
operator="Uganda Telecom Ltd." status="Operational"
+ 14 bands="GSM 900 / GSM 1800 / UMTS / LTE 800" brand="Africell" cc="ug"
country="Uganda" operator="Africell Uganda" status="Operational"
+ 18 bands="GSM 900 / GSM 1800" cc="ug" country="Uganda" operator="Suretelecom"
status="Operational"
+ 22 bands="GSM 900 / GSM 1800 / UMTS" brand="Airtel" cc="ug" country="Uganda"
operator="Bharti Airtel" status="Operational"
+ 30 bands="" cc="ug" country="Uganda" operator="Anupam Global Soft Uganda
Limited" status=""
33 bands="LTE 800" brand="Smile" cc="ug" country="Uganda" operator="Smile
Communications Uganda Limited" status="Operational"
- 44 bands="" brand="K2" cc="ug" country="Uganda" operator="K2 Telecom Ltd"
status=""
+ 40 bands="" cc="ug" country="Uganda" operator="Civil Aviation Authority
(CAA)" status=""
+ 44 bands="MVNO" brand="K2" cc="ug" country="Uganda" operator="K2 Telecom Ltd"
status="Operational"
66 bands="" brand="i-Tel" cc="ug" country="Uganda" operator="i-Tel Ltd"
status=""
00-99
642
@@ -2099,7 +2209,7 @@
82 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Leo" cc="bi"
country="Burundi" operator="Orascom Telecom (a subsidiary of Vimplecom)"
status="Operational"
00-99
643
- 01 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="mCel" cc="mz"
country="Mozambique" operator="Mocambique Celular S.A." status="Operational"
+ 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"
04 bands="GSM 900 / GSM 1800 / UMTS 2100" brand="Vodacom" cc="mz"
country="Mozambique" operator="Vodacom Mozambique, S.A." status="Operational"
00-99
@@ -2144,6 +2254,7 @@
04 bands="GSM 900 / GSM 1800" brand="BTC Mobile" cc="bw" country="Botswana"
operator="Botswana Telecommunications Corporation" status="Operational"
00-99
653
+ 01 bands="" cc="sz" country="Swaziland" operator="SPTC" status=""
10 bands="GSM 900" brand="Swazi MTN" cc="sz" country="Swaziland"
operator="Swazi MTN Limited" status="Operational"
00-99
654
@@ -2151,19 +2262,28 @@
00-99
655
01 bands="GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800" brand="Vodacom" cc="za"
country="South Africa" operator="Vodacom" status="Operational"
- 02 bands="GSM 1800 / UMTS 2100" brand="Telkom Mobile / 8.ta / Telkom SA"
cc="za" country="South Africa" operator="Telkom SA" status="Operational"
- 06 bands="" brand="Sentech" cc="za" country="South Africa"
status="Operational"
- 07 bands="GSM 900 / GSM 1800 / UMTS 900 / LTE 2100" brand="Cell C" cc="za"
country="South Africa" operator="Cell C" status="Operational"
- 10 bands="GSM 900 / UMTS 2100 / UMTS 900 / LTE 1800" brand="MTN" cc="za"
country="South Africa" operator="MTN Group" status="Operational"
+ 02 bands="GSM 1800 / UMTS 2100 / LTE-TDD 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"
+ 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=""
13 bands="CDMA 800" brand="Neotel" cc="za" country="South Africa"
operator="Neotel Pty Ltd" status="Operational"
- 14 bands="" brand="Neotel" cc="za" country="South Africa" operator="Neotel
Pty Ltd" status=""
- 19 bands="LTE" brand="iBurst" cc="za" country="South Africa"
operator="Wireless Business Solutions (Pty) Ltd" status="Operational"
+ 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"
+ 19 bands="" brand="iBurst" cc="za" country="South Africa" operator="Wireless
Business Solutions (Pty) Ltd" status="Operational"
21 bands="TETRA 410" cc="za" country="South Africa" operator="Cape Town
Metropolitan Council" status="Operational"
+ 25 bands="" cc="za" country="South Africa" operator="Wirels Connect" status=""
+ 27 bands="" cc="za" country="South Africa" operator="A to Z Vaal Industrial
Supplies 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"
- 33 bands="" cc="za" country="South Africa" operator="Thinta Thinta
Telecommunications" status="Operational"
+ 33 bands="" cc="za" country="South Africa" operator="Thinta Thinta
Telecommunications Pty Ltd" status="Operational"
+ 34 bands="" cc="za" country="South Africa" operator="Bokone Telecoms Pty Ltd"
status=""
+ 35 bands="" cc="za" country="South Africa" operator="Kingdom Communications
Pty Ltd" status=""
+ 36 bands="" cc="za" country="South Africa" operator="Amatole
Telecommunications Pty Ltd" status=""
+ 41 bands="" cc="za" country="South Africa" operator="South African Police
Service" status=""
50 bands="" cc="za" country="South Africa" operator="Ericsson South Africa
(Pty) Ltd" status=""
51 bands="" cc="za" country="South Africa" operator="Integrat (Pty) Ltd"
status=""
00-99
@@ -2178,7 +2298,7 @@
07 bands="CDMA" brand="Sudani" country="South Sudan - SS" operator="Sudani"
status="Operational"
00-99
702
- 67 bands="GSM 1900 / UMTS / LTE 850 / LTE 1900" brand="DigiCell" cc="bz"
country="Belize" operator="Belize Telemedia Ltd. (BTL)" status="Operational"
+ 67 bands="GSM 1900 / UMTS / LTE 850 / LTE 1900" brand="DigiCel" cc="bz"
country="Belize" operator="Belize Telemedia Ltd. (BTL)" status="Operational"
68 bands="" brand="INTELCO" cc="bz" country="Belize" operator="International
Telecommunications Ltd." status=""
99 bands="CDMA2000" brand="Smart" cc="bz" country="Belize" operator="SpeedNet
Communications Limited" status="Operational"
00-99
@@ -2188,10 +2308,11 @@
03 bands="CDMA 1900 / GSM 1900 / UMTS 1900" brand="movistar" cc="gt"
country="Guatemala" operator="Telefónica Móviles Guatemala (Telefónica)"
status="Operational"
00-99
706
- 01 bands="GSM 1900 / UMTS 1900" brand="Claro" cc="sv" country="El Salvador"
operator="CTE Telecom Personal SA de CV América Móvil" status="Operational"
- 02 bands="GSM 900" brand="digicel" cc="sv" country="El Salvador"
operator="Digicel Group" status="Operational"
- 03 bands="GSM 850" brand="Tigo" cc="sv" country="El Salvador"
operator="Telemovil EL Salvador S.A." status="Operational"
- 04 bands="GSM 850" brand="movistar" cc="sv" country="El Salvador"
operator="Telefónica Móviles El Salvador" status="Operational"
+ 01 bands="GSM 1900 / UMTS 1900" brand="Claro" cc="sv" country="El Salvador"
operator="CTE Telecom Personal, S.A. de C.V." status="Operational"
+ 02 bands="GSM 900 / UMTS 900" brand="digicel" cc="sv" country="El Salvador"
operator="Digicel Group" status="Operational"
+ 03 bands="GSM 850 / UMTS 850" brand="Tigo" cc="sv" country="El Salvador"
operator="Telemovil El Salvador S.A." status="Operational"
+ 04 bands="GSM 850 / GSM 1900 / UMTS" brand="movistar" cc="sv" country="El
Salvador" operator="Telefónica Móviles El Salvador" status="Operational"
+ 05 bands="iDEN" brand="RED" cc="sv" country="El Salvador" operator="INTELFON,
S.A. de C.V." status="Operational"
00-99
708
001 bands="GSM 1900 / UMTS 1900" brand="Claro" cc="hn" country="Honduras"
operator="Servicios de Comunicaciones de Honduras S.A. de C.V."
status="Operational"
@@ -2207,12 +2328,12 @@
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" brand="Claro" cc="cr" country="Costa Rica"
operator="Claro CR Telecomunicaciones" status="Operational"
- 04 bands="GSM 1800 / UMTS 850 / UMTS 2100" brand="movistar" cc="cr"
country="Costa Rica" operator="Telefónica Móviles Costa Rica"
status="Operational"
+ 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"
00-99
714
- 01 bands="GSM 850 / UMTS 850" brand="Cable & Wireless" cc="pa"
country="Panama" operator="Cable & Wireless Panama S.A." status="Operational"
+ 01 bands="GSM 850 / UMTS 850 / LTE 700" brand="Cable & Wireless" cc="pa"
country="Panama" operator="Cable & Wireless Panama S.A." status="Operational"
02 bands="GSM 850 / UMTS 850 / UMTS 1900" brand="movistar" cc="pa"
country="Panama" operator="Telefónica Moviles Panama S.A, Bell South Corp.
(BSC)" status="Operational"
03 bands="GSM 1900 / UMTS 1900" brand="Claro" cc="pa" country="Panama"
operator="América Móvil" status="Operational"
04 bands="GSM 1900 / UMTS 1900" brand="Digicel" cc="pa" country="Panama"
operator="Digicel Group" status="Operational"
@@ -2225,14 +2346,15 @@
17 bands="iDEN / UMTS 1900" brand="NEXTEL" cc="pe" country="Peru"
operator="Americatel Perú" status="Operational"
00-99
722
- 010 bands="GSM 850 / GSM 1900 / UMTS" brand="Movistar" cc="ar"
country="Argentina" operator="Telefónica Móviles Argentina S.A."
status="Operational"
+ 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"
020 bands="iDEN 800" brand="Nextel" cc="ar" country="Argentina" operator="NII
Holdings" status="Operational"
+ 034 bands="" brand="Personal" cc="ar" country="Argentina" operator="Telecom
Personal S.A." status="Operational"
040 bands="" brand="Globalstar" cc="ar" country="Argentina" operator="TE.SA.M
Argentina S.A." status="Operational"
070 bands="GSM 1900" brand="Movistar" cc="ar" country="Argentina"
operator="Telefónica Móviles Argentina S.A." status="Operational"
310 bands="GSM 1900" brand="Claro" cc="ar" country="Argentina" operator="AMX
Argentina S.A." status="Operational"
320 bands="GSM 850 / GSM 1900 / UMTS" brand="Claro" cc="ar"
country="Argentina" operator="AMX Argentina S.A." status="Operational"
330 bands="GSM 850 / GSM 1900 / UMTS" brand="Claro" cc="ar"
country="Argentina" operator="AMX Argentina S.A." status="Operational"
- 340 bands="GSM 850 / GSM 1900 / UMTS" brand="Personal" cc="ar"
country="Argentina" operator="Telecom Personal S.A." status="Operational"
+ 341 bands="GSM 850 / GSM 1900 / UMTS" brand="Personal" cc="ar"
country="Argentina" operator="Telecom Personal S.A." status="Operational"
350 bands="GSM 900" brand="PORT-HABLE" cc="ar" country="Argentina"
operator="Hutchison Telecommunications Argentina S.A." status="Operational"
000-999
724
@@ -2242,13 +2364,13 @@
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"
- 06 bands="GSM 850 / GSM 900/ GSM 1800/ GSM 1900 / UMTS 850 / UMTS 2100 / LTE
2600" brand="Vivo" cc="br" country="Brazil" operator="Vivo S.A."
status="Operational"
- 10 bands="GSM 850 / GSM 900 / GSM 1800 / GSM 1900 / UMTS 850 / UMTS 2100 /
LTE 2600" brand="Vivo" cc="br" country="Brazil" operator="Vivo S.A."
status="Operational"
- 11 bands="GSM 850 / GSM 900 / GSM 1800 / GSM 1900 / UMTS 850 / UMTS 2100 /
LTE 2600" brand="Vivo" cc="br" country="Brazil" operator="Vivo S.A."
status="Operational"
+ 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="Phasing out"
- 18 bands="MVNO" cc="br" country="Brazil" operator="Datora" status=""
- 23 bands="GSM 850 / GSM 900 / GSM 1800 / GSM 1900 / UMTS 850 / UMTS 2100 /
LTE 2600" brand="Vivo" cc="br" country="Brazil" operator="Vivo S.A."
status="Operational"
+ 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"
+ 23 bands="GSM 850 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600" brand="Vivo"
cc="br" country="Brazil" operator="Vivo S.A." status="Operational"
24 bands="" cc="br" country="Brazil" operator="Amazonia Celular" status=""
30 bands="" brand="Oi" cc="br" country="Brazil" operator="TNL PCS Oi"
status=""
31 bands="GSM 1800 / UMTS 2100 / LTE 2600" brand="Oi" cc="br"
country="Brazil" operator="TNL PCS Oi" status="Operational"
@@ -2259,29 +2381,30 @@
36 bands="" cc="br" country="Brazil" operator="Options Telecomunicações"
status=""
37 bands="" brand="aeiou" cc="br" country="Brazil" operator="Unicel"
status="Not operational"
38 bands="" brand="Claro BR" cc="br" country="Brazil" operator="Claro"
status=""
- 39 bands="UMTS 2100" brand="Nextel" cc="br" country="Brazil" operator="NII
Holdings, Inc." status="Reserved"
- 54 bands="MVNO" cc="br" country="Brazil" operator="PORTO SEGURO
TELECOMUNICAÇÔES" status=""
+ 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"
+ 99 bands="" brand="Local" cc="br" country="Brazil" operator="Local ( purpose
or usage)" status=""
00-99
730
- 01 bands="GSM 1900 / UMTS 1900" brand="entel" cc="cl" country="Chile"
operator="Entel PCS Telecomunicaciones S.A." status="Operational"
- 02 bands="GSM 850 / UMTS 850 / UMTS 1900 / LTE 2600" brand="movistar" cc="cl"
country="Chile" operator="Telefónica Móvil de Chile" status="Operational"
- 03 bands="GSM 1900 / UMTS 1900 / UMTS 850 / LTE 2600" brand="Claro" cc="cl"
country="Chile" operator="Claro Chile S.A." status="Operational"
+ 01 bands="GSM 1900 / UMTS 1900 / LTE 2600" brand="entel" cc="cl"
country="Chile" operator="Entel Telefonía Móvil S.A." status="Operational"
+ 02 bands="GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 2600"
brand="movistar" cc="cl" country="Chile" operator="Telefónica Móvil de Chile"
status="Operational"
+ 03 bands="GSM 1900 / UMTS 850 / UMTS 1900 / LTE 2600" brand="Claro" cc="cl"
country="Chile" operator="Claro Chile S.A." status="Operational"
04 bands="iDEN 800" brand="Nextel" cc="cl" country="Chile"
operator="Centennial Cayman Corp. Chile" status="Operational"
05 bands="" cc="cl" country="Chile" operator="Multikom S.A." status=""
- 06 bands="" cc="cl" country="Chile" operator="Blue Two Chile S.A." status=""
- 07 bands="MVNO" brand="Virgin Mobile" cc="cl" country="Chile"
operator="Virgin Mobile" status="Operational"
+ 06 bands="Operational" brand="Telefónica del Sur" cc="cl" country="Chile"
operator="Blue Two Chile S.A." status="MVNO"
+ 07 bands="" brand="movistar" cc="cl" country="Chile" operator="Telefónica
Móvil de Chile" status=""
08 bands="MVNO" brand="VTR Móvil" cc="cl" country="Chile" operator="VTR S.A."
status="Operational"
09 bands="UMTS 1700/2100 (AWS)" brand="Nextel" cc="cl" country="Chile"
operator="Centennial Cayman Corp. Chile" status="Operational"
10 bands="GSM 1900 / UMTS 1900" brand="entel" cc="cl" country="Chile"
operator="Entel Telefonía Móvil S.A." status="Operational"
11 bands="" cc="cl" country="Chile" operator="Celupago S.A." status=""
- 12 bands="" cc="cl" country="Chile" operator="Telestar Móvil S.A." status=""
- 13 bands="" cc="cl" country="Chile" operator="Tribe Mobile Chile SPA"
status=""
+ 12 bands="MVNO" brand="Colo-Colo Movil Wanderers Movil" cc="cl"
country="Chile" operator="Telestar Móvil S.A." status="Operational"
+ 13 bands="Operational" brand="Virgin Mobile" cc="cl" country="Chile"
operator="Tribe Mobile Chile SPA" status="MVNO"
14 bands="" cc="cl" country="Chile" operator="Netline Telefónica Móvil Ltda"
status=""
15 bands="" cc="cl" country="Chile" operator="Cibeles Telecom S.A." status=""
- 99 bands="GSM 1900 / UMTS 1900 (Residential)." brand="Will" cc="cl"
country="Chile" operator="WILL Telefonía" status="Operational"
+ 99 bands="GSM 1900 / UMTS 1900" brand="Will" cc="cl" country="Chile"
operator="WILL Telefonía" status="Operational"
00-99
732
- 001 bands="" cc="co" country="Colombia" operator="Colombia Telecomunicaciones
S.A." status="Operational"
+ 001 bands="" brand="movistar (?)" cc="co" country="Colombia"
operator="Colombia Telecomunicaciones S.A." status="Operational"
002 bands="" brand="Edatel" cc="co" country="Colombia" operator="Edatel S.A."
status="Operational"
020 bands="" cc="co" country="Colombia" operator="Emtelsa" status=""
099 bands="GSM 900" brand="EMCALI" cc="co" country="Colombia"
operator="Empresas Municipales de Cali" status="Operational"
@@ -2325,11 +2448,14 @@
02 bands="GSM 900 / GSM 1800" brand="Telesur" cc="sr" country="Suriname"
operator="Telecommunications Company Suriname (Telesur)" status="Operational"
03 bands="GSM 900/ GSM 1800" brand="Digicel" cc="sr" country="Suriname"
operator="Digicel Group Limited" status="Operational"
04 bands="GSM 900" brand="Uniqa" cc="sr" country="Suriname"
operator="Intelsur N.V. / UTS N.V." status="Operational"
+ 05 bands="CDMA" brand="Telesur" cc="sr" country="Suriname"
operator="Telecommunications Company Suriname (Telesur)" status=""
00-99
748
- 01 bands="GSM 900/1800/ UMTS 850/2100 / LTE 1700" brand="Antel" cc="uy"
country="Uruguay" operator="Compania estatal (ANTEL)" status="Operational"
- 07 bands="GSM 850/1900 / UMTS 850" brand="Movistar" cc="uy" country="Uruguay"
operator="Telefónica Móviles Uruguay" status="Operational"
- 10 bands="GSM/UMTS 1900" brand="Claro" cc="uy" country="Uruguay" operator="AM
Wireless Uruguay S.A." status="Operational"
+ 00 bands="TDMA" brand="Antel" cc="uy" country="Uruguay"
operator="Administración Nacional de Telecomunicaciones" status=""
+ 01 bands="GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1700" brand="Antel" cc="uy"
country="Uruguay" operator="Administración Nacional de Telecomunicaciones"
status="Operational"
+ 03 bands="" brand="Antel" cc="uy" country="Uruguay" operator="Administración
Nacional de Telecomunicaciones" status=""
+ 07 bands="GSM 850 / GSM 1900 / UMTS 850 / LTE 1900" brand="Movistar" cc="uy"
country="Uruguay" operator="Telefónica Móviles Uruguay" status="Operational"
+ 10 bands="GSM 1900 / UMTS 1900 / LTE 1700" brand="Claro" cc="uy"
country="Uruguay" operator="AM Wireless Uruguay S.A." status="Operational"
00-99
750
001 bands="GSM 900" brand="sure" cc="fk" country="Falkland Islands (United
Kingdom)" operator="Batelco" status="Operational"
@@ -2372,7 +2498,13 @@
35 bands="" country="International operators" operator="Globecomm Network
Services" status=""
36 bands="GSM 1800" country="International operators" operator="Azerfon"
status="Operational"
37 bands="2G, 3G, 4G Roaming" country="International operators"
operator="Transatel" status="Operational"
+ 38 bands="" country="International operators" operator="Multiregional Transit
Telecom (MTT)" status=""
39 bands="" country="International operators" operator="MTX Connect Ltd"
status=""
40 bands="" country="International operators" operator="Deutsche Telekom AG"
status=""
+ 41 bands="" country="International operators" operator="BodyTrace Netherlands
B.V." status=""
+ 42 bands="" country="International operators" operator="DCN Hub ehf" status=""
+ 43 bands="" country="International operators" operator="EMnify GmbH" status=""
+ 44 bands="" country="International operators" operator="AT&T Inc."
status=""
+ 45 bands="" country="International operators" operator="Advanced Wireless
Network Company Limited" status=""
88 bands="" country="International operators" operator="UN Office for the
Coordination of Humanitarian Affairs (OCHA)" status=""
00-99
diff --git a/stdnum/isbn.dat b/stdnum/isbn.dat
index a9d2051..9b3792d 100644
--- a/stdnum/isbn.dat
+++ b/stdnum/isbn.dat
@@ -1,13 +1,13 @@
# generated from RangeMessage.xml, downloaded from
# https://www.isbn-international.org/export_rangemessage.xml
-# file serial 792b02d4-0ff4-431b-b6a0-a2a377c6ce69
-# file date Mon, 13 Oct 2014 17:30:04 CEST
+# file serial 163a541f-1011-4f23-ba84-80e3be02c022
+# file date Wed, 22 Apr 2015 16:00:13 CEST
978
0-5,600-649,7-7,80-94,950-989,9900-9989,99900-99999
0 agency="English language"
00-19,200-699,7000-8499,85000-89999,900000-949999,9500000-9999999
1 agency="English language"
- 00-09,100-329,330-399,4000-5499,55000-86979,869800-998999,9990000-9999999
+ 00-09,100-399,4000-5499,55000-86979,869800-998999,9990000-9999999
2 agency="French language"
00-19,200-349,35000-39999,400-699,7000-8399,84000-89999,900000-949999
9500000-9999999
@@ -27,9 +27,9 @@
601 agency="Kazakhstan"
00-19,200-699,7000-7999,80000-84999,85-99
602 agency="Indonesia"
- 00-08,0900-1099,1100-1199,1200-1399,14000-14999,1500-1699,17000-17999
- 18000-18999,19000-19999,200-699,70000-74999,7500-7999,8000-9499
- 95000-99999
+ 00-07,0800-0899,0900-1099,1100-1199,1200-1399,14000-14999,1500-1699
+ 17000-17999,18000-18999,19000-19999,200-699,70000-74999,7500-7999
+ 8000-9499,95000-99999
603 agency="Saudi Arabia"
00-04,05-49,500-799,8000-8999,90000-99999
604 agency="Vietnam"
@@ -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-979999
- 98000-99999
+ 00-19,200-549,5500-5999,60000-69999,7000-8499,85000-89999,900000-959999
+ 96-97,98000-99999
86 agency="former Yugoslavia"
00-29,300-599,6000-7999,80000-89999,900000-999999
87 agency="Denmark"
@@ -185,12 +185,16 @@
986 agency="Taiwan"
00-11,120-559,5600-7999,80000-99999
987 agency="Argentina"
- 00-09,1000-1999,20000-29999,30-35,3600-3999,40-44,45000-49999,500-899
- 9000-9499,95000-99999
+ 00-09,1000-1999,20000-29999,30-35,3600-3999,4000-4199,42-43,4400-4499
+ 45000-48999,4900-4999,500-899,9000-9499,95000-99999
988 agency="Hong Kong, China"
00-11,12000-14999,15000-16999,17000-19999,200-799,8000-9699,97000-99999
989 agency="Portugal"
0-1,20-54,550-799,8000-9499,95000-99999
+ 9924 agency="Cambodia"
+ 30-39,500-649,9000-9999
+ 9925 agency="Cyprus"
+ 0-2,30-54,550-734,7350-9999
9926 agency="Bosnia and Herzegovina"
0-1,20-39,400-799,8000-9999
9927 agency="Qatar"
@@ -320,7 +324,7 @@
0-0,100-199,2000-2999,30-59,600-949,9500-9999
99901 agency="Bahrain"
00-49,500-799,80-99
- 99902 agency="Gabon (reserved)"
+ 99902 agency="Reserved Agency"
99903 agency="Mauritius"
0-1,20-89,900-999
99904 agency="Curaçao"
@@ -415,7 +419,7 @@
0-1,20-89,900-999
99950 agency="Cambodia"
0-4,50-79,800-999
- 99951 agency="Congo, The Democratic Republic"
+ 99951 agency="Reserved Agency"
99952 agency="Mali"
0-4,50-79,800-999
99953 agency="Paraguay"
@@ -466,6 +470,8 @@
0-3,40-79,800-999
99976 agency="Srpska, Republic of"
0-1,20-59,600-799
+ 99977 agency="Rwanda"
+ 0-1,40-69,700-799
979
10-12
10 agency="France"
diff --git a/stdnum/isil.dat b/stdnum/isil.dat
index fc5ba0e..c2e33d8 100644
--- a/stdnum/isil.dat
+++ b/stdnum/isil.dat
@@ -1,5 +1,6 @@
# generated from ISIL Registration Authority, downloaded from
# http://biblstandard.dk/isil/
+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"
AU$ country="Australia" ra_url="http://www.nla.gov.au/ilrs" ra="National
Library of Australia"
@@ -7,7 +8,7 @@ BE$ country="Belgium" ra_url="http://www.kbr.be" ra="Royal
Library of Belgium"
BY$ country="Belarus"
ra_url="http://www.nlb.by/portal/page/portal/index?lang=en" ra="National
Library of Belarus"
CA$ country="Canada"
ra_url="http://www.collectionscanada.ca/ill/s16-206-e.html#3.2.2" ra="Library
and Archives Canada"
CH$ country="Switzerland"
ra_url="http://www.nb.admin.ch/slb/slb_professionnel/01540/index.html?lang=en"
ra="Swiss National Library"
-CY$ country="Cyprus"
ra_url="http://www.cut.ac.cy/library/english/isil_reg_agent.htm" ra="Cyprus
University of Technology Library"
+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"
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)"
@@ -27,8 +28,6 @@ NZ$ country="New Zealand" ra_url="http://natlib.govt.nz/"
ra="National Library o
QA$ country="Qatar" ra_url="http://www.qnl.qa/" ra="Qatar National Library
(QNL)"
RU$ country="Russian Federation" ra_url="http://english.gpntb.ru/" ra="Russian
National Public Library for Science and Technology"
SI$ country="The Republic of Slovenia"
ra_url="http://www.nuk.uni-lj.si/nukeng3.asp?id=311364382" ra="National and
University Library"
-US$ country="United States of America" ra="Library of Congress - under
registration"
-M$ country="Library of Congress - outside US" ra="Library of Congress - under
registration"
O$ ra="See OCLC"
OCLC$ country="WorldCat Symbol" ra_url="http://www.oclc.org" ra="OCLC"
ZDB$ country="Staatsbibliothek zu Berlin - Zeitschriftendatenbank"
ra="Staatsbibliothek zu Berlin"
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 168 +++++++
NEWS | 27 ++
README | 17 +-
docs/index.rst | 13 +
docs/stdnum.al.nipt.rst | 5 +
docs/stdnum.ar.cuit.rst | 5 +
docs/stdnum.cl.rut.rst | 5 +
docs/stdnum.co.nit.rst | 5 +
docs/stdnum.do.cedula.rst | 5 +
docs/stdnum.do.rnc.rst | 5 +
docs/stdnum.is_.kennitala.rst | 5 +
docs/stdnum.is_.vsk.rst | 5 +
docs/stdnum.iso9362.rst | 5 +
docs/stdnum.no.mva.rst | 5 +
docs/stdnum.no.orgnr.rst | 5 +
docs/stdnum.se.orgnr.rst | 5 +
docs/stdnum.sm.coe.rst | 5 +
getcnloc.py | 19 +-
setup.py | 2 +-
stdnum/__init__.py | 19 +-
stdnum/cn/loc.dat | 98 ++--
stdnum/iban.dat | 4 +-
stdnum/imsi.dat | 1000 +++++++++++++++++++++++------------------
stdnum/isbn.dat | 30 +-
stdnum/isil.dat | 5 +-
25 files changed, 953 insertions(+), 514 deletions(-)
create mode 100644 docs/stdnum.al.nipt.rst
create mode 100644 docs/stdnum.ar.cuit.rst
create mode 100644 docs/stdnum.cl.rut.rst
create mode 100644 docs/stdnum.co.nit.rst
create mode 100644 docs/stdnum.do.cedula.rst
create mode 100644 docs/stdnum.do.rnc.rst
create mode 100644 docs/stdnum.is_.kennitala.rst
create mode 100644 docs/stdnum.is_.vsk.rst
create mode 100644 docs/stdnum.iso9362.rst
create mode 100644 docs/stdnum.no.mva.rst
create mode 100644 docs/stdnum.no.orgnr.rst
create mode 100644 docs/stdnum.se.orgnr.rst
create mode 100644 docs/stdnum.sm.coe.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/
- python-stdnum branch master updated. 1.1,
Commits of the python-stdnum project