-
-
Save Narnach/56afb4b43b5f7085b715 to your computer and use it in GitHub Desktop.
mcc mnc data from wikipedia
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# Based on https://gist.github.com/choonkeat/4277277 | |
# | |
# Not sure what the deal was with all that SSL stuff in there, but it was the cause content fetching did not work. | |
# Replaced it with plain old open-uri and it just works. | |
require 'net/https' | |
require 'open-uri' | |
require 'nokogiri' | |
require 'json' | |
html = open('https://en.wikipedia.org/wiki/Mobile_country_code').read | |
doc = Nokogiri::HTML(html) | |
result = doc.css("table tr th:contains('MCC')").collect { |th| th.parent.parent }.each.with_object({}) do |table, sum| | |
country_name, *parts = table.previous_element.css('.mw-headline').inner_text.split(/\s+\-\s+/) | |
country_code = parts.pop | |
country_name = [country_name, *parts].join(' - ') | |
puts [country_code, country_name].inspect | |
headers = table.css('tr').first.css('th').collect &:inner_text | |
records = table.css('tr')[1..-1].collect { |tr| | |
row = tr.css('td').collect &:inner_text | |
headers.zip(row).inject({}) { |sum, (k, v)| sum.merge(k => v) } | |
} | |
country_data = { | |
country_name => { | |
code: country_code, | |
operators: records, | |
} | |
} | |
sum.merge!(country_data) | |
end | |
json = JSON.pretty_generate(result) | |
File.open('mcc_mnc.json', 'wb') { |f| f.write(json) } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Test networks": { | |
"code": null, | |
"operators": [ | |
{ | |
"MCC": "001", | |
"MNC": "01", | |
"Brand": "TEST", | |
"Operator": "Test Network", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Used by GSM test equipment" | |
} | |
] | |
}, | |
"Abkhazia": { | |
"code": "GE-AB", | |
"operators": [ | |
{ | |
"MCC": "289", | |
"MNC": "67", | |
"Brand": "Aquafon", | |
"Operator": "Aquafon JSC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "289", | |
"MNC": "88", | |
"Brand": "A-Mobile", | |
"Operator": "A-Mobile LLSC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Afghanistan": { | |
"code": "AF", | |
"operators": [ | |
{ | |
"MCC": "412", | |
"MNC": "01", | |
"Brand": "AWCC", | |
"Operator": "Afghan Wireless Communication Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "412", | |
"MNC": "20", | |
"Brand": "Roshan", | |
"Operator": "Telecom Development Company Afghanistan Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "412", | |
"MNC": "40", | |
"Brand": "MTN", | |
"Operator": "MTN Group Afghanistan", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "412", | |
"MNC": "50", | |
"Brand": "Etisalat", | |
"Operator": "Etisalat Afghanistan", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[3][4]" | |
}, | |
{ | |
"MCC": "412", | |
"MNC": "55", | |
"Brand": "WASEL", | |
"Operator": "WASEL Afghanistan", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "412", | |
"MNC": "80", | |
"Brand": "Salaam", | |
"Operator": "Afghan Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[4][5]" | |
}, | |
{ | |
"MCC": "412", | |
"MNC": "88", | |
"Brand": "Salaam", | |
"Operator": "Afghan Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[6]" | |
} | |
] | |
}, | |
"Albania": { | |
"code": "AL", | |
"operators": [ | |
{ | |
"MCC": "276", | |
"MNC": "01", | |
"Brand": "AMC", | |
"Operator": "Albanian Mobile Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "276", | |
"MNC": "02", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Albania", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "276", | |
"MNC": "03", | |
"Brand": "Eagle Mobile", | |
"Operator": "Eagle Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "276", | |
"MNC": "04", | |
"Brand": "Plus Communication", | |
"Operator": "Plus Communication", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Algeria": { | |
"code": "DZ", | |
"operators": [ | |
{ | |
"MCC": "603", | |
"MNC": "01", | |
"Brand": "Mobilis", | |
"Operator": "ATM Mobilis", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / CDMA 1900", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "603", | |
"MNC": "02", | |
"Brand": "Djezzy", | |
"Operator": "Orascom Telecom Algerie Spa", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "603", | |
"MNC": "03", | |
"Brand": "Ooredoo", | |
"Operator": "Wataniya Telecom Algerie", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[3] Formerly Nedjma" | |
} | |
] | |
}, | |
"American Samoa (United States of America)": { | |
"code": "AS", | |
"operators": [ | |
{ | |
"MCC": "544", | |
"MNC": "11", | |
"Brand": "Bluesky", | |
"Operator": "Bluesky", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850", | |
"References and notes": "[3][7]" | |
} | |
] | |
}, | |
"Andorra": { | |
"code": "AD", | |
"operators": [ | |
{ | |
"MCC": "213", | |
"MNC": "03", | |
"Brand": "Mobiland", | |
"Operator": "Servei De Tele. DAndorra", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[3][8]" | |
} | |
] | |
}, | |
"Angola": { | |
"code": "AO", | |
"operators": [ | |
{ | |
"MCC": "631", | |
"MNC": "02", | |
"Brand": "UNITEL", | |
"Operator": "UNITEL S.a.r.l.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[9][10][11] also lists LTE 2100" | |
}, | |
{ | |
"MCC": "631", | |
"MNC": "04", | |
"Brand": "MOVICEL", | |
"Operator": "MOVICEL Telecommunications S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / LTE 1800", | |
"References and notes": "[3][9][10]" | |
} | |
] | |
}, | |
"Anguilla (United Kingdom)": { | |
"code": "AI", | |
"operators": [ | |
{ | |
"MCC": "365", | |
"MNC": "010", | |
"Brand": "", | |
"Operator": "Weblinks Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "365", | |
"MNC": "840", | |
"Brand": "LIME", | |
"Operator": "Cable & Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / UMTS", | |
"References and notes": "[3][12][13]" | |
} | |
] | |
}, | |
"Antigua and Barbuda": { | |
"code": "AG", | |
"operators": [ | |
{ | |
"MCC": "344", | |
"MNC": "030", | |
"Brand": "APUA", | |
"Operator": "Antigua Public Utilities Authority", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "344", | |
"MNC": "050", | |
"Brand": "Digicel", | |
"Operator": "Antigua Wireless Ventures Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1900 / UMTS 850 / LTE 700", | |
"References and notes": "LTE band 17 [3][14]" | |
}, | |
{ | |
"MCC": "344", | |
"MNC": "920", | |
"Brand": "LIME", | |
"Operator": "Cable & Wireless Caribbean Cellular (Antigua) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1800 / GSM 1900 / UMTS / LTE AWS", | |
"References and notes": "[3][15]" | |
}, | |
{ | |
"MCC": "344", | |
"MNC": "930", | |
"Brand": "", | |
"Operator": "AT&T Wireless", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
} | |
] | |
}, | |
"Argentina": { | |
"code": "AR", | |
"operators": [ | |
{ | |
"MCC": "722", | |
"MNC": "010", | |
"Brand": "Movistar", | |
"Operator": "Telefónica Móviles Argentina S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS / LTE 1700", | |
"References and notes": "[3][16]" | |
}, | |
{ | |
"MCC": "722", | |
"MNC": "020", | |
"Brand": "Nextel", | |
"Operator": "NII Holdings", | |
"Status": "Operational", | |
"Bands (MHz)": "iDEN 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "722", | |
"MNC": "034", | |
"Brand": "Personal", | |
"Operator": "Telecom Personal S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "722", | |
"MNC": "040", | |
"Brand": "Globalstar", | |
"Operator": "TE.SA.M Argentina S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "722", | |
"MNC": "070", | |
"Brand": "Movistar", | |
"Operator": "Telefónica Móviles Argentina S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "722", | |
"MNC": "310", | |
"Brand": "Claro", | |
"Operator": "AMX Argentina S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "722", | |
"MNC": "320", | |
"Brand": "Claro", | |
"Operator": "AMX Argentina S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "722", | |
"MNC": "330", | |
"Brand": "Claro", | |
"Operator": "AMX Argentina S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "722", | |
"MNC": "341", | |
"Brand": "Personal", | |
"Operator": "Telecom Personal S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS / LTE 1700", | |
"References and notes": "[2][3][15]" | |
}, | |
{ | |
"MCC": "722", | |
"MNC": "350", | |
"Brand": "PORT-HABLE", | |
"Operator": "Hutchison Telecommunications Argentina S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Armenia": { | |
"code": "AM", | |
"operators": [ | |
{ | |
"MCC": "283", | |
"MNC": "01", | |
"Brand": "Beeline", | |
"Operator": "ArmenTel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "283", | |
"MNC": "04", | |
"Brand": "Karabakh Telecom", | |
"Operator": "Karabakh Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "283", | |
"MNC": "05", | |
"Brand": "VivaCell-MTS", | |
"Operator": "K Telecom CJSC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "283", | |
"MNC": "10", | |
"Brand": "Orange", | |
"Operator": "Orange S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Aruba (Kingdom of the Netherlands)": { | |
"code": "AW", | |
"operators": [ | |
{ | |
"MCC": "363", | |
"MNC": "01", | |
"Brand": "SETAR", | |
"Operator": "Servicio di Telecomunicacion di Aruba", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / GSM 1900 / UMTS 2100 / LTE 1800 / TDMA 800", | |
"References and notes": "[9][17]" | |
}, | |
{ | |
"MCC": "363", | |
"MNC": "02", | |
"Brand": "Digicel", | |
"Operator": "Digicel Aruba", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Australia": { | |
"code": "AU", | |
"operators": [ | |
{ | |
"MCC": "505", | |
"MNC": "01", | |
"Brand": "Telstra", | |
"Operator": "Telstra Corporation Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 700 / LTE 1800", | |
"References and notes": "LTE bands 3 / 28[15]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "02", | |
"Brand": "Optus", | |
"Operator": "Singtel Optus Proprietary Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 700 / LTE 1800 / TD-LTE 2300", | |
"References and notes": "LTE bands 3 / 28 / 40[9][15]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "03", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Hutchison Australia Proprietary Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850 / UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "[9]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "04", | |
"Brand": "", | |
"Operator": "Department of Defence", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Private network" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "05", | |
"Brand": "Ozitel", | |
"Operator": "", | |
"Status": "Not operational", | |
"Bands (MHz)": "", | |
"References and notes": "Brand was taken over by Telstra." | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "06", | |
"Brand": "3", | |
"Operator": "Vodafone Hutchison Australia Proprietary Limited", | |
"Status": "Not operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "Vodafone Hutchison Australia and Telstra ended their network sharing agreement on 31 August 2012. The 3TELSTRA network was shut down on this date." | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "07", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Network Pty. Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "08", | |
"Brand": "One.Tel", | |
"Operator": "One.Tel Limited", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Brand was dissolved." | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "09", | |
"Brand": "Airnet", | |
"Operator": "", | |
"Status": "Not operational", | |
"Bands (MHz)": "", | |
"References and notes": "No longer provide mobile services." | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "10", | |
"Brand": "Norfolk Is.", | |
"Operator": "Norfolk Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "11", | |
"Brand": "Telstra", | |
"Operator": "Telstra Corporation Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "12", | |
"Brand": "3", | |
"Operator": "Vodafone Hutchison Australia Proprietary Limited", | |
"Status": "Not operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "See MNC 06" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "13", | |
"Brand": "Railcorp", | |
"Operator": "Rail Corporation New South Wales", | |
"Status": "Reserved", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "For internal use by Railcorp Digital Train Radio System." | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "14", | |
"Brand": "AAPT", | |
"Operator": "Telecom New Zealand", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "Wholesale from Vodafone Hutchison Australia" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "15", | |
"Brand": "3GIS", | |
"Operator": "", | |
"Status": "Not operational", | |
"Bands (MHz)": "", | |
"References and notes": "Taken over by Vodafone." | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "16", | |
"Brand": "VicTrack", | |
"Operator": "Victorian Rail Track", | |
"Status": "Reserved", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Digital Train Radio System. Starting to be seen." | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "17", | |
"Brand": "", | |
"Operator": "Vivid Wireless Pty. Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "18", | |
"Brand": "Pactel", | |
"Operator": "Pactel International Pty Ltd", | |
"Status": "Reserved", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "19", | |
"Brand": "Lycamobile", | |
"Operator": "Lycamobile Pty Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "20", | |
"Brand": "", | |
"Operator": "Ausgrid Corporation", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "21", | |
"Brand": "", | |
"Operator": "Queensland Rail Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "22", | |
"Brand": "", | |
"Operator": "iiNet Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "23", | |
"Brand": "", | |
"Operator": "Challenge Networks Pty. Ltd.", | |
"Status": "Planning", | |
"Bands (MHz)": "LTE 2100", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "24", | |
"Brand": "", | |
"Operator": "Advanced Communications Technologies Pty. Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "25", | |
"Brand": "", | |
"Operator": "Pilbara Iron Company Services Pty Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "26", | |
"Brand": "", | |
"Operator": "Dialogue Communications Pty. Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "27", | |
"Brand": "", | |
"Operator": "Nexium Telecommunications", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "28", | |
"Brand": "", | |
"Operator": "RCOM International Pty Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[18]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "30", | |
"Brand": "", | |
"Operator": "Compatel Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[19]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "31", | |
"Brand": "", | |
"Operator": "BHP Billiton", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "32", | |
"Brand": "", | |
"Operator": "Thales Australia", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[20]" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "38", | |
"Brand": "Crazy John's", | |
"Operator": "Vodafone Hutchison Australia Proprietary Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "Some existing customers - wholesale from Telstra/all new and some existing from Vodafone Hutchison Australia." | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "62", | |
"Brand": "NBN", | |
"Operator": "National Broadband Network Co.", | |
"Status": "Unknown", | |
"Bands (MHz)": "LTE 2300", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "68", | |
"Brand": "NBN", | |
"Operator": "National Broadband Network Co.", | |
"Status": "Unknown", | |
"Bands (MHz)": "LTE 2300", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "71", | |
"Brand": "Telstra", | |
"Operator": "Telstra Corporation Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "72", | |
"Brand": "Telstra", | |
"Operator": "Telstra Corporation Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "88", | |
"Brand": "Localstar Holding Pty. Ltd.", | |
"Operator": "", | |
"Status": "Not operational", | |
"Bands (MHz)": "", | |
"References and notes": "Globalstar Satellite (no longer in service, locally)." | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "90", | |
"Brand": "Optus", | |
"Operator": "Singtel Optus Proprietary Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "505", | |
"MNC": "99", | |
"Brand": "One.Tel", | |
"Operator": "One.Tel", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Brand was dissolved. Rail operators purchased 1800 spectrum." | |
} | |
] | |
}, | |
"Austria": { | |
"code": "AT", | |
"operators": [ | |
{ | |
"MCC": "232", | |
"MNC": "01", | |
"Brand": "A1.net", | |
"Operator": "A1 Telekom Austria", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600", | |
"References and notes": "former A1 / Mobilkom / PTA [21][22]" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "02", | |
"Brand": "", | |
"Operator": "A1 Telekom Austria", | |
"Status": "reserved", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "03", | |
"Brand": "T-Mobile AT", | |
"Operator": "T-Mobile Austria", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600", | |
"References and notes": "former Max.Mobil / national roaming agreement with 232-10 [21]" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "04", | |
"Brand": "T-Mobile AT", | |
"Operator": "T-Mobile Austria Gmbh", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "05", | |
"Brand": "Orange AT", | |
"Operator": "Hutchison Drei Austria", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "owned by Hutchison Drei Austria / former Orange Austria / One / Connect [21]" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "06", | |
"Brand": "Orange AT", | |
"Operator": "Orange Austria GmbH", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "MNC withdrawn[6][23][24]" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "07", | |
"Brand": "tele.ring", | |
"Operator": "T-Mobile Austria", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "brand of T-Mobile Austria" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "08", | |
"Brand": "Lycamobile", | |
"Operator": "Lycamobile Austria", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "09", | |
"Brand": "Tele2Mobil", | |
"Operator": "A1 Telekom Austria", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "division bought from Tele2 by A1 Telekom Austria; customers \"moved\" to bob (232-11)" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "10", | |
"Brand": "3AT", | |
"Operator": "Hutchison Drei Austria", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "national roaming agreement with 232-03, one-way national roaming agreement with 232-01[15]" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "11", | |
"Brand": "bob", | |
"Operator": "A1 Telekom Austria", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "brand of A1 Telekom Austria" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "12", | |
"Brand": "yesss!", | |
"Operator": "A1 Telekom Austria", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "owned by A1 Telekom Austria / one-way national roaming agreement with 232-05" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "13", | |
"Brand": "UPC Mobile", | |
"Operator": "UPC Austria", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "14", | |
"Brand": "", | |
"Operator": "Hutchison Drei Austria", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "15", | |
"Brand": "Vectone Mobile", | |
"Operator": "Mundio Mobile Austria", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "former Barablu Mobile Austria" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "16", | |
"Brand": "", | |
"Operator": "Hutchison Drei Austria", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "17", | |
"Brand": "", | |
"Operator": "MASS Response Service GmbH", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[23]" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "18", | |
"Brand": "", | |
"Operator": "smartspace GmbH", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[23]" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "19", | |
"Brand": "", | |
"Operator": "Tele2 Telecommunication GmbH", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[23]" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "20", | |
"Brand": "", | |
"Operator": "MTEL Austrija GmbH", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[23][24]" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "91", | |
"Brand": "GSM-R A", | |
"Operator": "ÖBB", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "railways communications" | |
}, | |
{ | |
"MCC": "232", | |
"MNC": "92", | |
"Brand": "", | |
"Operator": "ArgoNET GmbH", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[23]" | |
} | |
] | |
}, | |
"Azerbaijan": { | |
"code": "AZ", | |
"operators": [ | |
{ | |
"MCC": "400", | |
"MNC": "01", | |
"Brand": "Azercell", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800/ UMTS 2100 / LTE 1800", | |
"References and notes": "[9]" | |
}, | |
{ | |
"MCC": "400", | |
"MNC": "02", | |
"Brand": "Bakcell", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[25]" | |
}, | |
{ | |
"MCC": "400", | |
"MNC": "03", | |
"Brand": "FONEX", | |
"Operator": "CATEL", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 450", | |
"References and notes": "[26]" | |
}, | |
{ | |
"MCC": "400", | |
"MNC": "04", | |
"Brand": "Nar Mobile", | |
"Operator": "Azerfon", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[27]" | |
}, | |
{ | |
"MCC": "400", | |
"MNC": "05", | |
"Brand": "", | |
"Operator": "Special State Protection Service of the Republic of Azerbaijan", | |
"Status": "Unknown", | |
"Bands (MHz)": "TETRA?", | |
"References and notes": "[28]" | |
}, | |
{ | |
"MCC": "400", | |
"MNC": "06", | |
"Brand": "Naxtel", | |
"Operator": "Nakhtel LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "[29]" | |
} | |
] | |
}, | |
"Bahamas": { | |
"code": "BS", | |
"operators": [ | |
{ | |
"MCC": "364", | |
"MNC": "390", | |
"Brand": "BTC", | |
"Operator": "The Bahamas Telecommunications Company Ltd (BaTelCo)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850 / LTE 700", | |
"References and notes": "LTE band 17 [30]" | |
} | |
] | |
}, | |
"Bahrain": { | |
"code": "BH", | |
"operators": [ | |
{ | |
"MCC": "426", | |
"MNC": "01", | |
"Brand": "Batelco", | |
"Operator": "Bahrain Telecommunications Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[9][31]" | |
}, | |
{ | |
"MCC": "426", | |
"MNC": "02", | |
"Brand": "zain BH", | |
"Operator": "Zain Bahrain", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[9][31]" | |
}, | |
{ | |
"MCC": "426", | |
"MNC": "03", | |
"Brand": "", | |
"Operator": "Civil Aviation Authority", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "426", | |
"MNC": "04", | |
"Brand": "VIVA Bahrain", | |
"Operator": "Viva Bahrain", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[9][31][32]" | |
}, | |
{ | |
"MCC": "426", | |
"MNC": "05", | |
"Brand": "Batelco", | |
"Operator": "Bahrain Telecommunications Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Royal Court use only" | |
} | |
] | |
}, | |
"Bangladesh": { | |
"code": "BD", | |
"operators": [ | |
{ | |
"MCC": "470", | |
"MNC": "01", | |
"Brand": "Grameenphone", | |
"Operator": "GrameenPhone Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "470", | |
"MNC": "02", | |
"Brand": "Robi", | |
"Operator": "Axiata Bangladesh Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Formerly Aktel[33]" | |
}, | |
{ | |
"MCC": "470", | |
"MNC": "03", | |
"Brand": "Banglalink", | |
"Operator": "Banglalink Digital Communications Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "470", | |
"MNC": "04", | |
"Brand": "TeleTalk", | |
"Operator": "Teletalk Bangladesh Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "470", | |
"MNC": "05", | |
"Brand": "Citycell", | |
"Operator": "Pacific Bangladesh Telecom Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800 / GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "470", | |
"MNC": "07", | |
"Brand": "Airtel", | |
"Operator": "Bharti airtel Bangladesh Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Formerly Warid Telcom" | |
} | |
] | |
}, | |
"Barbados": { | |
"code": "BB", | |
"operators": [ | |
{ | |
"MCC": "342", | |
"MNC": "600", | |
"Brand": "LIME", | |
"Operator": "LIME (formerly known as Cable & Wireless)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "342", | |
"MNC": "750", | |
"Brand": "Digicel", | |
"Operator": "Digicel (Barbados) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[3][34]" | |
}, | |
{ | |
"MCC": "342", | |
"MNC": "820", | |
"Brand": "", | |
"Operator": "Sunbeach Communications", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Belarus": { | |
"code": "BY", | |
"operators": [ | |
{ | |
"MCC": "257", | |
"MNC": "01", | |
"Brand": "velcom", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "257", | |
"MNC": "02", | |
"Brand": "MTS", | |
"Operator": "Mobile TeleSystems", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "257", | |
"MNC": "03", | |
"Brand": "DIALLOG", | |
"Operator": "BelCel", | |
"Status": "Not operational", | |
"Bands (MHz)": "CDMA 450", | |
"References and notes": "Closed on January 21, 2014 [35]" | |
}, | |
{ | |
"MCC": "257", | |
"MNC": "04", | |
"Brand": "life:)", | |
"Operator": "Belarusian Telecommunications Network", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Former BeST" | |
}, | |
{ | |
"MCC": "257", | |
"MNC": "05", | |
"Brand": "", | |
"Operator": "Beltelecom", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "257", | |
"MNC": "06", | |
"Brand": "", | |
"Operator": "Belorussian Cloud Technologies", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Former Yota Bel[36]" | |
}, | |
{ | |
"MCC": "257", | |
"MNC": "501", | |
"Brand": "BelCel JV", | |
"Operator": "", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Belgium": { | |
"code": "BE", | |
"operators": [ | |
{ | |
"MCC": "206", | |
"MNC": "00", | |
"Brand": "Proximus", | |
"Operator": "Belgacom Mobile", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[37]" | |
}, | |
{ | |
"MCC": "206", | |
"MNC": "01", | |
"Brand": "Proximus", | |
"Operator": "Belgacom Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "206", | |
"MNC": "02", | |
"Brand": "", | |
"Operator": "N.M.B.S.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "[38]" | |
}, | |
{ | |
"MCC": "206", | |
"MNC": "05", | |
"Brand": "Telenet", | |
"Operator": "Telenet", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO using Mobistar's Network[39]" | |
}, | |
{ | |
"MCC": "206", | |
"MNC": "06", | |
"Brand": "Lycamobile", | |
"Operator": "Lycamobile sprl", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[38]" | |
}, | |
{ | |
"MCC": "206", | |
"MNC": "07", | |
"Brand": "Vectone Mobile", | |
"Operator": "Mundio Mobile Belgium nv", | |
"Status": "Reserved", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[38]" | |
}, | |
{ | |
"MCC": "206", | |
"MNC": "09", | |
"Brand": "Voxbone", | |
"Operator": "Voxbone mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Cloud MVNO-provider, that provides mobile VOIP services on a wholesale basis" | |
}, | |
{ | |
"MCC": "206", | |
"MNC": "10", | |
"Brand": "Mobistar", | |
"Operator": "Orange S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "206", | |
"MNC": "15", | |
"Brand": "", | |
"Operator": "Elephant Talk Communications Schweiz GmbH", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Withdrawn [2][38]" | |
}, | |
{ | |
"MCC": "206", | |
"MNC": "20", | |
"Brand": "BASE", | |
"Operator": "KPN Group Belgium", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "206", | |
"MNC": "40", | |
"Brand": "", | |
"Operator": "JOIN Experience (Belgium)", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[20]" | |
} | |
] | |
}, | |
"Belize": { | |
"code": "BZ", | |
"operators": [ | |
{ | |
"MCC": "702", | |
"MNC": "67", | |
"Brand": "DigiCel", | |
"Operator": "Belize Telemedia Ltd. (BTL)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS / LTE 850 / LTE 1900", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "702", | |
"MNC": "68", | |
"Brand": "INTELCO", | |
"Operator": "International Telecommunications Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "702", | |
"MNC": "99", | |
"Brand": "Smart", | |
"Operator": "SpeedNet Communications Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Benin": { | |
"code": "BJ", | |
"operators": [ | |
{ | |
"MCC": "616", | |
"MNC": "01", | |
"Brand": "Libercom", | |
"Operator": "Benin Telecoms Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "616", | |
"MNC": "02", | |
"Brand": "Moov", | |
"Operator": "Telecel Benin", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "EtiSalat / Atlantique Telecom / Moov [3]" | |
}, | |
{ | |
"MCC": "616", | |
"MNC": "03", | |
"Brand": "MTN", | |
"Operator": "Spacetel Benin", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "Former BeninCell, Areeba [3][40]" | |
}, | |
{ | |
"MCC": "616", | |
"MNC": "04", | |
"Brand": "BBCOM", | |
"Operator": "Bell Benin Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "[40]" | |
}, | |
{ | |
"MCC": "616", | |
"MNC": "04", | |
"Brand": "BLK", | |
"Operator": "BLK Communication Benin", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "616", | |
"MNC": "05", | |
"Brand": "Glo", | |
"Operator": "Glo Communication Benin", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Bermuda": { | |
"code": "BM", | |
"operators": [ | |
{ | |
"MCC": "310", | |
"MNC": "59", | |
"Brand": "Cellular One", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA", | |
"References and notes": "uses USA MCC" | |
}, | |
{ | |
"MCC": "338", | |
"MNC": "050", | |
"Brand": "Digicel Bermuda", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 1900", | |
"References and notes": "uses Jamaica MCC [41]" | |
}, | |
{ | |
"MCC": "350", | |
"MNC": "00", | |
"Brand": "CellOne", | |
"Operator": "Bermuda Digital Communications Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 850", | |
"References and notes": "[3][41]" | |
}, | |
{ | |
"MCC": "350", | |
"MNC": "01", | |
"Brand": "Digicel Bermuda", | |
"Operator": "Telecommunications (Bermuda & West Indies) Ltd", | |
"Status": "Reserved", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "350", | |
"MNC": "02", | |
"Brand": "Mobility", | |
"Operator": "M3 Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS", | |
"References and notes": "[3]" | |
} | |
] | |
}, | |
"Bhutan": { | |
"code": "BT", | |
"operators": [ | |
{ | |
"MCC": "402", | |
"MNC": "11", | |
"Brand": "B-Mobile", | |
"Operator": "B-Mobile / Bhutan Telecom Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 850 / UMTS 2100 / LTE 1800", | |
"References and notes": "[9][42]" | |
}, | |
{ | |
"MCC": "402", | |
"MNC": "77", | |
"Brand": "TashiCell", | |
"Operator": "Tashi InfoComm Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS", | |
"References and notes": "[3]" | |
} | |
] | |
}, | |
"Bolivia": { | |
"code": "BO", | |
"operators": [ | |
{ | |
"MCC": "736", | |
"MNC": "01", | |
"Brand": "Viva", | |
"Operator": "Nuevatel PCS De Bolivia SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS", | |
"References and notes": "[3] Sells 3.5G as 4G" | |
}, | |
{ | |
"MCC": "736", | |
"MNC": "02", | |
"Brand": "Entel", | |
"Operator": "Entel SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850 / LTE 700", | |
"References and notes": "[3][15][43] Sells 3.5G as 4G" | |
}, | |
{ | |
"MCC": "736", | |
"MNC": "03", | |
"Brand": "Tigo", | |
"Operator": "Telefónica Celular De Bolivia S.A", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / UMTS", | |
"References and notes": "Aka. Telecel Bolivia [3]" | |
} | |
] | |
}, | |
"Bosnia and Herzegovina": { | |
"code": "BA", | |
"operators": [ | |
{ | |
"MCC": "218", | |
"MNC": "03", | |
"Brand": "HT-ERONET", | |
"Operator": "Public Enterprise Croatian Telecom Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "218", | |
"MNC": "05", | |
"Brand": "m:tel", | |
"Operator": "RS Telecommunications JSC Banja Luka", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Mobilna Srpske" | |
}, | |
{ | |
"MCC": "218", | |
"MNC": "90", | |
"Brand": "BH Mobile", | |
"Operator": "BH Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Botswana": { | |
"code": "BW", | |
"operators": [ | |
{ | |
"MCC": "652", | |
"MNC": "01", | |
"Brand": "Mascom", | |
"Operator": "Mascom Wireless (Pty) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "652", | |
"MNC": "02", | |
"Brand": "Orange", | |
"Operator": "Orange (Botswana) Pty Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "formerly Vista Cellular[44][45]" | |
}, | |
{ | |
"MCC": "652", | |
"MNC": "04", | |
"Brand": "BTC Mobile", | |
"Operator": "Botswana Telecommunications Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "[46]" | |
} | |
] | |
}, | |
"Brazil": { | |
"code": "BR", | |
"operators": [ | |
{ | |
"MCC": "724", | |
"MNC": "00", | |
"Brand": "Nextel", | |
"Operator": "NII Holdings, Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "iDEN 850", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "01", | |
"Brand": "", | |
"Operator": "SISTEER DO BRASIL TELECOMUNICAÇÔES", | |
"Status": "Unknown", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[2] Through Vivo S.A. network" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "02", | |
"Brand": "TIM", | |
"Operator": "Telecom Italia Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "03", | |
"Brand": "TIM", | |
"Operator": "Telecom Italia Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "04", | |
"Brand": "TIM", | |
"Operator": "Telecom Italia Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "05", | |
"Brand": "Claro BR", | |
"Operator": "Claro", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "06", | |
"Brand": "Vivo", | |
"Operator": "Vivo S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "10", | |
"Brand": "Vivo", | |
"Operator": "Vivo S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "11", | |
"Brand": "Vivo", | |
"Operator": "Vivo S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "15", | |
"Brand": "Sercomtel", | |
"Operator": "Sercomtel Celular", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "16", | |
"Brand": "Brasil Telecom GSM", | |
"Operator": "Brasil Telecom GSM", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "acquired by Oi, MNC used for existing Brasil Telecom SIM Cards only" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "18", | |
"Brand": "", | |
"Operator": "Datora (Vodafone)", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[2] Through TIM network" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "23", | |
"Brand": "Vivo", | |
"Operator": "Vivo S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 2600", | |
"References and notes": "formerly Telemig Celular" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "24", | |
"Brand": "", | |
"Operator": "Amazonia Celular", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "acquired by Oi [2]" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "30", | |
"Brand": "Oi", | |
"Operator": "TNL PCS Oi", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "31", | |
"Brand": "Oi", | |
"Operator": "TNL PCS Oi", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "32", | |
"Brand": "CTBC Celular", | |
"Operator": "CTBC Celular S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "33", | |
"Brand": "CTBC Celular", | |
"Operator": "CTBC Celular S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "34", | |
"Brand": "CTBC Celular", | |
"Operator": "CTBC Celular S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "35", | |
"Brand": "", | |
"Operator": "Telcom Telecomunicações", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "36", | |
"Brand": "", | |
"Operator": "Options Telecomunicações", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "37", | |
"Brand": "aeiou", | |
"Operator": "Unicel", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Bancruptcy in 2011 [2]" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "38", | |
"Brand": "Claro BR", | |
"Operator": "Claro", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "39", | |
"Brand": "Nextel", | |
"Operator": "NII Holdings, Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "54", | |
"Brand": "", | |
"Operator": "PORTO SEGURO TELECOMUNICAÇÔES", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[2] Through TIM network" | |
}, | |
{ | |
"MCC": "724", | |
"MNC": "99", | |
"Brand": "Local", | |
"Operator": "Local (Unknown purpose or usage)", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
} | |
] | |
}, | |
"British Virgin Islands (United Kingdom)": { | |
"code": "VG", | |
"operators": [ | |
{ | |
"MCC": "348", | |
"MNC": "170", | |
"Brand": "LIME", | |
"Operator": "Cable & Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900", | |
"References and notes": "[47]" | |
}, | |
{ | |
"MCC": "348", | |
"MNC": "370", | |
"Brand": "", | |
"Operator": "BVI Cable TV Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "348", | |
"MNC": "570", | |
"Brand": "CCT Boatphone", | |
"Operator": "Caribbean Cellular Telephone", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "348", | |
"MNC": "770", | |
"Brand": "Digicel", | |
"Operator": "Digicel (BVI) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / GSM 1900 / UMTS", | |
"References and notes": "[3][48]" | |
} | |
] | |
}, | |
"Brunei": { | |
"code": "BN", | |
"operators": [ | |
{ | |
"MCC": "528", | |
"MNC": "01", | |
"Brand": "", | |
"Operator": "Jabatan Telekom Brunei", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "528", | |
"MNC": "02", | |
"Brand": "B-Mobile", | |
"Operator": "B-Mobile Communications Sdn Bhd", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "528", | |
"MNC": "11", | |
"Brand": "DSTCom", | |
"Operator": "Data Stream Technology", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "[9]" | |
} | |
] | |
}, | |
"Bulgaria": { | |
"code": "BG", | |
"operators": [ | |
{ | |
"MCC": "284", | |
"MNC": "01", | |
"Brand": "M-Tel", | |
"Operator": "Mobiltel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "284", | |
"MNC": "03", | |
"Brand": "Vivacom", | |
"Operator": "BTC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "Former Vivatel" | |
}, | |
{ | |
"MCC": "284", | |
"MNC": "05", | |
"Brand": "Telenor", | |
"Operator": "Telenor (Bulgaria)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "Former Globul [49]" | |
}, | |
{ | |
"MCC": "284", | |
"MNC": "07", | |
"Brand": "НКЖИ", | |
"Operator": "НАЦИОНАЛНА КОМПАНИЯ ЖЕЛЕЗОПЪТНА ИНФРАСТРУКТУРА", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "National Railway Infrastructure Company" | |
}, | |
{ | |
"MCC": "284", | |
"MNC": "09", | |
"Brand": "", | |
"Operator": "COMPATEL LIMITED", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "MNC withdrawn[50]" | |
}, | |
{ | |
"MCC": "284", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "Bulsatcom", | |
"Status": "Not operational", | |
"Bands (MHz)": "LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "284", | |
"MNC": "13", | |
"Brand": "MAX", | |
"Operator": "Max Telecom LTD", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 1800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Burkina Faso": { | |
"code": "BF", | |
"operators": [ | |
{ | |
"MCC": "613", | |
"MNC": "01", | |
"Brand": "Telmob", | |
"Operator": "Onatel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "[7] [3]" | |
}, | |
{ | |
"MCC": "613", | |
"MNC": "02", | |
"Brand": "Airtel", | |
"Operator": "Airtel Burkina Faso", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "Previously Zain/Celtel.[3][51]" | |
}, | |
{ | |
"MCC": "613", | |
"MNC": "03", | |
"Brand": "Telecel Faso", | |
"Operator": "Telecel Faso SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "[8]" | |
} | |
] | |
}, | |
"Burundi": { | |
"code": "BI", | |
"operators": [ | |
{ | |
"MCC": "642", | |
"MNC": "01", | |
"Brand": "Spacetel", | |
"Operator": "Econet Wireless Burundi PLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[52]" | |
}, | |
{ | |
"MCC": "642", | |
"MNC": "02", | |
"Brand": "Tempo", | |
"Operator": "Africell PLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Was Safaris" | |
}, | |
{ | |
"MCC": "642", | |
"MNC": "03", | |
"Brand": "Onatel", | |
"Operator": "Onatel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "642", | |
"MNC": "07", | |
"Brand": "Smart Mobile", | |
"Operator": "LACELL SU", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "642", | |
"MNC": "08", | |
"Brand": "HiTs Telecom", | |
"Operator": "HiTs Telecom", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "License revoked [53][54]" | |
}, | |
{ | |
"MCC": "642", | |
"MNC": "82", | |
"Brand": "Leo", | |
"Operator": "Orascom Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "formerly Telecel, then U-COM Burundi" | |
} | |
] | |
}, | |
"Cambodia": { | |
"code": "KH", | |
"operators": [ | |
{ | |
"MCC": "456", | |
"MNC": "01", | |
"Brand": "Cellcard", | |
"Operator": "The Royal Group", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "456", | |
"MNC": "02", | |
"Brand": "Smart Axiata", | |
"Operator": "Smart Axiata Co. Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[9]" | |
}, | |
{ | |
"MCC": "456", | |
"MNC": "03", | |
"Brand": "qb", | |
"Operator": "Cambodia Advance Communications Co. Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "aka CADCOMMS" | |
}, | |
{ | |
"MCC": "456", | |
"MNC": "04", | |
"Brand": "qb", | |
"Operator": "Cambodia Advance Communications Co. Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "aka CADCOMMS" | |
}, | |
{ | |
"MCC": "456", | |
"MNC": "05", | |
"Brand": "Smart Axiata", | |
"Operator": "Smart Axiata Co. Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "456", | |
"MNC": "06", | |
"Brand": "Smart Axiata", | |
"Operator": "Smart Axiata Co. Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "456", | |
"MNC": "08", | |
"Brand": "Metfone", | |
"Operator": "Viettel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "456", | |
"MNC": "09", | |
"Brand": "Beeline", | |
"Operator": "Sotelco Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "456", | |
"MNC": "11", | |
"Brand": "Excell", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "456", | |
"MNC": "18", | |
"Brand": "Cellcard", | |
"Operator": "The Royal Group", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Cameroon": { | |
"code": "CM", | |
"operators": [ | |
{ | |
"MCC": "624", | |
"MNC": "01", | |
"Brand": "MTN Cameroon", | |
"Operator": "Mobile Telephone Network Cameroon Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "624", | |
"MNC": "02", | |
"Brand": "Orange", | |
"Operator": "Orange Cameroun S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "624", | |
"MNC": "04", | |
"Brand": "Nexttel", | |
"Operator": "Nexttel", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[55]" | |
} | |
] | |
}, | |
"Canada": { | |
"code": "CA", | |
"operators": [ | |
{ | |
"MCC": "302", | |
"MNC": "220", | |
"Brand": "Telus Mobility, Koodo Mobile", | |
"Operator": "Telus Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850 / UMTS 1900 / LTE 1700", | |
"References and notes": "Used in IMSI to identify Telus subscribers on shared network 302-880" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "221", | |
"Brand": "Telus", | |
"Operator": "Telus Mobility", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "222", | |
"Brand": "Telus", | |
"Operator": "Telus Mobility", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "250", | |
"Brand": "ALO", | |
"Operator": "ALO Mobile Inc.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "270", | |
"Brand": "EastLink", | |
"Operator": "Bragg Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 1700 / LTE 1700", | |
"References and notes": "Nova Scotia and PEI" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "290", | |
"Brand": "Airtel Wireless", | |
"Operator": "Airtel Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "iDEN 900", | |
"References and notes": "Calgary, AB" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "320", | |
"Brand": "Mobilicity", | |
"Operator": "DAVE Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 1700", | |
"References and notes": "May 2010" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "340", | |
"Brand": "Execulink", | |
"Operator": "Execulink", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "350", | |
"Brand": "FIRST", | |
"Operator": "FIRST Networks Operations", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": "MNC withdrawn [56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "360", | |
"Brand": "MiKe", | |
"Operator": "Telus Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "iDEN 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "361", | |
"Brand": "Telus", | |
"Operator": "Telus Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800 / CDMA 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "370", | |
"Brand": "Fido", | |
"Operator": "Fido Solutions (Rogers Wireless)", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "former Microcell Telecommunications" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "380", | |
"Brand": "Keewaytinook Mobile", | |
"Operator": "Keewaytinook Okimakanak Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850 / UMTS 1900", | |
"References and notes": "Former Dryden Mobility [56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "390", | |
"Brand": "DMTS", | |
"Operator": "Dryden Mobility", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Acquired by Tbaytel in 2012; MNC withdrawn [2][56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "480", | |
"Brand": "SSi Connexions", | |
"Operator": "SSi Connexions", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "490", | |
"Brand": "Wind Mobile", | |
"Operator": "Mid-Bowline Holdings Corp.", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 1700", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "500", | |
"Brand": "Videotron", | |
"Operator": "Videotron", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 1700", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "510", | |
"Brand": "Videotron", | |
"Operator": "Videotron", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 1700", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "520", | |
"Brand": "Videotron", | |
"Operator": "Videotron", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "530", | |
"Brand": "Keewaytinook Mobile", | |
"Operator": "Keewaytinook Okimakanak Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "Northwestern Ontario; also spelled Keewatinook Okimacinac[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "560", | |
"Brand": "Lynx Mobility", | |
"Operator": "Lynx Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA / GSM", | |
"References and notes": "Northern Quebec, Nunavut, Labrador [56][57]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "570", | |
"Brand": "LightSquared", | |
"Operator": "LightSquared", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "590", | |
"Brand": "Quadro Mobility", | |
"Operator": "Quadro Communications Co-op", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Southwestern Ontario[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "610", | |
"Brand": "Bell Mobility, Virgin Mobile Canada", | |
"Operator": "Bell Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850 / UMTS 1900 / LTE 1700 / LTE 2600", | |
"References and notes": "Used in IMSI to identify Bell subscribers on shared network 302-880" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "620", | |
"Brand": "ICE Wireless", | |
"Operator": "ICE Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850 / GSM 1900", | |
"References and notes": "Northern Canada" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "630", | |
"Brand": "Aliant Mobility", | |
"Operator": "Bell Aliant", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "640", | |
"Brand": "Bell", | |
"Operator": "Bell Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800 / CDMA 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "652", | |
"Brand": "", | |
"Operator": "BC Tel Mobility (Telus)", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "653", | |
"Brand": "Telus", | |
"Operator": "Telus Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800 / CDMA 1900", | |
"References and notes": "CDMA will shut down 1 July 2015" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "655", | |
"Brand": "MTS", | |
"Operator": "MTS Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800 / 850 / CDMA 1900", | |
"References and notes": "former Manitoba Telephone System" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "656", | |
"Brand": "TBay", | |
"Operator": "Thunder Bay Telephone Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 / UMTS 850 / UMTS 1900 / LTE 1700 / LTE 2600", | |
"References and notes": "CDMA shut down 1 Oct 2014" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "657", | |
"Brand": "Telus", | |
"Operator": "Telus Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800 / CDMA 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "660", | |
"Brand": "MTS", | |
"Operator": "MTS Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850 / UMTS 1900 / LTE 1700", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "670", | |
"Brand": "CityTel Mobility", | |
"Operator": "CityWest", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "680", | |
"Brand": "SaskTel", | |
"Operator": "SaskTel Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 850 / TD-LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "690", | |
"Brand": "Bell", | |
"Operator": "Bell Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850 / UMTS 1900", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "701", | |
"Brand": "", | |
"Operator": "MB Tel Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "702", | |
"Brand": "", | |
"Operator": "MT&T Mobility (Aliant)", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "703", | |
"Brand": "", | |
"Operator": "New Tel Mobility (Aliant)", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "710", | |
"Brand": "Globalstar", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "Satellite CDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "720", | |
"Brand": "Rogers Wireless", | |
"Operator": "Rogers Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 1700 / LTE 2600", | |
"References and notes": "former Rogers AT&T Wireless" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "730", | |
"Brand": "TerreStar Solutions", | |
"Operator": "TerreStar Networks", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "740", | |
"Brand": "Shaw Telecom", | |
"Operator": "Shaw Communications", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "750", | |
"Brand": "SaskTel", | |
"Operator": "SaskTel Mobility", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "760", | |
"Brand": "Public Mobile", | |
"Operator": "Telus Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[56] Acquired by Telus, CDMA network shut down 2014" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "770", | |
"Brand": "Rural Com", | |
"Operator": "Rural Com", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "780", | |
"Brand": "SaskTel", | |
"Operator": "SaskTel Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850 / UMTS 1900 / LTE 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "790", | |
"Brand": "", | |
"Operator": "NetSet Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "WiMAX", | |
"References and notes": "Manitoba[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "820", | |
"Brand": "Rogers Wireless", | |
"Operator": "Rogers Communications", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "860", | |
"Brand": "Telus", | |
"Operator": "Telus Mobility", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "880", | |
"Brand": "Bell / Telus / SaskTel", | |
"Operator": "Shared Telus, Bell, and SaskTel", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850 / UMTS 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "920", | |
"Brand": "Rogers Wireless", | |
"Operator": "Rogers Communications", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
}, | |
{ | |
"MCC": "302", | |
"MNC": "940", | |
"Brand": "Wightman Mobility", | |
"Operator": "Wightman Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[56]" | |
} | |
] | |
}, | |
"Cape Verde": { | |
"code": "CV", | |
"operators": [ | |
{ | |
"MCC": "625", | |
"MNC": "01", | |
"Brand": "CVMOVEL", | |
"Operator": "CVMóvel, S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "625", | |
"MNC": "02", | |
"Brand": "T+", | |
"Operator": "UNITEL T+ TELECOMUNICACÕES, S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "[3][58]" | |
} | |
] | |
}, | |
"Cayman Islands (United Kingdom)": { | |
"code": "KY", | |
"operators": [ | |
{ | |
"MCC": "346", | |
"MNC": "140", | |
"Brand": "LIME", | |
"Operator": "Cable & Wireless (Cayman Islands) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS / LTE 700", | |
"References and notes": "LTE band 17 [3][15]" | |
}, | |
{ | |
"MCC": "346", | |
"MNC": "050", | |
"Brand": "Digicel", | |
"Operator": "Digicel Cayman Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS / LTE 1800", | |
"References and notes": "[3][9]" | |
} | |
] | |
}, | |
"Central African Republic": { | |
"code": "CF", | |
"operators": [ | |
{ | |
"MCC": "623", | |
"MNC": "01", | |
"Brand": "CTP", | |
"Operator": "Centrafrique Telecom Plus", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "now Atlantique Telecom Centrafrique SA (ETISALAT)" | |
}, | |
{ | |
"MCC": "623", | |
"MNC": "02", | |
"Brand": "TC", | |
"Operator": "Telecel Centrafrique", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "623", | |
"MNC": "03", | |
"Brand": "Orange", | |
"Operator": "Orange RCA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "623", | |
"MNC": "04", | |
"Brand": "Nationlink", | |
"Operator": "Nationlink Telecom RCA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Chad": { | |
"code": "TD", | |
"operators": [ | |
{ | |
"MCC": "622", | |
"MNC": "01", | |
"Brand": "Airtel", | |
"Operator": "Bharti Airtel SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "[3][59]" | |
}, | |
{ | |
"MCC": "622", | |
"MNC": "02", | |
"Brand": "Tawali", | |
"Operator": "SotelTchad", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000", | |
"References and notes": "semi-fixed line; formerly Tchad Mobile / Orascom Telecom GSM 900 - defunct in 2004" | |
}, | |
{ | |
"MCC": "622", | |
"MNC": "03", | |
"Brand": "Tigo", | |
"Operator": "Millicom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS", | |
"References and notes": "[3][59]" | |
}, | |
{ | |
"MCC": "622", | |
"MNC": "07", | |
"Brand": "Salam", | |
"Operator": "SotelTchad", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "[59]" | |
} | |
] | |
}, | |
"Chile": { | |
"code": "CL", | |
"operators": [ | |
{ | |
"MCC": "730", | |
"MNC": "01", | |
"Brand": "entel", | |
"Operator": "Entel Telefonía Móvil S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 1900 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "02", | |
"Brand": "movistar", | |
"Operator": "Telefónica Móvil de Chile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 2600", | |
"References and notes": "[58]" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "03", | |
"Brand": "Claro", | |
"Operator": "Claro Chile S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 850 / UMTS 1900 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "04", | |
"Brand": "Nextel", | |
"Operator": "Centennial Cayman Corp. Chile", | |
"Status": "Operational", | |
"Bands (MHz)": "iDEN 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "05", | |
"Brand": "", | |
"Operator": "Multikom S.A.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "06", | |
"Brand": "Telefónica del Sur", | |
"Operator": "Blue Two Chile S.A.", | |
"Status": "MVNO", | |
"Bands (MHz)": "Operational", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "07", | |
"Brand": "movistar", | |
"Operator": "Telefónica Móvil de Chile", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "08", | |
"Brand": "VTR Móvil", | |
"Operator": "VTR S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Uses movistar" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "09", | |
"Brand": "Nextel", | |
"Operator": "Centennial Cayman Corp. Chile", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 1700/2100 (AWS)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "10", | |
"Brand": "entel", | |
"Operator": "Entel Telefonía Móvil S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "Celupago S.A.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "12", | |
"Brand": "Colo-Colo Movil Wanderers Movil", | |
"Operator": "Telestar Móvil S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Uses movistar[6]" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "13", | |
"Brand": "Virgin Mobile", | |
"Operator": "Tribe Mobile Chile SPA", | |
"Status": "MVNO", | |
"Bands (MHz)": "Operational", | |
"References and notes": "Uses movistar except LTE [6]" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "14", | |
"Brand": "", | |
"Operator": "Netline Telefónica Móvil Ltda", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "15", | |
"Brand": "", | |
"Operator": "Cibeles Telecom S.A.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[4]" | |
}, | |
{ | |
"MCC": "730", | |
"MNC": "99", | |
"Brand": "Will", | |
"Operator": "WILL Telefonía", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 1900", | |
"References and notes": "Wireless local loop" | |
} | |
] | |
}, | |
"China": { | |
"code": "CN", | |
"operators": [ | |
{ | |
"MCC": "460", | |
"MNC": "00", | |
"Brand": "China Mobile", | |
"Operator": "China Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / TD-SCDMA 1900 / TD-SCDMA 2000 / TD-LTE 1900 / TD-LTE 2300 / TD-LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "460", | |
"MNC": "01", | |
"Brand": "China Unicom", | |
"Operator": "China Unicom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / TD-LTE 2300 / TD-LTE 2600 / LTE 1800", | |
"References and notes": "CDMA network sold to China Telecom [3]" | |
}, | |
{ | |
"MCC": "460", | |
"MNC": "02", | |
"Brand": "China Mobile", | |
"Operator": "China Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / TD-SCDMA 1900 / TD-SCDMA 2000 / TD-LTE 1900 / TD-LTE 2300 / TD-LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "460", | |
"MNC": "03", | |
"Brand": "China Telecom", | |
"Operator": "China Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 800 / LTE 1800 / LTE 2100 / TD-LTE 2300 / TD-LTE 2600", | |
"References and notes": "EV-DO" | |
}, | |
{ | |
"MCC": "460", | |
"MNC": "04", | |
"Brand": "", | |
"Operator": "Global Star Satellite", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "460", | |
"MNC": "05", | |
"Brand": "China Telecom", | |
"Operator": "China Telecom", | |
"Status": "Not operational", | |
"Bands (MHz)": "CDMA2000 800 / LTE 1800 / LTE 2100 / TD-LTE 2300 / TD-LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "460", | |
"MNC": "06", | |
"Brand": "China Unicom", | |
"Operator": "China Unicom", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "460", | |
"MNC": "07", | |
"Brand": "China Mobile", | |
"Operator": "China Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / TD-SCDMA 1900 / TD-SCDMA 2000 / TD-LTE 1900 / TD-LTE 2300 / TD-LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "460", | |
"MNC": "09", | |
"Brand": "China Unicom", | |
"Operator": "China Unicom", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "460", | |
"MNC": "11", | |
"Brand": "China Telecom", | |
"Operator": "China Telecom", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "460", | |
"MNC": "20", | |
"Brand": "China Tietong", | |
"Operator": "China Tietong", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Christmas Island (Australia)": { | |
"code": "CX", | |
"operators": [ | |
{ | |
"MCC": "", | |
"MNC": "", | |
"Brand": "", | |
"Operator": "", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Cocos Islands (Australia)": { | |
"code": "CC", | |
"operators": [ | |
{ | |
"MCC": "", | |
"MNC": "", | |
"Brand": "", | |
"Operator": "", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Colombia": { | |
"code": "CO", | |
"operators": [ | |
{ | |
"MCC": "732", | |
"MNC": "001", | |
"Brand": "movistar", | |
"Operator": "Colombia Telecomunicaciones S.A. ESP", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "002", | |
"Brand": "Edatel", | |
"Operator": "Edatel S.A. ESP", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "003", | |
"Brand": "", | |
"Operator": "LLEIDA S.A.S.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[60]" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "004", | |
"Brand": "", | |
"Operator": "COMPATEL COLOMBIA SAS", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[60]" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "020", | |
"Brand": "Une-EPM", | |
"Operator": "Une EPM Telecomunicaciones S.A. E.S.P.", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 2600", | |
"References and notes": "Former Emtelsa; acquired by Tigo[6][60]" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "099", | |
"Brand": "EMCALI", | |
"Operator": "Empresas Municipales de Cali", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "101", | |
"Brand": "Claro", | |
"Operator": "COMCEL S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE AWS / LTE 2600", | |
"References and notes": "[58]" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "102", | |
"Brand": "", | |
"Operator": "Bellsouth Colombia", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / CDMA 850", | |
"References and notes": "MNC withdrawn; network acquired by movistar [60]" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "103", | |
"Brand": "Tigo", | |
"Operator": "Colombia Móvil S.A. ESP", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS / LTE AWS", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "111", | |
"Brand": "Tigo", | |
"Operator": "Colombia Móvil S.A. ESP", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS / LTE AWS", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "123", | |
"Brand": "movistar", | |
"Operator": "Colombia Telecomunicaciones S.A. ESP", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS / LTE AWS / CDMA 850", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "130", | |
"Brand": "AVANTEL", | |
"Operator": "Avantel S.A.S", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / iDEN / LTE AWS", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "142", | |
"Brand": "", | |
"Operator": "Une EPM Telecomunicaciones S.A. E.S.P.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[60]" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "154", | |
"Brand": "", | |
"Operator": "Virgin Mobile Colombia S.A.S.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Uses movistar[60]" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "165", | |
"Brand": "", | |
"Operator": "Colombia Móvil S.A. ESP", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[60]" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "176", | |
"Brand": "", | |
"Operator": "DirecTV Colombia Ltda", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2600", | |
"References and notes": "[60]" | |
}, | |
{ | |
"MCC": "732", | |
"MNC": "187", | |
"Brand": "", | |
"Operator": "Empresa de Telecomunicaciones de Bogotá S.A. ESP", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE AWS", | |
"References and notes": "[60]" | |
} | |
] | |
}, | |
"Comoros": { | |
"code": "KM", | |
"operators": [ | |
{ | |
"MCC": "654", | |
"MNC": "01", | |
"Brand": "Comoros Telecom", | |
"Operator": "HURI - SNPT", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Congo": { | |
"code": "CG", | |
"operators": [ | |
{ | |
"MCC": "629", | |
"MNC": "01", | |
"Brand": "Airtel", | |
"Operator": "Celtel Congo", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "Former Zain and Celtel brand [58][51]" | |
}, | |
{ | |
"MCC": "629", | |
"MNC": "07", | |
"Brand": "", | |
"Operator": "Warid Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "629", | |
"MNC": "10", | |
"Brand": "Libertis Telecom", | |
"Operator": "MTN CONGO S.A", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Cook Islands (Pacific Ocean)": { | |
"code": "CK", | |
"operators": [ | |
{ | |
"MCC": "548", | |
"MNC": "01", | |
"Brand": "Kokanet", | |
"Operator": "Telecom Cook Islands", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Costa Rica": { | |
"code": "CR", | |
"operators": [ | |
{ | |
"MCC": "712", | |
"MNC": "01", | |
"Brand": "Kolbi ICE", | |
"Operator": "Instituto Costarricense de Electricidad", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 850 / LTE 2600", | |
"References and notes": "Network Name: Kolbi ICE" | |
}, | |
{ | |
"MCC": "712", | |
"MNC": "02", | |
"Brand": "Kolbi ICE", | |
"Operator": "Instituto Costarricense de Electricidad", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 850 / LTE 2600", | |
"References and notes": "Network Name: Kolbi ICE" | |
}, | |
{ | |
"MCC": "712", | |
"MNC": "03", | |
"Brand": "Claro", | |
"Operator": "Claro CR Telecomunicaciones (Aló)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "Network Name: Claro[15]" | |
}, | |
{ | |
"MCC": "712", | |
"MNC": "04", | |
"Brand": "movistar", | |
"Operator": "Telefónica Móviles Costa Rica", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800", | |
"References and notes": "Network Name: movistar[15][61][62]" | |
}, | |
{ | |
"MCC": "712", | |
"MNC": "20", | |
"Brand": "fullmóvil", | |
"Operator": "Virtualis S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 850", | |
"References and notes": "Network Name: fullmovil[6]" | |
} | |
] | |
}, | |
"Croatia": { | |
"code": "HR", | |
"operators": [ | |
{ | |
"MCC": "219", | |
"MNC": "01", | |
"Brand": "T-Mobile", | |
"Operator": "T-Mobile Croatia", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800", | |
"References and notes": "[9]" | |
}, | |
{ | |
"MCC": "219", | |
"MNC": "02", | |
"Brand": "Tele2", | |
"Operator": "Tele2", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "[63]" | |
}, | |
{ | |
"MCC": "219", | |
"MNC": "10", | |
"Brand": "Vip", | |
"Operator": "Vipnet", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "[9]" | |
}, | |
{ | |
"MCC": "219", | |
"MNC": "12", | |
"Brand": "", | |
"Operator": "TELE FOCUS d.o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[64]" | |
} | |
] | |
}, | |
"Cuba": { | |
"code": "CU", | |
"operators": [ | |
{ | |
"MCC": "368", | |
"MNC": "01", | |
"Brand": "CUBACEL", | |
"Operator": "Empresa de Telecomunicaciones de Cuba, SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 850", | |
"References and notes": "GSM 850 only available in limited areas (Havana, Varadero, Trinidad and Cayo Coco)" | |
} | |
] | |
}, | |
"Cyprus": { | |
"code": "CY", | |
"operators": [ | |
{ | |
"MCC": "280", | |
"MNC": "01", | |
"Brand": "Cytamobile-Vodafone", | |
"Operator": "Cyprus Telecommunications Authority", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "LTE 1800 planned" | |
}, | |
{ | |
"MCC": "280", | |
"MNC": "10", | |
"Brand": "MTN", | |
"Operator": "MTN Group", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "280", | |
"MNC": "20", | |
"Brand": "PrimeTel", | |
"Operator": "PrimeTel PLC", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "280", | |
"MNC": "22", | |
"Brand": "lemontel", | |
"Operator": "Lemontel Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "280", | |
"MNC": "23", | |
"Brand": "", | |
"Operator": "Mundio Mobile Cyprus Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[24]" | |
} | |
] | |
}, | |
"Czech Republic": { | |
"code": "CZ", | |
"operators": [ | |
{ | |
"MCC": "230", | |
"MNC": "01", | |
"Brand": "T-Mobile", | |
"Operator": "T-Mobile Czech Republic", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800", | |
"References and notes": "former Paegas" | |
}, | |
{ | |
"MCC": "230", | |
"MNC": "02", | |
"Brand": "O2", | |
"Operator": "O2 Czech Republic", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 450 / GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800", | |
"References and notes": "former Eurotel [9]" | |
}, | |
{ | |
"MCC": "230", | |
"MNC": "03", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Czech Republic", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 900 / LTE 1800 / LTE 2100", | |
"References and notes": "former Oskar[15]" | |
}, | |
{ | |
"MCC": "230", | |
"MNC": "04", | |
"Brand": "U:fon", | |
"Operator": "Air Telecom a. s.", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 410 - 430", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "230", | |
"MNC": "05", | |
"Brand": "", | |
"Operator": "TRAVEL TELEKOMMUNIKATION, s.r.o.", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "MNC withdrawn [29]" | |
}, | |
{ | |
"MCC": "230", | |
"MNC": "06", | |
"Brand": "", | |
"Operator": "OSNO TELECOMUNICATION, s.r.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "230", | |
"MNC": "07", | |
"Brand": "", | |
"Operator": "ASTELNET, s.r.o.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "230", | |
"MNC": "08", | |
"Brand": "", | |
"Operator": "Compatel s.r.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "230", | |
"MNC": "09", | |
"Brand": "", | |
"Operator": "Mundio Distribution Czech Republic s.r.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[29]" | |
}, | |
{ | |
"MCC": "230", | |
"MNC": "98", | |
"Brand": "", | |
"Operator": "Správa železniční dopravní cesty, s.o.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R 900", | |
"References and notes": "railways communication" | |
}, | |
{ | |
"MCC": "230", | |
"MNC": "99", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Czech Republic", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "R&D Centre at FEE, CTU (educational, experimental)" | |
} | |
] | |
}, | |
"Democratic Republic of the Congo": { | |
"code": "CD", | |
"operators": [ | |
{ | |
"MCC": "630", | |
"MNC": "01", | |
"Brand": "Vodacom", | |
"Operator": "Vodacom Congo RDC sprl", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "630", | |
"MNC": "02", | |
"Brand": "airtel", | |
"Operator": "Airtel sprl", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "[3][51]" | |
}, | |
{ | |
"MCC": "630", | |
"MNC": "04", | |
"Brand": "", | |
"Operator": "Cellco", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "630", | |
"MNC": "05", | |
"Brand": "Supercell", | |
"Operator": "Supercell SPRL", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "630", | |
"MNC": "10", | |
"Brand": "Libertis Telecom", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "630", | |
"MNC": "86", | |
"Brand": "Orange", | |
"Operator": "Orange RDC sarl", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "630", | |
"MNC": "88", | |
"Brand": "YTT", | |
"Operator": "Yozma Timeturns sprl", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Planned[6]" | |
}, | |
{ | |
"MCC": "630", | |
"MNC": "89", | |
"Brand": "Tigo", | |
"Operator": "OASIS sprl", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "a Millicom Company" | |
}, | |
{ | |
"MCC": "630", | |
"MNC": "90", | |
"Brand": "Africell", | |
"Operator": "Africell RDC sprl", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "[6]" | |
} | |
] | |
}, | |
"Denmark (Kingdom of Denmark)": { | |
"code": "DK", | |
"operators": [ | |
{ | |
"MCC": "238", | |
"MNC": "01", | |
"Brand": "TDC", | |
"Operator": "TDC A/S", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "02", | |
"Brand": "Telenor", | |
"Operator": "Telenor Denmark", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "Former Sonofon" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "03", | |
"Brand": "", | |
"Operator": "MACH Connectivity", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Former End2End / MIGway A/S [65]" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "04", | |
"Brand": "", | |
"Operator": "NextGen Mobile Ltd T/A CardBoardFish", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[65]" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "05", | |
"Brand": "TetraNet", | |
"Operator": "ApS KBUS 38 nr. 4418", | |
"Status": "Operational", | |
"Bands (MHz)": "TETRA", | |
"References and notes": "Owned by Motorola Solutions" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "06", | |
"Brand": "3", | |
"Operator": "Hi3G Denmark ApS", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "07", | |
"Brand": "Vectone Mobile", | |
"Operator": "Mundio Mobile (Denmark) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Former Barablu[65]" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "08", | |
"Brand": "Voxbone", | |
"Operator": "Voxbone mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Former Nordisk Mobiltelefon[65]" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "09", | |
"Brand": "SINE", | |
"Operator": "Dansk Beredskabskommunikation A/S", | |
"Status": "Operational", | |
"Bands (MHz)": "TETRA", | |
"References and notes": "Owned by Motorola Solutions" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "10", | |
"Brand": "TDC", | |
"Operator": "TDC A/S", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Test network" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "11", | |
"Brand": "SINE", | |
"Operator": "Dansk Beredskabskommunikation A/S", | |
"Status": "Operational", | |
"Bands (MHz)": "TETRA", | |
"References and notes": "Test network" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "12", | |
"Brand": "Lycamobile", | |
"Operator": "Lycamobile Denmark Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "13", | |
"Brand": "", | |
"Operator": "Compatel Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[65]" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "15", | |
"Brand": "", | |
"Operator": "Ice Danmark ApS", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[28][65]" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "16", | |
"Brand": "", | |
"Operator": "Tismi B.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[65][66]" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "17", | |
"Brand": "", | |
"Operator": "Naka AG", | |
"Status": "Unknown", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[29]" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "20", | |
"Brand": "Telia", | |
"Operator": "Telia", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "23", | |
"Brand": "GSM-R DK", | |
"Operator": "Banedanmark", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "28", | |
"Brand": "", | |
"Operator": "CoolTEL ApS", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[65]" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "30", | |
"Brand": "", | |
"Operator": "Interactive digital media GmbH", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Former Telia[65]" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "40", | |
"Brand": "", | |
"Operator": "Ericsson Danmark A/S", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Test network; former Sense Communications Denmark A/S[65]" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "43", | |
"Brand": "", | |
"Operator": "MobiWeb Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[65][67]" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "66", | |
"Brand": "", | |
"Operator": "TT-Netværket P/S", | |
"Status": "Unknown", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "Former Telia, now shared network Telia/Telenor[15][65]" | |
}, | |
{ | |
"MCC": "238", | |
"MNC": "77", | |
"Brand": "Telenor", | |
"Operator": "Telenor Denmark", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Former Tele2" | |
} | |
] | |
}, | |
"Djibouti": { | |
"code": "DJ", | |
"operators": [ | |
{ | |
"MCC": "638", | |
"MNC": "01", | |
"Brand": "Evatis", | |
"Operator": "Djibouti Telecom SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "[3]" | |
} | |
] | |
}, | |
"Dominica": { | |
"code": "DM", | |
"operators": [ | |
{ | |
"MCC": "366", | |
"MNC": "020", | |
"Brand": "Digicel", | |
"Operator": "Digicel Group Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1900 / UMTS", | |
"References and notes": "Digicel acquired Orange Dominica in 2009 [3][68]" | |
}, | |
{ | |
"MCC": "366", | |
"MNC": "110", | |
"Brand": "LIME", | |
"Operator": "Cable & Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / UMTS", | |
"References and notes": "[3]" | |
} | |
] | |
}, | |
"Dominican Republic": { | |
"code": "DO", | |
"operators": [ | |
{ | |
"MCC": "370", | |
"MNC": "01", | |
"Brand": "Orange", | |
"Operator": "Orange Dominicana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / GSM 1900 / UMTS 900 / LTE 1800", | |
"References and notes": "[3][15][58]" | |
}, | |
{ | |
"MCC": "370", | |
"MNC": "02", | |
"Brand": "Claro", | |
"Operator": "Compañía Dominicana de Teléfonos", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850 / LTE AWS", | |
"References and notes": "CDMA 1900 shut down in 2014 [15][58][69]" | |
}, | |
{ | |
"MCC": "370", | |
"MNC": "03", | |
"Brand": "Tricom", | |
"Operator": "Tricom, S.A", | |
"Status": "Operational", | |
"Bands (MHz)": "AMPS / IS-95A 800 / CDMA 1900 / LTE 1900", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "370", | |
"MNC": "04", | |
"Brand": "Viva", | |
"Operator": "Trilogy Dominicana, S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 1900 / GSM 1900", | |
"References and notes": "Former Centennial Dominicana [58]" | |
}, | |
{ | |
"MCC": "370", | |
"MNC": "05", | |
"Brand": "Wind", | |
"Operator": "WIND Telecom, S.A", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2600", | |
"References and notes": "LTE band 38[15]" | |
} | |
] | |
}, | |
"East Timor": { | |
"code": "TL", | |
"operators": [ | |
{ | |
"MCC": "514", | |
"MNC": "01", | |
"Brand": "Telkomcel", | |
"Operator": "PT Telekomunikasi Indonesia International", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850", | |
"References and notes": "[6][70][71]" | |
}, | |
{ | |
"MCC": "514", | |
"MNC": "02", | |
"Brand": "TT", | |
"Operator": "Timor Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "[3][6][70]" | |
}, | |
{ | |
"MCC": "514", | |
"MNC": "03", | |
"Brand": "Telemor", | |
"Operator": "Viettel Timor-Leste", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS", | |
"References and notes": "[3][58][6]" | |
} | |
] | |
}, | |
"Ecuador": { | |
"code": "EC", | |
"operators": [ | |
{ | |
"MCC": "740", | |
"MNC": "00", | |
"Brand": "Movistar", | |
"Operator": "Otecel S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 1900", | |
"References and notes": "Former BellSouth [58][72]" | |
}, | |
{ | |
"MCC": "740", | |
"MNC": "01", | |
"Brand": "Claro", | |
"Operator": "CONECEL S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / UMTS 850 / UMTS 1900", | |
"References and notes": "Former Porta" | |
}, | |
{ | |
"MCC": "740", | |
"MNC": "02", | |
"Brand": "CNT Mobile", | |
"Operator": "Corporación Nacional de Telecomunicaciones (CNT EP)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / UMTS / LTE AWS", | |
"References and notes": "Former Alegro / Telecsa; CDMA 1900 shut down in 2014 [3][15]" | |
} | |
] | |
}, | |
"Egypt": { | |
"code": "EG", | |
"operators": [ | |
{ | |
"MCC": "602", | |
"MNC": "01", | |
"Brand": "Mobinil", | |
"Operator": "ECMS-Mobinil", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "602", | |
"MNC": "02", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Egypt", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "602", | |
"MNC": "03", | |
"Brand": "Etisalat", | |
"Operator": "Etisalat Egypt", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
} | |
] | |
}, | |
"El Salvador": { | |
"code": "SV", | |
"operators": [ | |
{ | |
"MCC": "706", | |
"MNC": "01", | |
"Brand": "Claro", | |
"Operator": "CTE Telecom Personal, S.A. de C.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 1900", | |
"References and notes": "owned by América Móvil" | |
}, | |
{ | |
"MCC": "706", | |
"MNC": "02", | |
"Brand": "digicel", | |
"Operator": "Digicel Group", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900", | |
"References and notes": "[73]" | |
}, | |
{ | |
"MCC": "706", | |
"MNC": "03", | |
"Brand": "Tigo", | |
"Operator": "Telemovil El Salvador S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / UMTS 850", | |
"References and notes": "[58]" | |
}, | |
{ | |
"MCC": "706", | |
"MNC": "04", | |
"Brand": "movistar", | |
"Operator": "Telefónica Móviles El Salvador", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS", | |
"References and notes": "[3][58]" | |
}, | |
{ | |
"MCC": "706", | |
"MNC": "05", | |
"Brand": "RED", | |
"Operator": "INTELFON, S.A. de C.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "iDEN", | |
"References and notes": "[74]" | |
} | |
] | |
}, | |
"Equatorial Guinea": { | |
"code": "GQ", | |
"operators": [ | |
{ | |
"MCC": "627", | |
"MNC": "01", | |
"Brand": "Orange GQ", | |
"Operator": "GETESA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "627", | |
"MNC": "03", | |
"Brand": "Hits GQ", | |
"Operator": "HiTs EG.SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Eritrea": { | |
"code": "ER", | |
"operators": [ | |
{ | |
"MCC": "657", | |
"MNC": "01", | |
"Brand": "Eritel", | |
"Operator": "Eritrea Telecommunications Services Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Estonia": { | |
"code": "EE", | |
"operators": [ | |
{ | |
"MCC": "248", | |
"MNC": "01", | |
"Brand": "EMT", | |
"Operator": "Estonian Mobile Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "[9]" | |
}, | |
{ | |
"MCC": "248", | |
"MNC": "02", | |
"Brand": "Elisa", | |
"Operator": "Elisa Eesti", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "[9]" | |
}, | |
{ | |
"MCC": "248", | |
"MNC": "03", | |
"Brand": "Tele 2", | |
"Operator": "Tele 2 Eesti", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "248", | |
"MNC": "04", | |
"Brand": "", | |
"Operator": "OY Top Connect", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "248", | |
"MNC": "05", | |
"Brand": "", | |
"Operator": "AS Bravocom Mobiil", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "248", | |
"MNC": "06", | |
"Brand": "", | |
"Operator": "Progroup Holding", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "248", | |
"MNC": "07", | |
"Brand": "", | |
"Operator": "Televõrgu AS", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "248", | |
"MNC": "08", | |
"Brand": "VIVEX", | |
"Operator": "VIVEX OU", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "248", | |
"MNC": "09", | |
"Brand": "", | |
"Operator": "Bravo Telecom", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[75]" | |
}, | |
{ | |
"MCC": "248", | |
"MNC": "10", | |
"Brand": "", | |
"Operator": "Telcotrade OÜ", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[24]" | |
}, | |
{ | |
"MCC": "248", | |
"MNC": "71", | |
"Brand": "", | |
"Operator": "Siseministeerium (Ministry of Interior)", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
} | |
] | |
}, | |
"Ethiopia": { | |
"code": "ET", | |
"operators": [ | |
{ | |
"MCC": "636", | |
"MNC": "01", | |
"Brand": "ETH-MTN", | |
"Operator": "Ethio Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 21000", | |
"References and notes": "[6]" | |
} | |
] | |
}, | |
"Falkland Islands (United Kingdom)": { | |
"code": "FK", | |
"operators": [ | |
{ | |
"MCC": "750", | |
"MNC": "001", | |
"Brand": "sure", | |
"Operator": "Batelco", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "formerly Cable & Wireless Communications Touch [2]" | |
} | |
] | |
}, | |
"Faroe Islands (Kingdom of Denmark)": { | |
"code": "FO", | |
"operators": [ | |
{ | |
"MCC": "288", | |
"MNC": "01", | |
"Brand": "Faroese Telecom", | |
"Operator": "Faroese Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900 / UMTS 2100", | |
"References and notes": "[76]" | |
}, | |
{ | |
"MCC": "288", | |
"MNC": "02", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Faroe Islands", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "Former Kall,[76] also uses MCC 274 MNC 02 (Iceland)[2]" | |
}, | |
{ | |
"MCC": "288", | |
"MNC": "03", | |
"Brand": "", | |
"Operator": "Edge Mobile Sp/F", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Planned[6][76]" | |
} | |
] | |
}, | |
"Fiji": { | |
"code": "FJ", | |
"operators": [ | |
{ | |
"MCC": "542", | |
"MNC": "01", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Fiji", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "[9]" | |
}, | |
{ | |
"MCC": "542", | |
"MNC": "02", | |
"Brand": "Digicel", | |
"Operator": "Digicel Fiji", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900 / UMTS 2100 / WIMAX 4G", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "542", | |
"MNC": "03", | |
"Brand": "", | |
"Operator": "Telecom Fiji Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "CDMA", | |
"References and notes": "[6]" | |
} | |
] | |
}, | |
"Finland": { | |
"code": "FI", | |
"operators": [ | |
{ | |
"MCC": "244", | |
"MNC": "03", | |
"Brand": "DNA", | |
"Operator": "DNA Oy", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Former Telia" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "04", | |
"Brand": "AINA", | |
"Operator": "DNA Oy / Aina Oyj", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO on the Sonera's network" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "05", | |
"Brand": "Elisa", | |
"Operator": "Elisa Oyj", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "Former Radiolinja" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "07", | |
"Brand": "Nokia", | |
"Operator": "Nokia Test Network", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "MNC withdrawn[77]" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "08", | |
"Brand": "Nokia", | |
"Operator": "Nokia Test Network", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "MNC withdrawn[77]" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "09", | |
"Brand": "", | |
"Operator": "Nokia Solutions and Networks Oy", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Former Finnet Group[77][78]" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "10", | |
"Brand": "", | |
"Operator": "Viestintävirasto", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Former TDC Oy[77]" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "11", | |
"Brand": "Vectone Mobile", | |
"Operator": "Mundio Mobile Oy", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO on the DNA Oy's network" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "12", | |
"Brand": "DNA", | |
"Operator": "DNA Oy", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "13", | |
"Brand": "DNA", | |
"Operator": "DNA Oy", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "14", | |
"Brand": "Ålcom", | |
"Operator": "Ålands Telekommunikation Ab", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "Former Ålands Mobiltelefon (ÅMT); coverage only in Åland Islands" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "15", | |
"Brand": "SAMK", | |
"Operator": "Satakunta University of Applied Sciences", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Educational network; MNC withdrawn[77]" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "16", | |
"Brand": "Tele2", | |
"Operator": "Oy Finland Tele2 AB", | |
"Status": "Not operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MNC withdrawn[6][77]" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "17", | |
"Brand": "RHK", | |
"Operator": "Finnish Transport Agency", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "[79]" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "21", | |
"Brand": "Elisa-Saunalahti", | |
"Operator": "Elisa Oyj", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Internal MVNO-code of Elisa Oyj. Former Saunalahti Group Oyj" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "25", | |
"Brand": "Datame", | |
"Operator": "Datame Oy", | |
"Status": "Not operational", | |
"Bands (MHz)": "CDMA", | |
"References and notes": "MNC withdrawn[77]" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "26", | |
"Brand": "Compatel", | |
"Operator": "Compatel Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Cloud MVNO-provider of telecoms services acting as a MVNO-mobile-operators" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "27", | |
"Brand": "", | |
"Operator": "VTT Technical Research Centre of Finland", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[77]" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "29", | |
"Brand": "", | |
"Operator": "SCNL Truphone", | |
"Status": "Not operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MNC withdrawn[6][77]" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "30", | |
"Brand": "Vectone Mobile", | |
"Operator": "Mundio Mobile Oy", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO on the DNA Oy's network" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "31", | |
"Brand": "Kuiri", | |
"Operator": "Ukko Mobile Oy", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "32", | |
"Brand": "Voxbone", | |
"Operator": "Voxbone SA", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "33", | |
"Brand": "VIRVE", | |
"Operator": "Virve Tuotteet ja Palvelut Oy", | |
"Status": "Operational", | |
"Bands (MHz)": "TETRA", | |
"References and notes": "Finnish authorities radio network" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "34", | |
"Brand": "Elektrobit Wireless", | |
"Operator": "Elektrobit Wireless Communications Oy", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "35", | |
"Brand": "Ukko Mobile", | |
"Operator": "Ukkoverkot Oy", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 450", | |
"References and notes": "data-only network" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "36", | |
"Brand": "Sonera", | |
"Operator": "TeliaSonera Finland Oyj", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[77]" | |
}, | |
{ | |
"MCC": "244", | |
"MNC": "91", | |
"Brand": "Sonera", | |
"Operator": "TeliaSonera Finland Oyj", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
} | |
] | |
}, | |
"France": { | |
"code": "FR", | |
"operators": [ | |
{ | |
"MCC": "208", | |
"MNC": "01", | |
"Brand": "Orange", | |
"Operator": "Orange S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "02", | |
"Brand": "Orange", | |
"Operator": "Orange S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "[80] Zones Blanches" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "03", | |
"Brand": "MobiquiThings", | |
"Operator": "MobiquiThings", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "04", | |
"Brand": "Sisteer", | |
"Operator": "Societe d'ingenierie systeme telecom et reseaux", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "05", | |
"Brand": "", | |
"Operator": "Globalstar Europe", | |
"Status": "Operational", | |
"Bands (MHz)": "Satellite", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "06", | |
"Brand": "", | |
"Operator": "Globalstar Europe", | |
"Status": "Operational", | |
"Bands (MHz)": "Satellite", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "07", | |
"Brand": "", | |
"Operator": "Globalstar Europe", | |
"Status": "Operational", | |
"Bands (MHz)": "Satellite", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "08", | |
"Brand": "Completel Mobile", | |
"Operator": "Completel", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "09", | |
"Brand": "SFR", | |
"Operator": "Vivendi", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600", | |
"References and notes": "is launched for SFR outbound roaming services[15]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "10", | |
"Brand": "SFR", | |
"Operator": "Vivendi", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "11", | |
"Brand": "SFR", | |
"Operator": "Vivendi", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "Femtocells" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "12", | |
"Brand": "", | |
"Operator": "Hewlett-Packard France", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[81]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "13", | |
"Brand": "SFR", | |
"Operator": "Vivendi", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "[80] Zones Blanches" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "14", | |
"Brand": "RFF", | |
"Operator": "RFF", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "15", | |
"Brand": "Free Mobile", | |
"Operator": "Iliad", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / UMTS 2100 / LTE 2600", | |
"References and notes": "[15][80]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "16", | |
"Brand": "Free Mobile", | |
"Operator": "Iliad", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / UMTS 2100 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "17", | |
"Brand": "LEGOS", | |
"Operator": "Local Exchange Global Operation Services", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[80]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "18", | |
"Brand": "Voxbone", | |
"Operator": "Voxbone mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "20", | |
"Brand": "Bouygues", | |
"Operator": "Bouygues Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "[9][15]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "21", | |
"Brand": "Bouygues", | |
"Operator": "Bouygues Telecom", | |
"Status": "Unknown", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "22", | |
"Brand": "Transatel Mobile", | |
"Operator": "Transatel", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "MVNE" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "23", | |
"Brand": "", | |
"Operator": "Omea Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Used by Virgin Mobile France, Breizh Mobile, Tele2 Mobile, Mobile Casino" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "24", | |
"Brand": "MobiquiThings", | |
"Operator": "MobiquiThings", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "25", | |
"Brand": "LycaMobile", | |
"Operator": "LycaMobile", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "26", | |
"Brand": "NRJ Mobile", | |
"Operator": "Euro-Information Telecom SAS", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Uses SFR and Orange" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "27", | |
"Brand": "", | |
"Operator": "Afone", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[80]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "28", | |
"Brand": "", | |
"Operator": "Airbus Defence and Space SAS", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[80]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "29", | |
"Brand": "", | |
"Operator": "Société International Mobile Communication", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "MNC withdrawn [81]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "30", | |
"Brand": "", | |
"Operator": "Symacom", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[80]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "31", | |
"Brand": "Vectone Mobile", | |
"Operator": "Mundio Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[80]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "88", | |
"Brand": "Bouygues", | |
"Operator": "Bouygues Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Zones Blanches" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "89", | |
"Brand": "", | |
"Operator": "Omer Telecom Ltd", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "MNC withdrawn [6][81]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "90", | |
"Brand": "", | |
"Operator": "Images & Réseaux", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[80]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "91", | |
"Brand": "", | |
"Operator": "Orange S.A.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[80]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "92", | |
"Brand": "Com4Innov", | |
"Operator": "Association Plate-forme Télécom", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2300 / LTE 2600", | |
"References and notes": "Test network; LTE 800 planned[80][82]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "93", | |
"Brand": "", | |
"Operator": "TDF", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[80]" | |
}, | |
{ | |
"MCC": "208", | |
"MNC": "94", | |
"Brand": "", | |
"Operator": "Halys", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[81]" | |
} | |
] | |
}, | |
"French Antilles (France)": { | |
"code": "BL/GF/GP/MF/MQ", | |
"operators": [ | |
{ | |
"MCC": "340", | |
"MNC": "01", | |
"Brand": "Orange", | |
"Operator": "Orange Caraïbe Mobiles", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "Guadeloupe, French Guiana, Martinique, Saint Barthélemy, Saint Martin [3]" | |
}, | |
{ | |
"MCC": "340", | |
"MNC": "02", | |
"Brand": "Only", | |
"Operator": "Outremer Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS", | |
"References and notes": "Guadeloupe, French Guiana, Martinique [3]" | |
}, | |
{ | |
"MCC": "340", | |
"MNC": "03", | |
"Brand": "Chippie", | |
"Operator": "UTS Caraïbe", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS", | |
"References and notes": "Saint Barthélemy, Saint Martin; former Telcell [3]" | |
}, | |
{ | |
"MCC": "340", | |
"MNC": "08", | |
"Brand": "Dauphin", | |
"Operator": "Dauphin Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS", | |
"References and notes": "Saint Barthélemy, Saint Martin" | |
}, | |
{ | |
"MCC": "340", | |
"MNC": "10", | |
"Brand": "", | |
"Operator": "Guadeloupe Téléphone Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "340", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "Guyane Téléphone Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "340", | |
"MNC": "12", | |
"Brand": "", | |
"Operator": "Martinique Téléphone Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "340", | |
"MNC": "20", | |
"Brand": "Digicel", | |
"Operator": "DIGICEL Antilles Française Guyane", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "Guadeloupe, French Guiana, Martinique, Saint Barthélemy, Saint Martin; former Bouygues Telecom Caraïbes [58]" | |
} | |
] | |
}, | |
"French Guiana (France)": { | |
"code": "GF", | |
"operators": [ | |
{ | |
"MCC": "742", | |
"MNC": "", | |
"Brand": "", | |
"Operator": "", | |
"Status": "Not operational", | |
"Bands (MHz)": "", | |
"References and notes": "See French Antilles, the assigned MCC 742 is not used.[81]" | |
} | |
] | |
}, | |
"French Polynesia (France)": { | |
"code": "PF", | |
"operators": [ | |
{ | |
"MCC": "547", | |
"MNC": "05", | |
"Brand": "", | |
"Operator": "VITI", | |
"Status": "Operational", | |
"Bands (MHz)": "WiMAX", | |
"References and notes": "[83]" | |
}, | |
{ | |
"MCC": "547", | |
"MNC": "10", | |
"Brand": "", | |
"Operator": "Mara Telecom", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "547", | |
"MNC": "15", | |
"Brand": "Vodafone", | |
"Operator": "Pacific Mobile Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "[84]" | |
}, | |
{ | |
"MCC": "547", | |
"MNC": "20", | |
"Brand": "Vini", | |
"Operator": "Tikiphone SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "[85]" | |
} | |
] | |
}, | |
"French Southern Territories (France)": { | |
"code": "TF", | |
"operators": [ | |
{ | |
"MCC": "", | |
"MNC": "", | |
"Brand": "", | |
"Operator": "", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Gabon": { | |
"code": "GA", | |
"operators": [ | |
{ | |
"MCC": "628", | |
"MNC": "01", | |
"Brand": "Libertis", | |
"Operator": "Gabon Telecom & Libertis S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "628", | |
"MNC": "02", | |
"Brand": "Moov", | |
"Operator": "Atlantique Télécom (Etisalat Group) Gabon S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "628", | |
"MNC": "03", | |
"Brand": "Airtel", | |
"Operator": "Airtel Gabon S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "[51]" | |
}, | |
{ | |
"MCC": "628", | |
"MNC": "04", | |
"Brand": "Azur", | |
"Operator": "USAN Gabon S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "628", | |
"MNC": "05", | |
"Brand": "RAG", | |
"Operator": "Réseau de l’Administration Gabonaise", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
} | |
] | |
}, | |
"Gambia": { | |
"code": "GM", | |
"operators": [ | |
{ | |
"MCC": "607", | |
"MNC": "01", | |
"Brand": "Gamcel", | |
"Operator": "Gamcel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "607", | |
"MNC": "02", | |
"Brand": "Africel", | |
"Operator": "Africel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "607", | |
"MNC": "03", | |
"Brand": "Comium", | |
"Operator": "Comium", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "607", | |
"MNC": "04", | |
"Brand": "QCell", | |
"Operator": "QCell Gambia", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Georgia": { | |
"code": "GE", | |
"operators": [ | |
{ | |
"MCC": "282", | |
"MNC": "01", | |
"Brand": "Geocell", | |
"Operator": "Geocell Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[86]" | |
}, | |
{ | |
"MCC": "282", | |
"MNC": "02", | |
"Brand": "MagtiCom", | |
"Operator": "Magticom GSM", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "282", | |
"MNC": "03", | |
"Brand": "MagtiCom", | |
"Operator": "Magtifix", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 450", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "282", | |
"MNC": "04", | |
"Brand": "Beeline", | |
"Operator": "Mobitel LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / LTE 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "282", | |
"MNC": "05", | |
"Brand": "Silknet", | |
"Operator": "JSC Silknet", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "former UTG" | |
}, | |
{ | |
"MCC": "282", | |
"MNC": "06", | |
"Brand": "", | |
"Operator": "JSC Compatel", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[87]" | |
}, | |
{ | |
"MCC": "282", | |
"MNC": "07", | |
"Brand": "GlobalCell", | |
"Operator": "GlobalCell Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[36]" | |
}, | |
{ | |
"MCC": "282", | |
"MNC": "08", | |
"Brand": "Silk LTE", | |
"Operator": "JSC Silknet", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2300", | |
"References and notes": "[88]" | |
}, | |
{ | |
"MCC": "282", | |
"MNC": "09", | |
"Brand": "", | |
"Operator": "Gmobile Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[89]" | |
} | |
] | |
}, | |
"Germany": { | |
"code": "DE", | |
"operators": [ | |
{ | |
"MCC": "262", | |
"MNC": "01", | |
"Brand": "Telekom", | |
"Operator": "Telekom Deutschland GmbH", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800/ / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "Formerly D1 - DeTeMobil, T-Mobil, T-Mobile" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "02", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone D2 GmbH", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "03", | |
"Brand": "E-Plus", | |
"Operator": "E-Plus Mobilfunk", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15][63]" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "04", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone D2 GmbH", | |
"Status": "Reserved", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "05", | |
"Brand": "E-Plus", | |
"Operator": "E-Plus Mobilfunk", | |
"Status": "Reserved", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "[63]" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "06", | |
"Brand": "Telekom", | |
"Operator": "Telekom Deutschland GmbH", | |
"Status": "Reserved", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "07", | |
"Brand": "O2", | |
"Operator": "Telefónica Germany GmbH & Co. oHG", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "08", | |
"Brand": "O2", | |
"Operator": "Telefónica Germany GmbH & Co. oHG", | |
"Status": "Reserved", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "09", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone D2 GmbH", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600", | |
"References and notes": "Internal testing IOT" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "10", | |
"Brand": "", | |
"Operator": "DB Netz AG", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "Former Vodafone/Arcor[90]" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "11", | |
"Brand": "O2", | |
"Operator": "Telefónica Germany GmbH & Co. oHG", | |
"Status": "Reserved", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "12", | |
"Brand": "Dolphin Telecom", | |
"Operator": "sipgate GmbH", | |
"Status": "Operational", | |
"Bands (MHz)": "\"full\" MVNO / MVNE", | |
"References and notes": "National roaming agreement with E-Plus" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "13", | |
"Brand": "", | |
"Operator": "Mobilcom Multimedia", | |
"Status": "Not operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "License returned in 2003" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "14", | |
"Brand": "", | |
"Operator": "Group 3G UMTS", | |
"Status": "Not operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "License revoked in 2007" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "15", | |
"Brand": "Airdata", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-SCDMA", | |
"References and notes": "data only" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "16", | |
"Brand": "", | |
"Operator": "Telogic Germany GmbH", | |
"Status": "Not operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "formerly Vistream; bankruptcy in 2012 [91]" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "17", | |
"Brand": "E-Plus", | |
"Operator": "E-Plus Mobilfunk", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[92]" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "18", | |
"Brand": "", | |
"Operator": "NetCologne", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "also CDMA 450[92]" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "19", | |
"Brand": "", | |
"Operator": "Inquam Deutschland", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[92]" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "20", | |
"Brand": "OnePhone", | |
"Operator": "E-Plus Mobilfunk", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "uses E-Plus' radio access network (262-03)" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "33", | |
"Brand": "simquadrat", | |
"Operator": "sipgate GmbH", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "uses E-Plus' radio access network (262-03)" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "41", | |
"Brand": "", | |
"Operator": "First Telecom GmbH", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[92]" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "42", | |
"Brand": "CCC Event", | |
"Operator": "Chaos Computer Club", | |
"Status": "Temporary operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Used on events like Chaos Communication Congress" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "43", | |
"Brand": "LYCA", | |
"Operator": "Lycamobile", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Runs on Vodafone network" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "60", | |
"Brand": "", | |
"Operator": "DB Telematik", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "76", | |
"Brand": "", | |
"Operator": "Siemens AG", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Test network; MNC withdrawn[92]" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "77", | |
"Brand": "E-Plus", | |
"Operator": "E-Plus Mobilfunk", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Test network" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "78", | |
"Brand": "Telekom", | |
"Operator": "Telekom Deutschland GmbH", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[92]" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "79", | |
"Brand": "", | |
"Operator": "ng4T GmbH", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[93]" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "92", | |
"Brand": "", | |
"Operator": "Nash Technologies", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "Test network[94]" | |
}, | |
{ | |
"MCC": "262", | |
"MNC": "901", | |
"Brand": "Debitel", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Ghana": { | |
"code": "GH", | |
"operators": [ | |
{ | |
"MCC": "620", | |
"MNC": "01", | |
"Brand": "MTN", | |
"Operator": "MTN Group", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "former spacefon[3]" | |
}, | |
{ | |
"MCC": "620", | |
"MNC": "02", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Group", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS", | |
"References and notes": "former Onetouch[3]" | |
}, | |
{ | |
"MCC": "620", | |
"MNC": "03", | |
"Brand": "tiGO", | |
"Operator": "Millicom Ghana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS", | |
"References and notes": "former MOBITEL[3]" | |
}, | |
{ | |
"MCC": "620", | |
"MNC": "04", | |
"Brand": "Expresso", | |
"Operator": "Kasapa / Hutchison Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000", | |
"References and notes": "former Kasapa" | |
}, | |
{ | |
"MCC": "620", | |
"MNC": "06", | |
"Brand": "Airtel", | |
"Operator": "Airtel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS", | |
"References and notes": "former Zain[3]" | |
}, | |
{ | |
"MCC": "620", | |
"MNC": "07", | |
"Brand": "Globacom", | |
"Operator": "Globacom Group", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "620", | |
"MNC": "08", | |
"Brand": "Surfline", | |
"Operator": "Surfline Communications Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 2600", | |
"References and notes": "LTE band 7" | |
}, | |
{ | |
"MCC": "620", | |
"MNC": "10", | |
"Brand": "Blu", | |
"Operator": "Blu Telecommunications", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2600", | |
"References and notes": "LTE band 38" | |
}, | |
{ | |
"MCC": "620", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "Netafrique Dot Com Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
} | |
] | |
}, | |
"Gibraltar (United Kingdom)": { | |
"code": "GI", | |
"operators": [ | |
{ | |
"MCC": "266", | |
"MNC": "01", | |
"Brand": "GibTel", | |
"Operator": "Gibtelecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "266", | |
"MNC": "06", | |
"Brand": "CTS Mobile", | |
"Operator": "CTS Gibraltar", | |
"Status": "Not operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "licence withdrawn in February 2013" | |
}, | |
{ | |
"MCC": "266", | |
"MNC": "09", | |
"Brand": "Shine", | |
"Operator": "Eazitelecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "[95]" | |
} | |
] | |
}, | |
"Greece": { | |
"code": "GR", | |
"operators": [ | |
{ | |
"MCC": "202", | |
"MNC": "01", | |
"Brand": "Cosmote", | |
"Operator": "COSMOTE - Mobile Telecommunications S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "[9][15]" | |
}, | |
{ | |
"MCC": "202", | |
"MNC": "02", | |
"Brand": "Cosmote", | |
"Operator": "COSMOTE - Mobile Telecommunications S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "202", | |
"MNC": "03", | |
"Brand": "", | |
"Operator": "OTE", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "202", | |
"MNC": "04", | |
"Brand": "", | |
"Operator": "EDISY", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "202", | |
"MNC": "05", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Greece", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "former PanaFon [9][15][63]" | |
}, | |
{ | |
"MCC": "202", | |
"MNC": "06", | |
"Brand": "", | |
"Operator": "Cosmoline", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "202", | |
"MNC": "07", | |
"Brand": "", | |
"Operator": "AMD Telecom", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "202", | |
"MNC": "09", | |
"Brand": "Wind", | |
"Operator": "Wind Hellas Telecommunications S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "former Q-Telecom [15]" | |
}, | |
{ | |
"MCC": "202", | |
"MNC": "10", | |
"Brand": "Wind", | |
"Operator": "Wind Hellas Telecommunications S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "former Telestet & TIM" | |
}, | |
{ | |
"MCC": "202", | |
"MNC": "14", | |
"Brand": "Cyta Hellas", | |
"Operator": "CYTA", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO on Vodafone's network [96] [97]" | |
} | |
] | |
}, | |
"Greenland (Kingdom of Denmark)": { | |
"code": "GL", | |
"operators": [ | |
{ | |
"MCC": "290", | |
"MNC": "01", | |
"Brand": "", | |
"Operator": "TELE Greenland A/S", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900 / LTE 800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Grenada": { | |
"code": "GD", | |
"operators": [ | |
{ | |
"MCC": "352", | |
"MNC": "030", | |
"Brand": "Digicel", | |
"Operator": "Digicel Grenada Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Also uses MCC 338 MNC 05 (Jamaica)" | |
}, | |
{ | |
"MCC": "352", | |
"MNC": "110", | |
"Brand": "Cable & Wireless", | |
"Operator": "Cable & Wireless Grenada Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Guam (United States of America)": { | |
"code": "GU", | |
"operators": [ | |
{ | |
"MCC": "310", | |
"MNC": "032", | |
"Brand": "IT&E Wireless", | |
"Operator": "IT&E Overseas, Inc", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 1900 / LTE 700", | |
"References and notes": "GSM 1900 planned" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "033", | |
"Brand": "", | |
"Operator": "Guam Telephone Authority", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "140", | |
"Brand": "mPulse", | |
"Operator": "GTA Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "250", | |
"Brand": "i CAN_GSM", | |
"Operator": "Wave Runner LLC", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "Planned" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "370", | |
"Brand": "Docomo", | |
"Operator": "NTT Docomo Pacific", | |
"Status": "Not operational", | |
"Bands (MHz)": "CDMA 850", | |
"References and notes": "Formerly Guamcell, shut down in late 2010." | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "470", | |
"Brand": "Docomo", | |
"Operator": "NTT Docomo Pacific", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 850 / LTE 700", | |
"References and notes": "Formerly Guamcell, and before that, HafaTEL. . / Clashes with nTelos 310-470 in the US. Perhaps this is meant to be 311-470? According to the Telcordia website, 310 470 is nTelos and 311 470 is Vitelcom Cellular.[98]" | |
} | |
] | |
}, | |
"Guatemala": { | |
"code": "GT", | |
"operators": [ | |
{ | |
"MCC": "704", | |
"MNC": "01", | |
"Brand": "Claro", | |
"Operator": "Telecomunicaciones de Guatemala, S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 1900 / GSM 900 / GSM 1900 / UMTS 1900", | |
"References and notes": "former Servicios de Comunicaciones Personales Inalambricas (SERCOM)" | |
}, | |
{ | |
"MCC": "704", | |
"MNC": "02", | |
"Brand": "Tigo", | |
"Operator": "Millicom / Local partners", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / TDMA 800 / UMTS 850", | |
"References and notes": "former COMCEL" | |
}, | |
{ | |
"MCC": "704", | |
"MNC": "03", | |
"Brand": "movistar", | |
"Operator": "Telefónica Móviles Guatemala (Telefónica)", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 1900 / GSM 1900 / UMTS 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "704", | |
"MNC": " ?", | |
"Brand": "digicel", | |
"Operator": "Digicel Group", | |
"Status": "Reserved", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "704", | |
"MNC": " ?", | |
"Brand": "RED/INTELFON", | |
"Operator": "INTELFON Guatemala", | |
"Status": "Operational", | |
"Bands (MHz)": "iDEN 800", | |
"References and notes": "INTELFON GUATEMALA own by INTELFON El Salvador" | |
} | |
] | |
}, | |
"Guernsey (United Kingdom)": { | |
"code": "GG", | |
"operators": [ | |
{ | |
"MCC": "234", | |
"MNC": "03", | |
"Brand": "Airtel-Vodafone", | |
"Operator": "Guernsey Airtel Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "50", | |
"Brand": "JT", | |
"Operator": "JT Group Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "former Wave Telecom" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "55", | |
"Brand": "Sure Mobile", | |
"Operator": "Sure (Guernsey) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE", | |
"References and notes": "former Cable & Wireless [15]" | |
} | |
] | |
}, | |
"Guinea": { | |
"code": "GN", | |
"operators": [ | |
{ | |
"MCC": "611", | |
"MNC": "01", | |
"Brand": "Orange S.A.", | |
"Operator": "Orange", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Formerly Spacetel[99]" | |
}, | |
{ | |
"MCC": "611", | |
"MNC": "02", | |
"Brand": "Sotelgui", | |
"Operator": "Sotelgui Lagui", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "[99]" | |
}, | |
{ | |
"MCC": "611", | |
"MNC": "03", | |
"Brand": "Telecel Guinee", | |
"Operator": "INTERCEL Guinée", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "[99]" | |
}, | |
{ | |
"MCC": "611", | |
"MNC": "04", | |
"Brand": "MTN", | |
"Operator": "Areeba Guinea", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "[99]" | |
}, | |
{ | |
"MCC": "611", | |
"MNC": "05", | |
"Brand": "Cellcom", | |
"Operator": "Cellcom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[99]" | |
} | |
] | |
}, | |
"Guinea-Bissau": { | |
"code": "GW", | |
"operators": [ | |
{ | |
"MCC": "632", | |
"MNC": "01", | |
"Brand": "Guinetel", | |
"Operator": "Guinétel S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "632", | |
"MNC": "02", | |
"Brand": "MTN Areeba", | |
"Operator": "Spacetel Guiné-Bissau S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "[100]" | |
}, | |
{ | |
"MCC": "632", | |
"MNC": "03", | |
"Brand": "Orange", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "632", | |
"MNC": "07", | |
"Brand": "Guinetel", | |
"Operator": "Guinétel S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Guyana": { | |
"code": "GY", | |
"operators": [ | |
{ | |
"MCC": "738", | |
"MNC": "01", | |
"Brand": "Digicel", | |
"Operator": "U-Mobile (Cellular) Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "738", | |
"MNC": "02", | |
"Brand": "GT&T Cellink Plus", | |
"Operator": "Guyana Telephone & Telegraph Co.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Haiti": { | |
"code": "HT", | |
"operators": [ | |
{ | |
"MCC": "372", | |
"MNC": "01", | |
"Brand": "Voila", | |
"Operator": "Communication Cellulaire d'Haiti S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "372", | |
"MNC": "02", | |
"Brand": "Digicel", | |
"Operator": "Unigestion Holding S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "372", | |
"MNC": "03", | |
"Brand": "Natcom", | |
"Operator": "NATCOM S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UTMS 2100", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Honduras": { | |
"code": "HN", | |
"operators": [ | |
{ | |
"MCC": "708", | |
"MNC": "001", | |
"Brand": "Claro", | |
"Operator": "Servicios de Comunicaciones de Honduras S.A. de C.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 1900", | |
"References and notes": "[101]" | |
}, | |
{ | |
"MCC": "708", | |
"MNC": "002", | |
"Brand": "Tigo", | |
"Operator": "Celtel", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 850 / GSM 850 / UMTS 850", | |
"References and notes": "also uses or has used MNC 02[6][101]" | |
}, | |
{ | |
"MCC": "708", | |
"MNC": "030", | |
"Brand": "Hondutel", | |
"Operator": "Empresa Hondureña de Telecomunicaciones", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "708", | |
"MNC": "040", | |
"Brand": "Digicel", | |
"Operator": "Digicel de Honduras", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "[6]" | |
} | |
] | |
}, | |
"Hong Kong": { | |
"code": "HK", | |
"operators": [ | |
{ | |
"MCC": "454", | |
"MNC": "00", | |
"Brand": "1O1O / One2Free / New World Mobility / SUNMobile", | |
"Operator": "CSL Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "01", | |
"Brand": "", | |
"Operator": "CITIC Telecom 1616", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO on CSL network; network code operational only at land borders and Airport to attract inbound roamers to join 454-00" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "02", | |
"Brand": "", | |
"Operator": "CSL Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Network code operational only at land borders and Airport to attract inbound roamers to join 454-00" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "03", | |
"Brand": "3", | |
"Operator": "Hutchison Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "04", | |
"Brand": "3 (2G)", | |
"Operator": "Hutchison Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "05", | |
"Brand": "3 (CDMA)", | |
"Operator": "Hutchison Telecom", | |
"Status": "Not operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "Defunct CDMA IS-95 network, decommissioned on 19 Nov 2008 at 23:59" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "06", | |
"Brand": "SmarTone", | |
"Operator": "SmarTone Mobile Communications Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "07", | |
"Brand": "", | |
"Operator": "China Unicom (Hong Kong) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO on PCCW Mobile network code operational only at land borders and Airport to attract inbound roamers to join 454-16 or 454-19" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "08", | |
"Brand": "Truphone", | |
"Operator": "Truphone Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Former Trident" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "09", | |
"Brand": "", | |
"Operator": "China Motion Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO on CSL network" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "10", | |
"Brand": "New World Mobility", | |
"Operator": "CSL Limited", | |
"Status": "Not Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Signal Combined with 454-00" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "China-Hong Kong Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO on PCCW Mobile and Hutchison Telecom networks" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "12", | |
"Brand": "CMCC HK", | |
"Operator": "China Mobile Hong Kong Company Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / LTE 1800 / LTE 2600", | |
"References and notes": "Formerly Peoples" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "13", | |
"Brand": "CMCC HK", | |
"Operator": "China Mobile Hong Kong Company Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO on PCCW Mobile (3G)" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "14", | |
"Brand": "", | |
"Operator": "Hutchison Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Network code operational only at land borders and Airport to attract inbound roamers to join 454-03 or 454-04" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "15", | |
"Brand": "", | |
"Operator": "SmarTone Mobile Communications Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Network code operational only at land borders and Airport to attract inbound roamers to join 454-06" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "16", | |
"Brand": "PCCW Mobile (2G)", | |
"Operator": "PCCW-HKT", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Formerly SUNDAY" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "17", | |
"Brand": "", | |
"Operator": "SmarTone Mobile Communications Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Network code operational only at land borders and Airport to attract inbound roamers to join 454-06" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "18", | |
"Brand": "", | |
"Operator": "CSL Limited", | |
"Status": "Not Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "19", | |
"Brand": "PCCW Mobile (3G/4G)", | |
"Operator": "PCCW-HKT", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "20", | |
"Brand": "", | |
"Operator": "PCCW-HKT", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[102]" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "21", | |
"Brand": "", | |
"Operator": "21Vianet Mobile Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[102]" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "22", | |
"Brand": "", | |
"Operator": "Delcom (HK) Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Formerly P Plus Communications [102]" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "23", | |
"Brand": "", | |
"Operator": "Lycamobile Hong Kong Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[102]" | |
}, | |
{ | |
"MCC": "454", | |
"MNC": "29", | |
"Brand": "PCCW Mobile (CDMA)", | |
"Operator": "PCCW-HKT", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "CDMA2000 1xEV-DO Rev A network for inbound roamers, with limited coverage" | |
} | |
] | |
}, | |
"Hungary": { | |
"code": "HU", | |
"operators": [ | |
{ | |
"MCC": "216", | |
"MNC": "01", | |
"Brand": "Telenor", | |
"Operator": "Telenor Magyarország Zrt.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "Former Pannon, Pannon GSM; MNC has not the same numerical value as the area code[6]" | |
}, | |
{ | |
"MCC": "216", | |
"MNC": "02", | |
"Brand": "", | |
"Operator": "MVM Net Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[103]" | |
}, | |
{ | |
"MCC": "216", | |
"MNC": "30", | |
"Brand": "T-Mobile", | |
"Operator": "Magyar Telekom Plc", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "Former WESTEL, Westel 900; MNC has the same numerical value as the area code[6][15]" | |
}, | |
{ | |
"MCC": "216", | |
"MNC": "70", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Magyarország Zrt.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / UMTS 900", | |
"References and notes": "MNC has the same numerical value as the area code[6]" | |
}, | |
{ | |
"MCC": "216", | |
"MNC": "71", | |
"Brand": "UPC Hungary", | |
"Operator": "UPC Hungary Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[104]" | |
}, | |
{ | |
"MCC": "216", | |
"MNC": "99", | |
"Brand": "MAV GSM-R", | |
"Operator": "Magyar Államvasutak", | |
"Status": "Planned", | |
"Bands (MHz)": "GSM-R 900", | |
"References and notes": "[105]" | |
} | |
] | |
}, | |
"Iceland": { | |
"code": "IS", | |
"operators": [ | |
{ | |
"MCC": "274", | |
"MNC": "01", | |
"Brand": "Síminn", | |
"Operator": "Iceland Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "Former Landssimi hf [63]" | |
}, | |
{ | |
"MCC": "274", | |
"MNC": "02", | |
"Brand": "Vodafone", | |
"Operator": "Og fjarskipti hf", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800", | |
"References and notes": "Former Islandssimi ehf [15]" | |
}, | |
{ | |
"MCC": "274", | |
"MNC": "03", | |
"Brand": "Vodafone", | |
"Operator": "Og fjarskipti hf", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Former Islandssimi ehf" | |
}, | |
{ | |
"MCC": "274", | |
"MNC": "04", | |
"Brand": "Viking", | |
"Operator": "IMC Island ehf", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "274", | |
"MNC": "05", | |
"Brand": "", | |
"Operator": "Halló Frjáls fjarskipti hf.", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "[106]" | |
}, | |
{ | |
"MCC": "274", | |
"MNC": "06", | |
"Brand": "", | |
"Operator": "Núll níu ehf", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "274", | |
"MNC": "07", | |
"Brand": "IceCell", | |
"Operator": "IceCell ehf", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Network never built[107]" | |
}, | |
{ | |
"MCC": "274", | |
"MNC": "08", | |
"Brand": "On-waves", | |
"Operator": "Iceland Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "On ferries and cruise ships[108]" | |
}, | |
{ | |
"MCC": "274", | |
"MNC": "11", | |
"Brand": "Nova", | |
"Operator": "Nova ehf", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "274", | |
"MNC": "12", | |
"Brand": "Tal", | |
"Operator": "IP fjarskipti", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "274", | |
"MNC": "22", | |
"Brand": "", | |
"Operator": "Landhelgisgæslan (Icelandic Coast Guard)", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[106]" | |
} | |
] | |
}, | |
"India": { | |
"code": "IN", | |
"operators": [ | |
{ | |
"MCC": "404", | |
"MNC": "01", | |
"Brand": "Vodafone IN", | |
"Operator": "Haryana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "02", | |
"Brand": "AirTel", | |
"Operator": "Punjab", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "03", | |
"Brand": "AirTel", | |
"Operator": "Himachal Pradesh", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "04", | |
"Brand": "IDEA", | |
"Operator": "Delhi & NCR", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "05", | |
"Brand": "Vodafone IN", | |
"Operator": "Gujarat", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Formerly Hutch / Fascel" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "07", | |
"Brand": "IDEA", | |
"Operator": "Andhra Pradesh and Telangana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "09", | |
"Brand": "Reliance", | |
"Operator": "Assam", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "10", | |
"Brand": "AirTel", | |
"Operator": "Delhi & NCR", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "11", | |
"Brand": "Vodafone IN", | |
"Operator": "Delhi & NCR", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "12", | |
"Brand": "IDEA", | |
"Operator": "Haryana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Former Escotel" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "13", | |
"Brand": "Vodafone IN", | |
"Operator": "Andhra Pradesh and Telangana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "14", | |
"Brand": "IDEA", | |
"Operator": "Punjab", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Former Spice" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "15", | |
"Brand": "Vodafone IN", | |
"Operator": "Uttar Pradesh (East)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "16", | |
"Brand": "Airtel", | |
"Operator": "North East", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Former Hexacom" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "17", | |
"Brand": "AIRCEL", | |
"Operator": "West Bengal", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "18", | |
"Brand": "Reliance", | |
"Operator": "Himachal Pradesh", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "19", | |
"Brand": "IDEA", | |
"Operator": "Kerala", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Former Escotel" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "20", | |
"Brand": "Vodafone IN", | |
"Operator": "Mumbai", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "Former Hutchison Maxtouch / Orange / Hutch" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "21", | |
"Brand": "Loop Mobile", | |
"Operator": "Mumbai", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Former BPL Mobile" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "22", | |
"Brand": "IDEA", | |
"Operator": "Maharashtra & Goa", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "24", | |
"Brand": "IDEA", | |
"Operator": "Gujarat", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "25", | |
"Brand": "AIRCEL", | |
"Operator": "Bihar", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "27", | |
"Brand": "Vodafone IN", | |
"Operator": "Maharashtra & Goa", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "28", | |
"Brand": "AIRCEL", | |
"Operator": "Orissa", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "29", | |
"Brand": "AIRCEL", | |
"Operator": "Assam", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "30", | |
"Brand": "Vodafone IN", | |
"Operator": "Kolkata", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Former Command / Hutch" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "31", | |
"Brand": "AirTel", | |
"Operator": "Kolkata", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "34", | |
"Brand": "CellOne", | |
"Operator": "Haryana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "36", | |
"Brand": "Reliance", | |
"Operator": "Bihar & Jharkhand", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "37", | |
"Brand": "Aircel", | |
"Operator": "Jammu & Kashmir", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "38", | |
"Brand": "CellOne", | |
"Operator": "Assam", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "40", | |
"Brand": "AirTel", | |
"Operator": "Chennai", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "41", | |
"Brand": "Aircel", | |
"Operator": "Chennai", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Formerly RPG" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "42", | |
"Brand": "Aircel", | |
"Operator": "Tamil Nadu", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "43", | |
"Brand": "Vodafone IN", | |
"Operator": "Tamil Nadu", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "44", | |
"Brand": "IDEA", | |
"Operator": "Karnataka", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Former Spice" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "45", | |
"Brand": "Airtel", | |
"Operator": "Karnataka", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "46", | |
"Brand": "Vodafone IN", | |
"Operator": "Kerala", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "48", | |
"Brand": "Dishnet Wireless", | |
"Operator": "Unknown", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "49", | |
"Brand": "Airtel", | |
"Operator": "Andhra Pradesh and Telangana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "50", | |
"Brand": "Reliance", | |
"Operator": "North East", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "51", | |
"Brand": "CellOne", | |
"Operator": "Himachal Pradesh", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "52", | |
"Brand": "Reliance", | |
"Operator": "Orissa", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "53", | |
"Brand": "CellOne", | |
"Operator": "Punjab", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "54", | |
"Brand": "CellOne", | |
"Operator": "Uttar Pradesh (West)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UTMS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "55", | |
"Brand": "CellOne", | |
"Operator": "Uttar Pradesh (East)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UTMS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "56", | |
"Brand": "IDEA", | |
"Operator": "Uttar Pradesh (West)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "57", | |
"Brand": "CellOne", | |
"Operator": "Gujarat", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "58", | |
"Brand": "CellOne", | |
"Operator": "Madhya Pradesh & Chhattisgarh", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "59", | |
"Brand": "CellOne", | |
"Operator": "Rajasthan", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "60", | |
"Brand": "Vodafone IN", | |
"Operator": "Rajasthan", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "62", | |
"Brand": "CellOne", | |
"Operator": "Jammu & Kashmir", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "64", | |
"Brand": "CellOne", | |
"Operator": "Chennai", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "66", | |
"Brand": "CellOne", | |
"Operator": "Maharashtra & Goa", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "67", | |
"Brand": "Reliance", | |
"Operator": "Madhya Pradesh & Chhattisgarh", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "68", | |
"Brand": "DOLPHIN", | |
"Operator": "Delhi & NCR", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "69", | |
"Brand": "DOLPHIN", | |
"Operator": "Mumbai", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "70", | |
"Brand": "AirTel", | |
"Operator": "Rajasthan", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "71", | |
"Brand": "CellOne", | |
"Operator": "Karnataka (Bangalore)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "72", | |
"Brand": "CellOne", | |
"Operator": "Kerala", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "73", | |
"Brand": "CellOne", | |
"Operator": "Andhra Pradesh and Telangana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "74", | |
"Brand": "CellOne", | |
"Operator": "West Bengal", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "75", | |
"Brand": "CellOne", | |
"Operator": "Bihar", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "76", | |
"Brand": "CellOne", | |
"Operator": "Orissa", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "77", | |
"Brand": "CellOne", | |
"Operator": "North East", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "78", | |
"Brand": "Idea Cellular Ltd", | |
"Operator": "Madhya Pradesh & Chattishgarh", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "79", | |
"Brand": "CellOne", | |
"Operator": "Andaman Nicobar", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "80", | |
"Brand": "CellOne", | |
"Operator": "Tamil Nadu", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "81", | |
"Brand": "CellOne", | |
"Operator": "Kolkata", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "82", | |
"Brand": "Idea", | |
"Operator": "Himachal Pradesh", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[citation needed]" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "83", | |
"Brand": "Reliance", | |
"Operator": "Kolkata", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "84", | |
"Brand": "Vodafone IN", | |
"Operator": "Chennai", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "85", | |
"Brand": "Reliance", | |
"Operator": "West Bengal", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "86", | |
"Brand": "Vodafone IN", | |
"Operator": "Karnataka", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "87", | |
"Brand": "IDEA", | |
"Operator": "Rajasthan", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "88", | |
"Brand": "Vodafone IN", | |
"Operator": "Vodafone Punjab", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[citation needed]" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "89", | |
"Brand": "Idea", | |
"Operator": "Uttar Pradesh (East)", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "90", | |
"Brand": "AirTel", | |
"Operator": "Maharashtra", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "91", | |
"Brand": "AIRCEL", | |
"Operator": "Kolkata", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "92", | |
"Brand": "AirTel", | |
"Operator": "Mumbai", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "93", | |
"Brand": "AirTel", | |
"Operator": "Madhya Pradesh", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "94", | |
"Brand": "AirTel", | |
"Operator": "Tamil Nadu", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "95", | |
"Brand": "AirTel", | |
"Operator": "Kerala", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "96", | |
"Brand": "AirTel", | |
"Operator": "Haryana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "97", | |
"Brand": "AirTel", | |
"Operator": "Uttar Pradesh (West)", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "404", | |
"MNC": "98", | |
"Brand": "AirTel", | |
"Operator": "Gujarat", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "01", | |
"Brand": "Reliance", | |
"Operator": "Andhra Pradesh and Telangana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "025", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Andhra Pradesh and Telangana", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800 / UMTS 2100", | |
"References and notes": "HSPA+, 3G network, EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "026", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Assam", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000", | |
"References and notes": "EDGE, 2.5G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "027", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Bihar/Jharkhand", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800", | |
"References and notes": "EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "028", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Chennai", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800", | |
"References and notes": "EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "029", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Delhi", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000", | |
"References and notes": "EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "03", | |
"Brand": "Reliance", | |
"Operator": "Bihar", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "030", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Gujarat", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800 / UMTS 2100", | |
"References and notes": "HSPA+, 3G network, EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "031", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Haryana", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800 / UMTS 2100", | |
"References and notes": "HSPA+, 3G network, EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "032", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Himachal Pradesh", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800 / UMTS 2100", | |
"References and notes": "HSPA+, 3G network, EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "033", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Jammu & Kashmir", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000", | |
"References and notes": "EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "034", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Karnataka", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800 / UMTS 2100", | |
"References and notes": "HSPA+, 3G network, EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "035", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Kerala", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800 / UMTS 2100", | |
"References and notes": "HSPA+, 3G network, EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "036", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Kolkata", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800", | |
"References and notes": "EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "037", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Maharashtra & Goa", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800 / UMTS 2100", | |
"References and notes": "HSPA+, 3G network, EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "038", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Madhya Pradesh", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800 / UMTS 2100", | |
"References and notes": "HSPA+, 3G network, EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "039", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Mumbai", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800", | |
"References and notes": "EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "04", | |
"Brand": "Reliance", | |
"Operator": "Chennai", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "041", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Orissa", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800", | |
"References and notes": "EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "042", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Punjab", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800 / UMTS 2100", | |
"References and notes": "HSPA+, 3G network, EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "043", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Rajasthan", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800 / UMTS 2100", | |
"References and notes": "HSPA+, 3G network, EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "044", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Tamil Nadu including Chennai", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800", | |
"References and notes": "EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "045", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Uttar Pradesh (E)", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800", | |
"References and notes": "EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "046", | |
"Brand": "TATA DOCOMO", | |
"Operator": "Uttar Pradesh (W) & Uttarkhand", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800 / UMTS 2100", | |
"References and notes": "HSPA+, 3G network, EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "047", | |
"Brand": "TATA DOCOMO", | |
"Operator": "West Bengal", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 2000 / GSM 1800", | |
"References and notes": "EDGE, 2.75G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "05", | |
"Brand": "Reliance", | |
"Operator": "Delhi & NCR", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "06", | |
"Brand": "Reliance", | |
"Operator": "Gujarat", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "07", | |
"Brand": "Reliance", | |
"Operator": "Haryana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "08", | |
"Brand": "Reliance", | |
"Operator": "Himachal Pradesh", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "09", | |
"Brand": "Reliance", | |
"Operator": "Jammu & Kashmir", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "10", | |
"Brand": "Reliance", | |
"Operator": "Karnataka", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "11", | |
"Brand": "Reliance", | |
"Operator": "Kerala", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "12", | |
"Brand": "Reliance", | |
"Operator": "Kolkata", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "13", | |
"Brand": "Reliance", | |
"Operator": "Maharashtra & Goa", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "14", | |
"Brand": "Reliance", | |
"Operator": "Madhya Pradesh", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "15", | |
"Brand": "Reliance", | |
"Operator": "Mumbai", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "17", | |
"Brand": "Reliance", | |
"Operator": "Orissa", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "18", | |
"Brand": "Reliance", | |
"Operator": "Punjab", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "19", | |
"Brand": "Reliance", | |
"Operator": "Rajasthan", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "20", | |
"Brand": "Reliance", | |
"Operator": "Tamil Nadu", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "21", | |
"Brand": "Reliance", | |
"Operator": "Uttar Pradesh (East)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "22", | |
"Brand": "Reliance", | |
"Operator": "Uttar Pradesh (West)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "23", | |
"Brand": "Reliance", | |
"Operator": "West Bengal", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "51", | |
"Brand": "AirTel", | |
"Operator": "West Bengal", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "52", | |
"Brand": "AirTel", | |
"Operator": "Bihar & Jharkhand", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "53", | |
"Brand": "AirTel", | |
"Operator": "Orissa", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "54", | |
"Brand": "AirTel", | |
"Operator": "Uttar Pradesh (East)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "55", | |
"Brand": "Airtel", | |
"Operator": "Jammu & Kashmir", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UTMS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "56", | |
"Brand": "AirTel", | |
"Operator": "Assam", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "66", | |
"Brand": "Vodafone IN", | |
"Operator": "Uttar Pradesh (West)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "67", | |
"Brand": "Vodafone IN", | |
"Operator": "West Bengal", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "70", | |
"Brand": "IDEA", | |
"Operator": "Bihar & Jharkhand", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "750", | |
"Brand": "Vodafone IN", | |
"Operator": "Jammu & Kashmir", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "751", | |
"Brand": "Vodafone IN", | |
"Operator": "Assam", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "752", | |
"Brand": "Vodafone IN", | |
"Operator": "Bihar & Jharkhand", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "753", | |
"Brand": "Vodafone IN", | |
"Operator": "Orissa", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "754", | |
"Brand": "Vodafone IN", | |
"Operator": "Himachal Pradesh", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "755", | |
"Brand": "Vodafone IN", | |
"Operator": "North East", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "756", | |
"Brand": "Vodafone IN", | |
"Operator": "Madhya Pradesh & Chhattisgarh", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "799", | |
"Brand": "IDEA", | |
"Operator": "Mumbai", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "800", | |
"Brand": "AIRCEL", | |
"Operator": "Delhi & NCR", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "801", | |
"Brand": "AIRCEL", | |
"Operator": "Andhra Pradesh and Telangana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "802", | |
"Brand": "AIRCEL", | |
"Operator": "Gujarat", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "803", | |
"Brand": "AIRCEL", | |
"Operator": "Karnataka", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "804", | |
"Brand": "AIRCEL", | |
"Operator": "Maharashtra & Goa", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "805", | |
"Brand": "AIRCEL", | |
"Operator": "Mumbai", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "806", | |
"Brand": "AIRCEL", | |
"Operator": "Rajasthan", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "807", | |
"Brand": "AIRCEL", | |
"Operator": "Haryana", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "808", | |
"Brand": "AIRCEL", | |
"Operator": "Madhya Pradesh", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "809", | |
"Brand": "AIRCEL", | |
"Operator": "Kerala", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "810", | |
"Brand": "AIRCEL", | |
"Operator": "Uttar Pradesh (East)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "811", | |
"Brand": "AIRCEL", | |
"Operator": "Uttar Pradesh (West)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "812", | |
"Brand": "AIRCEL", | |
"Operator": "Punjab", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "License cancelled by Supreme Court" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "819", | |
"Brand": "Uninor", | |
"Operator": "Andhra Pradesh and Telangana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "818", | |
"Brand": "Uninor", | |
"Operator": "Uttar Pradesh (West)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "820", | |
"Brand": "Uninor", | |
"Operator": "Karnataka", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "821", | |
"Brand": "Uninor", | |
"Operator": "Kerala", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "822", | |
"Brand": "Uninor", | |
"Operator": "Kolkata", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "824", | |
"Brand": "Videocon Datacom", | |
"Operator": "Assam", | |
"Status": "Reserved", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "827", | |
"Brand": "Videocon Datacom", | |
"Operator": "Gujarat", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "834", | |
"Brand": "Videocon Datacom", | |
"Operator": "Madhya Pradesh", | |
"Status": "Reserved", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "844", | |
"Brand": "Uninor", | |
"Operator": "Delhi & NCR", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "840", | |
"Brand": "Jio", | |
"Operator": "West Bengal", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "845", | |
"Brand": "IDEA", | |
"Operator": "Assam", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "846", | |
"Brand": "IDEA", | |
"Operator": "Jammu & Kashmir", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UTMS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "847", | |
"Brand": "IDEA", | |
"Operator": "Karnataka", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "848", | |
"Brand": "IDEA", | |
"Operator": "Kolkata", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "849", | |
"Brand": "IDEA", | |
"Operator": "North East", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "850", | |
"Brand": "IDEA", | |
"Operator": "Orissa", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "851", | |
"Brand": "IDEA", | |
"Operator": "Punjab", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "852", | |
"Brand": "IDEA", | |
"Operator": "Tamil Nadu", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "853", | |
"Brand": "IDEA", | |
"Operator": "West Bengal", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "854", | |
"Brand": "Jio", | |
"Operator": "Andra Pradesh", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "855", | |
"Brand": "Jio", | |
"Operator": "Assam", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "856", | |
"Brand": "Jio", | |
"Operator": "Bihar", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "857", | |
"Brand": "Jio", | |
"Operator": "Gujarat", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "858", | |
"Brand": "Jio", | |
"Operator": "Haryana", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "859", | |
"Brand": "Jio", | |
"Operator": "Himachal Pradesh", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "860", | |
"Brand": "Jio", | |
"Operator": "Jammu Kashmir", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "861", | |
"Brand": "Jio", | |
"Operator": "Karnataka", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "862", | |
"Brand": "Jio", | |
"Operator": "Kerala", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "863", | |
"Brand": "Jio", | |
"Operator": "Madhyya Pradesh", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "864", | |
"Brand": "Jio", | |
"Operator": "Maharashtra", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "865", | |
"Brand": "Jio", | |
"Operator": "North East", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "866", | |
"Brand": "Jio", | |
"Operator": "Orissa", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "867", | |
"Brand": "Jio", | |
"Operator": "Punjab", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "868", | |
"Brand": "Jio", | |
"Operator": "Rajasthan", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "869", | |
"Brand": "Jio", | |
"Operator": "Tamil Nadu Chennai", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "870", | |
"Brand": "Jio", | |
"Operator": "Uttar Pradesh West", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "871", | |
"Brand": "Jio", | |
"Operator": "Uttar Pradesh East", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "872", | |
"Brand": "Jio", | |
"Operator": "Delhi", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "873", | |
"Brand": "Jio", | |
"Operator": "Kolkatta", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "874", | |
"Brand": "Jio", | |
"Operator": "Mumbai", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "4G" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "875", | |
"Brand": "Uninor", | |
"Operator": "Assam", | |
"Status": "Reserved", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "880", | |
"Brand": "Uninor", | |
"Operator": "West Bengal", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "881", | |
"Brand": "S Tel", | |
"Operator": "Assam", | |
"Status": "Reserved", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "908", | |
"Brand": "IDEA", | |
"Operator": "Andhra Pradesh and Telangana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "909", | |
"Brand": "IDEA", | |
"Operator": "Delhi", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "910", | |
"Brand": "IDEA", | |
"Operator": "Haryana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "911", | |
"Brand": "IDEA", | |
"Operator": "Maharashtra", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "912", | |
"Brand": "Etisalat DB(cheers)", | |
"Operator": "Andhra Pradesh and Telangana", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "License cancelled by Supreme Court" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "913", | |
"Brand": "Etisalat DB(cheers)", | |
"Operator": "Delhi & NCR", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "License cancelled by Supreme Court" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "914", | |
"Brand": "Etisalat DB(cheers)", | |
"Operator": "Gujarat", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "License cancelled by Supreme Court" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "917", | |
"Brand": "Etisalat DB(cheers)", | |
"Operator": "Kerala", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "License cancelled by Supreme Court" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "927", | |
"Brand": "Uninor", | |
"Operator": "Gujarat", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "405", | |
"MNC": "929", | |
"Brand": "Uninor", | |
"Operator": "Maharashtra", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Indonesia": { | |
"code": "ID", | |
"operators": [ | |
{ | |
"MCC": "510", | |
"MNC": "00", | |
"Brand": "PSN", | |
"Operator": "PT Pasifik Satelit Nusantara (ACeS)", | |
"Status": "Operational", | |
"Bands (MHz)": "Satellite", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "510", | |
"MNC": "01", | |
"Brand": "INDOSAT", | |
"Operator": "PT Indonesian Satellite Corporation Tbk (INDOSAT)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 900 / LTE 1800", | |
"References and notes": "Former PT Satelindo [15][109]" | |
}, | |
{ | |
"MCC": "510", | |
"MNC": "03", | |
"Brand": "StarOne", | |
"Operator": "PT Indosat Tbk", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "510", | |
"MNC": "07", | |
"Brand": "TelkomFlexi", | |
"Operator": "PT Telkom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "Network to shut down end of 2015 [15]" | |
}, | |
{ | |
"MCC": "510", | |
"MNC": "08", | |
"Brand": "AXIS", | |
"Operator": "PT Natrindo Telepon Seluler", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "Merged with XL" | |
}, | |
{ | |
"MCC": "510", | |
"MNC": "09", | |
"Brand": "Smartfren", | |
"Operator": "PT Smart Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800 / CDMA 1900 / LTE 1800 / TD-LTE 2300", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "510", | |
"MNC": "10", | |
"Brand": "Telkomsel", | |
"Operator": "PT Telekomunikasi Selular", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 900 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "510", | |
"MNC": "11", | |
"Brand": "XL", | |
"Operator": "PT XL Axiata Tbk", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 900 / LTE 1800", | |
"References and notes": "[15][110]" | |
}, | |
{ | |
"MCC": "510", | |
"MNC": "20", | |
"Brand": "TELKOMMobile", | |
"Operator": "PT Telkom Indonesia Tbk", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Merged with Telkomsel" | |
}, | |
{ | |
"MCC": "510", | |
"MNC": "21", | |
"Brand": "IM3", | |
"Operator": "PT Indonesian Satellite Corporation Tbk (INDOSAT)", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Merged with Indosat (MNC 01) MNC 21 not used anymore" | |
}, | |
{ | |
"MCC": "510", | |
"MNC": "27", | |
"Brand": "Ceria", | |
"Operator": "PT Sampoerna Telekomunikasi Indonesia", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 450", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "510", | |
"MNC": "28", | |
"Brand": "Fren/Hepi", | |
"Operator": "PT Mobile-8 Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "Merged with SMART (MNC 09)" | |
}, | |
{ | |
"MCC": "510", | |
"MNC": "88", | |
"Brand": "BOLT! Super 4G", | |
"Operator": "PT Internux", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2300", | |
"References and notes": "Jabodetabek Area only [111]" | |
}, | |
{ | |
"MCC": "510", | |
"MNC": "89", | |
"Brand": "3", | |
"Operator": "PT Hutchison CP Telecommunications", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "510", | |
"MNC": "99", | |
"Brand": "Esia", | |
"Operator": "PT Bakrie Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Iran": { | |
"code": "IR", | |
"operators": [ | |
{ | |
"MCC": "432", | |
"MNC": "11", | |
"Brand": "IR-MCI (Hamrahe Avval)", | |
"Operator": "Mobile Communications Company of Iran", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "432", | |
"MNC": "14", | |
"Brand": "TKC", | |
"Operator": "Telecommunication Kish Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "432", | |
"MNC": "19", | |
"Brand": "MTCE (Espadan)", | |
"Operator": "Mobile Telecommunications Company of Esfahan", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "432", | |
"MNC": "20", | |
"Brand": "Rightel", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS", | |
"References and notes": "[112]" | |
}, | |
{ | |
"MCC": "432", | |
"MNC": "32", | |
"Brand": "Taliya", | |
"Operator": "Rafsanjan Industrial Complex", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "432", | |
"MNC": "35", | |
"Brand": "MTN Irancell", | |
"Operator": "MTN Irancell Telecommunications Services Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "432", | |
"MNC": "70", | |
"Brand": "TCI", | |
"Operator": "Telephone Communications Company of Iran", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Mostly used in rural areas with poor telephone line and cable equipments, instead of telephone" | |
}, | |
{ | |
"MCC": "432", | |
"MNC": "93", | |
"Brand": "Iraphone", | |
"Operator": "Iraphone", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Mostly used in rural areas with poor telephone line and cable equipments, instead of telephone" | |
} | |
] | |
}, | |
"Iraq": { | |
"code": "IQ", | |
"operators": [ | |
{ | |
"MCC": "418", | |
"MNC": "05", | |
"Brand": "Asia Cell", | |
"Operator": "Asia Cell Telecommunications Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "418", | |
"MNC": "08", | |
"Brand": "SanaTel", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "418", | |
"MNC": "20", | |
"Brand": "Zain", | |
"Operator": "Zain Iraq", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Former MTC Atheer" | |
}, | |
{ | |
"MCC": "418", | |
"MNC": "30", | |
"Brand": "Zain", | |
"Operator": "Zain Iraq", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Former Orascom Telecom (Iraqna)" | |
}, | |
{ | |
"MCC": "418", | |
"MNC": "40", | |
"Brand": "Korek", | |
"Operator": "Telecom Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "418", | |
"MNC": "45", | |
"Brand": "Mobitel", | |
"Operator": "Mobitel Co. Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "418", | |
"MNC": "62", | |
"Brand": "Itisaluna", | |
"Operator": "Itisaluna Wireless CO.", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800 / CDMA 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "418", | |
"MNC": "92", | |
"Brand": "Omnnea", | |
"Operator": "Omnnea Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Ireland": { | |
"code": "IE", | |
"operators": [ | |
{ | |
"MCC": "272", | |
"MNC": "01", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Ireland", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "272", | |
"MNC": "02", | |
"Brand": "3", | |
"Operator": "Hutchison 3G Ireland limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "former O2 network" | |
}, | |
{ | |
"MCC": "272", | |
"MNC": "03", | |
"Brand": "Meteor", | |
"Operator": "Meteor Mobile Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "272", | |
"MNC": "04", | |
"Brand": "", | |
"Operator": "Access Telecom", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "272", | |
"MNC": "05", | |
"Brand": "3", | |
"Operator": "Hutchison 3G Ireland limited", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "272", | |
"MNC": "07", | |
"Brand": "eMobile", | |
"Operator": "Eircom Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "272", | |
"MNC": "09", | |
"Brand": "", | |
"Operator": "Clever Communications", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "272", | |
"MNC": "11", | |
"Brand": "Tesco Mobile", | |
"Operator": "Liffey Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "272", | |
"MNC": "13", | |
"Brand": "Lycamobile", | |
"Operator": "Lycamobile", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Isle of Man (United Kingdom)": { | |
"code": "IM", | |
"operators": [ | |
{ | |
"MCC": "234", | |
"MNC": "18", | |
"Brand": "Cloud 9 Mobile", | |
"Operator": "Cloud 9 Mobile Communications PLC", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "Retired [2]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "36", | |
"Brand": "Sure Mobile", | |
"Operator": "Sure Isle of Man Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / LTE", | |
"References and notes": "Former Cable & Wireless [2][15]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "58", | |
"Brand": "Pronto GSM", | |
"Operator": "Manx Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE 800 / LTE 1800", | |
"References and notes": "[15]" | |
} | |
] | |
}, | |
"Israel": { | |
"code": "IL", | |
"operators": [ | |
{ | |
"MCC": "425", | |
"MNC": "01", | |
"Brand": "Orange", | |
"Operator": "Partner Communications Company Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15][63]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "02", | |
"Brand": "Cellcom", | |
"Operator": "Cellcom Israel Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "03", | |
"Brand": "Pelephone", | |
"Operator": "Pelephone Communications Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800 / UMTS 850 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "04", | |
"Brand": "", | |
"Operator": "Globalsim Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "05", | |
"Brand": "Jawwal", | |
"Operator": "Palestine Cellular Communications Ltd. (Paltel)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Covering the Palestinian territories" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "06", | |
"Brand": "Wataniya Mobile", | |
"Operator": "Wataniya Palestine Ltd. (Ooredoo)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Covering the Palestinian territories[2]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "07", | |
"Brand": "Hot Mobile", | |
"Operator": "Hot Mobile Ltd. (Former Mirs Communications)", | |
"Status": "Operational", | |
"Bands (MHz)": "iDEN 800 / UMTS 2100", | |
"References and notes": "Uses Pelephone network for roaming" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "08", | |
"Brand": "Golan Telecom", | |
"Operator": "Golan Telecom Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100 / LTE 1800", | |
"References and notes": "Uses Cellcom network for roaming" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "365 Telecom", | |
"Status": "Unknown", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "12", | |
"Brand": "", | |
"Operator": "Free Telecom", | |
"Status": "Unknown", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "13", | |
"Brand": "", | |
"Operator": "Ituran Cellular Communications", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "14", | |
"Brand": "Youphone", | |
"Operator": "Alon Cellular Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO (Orange) [6]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "15", | |
"Brand": "Home Cellular", | |
"Operator": "Home Cellular", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO (Cellcom) [6]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "16", | |
"Brand": "Rami Levy", | |
"Operator": "Rami Levy Communications Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO (Pelephone) [6]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "17", | |
"Brand": "Sipme", | |
"Operator": "Gale Phone", | |
"Status": "Unknown", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "18", | |
"Brand": "Cellact Communications", | |
"Operator": "Cellact Communications Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO (Pelephone)" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "19", | |
"Brand": "Telzar 019", | |
"Operator": "Azi Communications Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[4]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "20", | |
"Brand": "Bezeq", | |
"Operator": "Bezeq The Israeli Telecommunication Corp Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "21", | |
"Brand": "Bezeq International", | |
"Operator": "B.I.P. Communications Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[38]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "23", | |
"Brand": "", | |
"Operator": "Beezz Communication Solutions Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[113]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "24", | |
"Brand": "012 Telecom", | |
"Operator": "Partner Communications Company Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO (Orange) [114]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "25", | |
"Brand": "IMOD", | |
"Operator": "Israel Ministry of Defense", | |
"Status": "Not operational", | |
"Bands (MHz)": "LTE", | |
"References and notes": "launching in 2016[89][115]" | |
} | |
] | |
}, | |
"Italy": { | |
"code": "IT", | |
"operators": [ | |
{ | |
"MCC": "222", | |
"MNC": "01", | |
"Brand": "TIM", | |
"Operator": "Telecom Italia SpA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "02", | |
"Brand": "Elsacom", | |
"Operator": "", | |
"Status": "Not operational", | |
"Bands (MHz)": "Satellite (Globalstar)", | |
"References and notes": "Retired" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "04", | |
"Brand": "Intermatica", | |
"Operator": "", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "05", | |
"Brand": "Telespazio", | |
"Operator": "", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "06", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Omnitel B.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "07", | |
"Brand": "Nòverca", | |
"Operator": "Nòverca Italia", | |
"Status": "Not operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO operation shut down May 2015" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "10", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Omnitel B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "30", | |
"Brand": "RFI", | |
"Operator": "Rete Ferroviaria Italiana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R 900", | |
"References and notes": "railways communication" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "33", | |
"Brand": "Poste Mobile", | |
"Operator": "Poste Mobile SpA", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "uses Wind Network" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "34", | |
"Brand": "BT Italia", | |
"Operator": "British Telecom Italia", | |
"Status": "Reserved", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "uses TIM Network" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "35", | |
"Brand": "Lyca Italy", | |
"Operator": "Lycamobile", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "uses Vodafone Network" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "36", | |
"Brand": "Digi Mobil", | |
"Operator": "Digi Italy S.r.l.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "37", | |
"Brand": "3 Italia", | |
"Operator": "Hutchison 3G", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "38", | |
"Brand": "LINKEM", | |
"Operator": "Linkem SpA", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "39", | |
"Brand": "SMS Italia", | |
"Operator": "SMS Italia S.r.l.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "43", | |
"Brand": "TIM", | |
"Operator": "Telecom Italia SpA", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "48", | |
"Brand": "TIM", | |
"Operator": "Telecom Italia SpA", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "77", | |
"Brand": "IPSE 2000", | |
"Operator": "", | |
"Status": "Not operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "Retired" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "88", | |
"Brand": "Wind", | |
"Operator": "Wind Telecomunicazioni SpA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "98", | |
"Brand": "BLU s.p.a", | |
"Operator": "BLU s.p.a", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "222", | |
"MNC": "99", | |
"Brand": "3 Italia", | |
"Operator": "Hutchison 3G", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
} | |
] | |
}, | |
"Ivory Coast": { | |
"code": "CI", | |
"operators": [ | |
{ | |
"MCC": "612", | |
"MNC": "01", | |
"Brand": "", | |
"Operator": "Cora de Comstar", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "612", | |
"MNC": "02", | |
"Brand": "Moov", | |
"Operator": "Atlantique Cellulaire", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS", | |
"References and notes": "[3][6]" | |
}, | |
{ | |
"MCC": "612", | |
"MNC": "03", | |
"Brand": "Orange", | |
"Operator": "Orange", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "612", | |
"MNC": "04", | |
"Brand": "KoZ", | |
"Operator": "Comium Ivory Coast Inc", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "612", | |
"MNC": "05", | |
"Brand": "MTN", | |
"Operator": "Loteny Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "[3][6]" | |
}, | |
{ | |
"MCC": "612", | |
"MNC": "06", | |
"Brand": "GreenN", | |
"Operator": "Oricel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "612", | |
"MNC": "07", | |
"Brand": "café", | |
"Operator": "Aircomm", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "[2][58]" | |
}, | |
{ | |
"MCC": "612", | |
"MNC": "18", | |
"Brand": "", | |
"Operator": "YooMee", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2300", | |
"References and notes": "[15]" | |
} | |
] | |
}, | |
"Jamaica": { | |
"code": "JM", | |
"operators": [ | |
{ | |
"MCC": "338", | |
"MNC": "020", | |
"Brand": "LIME", | |
"Operator": "LIME (Cable & Wireless)", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "338", | |
"MNC": "050", | |
"Brand": "Digicel", | |
"Operator": "Digicel (Jamaica) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / CDMA 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "338", | |
"MNC": "070", | |
"Brand": "Claro", | |
"Operator": "Oceanic Digital Jamaica Limited", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM / UMTS / CDMA", | |
"References and notes": "shut down 2012" | |
}, | |
{ | |
"MCC": "338", | |
"MNC": "110", | |
"Brand": "LIME", | |
"Operator": "LIME (Cable & Wireless)", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "338", | |
"MNC": "180", | |
"Brand": "LIME", | |
"Operator": "LIME (Cable & Wireless)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Japan": { | |
"code": "JP", | |
"operators": [ | |
{ | |
"MCC": "440", | |
"MNC": "00", | |
"Brand": "Y!Mobile", | |
"Operator": "EMOBILE Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 1700", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "01", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "02", | |
"Brand": "NTT docomo", | |
"Operator": "NTT DoCoMo - Kansai", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "03", | |
"Brand": "NTT docomo", | |
"Operator": "NTT DoCoMo - Hokuriku", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "04", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / UMTS 2100", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "06", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / UMTS 2100", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "07", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 / 1X EV-DO Rev.A", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "08", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "09", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Kansai", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "10", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100 / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "11", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Tokai", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "12", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "13", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "14", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Tohoku", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "15", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "16", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "17", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "18", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Tokai", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "19", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Hokkaido", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "20", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / UMTS 2100", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "21", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "22", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Kansai", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "23", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Tokai", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "24", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Chugoku", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "25", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Hokkaido", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "26", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Kyushu", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "27", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Tohoku", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "28", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Shikoku", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "29", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "30", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "31", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Kansai", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "32", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "33", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Tokai", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "34", | |
"Brand": "NTT docomo", | |
"Operator": "NTT docomo - Kyushu", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "35", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo - Kansai", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "36", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "37", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "38", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "39", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "40", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "41", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "42", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "43", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "44", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "45", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "46", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "47", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "48", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "49", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSDPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "50", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "51", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "52", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "53", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "54", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "55", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "56", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "58", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo - Kansai", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "60", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo - Kansai", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "61", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo - Chugoku", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "62", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo - Kyushu", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "63", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "64", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "65", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo - Shikoku", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "66", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "67", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo - Tohoku", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "68", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo - Kyushu", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 800 / UMTS 1700 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "69", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / WCDMA / HSDPA / HSUPA / LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "70", | |
"Brand": "au", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 800 / CDMA2000 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "71", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "72", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "73", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "74", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "75", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "76", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "77", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "78", | |
"Brand": "", | |
"Operator": "Okinawa Cellular Telephone", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSDPA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "79", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "80", | |
"Brand": "TU-KA", | |
"Operator": "TU-KA Cellular Tokyo", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "Closed on March 31, 2008." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "81", | |
"Brand": "TU-KA", | |
"Operator": "TU-KA Cellular Tokyo", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "Closed on March 31, 2008." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "82", | |
"Brand": "TU-KA", | |
"Operator": "TU-KA Phone Kansai", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "Closed on March 31, 2008." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "83", | |
"Brand": "TU-KA", | |
"Operator": "TU-KA Cellular Tokai", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "Closed on March 31, 2008." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "84", | |
"Brand": "TU-KA", | |
"Operator": "TU-KA Phone Kansai", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "Closed on March 31, 2008." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "85", | |
"Brand": "TU-KA", | |
"Operator": "TU-KA Cellular Tokai", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "Closed on March 31, 2008." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "86", | |
"Brand": "TU-KA", | |
"Operator": "TU-KA Cellular Tokyo", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "Closed on March 31, 2008." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "87", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo - Chugoku", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSDPA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "88", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "89", | |
"Brand": "KDDI", | |
"Operator": "KDDI Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "WCDMA", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "90", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "92", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "93", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "94", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "95", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "96", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "97", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "98", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS / HSPA+ / DC-HSDPA", | |
"References and notes": "Formerly known as Vodafone K.K." | |
}, | |
{ | |
"MCC": "440", | |
"MNC": "99", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE (4G)", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "40", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTTドコモ", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "41", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTTドコモ", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "42", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTTドコモ", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "43", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTTドコモ", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "44", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTTドコモ", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "45", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTTドコモ", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "50", | |
"Brand": "TU-KA", | |
"Operator": "KDDI", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "51", | |
"Brand": "TU-KA", | |
"Operator": "KDDI", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "61", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "62", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "63", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "64", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "65", | |
"Brand": "SoftBank", | |
"Operator": "SoftBank Mobile Corp", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "70", | |
"Brand": "KDDI", | |
"Operator": "KDDI", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "90", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "91", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "92", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "93", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "94", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "98", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "441", | |
"MNC": "99", | |
"Brand": "NTT DoCoMo", | |
"Operator": "NTT DoCoMo", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Jersey (United Kingdom)": { | |
"code": "JE", | |
"operators": [ | |
{ | |
"MCC": "234", | |
"MNC": "03", | |
"Brand": "Airtel Vodafone", | |
"Operator": "Jersey Airtel Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "28", | |
"Brand": "", | |
"Operator": "Marathon Telecom Limited", | |
"Status": "Not operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "holds license but not network built" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "50", | |
"Brand": "JT", | |
"Operator": "JT Group Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "55", | |
"Brand": "Sure Mobile", | |
"Operator": "Sure (Jersey) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "former Cable & Wireless" | |
} | |
] | |
}, | |
"Jordan": { | |
"code": "JO", | |
"operators": [ | |
{ | |
"MCC": "416", | |
"MNC": "01", | |
"Brand": "zain JO", | |
"Operator": "Jordan Mobile Telephone Services", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Former Fastlink" | |
}, | |
{ | |
"MCC": "416", | |
"MNC": "02", | |
"Brand": "XPress Telecom", | |
"Operator": "XPress Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "iDEN 800", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "416", | |
"MNC": "03", | |
"Brand": "Umniah", | |
"Operator": "Umniah Mobile Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "416", | |
"MNC": "77", | |
"Brand": "Orange", | |
"Operator": "Petra Jordanian Mobile Telecommunications Company (MobileCom)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Kazakhstan": { | |
"code": "KZ", | |
"operators": [ | |
{ | |
"MCC": "401", | |
"MNC": "01", | |
"Brand": "Beeline", | |
"Operator": "KaR-Tel LLP", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "401", | |
"MNC": "02", | |
"Brand": "Kcell", | |
"Operator": "Kcell JSC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "401", | |
"MNC": "07", | |
"Brand": "Altel", | |
"Operator": "Altel", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850 / GSM 1800 / LTE 1800", | |
"References and notes": "CDMA2000 800 closed 1 Jan 2014 [15]" | |
}, | |
{ | |
"MCC": "401", | |
"MNC": "08", | |
"Brand": "Kazakhtelecom", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 800 / CDMA2000 450", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "401", | |
"MNC": "77", | |
"Brand": "Tele2.kz", | |
"Operator": "MTS", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900", | |
"References and notes": "Called Mobile Telecom Service before its acquisition by Tele2.[63][116]" | |
} | |
] | |
}, | |
"Kenya": { | |
"code": "KE", | |
"operators": [ | |
{ | |
"MCC": "639", | |
"MNC": "02", | |
"Brand": "Safaricom", | |
"Operator": "Safaricom Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "639", | |
"MNC": "03", | |
"Brand": "Airtel", | |
"Operator": "Bharti Airtel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "Former Celtel, then Zain[51]" | |
}, | |
{ | |
"MCC": "639", | |
"MNC": "05", | |
"Brand": "yu", | |
"Operator": "Essar Telecom Kenya", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Former Econet Wireless; network sold to Safaricom in 2014, subscribers moved to Airtel [117]" | |
}, | |
{ | |
"MCC": "639", | |
"MNC": "07", | |
"Brand": "Orange Kenya", | |
"Operator": "Telkom Kenya", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "CDMA 850 MHz shut down in Mar 2015 [118]" | |
} | |
] | |
}, | |
"Kiribati": { | |
"code": "KI", | |
"operators": [ | |
{ | |
"MCC": "545", | |
"MNC": "01", | |
"Brand": "Kiribati - TSKL", | |
"Operator": "Telecom Services Kiribati Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850 / LTE 700", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "545", | |
"MNC": "09", | |
"Brand": "Kiribati - Frigate Net", | |
"Operator": "Telecom Services Kiribati Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"North Korea": { | |
"code": "KP", | |
"operators": [ | |
{ | |
"MCC": "467", | |
"MNC": "05", | |
"Brand": "Koryolink", | |
"Operator": "Cheo Technology Jv Company", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "467", | |
"MNC": "193", | |
"Brand": "SunNet", | |
"Operator": "Korea Posts and Telecommunications Corporation", | |
"Status": "discontinued", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"South Korea": { | |
"code": "KR", | |
"operators": [ | |
{ | |
"MCC": "450", | |
"MNC": "02", | |
"Brand": "KT", | |
"Operator": "KT", | |
"Status": "Discontinued", | |
"Bands (MHz)": "CDMA2000 1700", | |
"References and notes": "Formerly Hansol PCS, Merged with KT in 2002" | |
}, | |
{ | |
"MCC": "450", | |
"MNC": "03", | |
"Brand": "Power 017", | |
"Operator": "Shinsegi Telecom, Inc.", | |
"Status": "Discontinued", | |
"Bands (MHz)": "CDMA2000 800", | |
"References and notes": "Merged with SK Telecom in 2002" | |
}, | |
{ | |
"MCC": "450", | |
"MNC": "04", | |
"Brand": "KT", | |
"Operator": "KT", | |
"Status": "Discontinued", | |
"Bands (MHz)": "CDMA2000 1700", | |
"References and notes": "HSM" | |
}, | |
{ | |
"MCC": "450", | |
"MNC": "05", | |
"Brand": "SKTelecom", | |
"Operator": "SK Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 800 / UMTS 2100 / LTE 850 1800 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "450", | |
"MNC": "06", | |
"Brand": "LG U+", | |
"Operator": "LG Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 1700 / LTE 850 2100 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "450", | |
"MNC": "08", | |
"Brand": "olleh", | |
"Operator": "KT", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100 / LTE 900 1800 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "450", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "Korea Cable Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO of SKTelecom", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Kosovo": { | |
"code": "XK", | |
"operators": [ | |
{ | |
"MCC": "212", | |
"MNC": "01", | |
"Brand": "Vala", | |
"Operator": "PTK - Directory of Post of Kosovo", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Monaco MCC. Monaco Telecom is responsible for the delegated management of Vala GSM network in Kosovo.[119]" | |
}, | |
{ | |
"MCC": "212", | |
"MNC": "01", | |
"Brand": "Z Mobile", | |
"Operator": "Dardaphone", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Vala is responsible for the delegated management of Z Mobile GSM Network in Kosovo." | |
}, | |
{ | |
"MCC": "293", | |
"MNC": "41", | |
"Brand": "IPKO", | |
"Operator": "IPKO", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Telekom Slovenije is responsible for the delegated management of IPKO GSM Network in Kosovo.[120]" | |
}, | |
{ | |
"MCC": "293", | |
"MNC": "41", | |
"Brand": "D3 Mobile", | |
"Operator": "Dukagjini", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "IPKO is responsible for the delegated management of D3 Mobile GSM Network in Kosovo." | |
} | |
] | |
}, | |
"Kuwait": { | |
"code": "KW", | |
"operators": [ | |
{ | |
"MCC": "419", | |
"MNC": "02", | |
"Brand": "zain KW", | |
"Operator": "Zain Kuwait", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "419", | |
"MNC": "03", | |
"Brand": "K.S.C Ooredoo", | |
"Operator": "National Mobile Telecommunications", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "419", | |
"MNC": "04", | |
"Brand": "Viva", | |
"Operator": "Kuwait Telecommunication Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
} | |
] | |
}, | |
"Kyrgyzstan": { | |
"code": "KG", | |
"operators": [ | |
{ | |
"MCC": "437", | |
"MNC": "01", | |
"Brand": "Beeline", | |
"Operator": "Sky Mobile LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "former Bitel" | |
}, | |
{ | |
"MCC": "437", | |
"MNC": "03", | |
"Brand": "Fonex", | |
"Operator": "Aktel Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "437", | |
"MNC": "05", | |
"Brand": "MegaCom", | |
"Operator": "Alfa Telecom CJSC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "437", | |
"MNC": "09", | |
"Brand": "O!", | |
"Operator": "NurTelecom LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Laos": { | |
"code": "LA", | |
"operators": [ | |
{ | |
"MCC": "457", | |
"MNC": "01", | |
"Brand": "LTC", | |
"Operator": "Lao Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "457", | |
"MNC": "02", | |
"Brand": "ETL", | |
"Operator": "Enterprise of Telecommunications Lao", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "457", | |
"MNC": "03", | |
"Brand": "Unitel", | |
"Operator": "Star Telecom Co., Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE", | |
"References and notes": "Former Lao-Asia Telecom Company (LAT) [15]" | |
}, | |
{ | |
"MCC": "457", | |
"MNC": "08", | |
"Brand": "Beeline", | |
"Operator": "VimpelCom Lao Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Former Millicom Lao Co Ltd (Tigo)" | |
} | |
] | |
}, | |
"Latvia": { | |
"code": "LV", | |
"operators": [ | |
{ | |
"MCC": "247", | |
"MNC": "01", | |
"Brand": "LMT", | |
"Operator": "Latvian Mobile Telephone", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15][63]" | |
}, | |
{ | |
"MCC": "247", | |
"MNC": "02", | |
"Brand": "Tele2", | |
"Operator": "Tele2", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "247", | |
"MNC": "03", | |
"Brand": "TRIATEL", | |
"Operator": "Telekom Baltija", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 450", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "247", | |
"MNC": "04", | |
"Brand": "", | |
"Operator": "Beta Telecom", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[6]" | |
}, | |
{ | |
"MCC": "247", | |
"MNC": "05", | |
"Brand": "Bite", | |
"Operator": "Bite Latvija", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Bite's postpaid customers are still being assigned SIM cards with 246 02 MNC" | |
}, | |
{ | |
"MCC": "247", | |
"MNC": "06", | |
"Brand": "", | |
"Operator": "Rigatta", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "No own network. Not in commercial use." | |
}, | |
{ | |
"MCC": "247", | |
"MNC": "07", | |
"Brand": "MTS", | |
"Operator": "Master Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Uses Bite network" | |
}, | |
{ | |
"MCC": "247", | |
"MNC": "08", | |
"Brand": "IZZI", | |
"Operator": "IZZI", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Uses Bite network[121]" | |
}, | |
{ | |
"MCC": "247", | |
"MNC": "09", | |
"Brand": "Camel Mobile", | |
"Operator": "Camel Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Lebanon": { | |
"code": "LB", | |
"operators": [ | |
{ | |
"MCC": "415", | |
"MNC": "01", | |
"Brand": "Alfa", | |
"Operator": "MIC 1", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15][58]" | |
}, | |
{ | |
"MCC": "415", | |
"MNC": "03", | |
"Brand": "mtc touch", | |
"Operator": "MIC 2", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "[3][15][58]" | |
}, | |
{ | |
"MCC": "415", | |
"MNC": "05", | |
"Brand": "Ogero Mobile", | |
"Operator": "Ogero Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "[58]" | |
} | |
] | |
}, | |
"Lesotho": { | |
"code": "LS", | |
"operators": [ | |
{ | |
"MCC": "651", | |
"MNC": "01", | |
"Brand": "Vodacom", | |
"Operator": "Vodacom Lesotho (Pty) Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "651", | |
"MNC": "02", | |
"Brand": "", | |
"Operator": "Econet Ezi-cel", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Liberia": { | |
"code": "LR", | |
"operators": [ | |
{ | |
"MCC": "618", | |
"MNC": "01", | |
"Brand": "Lonestar Cell", | |
"Operator": "Lonestar Communications Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "618", | |
"MNC": "02", | |
"Brand": "Libercell", | |
"Operator": "Atlantic Wireless (Liberia) Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "618", | |
"MNC": "04", | |
"Brand": "Comium", | |
"Operator": "Comium Liberia", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "618", | |
"MNC": "07", | |
"Brand": "Cellcom", | |
"Operator": "Cellcom Telecommunications, Inc", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "618", | |
"MNC": "20", | |
"Brand": "LIBTELCO", | |
"Operator": "Liberia Telecommunications Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Libya": { | |
"code": "LY", | |
"operators": [ | |
{ | |
"MCC": "606", | |
"MNC": "00", | |
"Brand": "Libyana", | |
"Operator": "Libyana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "606", | |
"MNC": "01", | |
"Brand": "Madar", | |
"Operator": "Al-Madar Al-Jadeed", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "606", | |
"MNC": "02", | |
"Brand": "Al-Jeel Phone", | |
"Operator": "Al-Jeel Al-Jadeed", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM900 / GSM 1800", | |
"References and notes": "Uses Al-Madar for frequency access" | |
}, | |
{ | |
"MCC": "606", | |
"MNC": "03", | |
"Brand": "Libya Phone", | |
"Operator": "Libya Telecom and Technology (LTT)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Uses Libyana for frequency access" | |
}, | |
{ | |
"MCC": "606", | |
"MNC": "06", | |
"Brand": "Hatef Libya", | |
"Operator": "Hatef Libya", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Liechtenstein": { | |
"code": "LI", | |
"operators": [ | |
{ | |
"MCC": "295", | |
"MNC": "01", | |
"Brand": "Swisscom", | |
"Operator": "Swisscom Schweiz AG", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Also uses MCC 228 MNC 01 (Switzerland)[2]" | |
}, | |
{ | |
"MCC": "295", | |
"MNC": "02", | |
"Brand": "7acht", | |
"Operator": "Salt Liechtenstein AG", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "Former Orange [37]" | |
}, | |
{ | |
"MCC": "295", | |
"MNC": "05", | |
"Brand": "FL1", | |
"Operator": "Telecom Liechtenstein AG", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800", | |
"References and notes": "Former Mobilkom [15][122]" | |
}, | |
{ | |
"MCC": "295", | |
"MNC": "06", | |
"Brand": "Cubic Telecom", | |
"Operator": "Cubic Telecom AG", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "295", | |
"MNC": "07", | |
"Brand": "", | |
"Operator": "First Mobile AG", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[122]" | |
}, | |
{ | |
"MCC": "295", | |
"MNC": "09", | |
"Brand": "", | |
"Operator": "EMnify GmbH", | |
"Status": "Unknown", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[37]" | |
}, | |
{ | |
"MCC": "295", | |
"MNC": "77", | |
"Brand": "Alpmobil", | |
"Operator": "Alpcom AG", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Bankruptcy in February 2012,[123] Former Tele2" | |
} | |
] | |
}, | |
"Lithuania": { | |
"code": "LT", | |
"operators": [ | |
{ | |
"MCC": "246", | |
"MNC": "01", | |
"Brand": "Omnitel", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "246", | |
"MNC": "02", | |
"Brand": "BITĖ", | |
"Operator": "UAB Bitė Lietuva", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "246", | |
"MNC": "03", | |
"Brand": "Tele 2", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15][63]" | |
}, | |
{ | |
"MCC": "246", | |
"MNC": "04", | |
"Brand": "", | |
"Operator": "LR vidaus reikalų ministerija (Ministry of the Interior)", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[124]" | |
}, | |
{ | |
"MCC": "246", | |
"MNC": "05", | |
"Brand": "LitRail", | |
"Operator": "Lietuvos geležinkeliai (Lithuanian Railways)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "246", | |
"MNC": "06", | |
"Brand": "Mediafon", | |
"Operator": "UAB Mediafon", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "246", | |
"MNC": "07", | |
"Brand": "", | |
"Operator": "Compatel Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[124]" | |
}, | |
{ | |
"MCC": "246", | |
"MNC": "08", | |
"Brand": "MEZON", | |
"Operator": "Lietuvos radijo ir televizijos centras", | |
"Status": "Operational", | |
"Bands (MHz)": "WiMAX 3500", | |
"References and notes": "[124]" | |
} | |
] | |
}, | |
"Luxembourg": { | |
"code": "LU", | |
"operators": [ | |
{ | |
"MCC": "270", | |
"MNC": "01", | |
"Brand": "POST", | |
"Operator": "POST Luxembourg", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "Former LuxGSM (P&T Luxembourg)[9]" | |
}, | |
{ | |
"MCC": "270", | |
"MNC": "02", | |
"Brand": "", | |
"Operator": "MTX Connect S.a.r.l.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[125]" | |
}, | |
{ | |
"MCC": "270", | |
"MNC": "10", | |
"Brand": "", | |
"Operator": "Blue Communications", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[36]" | |
}, | |
{ | |
"MCC": "270", | |
"MNC": "77", | |
"Brand": "Tango", | |
"Operator": "Tango SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[9]" | |
}, | |
{ | |
"MCC": "270", | |
"MNC": "78", | |
"Brand": "", | |
"Operator": "Interactive digital media GmbH", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[67]" | |
}, | |
{ | |
"MCC": "270", | |
"MNC": "99", | |
"Brand": "Orange", | |
"Operator": "Orange S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "Former VOXmobile[9]" | |
} | |
] | |
}, | |
"Macau (People's Republic of China)": { | |
"code": "MO", | |
"operators": [ | |
{ | |
"MCC": "455", | |
"MNC": "00", | |
"Brand": "SmarTone", | |
"Operator": "SmarTone – Comunicações Mõveis, S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "455", | |
"MNC": "01", | |
"Brand": "CTM", | |
"Operator": "C.T.M. Telemovel+", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "455", | |
"MNC": "02", | |
"Brand": "China Telecom", | |
"Operator": "China Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "455", | |
"MNC": "03", | |
"Brand": "3", | |
"Operator": "Hutchison Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "455", | |
"MNC": "04", | |
"Brand": "CTM", | |
"Operator": "C.T.M. Telemovel+", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "455", | |
"MNC": "05", | |
"Brand": "3", | |
"Operator": "Hutchison Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "455", | |
"MNC": "06", | |
"Brand": "SmarTone", | |
"Operator": "SmarTone – Comunicações Mõveis, S.A.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "455", | |
"MNC": "07", | |
"Brand": "Unknown", | |
"Operator": "Unknown", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE", | |
"References and notes": "[6]" | |
} | |
] | |
}, | |
"Macedonia": { | |
"code": "MK", | |
"operators": [ | |
{ | |
"MCC": "294", | |
"MNC": "01", | |
"Brand": "T-Mobile MK", | |
"Operator": "T-Mobile Macedonia", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "Former Mobimak[15]" | |
}, | |
{ | |
"MCC": "294", | |
"MNC": "02", | |
"Brand": "ONE", | |
"Operator": "One", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "Former Cosmofon[15]" | |
}, | |
{ | |
"MCC": "294", | |
"MNC": "03", | |
"Brand": "Vip MK", | |
"Operator": "VIP Operator", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "294", | |
"MNC": "10", | |
"Brand": "", | |
"Operator": "WTI Macedonia", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "294", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "MOBIK TELEKOMUNIKACII DOOEL Skopje", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
} | |
] | |
}, | |
"Madagascar": { | |
"code": "MG", | |
"operators": [ | |
{ | |
"MCC": "646", | |
"MNC": "01", | |
"Brand": "Airtel", | |
"Operator": "Bharti Airtel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Former Celtel (Zain), Madacom [58]" | |
}, | |
{ | |
"MCC": "646", | |
"MNC": "02", | |
"Brand": "Orange", | |
"Operator": "Orange Madagascar S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "646", | |
"MNC": "03", | |
"Brand": "Sacel", | |
"Operator": "Sacel Madagascar S.A.", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "license withdrawn in 2001 [126]" | |
}, | |
{ | |
"MCC": "646", | |
"MNC": "04", | |
"Brand": "Telma", | |
"Operator": "Telma Mobile S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / LTE", | |
"References and notes": "[15]" | |
} | |
] | |
}, | |
"Malawi": { | |
"code": "MW", | |
"operators": [ | |
{ | |
"MCC": "650", | |
"MNC": "01", | |
"Brand": "TNM", | |
"Operator": "Telecom Network Malawi", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "650", | |
"MNC": "10", | |
"Brand": "Airtel", | |
"Operator": "Bharti Airtel Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Former Celtel (Zain)[51]" | |
} | |
] | |
}, | |
"Malaysia": { | |
"code": "MY", | |
"operators": [ | |
{ | |
"MCC": "502", | |
"MNC": "01", | |
"Brand": "ATUR 450", | |
"Operator": "Telekom Malaysia Bhd", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 450", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "10", | |
"Brand": "", | |
"Operator": "DiGi Telecommunications", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "[127]" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "11", | |
"Brand": "TM Homeline", | |
"Operator": "Telekom Malaysia Bhd", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 850", | |
"References and notes": "[127][128]" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "12", | |
"Brand": "Maxis", | |
"Operator": "Maxis Mobile Services SDN Berhad", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "Used by MVNO Kartu As[15][63]" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "13", | |
"Brand": "Celcom", | |
"Operator": "Celcom Axiata Berhad", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "Former TMTouch\n[15][127]" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "14", | |
"Brand": "", | |
"Operator": "Telekom Malaysia Berhad for PSTN SMS", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "[127]" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "150", | |
"Brand": "Tune Talk", | |
"Operator": "Tune Talk Sdn Bhd", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "uses Celcom[127]" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "151", | |
"Brand": "", | |
"Operator": "Baraka Telecom Sdn Bhd (MVNE)", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "SalamFone[129] (MVNO)-MAXIS,[127] Previously using DiGi." | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "152", | |
"Brand": "Yes", | |
"Operator": "YTL Communications Sdn Bhd", | |
"Status": "Operational", | |
"Bands (MHz)": "WiMAX 2.3 GHz / LTE 4G", | |
"References and notes": "[127]" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "153", | |
"Brand": "", | |
"Operator": "Packet One Networks Sdn Bhd", | |
"Status": "Operational", | |
"Bands (MHz)": "WiMAX 2.3 GHz", | |
"References and notes": "[127]" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "154", | |
"Brand": "", | |
"Operator": "Talk Focus Sdn Bhd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[127]" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "155", | |
"Brand": "", | |
"Operator": "Clixster Mobile Sdn Bhd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[127]" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "156", | |
"Brand": "Altel", | |
"Operator": "Altel Communications Sdn Bhd", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 4G / MVNO", | |
"References and notes": "[127]" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "157", | |
"Brand": "", | |
"Operator": "Telekomunikasi Indonesia International (M) Sdn Bhd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[127]" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "16", | |
"Brand": "DiGi", | |
"Operator": "DiGi Telecommunications", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100 / LTE 2600", | |
"References and notes": "LTE 2600 coverage limited to certain areas in the Klang Valley at the moment" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "17", | |
"Brand": "Hotlink", | |
"Operator": "Maxis Prepaid", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600", | |
"References and notes": "Former TimeCel Adam017" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "18", | |
"Brand": "U Mobile", | |
"Operator": "U Mobile Sdn Bhd", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "Domestic Roaming with Maxis" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "19", | |
"Brand": "Celcom", | |
"Operator": "Celcom Axiata Berhad", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600", | |
"References and notes": "[127]" | |
}, | |
{ | |
"MCC": "502", | |
"MNC": "20", | |
"Brand": "", | |
"Operator": "Electcoms Wireless Sdn Bhd", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA", | |
"References and notes": "PTT and CDMA Technology. Uses TM CDMA[127]" | |
} | |
] | |
}, | |
"Maldives": { | |
"code": "MV", | |
"operators": [ | |
{ | |
"MCC": "472", | |
"MNC": "01", | |
"Brand": "Dhiraagu", | |
"Operator": "Dhivehi Raajjeyge Gulhun", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "472", | |
"MNC": "02", | |
"Brand": "Ooredoo", | |
"Operator": "Wataniya Telecom Maldives", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE 2600", | |
"References and notes": "[130]" | |
} | |
] | |
}, | |
"Mali": { | |
"code": "ML", | |
"operators": [ | |
{ | |
"MCC": "610", | |
"MNC": "01", | |
"Brand": "Malitel", | |
"Operator": "Malitel SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "610", | |
"MNC": "02", | |
"Brand": "Orange", | |
"Operator": "Orange Mali SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Malta": { | |
"code": "MT", | |
"operators": [ | |
{ | |
"MCC": "278", | |
"MNC": "01", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Malta", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "Supports MVNO Redtouch Fone and MVNO VFC Mobile[131]" | |
}, | |
{ | |
"MCC": "278", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "YOM Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[122]" | |
}, | |
{ | |
"MCC": "278", | |
"MNC": "21", | |
"Brand": "GO", | |
"Operator": "Mobile Communications Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "Supports MVNO PING[132]" | |
}, | |
{ | |
"MCC": "278", | |
"MNC": "30", | |
"Brand": "GO", | |
"Operator": "Mobile Communications Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[28]" | |
}, | |
{ | |
"MCC": "278", | |
"MNC": "77", | |
"Brand": "Melita", | |
"Operator": "Melita Plc", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Marshall Islands": { | |
"code": "MH", | |
"operators": [ | |
{ | |
"MCC": "551", | |
"MNC": "01", | |
"Brand": "", | |
"Operator": "Marshall Islands National Telecommunications Authority (MINTA)", | |
"Status": "Operational", | |
"Bands (MHz)": "", | |
"References and notes": null | |
} | |
] | |
}, | |
"Mauritania": { | |
"code": "MR", | |
"operators": [ | |
{ | |
"MCC": "609", | |
"MNC": "01", | |
"Brand": "Mattel", | |
"Operator": "Mattel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "609", | |
"MNC": "02", | |
"Brand": "Chinguitel", | |
"Operator": "Chinguitel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[133]" | |
}, | |
{ | |
"MCC": "609", | |
"MNC": "10", | |
"Brand": "Mauritel", | |
"Operator": "Mauritel Mobiles", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Mauritius": { | |
"code": "MU", | |
"operators": [ | |
{ | |
"MCC": "617", | |
"MNC": "01", | |
"Brand": "Orange", | |
"Operator": "Cellplus Mobile Communications Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "617", | |
"MNC": "02", | |
"Brand": "MTML", | |
"Operator": "Mahanagar Telephone (Mauritius) Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / CDMA2000", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "617", | |
"MNC": "03", | |
"Brand": "MTML", | |
"Operator": "Mahanagar Telephone (Mauritius) Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "617", | |
"MNC": "10", | |
"Brand": "Emtel", | |
"Operator": "Emtel Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Mayotte (France)": { | |
"code": "YT", | |
"operators": [ | |
{ | |
"MCC": "", | |
"MNC": "", | |
"Brand": "", | |
"Operator": "", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Mexico": { | |
"code": "MX", | |
"operators": [ | |
{ | |
"MCC": "334", | |
"MNC": "001", | |
"Brand": "", | |
"Operator": "Comunicaciones Digitales Del Norte, S.A. de C.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "334", | |
"MNC": "010", | |
"Brand": "Nextel", | |
"Operator": "Nextel México", | |
"Status": "Operational", | |
"Bands (MHz)": "iDEN 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "334", | |
"MNC": "020", | |
"Brand": "Telcel", | |
"Operator": "América Móvil", | |
"Status": "Operational", | |
"Bands (MHz)": "TDMA 850 / GSM 1900 / UMTS 850 / LTE 1700", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "334", | |
"MNC": "030", | |
"Brand": "movistar", | |
"Operator": "Movistar - Telefónica Moviles", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 800 / CDMA2000 1900 / GSM 1900 / UMTS 850 / LTE 1900", | |
"References and notes": "formerly Pegaso Comunicaciones y Sistemas; used by MVNO Virgin Mobile" | |
}, | |
{ | |
"MCC": "334", | |
"MNC": "040", | |
"Brand": "Iusacell / Unefon", | |
"Operator": "Iusacell / Unefon", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 800 / CDMA2000 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "334", | |
"MNC": "050", | |
"Brand": "Iusacell", | |
"Operator": "Iusacell", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "334", | |
"MNC": "060", | |
"Brand": "", | |
"Operator": "Servicios de Acceso Inalambrico, S.A. de C.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "334", | |
"MNC": "066", | |
"Brand": "", | |
"Operator": "Telefonos de México, S.A.B. de C.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "334", | |
"MNC": "070", | |
"Brand": "", | |
"Operator": "Unefon", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "334", | |
"MNC": "080", | |
"Brand": "", | |
"Operator": "Unefon", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "334", | |
"MNC": "090", | |
"Brand": "Nextel", | |
"Operator": "Nextel México", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 1700", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Federated States of Micronesia": { | |
"code": "FM", | |
"operators": [ | |
{ | |
"MCC": "550", | |
"MNC": "01", | |
"Brand": "", | |
"Operator": "FSMTC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Moldova": { | |
"code": "MD", | |
"operators": [ | |
{ | |
"MCC": "259", | |
"MNC": "01", | |
"Brand": "Orange", | |
"Operator": "Orange Moldova", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "Former Voxtel" | |
}, | |
{ | |
"MCC": "259", | |
"MNC": "02", | |
"Brand": "Moldcell", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "259", | |
"MNC": "03", | |
"Brand": "IDC", | |
"Operator": "Interdnestrcom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 450 / CDMA 800 / LTE 800", | |
"References and notes": "Sharing the same MNC with Unité" | |
}, | |
{ | |
"MCC": "259", | |
"MNC": "03", | |
"Brand": "Unité", | |
"Operator": "Moldtelecom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 450", | |
"References and notes": "Sharing the same MNC with IDC" | |
}, | |
{ | |
"MCC": "259", | |
"MNC": "04", | |
"Brand": "Eventis", | |
"Operator": "Eventis Telecom", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Bankruptcy - License suspended [55]" | |
}, | |
{ | |
"MCC": "259", | |
"MNC": "05", | |
"Brand": "Unité", | |
"Operator": "Moldtelecom", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / UMTS 2100", | |
"References and notes": "[134]" | |
}, | |
{ | |
"MCC": "259", | |
"MNC": "99", | |
"Brand": "Unité", | |
"Operator": "Moldtelecom", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "Used for Femtocell service only" | |
} | |
] | |
}, | |
"Monaco": { | |
"code": "MC", | |
"operators": [ | |
{ | |
"MCC": "212", | |
"MNC": "01", | |
"Brand": "Office des Telephones", | |
"Operator": "Monaco Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100 / LTE 2600", | |
"References and notes": "Used for the Vala network in Kosovo. The GSM Association lists the PTK (P&T Kosovo) website for this network." | |
} | |
] | |
}, | |
"Mongolia": { | |
"code": "MN", | |
"operators": [ | |
{ | |
"MCC": "428", | |
"MNC": "88", | |
"Brand": "Unitel", | |
"Operator": "Unitel LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "428", | |
"MNC": "91", | |
"Brand": "Skytel", | |
"Operator": "Skytel LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "428", | |
"MNC": "98", | |
"Brand": "G-Mobile", | |
"Operator": "G-Mobile LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 450 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "428", | |
"MNC": "99", | |
"Brand": "Mobicom", | |
"Operator": "Mobicom Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Montenegro": { | |
"code": "ME", | |
"operators": [ | |
{ | |
"MCC": "297", | |
"MNC": "01", | |
"Brand": "Telenor", | |
"Operator": "Telenor Montenegro", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "Former ProMonte GSM[135]" | |
}, | |
{ | |
"MCC": "297", | |
"MNC": "02", | |
"Brand": "T-Mobile", | |
"Operator": "T-Mobile Montenegro LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "297", | |
"MNC": "03", | |
"Brand": "m:tel CG", | |
"Operator": "MTEL CG", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Montserrat (United Kingdom)": { | |
"code": "MS", | |
"operators": [ | |
{ | |
"MCC": "354", | |
"MNC": "860", | |
"Brand": "Cable & Wireless", | |
"Operator": "Cable & Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Morocco": { | |
"code": "MA", | |
"operators": [ | |
{ | |
"MCC": "604", | |
"MNC": "00", | |
"Brand": "Méditel", | |
"Operator": "Medi Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / LTE", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "604", | |
"MNC": "01", | |
"Brand": "IAM", | |
"Operator": "Ittissalat Al Maghrib (Maroc Telecom)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "604", | |
"MNC": "02", | |
"Brand": "Wana Corporate", | |
"Operator": "Wan Mobile (Wana)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "604", | |
"MNC": "05", | |
"Brand": "INWI (Telecommunications)", | |
"Operator": "WANA - Groupe ONA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / LTE 1800", | |
"References and notes": "[15]" | |
} | |
] | |
}, | |
"Mozambique": { | |
"code": "MZ", | |
"operators": [ | |
{ | |
"MCC": "643", | |
"MNC": "01", | |
"Brand": "mCel", | |
"Operator": "Mocambique Celular S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "[63][136]" | |
}, | |
{ | |
"MCC": "643", | |
"MNC": "03", | |
"Brand": "Movitel", | |
"Operator": "Movitel S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[136][137]" | |
}, | |
{ | |
"MCC": "643", | |
"MNC": "04", | |
"Brand": "Vodacom", | |
"Operator": "Vodacom Mozambique, S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[136]" | |
} | |
] | |
}, | |
"Myanmar": { | |
"code": "MM", | |
"operators": [ | |
{ | |
"MCC": "414", | |
"MNC": "01", | |
"Brand": "MPT", | |
"Operator": "Myanmar Post and Telecommunication", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "[138]" | |
}, | |
{ | |
"MCC": "414", | |
"MNC": "05", | |
"Brand": "Ooredoo", | |
"Operator": "Ooredoo Myanmar", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / UMTS 2100", | |
"References and notes": "[139]" | |
}, | |
{ | |
"MCC": "414", | |
"MNC": "06", | |
"Brand": "Telenor Myanmar", | |
"Operator": "Telenor Myanmar (Comcel Myanmar)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "[140]" | |
} | |
] | |
}, | |
"Namibia": { | |
"code": "NA", | |
"operators": [ | |
{ | |
"MCC": "649", | |
"MNC": "01", | |
"Brand": "MTC", | |
"Operator": "MTC Namibia", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "649", | |
"MNC": "02", | |
"Brand": "switch", | |
"Operator": "Telecom Namibia", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "649", | |
"MNC": "03", | |
"Brand": "TN Mobile", | |
"Operator": "Telecom Namibia", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / LTE 1800", | |
"References and notes": "former Cell One" | |
} | |
] | |
}, | |
"Nauru": { | |
"code": "NR", | |
"operators": [ | |
{ | |
"MCC": "536", | |
"MNC": "02", | |
"Brand": "Digicel", | |
"Operator": "Digicel (Nauru) Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Also uses MCC 542 MNC 02 (Fiji)[2]" | |
} | |
] | |
}, | |
"Nepal": { | |
"code": "NP", | |
"operators": [ | |
{ | |
"MCC": "429", | |
"MNC": "01", | |
"Brand": "Namaste / NT Mobile", | |
"Operator": "Nepal Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "429", | |
"MNC": "02", | |
"Brand": "Ncell", | |
"Operator": "Ncell Pvt. Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "429", | |
"MNC": "03", | |
"Brand": "Sky/C-Phone", | |
"Operator": "Nepal Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 800", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "429", | |
"MNC": "04", | |
"Brand": "SmartCell", | |
"Operator": "Smart Telecom Pvt. Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": null | |
} | |
] | |
}, | |
"Netherlands (Kingdom of the Netherlands)": { | |
"code": "NL", | |
"operators": [ | |
{ | |
"MCC": "204", | |
"MNC": "01", | |
"Brand": "", | |
"Operator": "RadioAccess Network Services BV", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[38]" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "02", | |
"Brand": "Tele2", | |
"Operator": "Tele2 Nederland B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 800 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "03", | |
"Brand": "Voiceworks", | |
"Operator": "Voiceworks B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNE / PrivateGSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "04", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Libertel B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "05", | |
"Brand": "", | |
"Operator": "Elephant Talk Communications Premium Rate Services", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "06", | |
"Brand": "Vectone Mobile / Delight Mobile", | |
"Operator": "Mundio Mobile (Netherlands) Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "07", | |
"Brand": "", | |
"Operator": "Teleena (MVNE)", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNE", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "08", | |
"Brand": "KPN", | |
"Operator": "KPN Mobile The Netherlands B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "09", | |
"Brand": "Lycamobile", | |
"Operator": "Lycamobile Netherlands Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "10", | |
"Brand": "KPN", | |
"Operator": "KPN B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "VoipIT B.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[38]" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "12", | |
"Brand": "Telfort", | |
"Operator": "KPN Mobile The Netherlands B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "", | |
"References and notes": "National Roaming Agreement on KPN" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "13", | |
"Brand": "", | |
"Operator": "Unica Installatietechniek B.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "14", | |
"Brand": "", | |
"Operator": "6GMOBILE B.V.", | |
"Status": "Reserved", | |
"Bands (MHz)": "", | |
"References and notes": "went into Bankruptcy" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "15", | |
"Brand": "Ziggo", | |
"Operator": "Ziggo B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 2600", | |
"References and notes": "business users only [15]" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "16", | |
"Brand": "T-Mobile (BEN)", | |
"Operator": "T-Mobile Netherlands B.V", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "[15][63]" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "17", | |
"Brand": "Intercity Zakelijk", | |
"Operator": "Intercity Mobile Communications B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNE", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "18", | |
"Brand": "", | |
"Operator": "UPC Nederland B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "19", | |
"Brand": "", | |
"Operator": "Mixe Communication Solutions B.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "20", | |
"Brand": "T-Mobile", | |
"Operator": "T-Mobile Netherlands B.V", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "21", | |
"Brand": "", | |
"Operator": "ProRail B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "22", | |
"Brand": "", | |
"Operator": "Ministerie van Defensie", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "23", | |
"Brand": "", | |
"Operator": "ASPIDER Solutions Nederland B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNE", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "24", | |
"Brand": "", | |
"Operator": "Private Mobility Nederland B.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "25", | |
"Brand": "", | |
"Operator": "CapX B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "PrivateGSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "26", | |
"Brand": "", | |
"Operator": "SpeakUp B.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "27", | |
"Brand": "", | |
"Operator": "Breezz Nederland B.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "28", | |
"Brand": "", | |
"Operator": "Lancelot B.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "29", | |
"Brand": "", | |
"Operator": "Private Mobile Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "60", | |
"Brand": "", | |
"Operator": "Nextgen Mobile Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[38]" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "61", | |
"Brand": "", | |
"Operator": "BodyTrace Netherlands B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[38]" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "62", | |
"Brand": "Voxbone", | |
"Operator": "Voxbone mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "64", | |
"Brand": "", | |
"Operator": "Zetacom B.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[38]" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "65", | |
"Brand": "", | |
"Operator": "AGMS Netherlands B.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[38]" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "66", | |
"Brand": "", | |
"Operator": "Utility Connect B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 450", | |
"References and notes": "Subsidiary of Alliander; network operated by KPN[38][141]" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "67", | |
"Brand": "", | |
"Operator": "RadioAccess B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "PrivateGSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "68", | |
"Brand": "", | |
"Operator": "Roamware (Netherlands) B.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[38]" | |
}, | |
{ | |
"MCC": "204", | |
"MNC": "69", | |
"Brand": "", | |
"Operator": "KPN Mobile The Netherlands B.V.", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Former Netherlands Antilles (Kingdom of the Netherlands)": { | |
"code": "BQ/CW/SX", | |
"operators": [ | |
{ | |
"MCC": "362", | |
"MNC": "31", | |
"Brand": "", | |
"Operator": "Eutel N.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "GSM", | |
"References and notes": "Sint Eustatius [142]" | |
}, | |
{ | |
"MCC": "362", | |
"MNC": "33", | |
"Brand": "", | |
"Operator": "WICC N.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "GSM", | |
"References and notes": "[142]" | |
}, | |
{ | |
"MCC": "362", | |
"MNC": "51", | |
"Brand": "Telcell", | |
"Operator": "Telcell N.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "Sint Maarten" | |
}, | |
{ | |
"MCC": "362", | |
"MNC": "54", | |
"Brand": "ECC", | |
"Operator": "East Caribbean Cellular", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "[142]" | |
}, | |
{ | |
"MCC": "362", | |
"MNC": "59", | |
"Brand": "Chippie", | |
"Operator": "United Telecommunication Service N.V. (UTS)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Bonaire, Saba, Sint Eustatius, Sint Maarten; former Radcomm N.V. [142]" | |
}, | |
{ | |
"MCC": "362", | |
"MNC": "60", | |
"Brand": "Chippie", | |
"Operator": "United Telecommunication Service N.V. (UTS)", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "Bonaire, Saba, Sint Eustatius, Sint Maarten; former Radcomm N.V. [142]" | |
}, | |
{ | |
"MCC": "362", | |
"MNC": "63", | |
"Brand": "", | |
"Operator": "CSC N.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[142]" | |
}, | |
{ | |
"MCC": "362", | |
"MNC": "68", | |
"Brand": "Digicel", | |
"Operator": "Curaçao Telecom N.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "Curaçao [3][142]" | |
}, | |
{ | |
"MCC": "362", | |
"MNC": "69", | |
"Brand": "Digicel", | |
"Operator": "Curaçao Telecom N.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Curaçao" | |
}, | |
{ | |
"MCC": "362", | |
"MNC": "74", | |
"Brand": "", | |
"Operator": "PCS N.V.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[142]" | |
}, | |
{ | |
"MCC": "362", | |
"MNC": "76", | |
"Brand": "Digicel", | |
"Operator": "Antiliano Por N.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "Bonaire [3][142]" | |
}, | |
{ | |
"MCC": "362", | |
"MNC": "78", | |
"Brand": "Telbo", | |
"Operator": "Telefonia Bonairiano N.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / LTE 1800", | |
"References and notes": "Bonaire [15][58][142]" | |
}, | |
{ | |
"MCC": "362", | |
"MNC": "91", | |
"Brand": "Chippie", | |
"Operator": "United Telecommunication Service N.V. (UTS)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1800", | |
"References and notes": "Curaçao; former Setel N.V. [143]" | |
}, | |
{ | |
"MCC": "362", | |
"MNC": "94", | |
"Brand": "Bayòs", | |
"Operator": "Bòbò Frus N.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "TDMA PCS", | |
"References and notes": "Mobile Solutions" | |
}, | |
{ | |
"MCC": "362", | |
"MNC": "95", | |
"Brand": "MIO", | |
"Operator": "E.O.C.G. Wireless", | |
"Status": "Not operational", | |
"Bands (MHz)": "CDMA2000 850", | |
"References and notes": "former GSM Caribbean N.V.; bankrupt in 2013 [144]" | |
} | |
] | |
}, | |
"New Caledonia (France)": { | |
"code": "NC", | |
"operators": [ | |
{ | |
"MCC": "546", | |
"MNC": "01", | |
"Brand": "Mobilis", | |
"Operator": "OPT New Caledonia", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "[15][63]" | |
} | |
] | |
}, | |
"New Zealand": { | |
"code": "NZ", | |
"operators": [ | |
{ | |
"MCC": "530", | |
"MNC": "00", | |
"Brand": "Telecom", | |
"Operator": "Telecom New Zealand", | |
"Status": "Not operational", | |
"Bands (MHz)": "AMPS 800 / TDMA 800", | |
"References and notes": "Shut down on 31 March 2007" | |
}, | |
{ | |
"MCC": "530", | |
"MNC": "01", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone New Zealand", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 700 / LTE 1800 / LTE 2600", | |
"References and notes": "UMTS 2100 is used in urban areas. UMTS 900 is referred to as \"3G extended\" and used in rural areas.[145][146]" | |
}, | |
{ | |
"MCC": "530", | |
"MNC": "02", | |
"Brand": "Telecom", | |
"Operator": "Telecom New Zealand", | |
"Status": "Not operational", | |
"Bands (MHz)": "CDMA2000 800", | |
"References and notes": "Shut down on 31 July 2012" | |
}, | |
{ | |
"MCC": "530", | |
"MNC": "03", | |
"Brand": "Woosh", | |
"Operator": "Woosh Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS-TDD 2000", | |
"References and notes": "Former Walker Wireless; wireless broadband only" | |
}, | |
{ | |
"MCC": "530", | |
"MNC": "04", | |
"Brand": "TelstraClear", | |
"Operator": "TelstraClear New Zealand", | |
"Status": "Not operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "Bought out by Vodafone NZ" | |
}, | |
{ | |
"MCC": "530", | |
"MNC": "05", | |
"Brand": "Spark NZ", | |
"Operator": "Spark New Zealand", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850 / UMTS 2100 / LTE 700 / LTE 1800 / LTE 2600", | |
"References and notes": "Formerly Telecom New Zealand, Xtra" | |
}, | |
{ | |
"MCC": "530", | |
"MNC": "06", | |
"Brand": "Skinny", | |
"Operator": "Spark New Zealand", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "530", | |
"MNC": "07", | |
"Brand": "", | |
"Operator": "Bluereach Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "530", | |
"MNC": "24", | |
"Brand": "2degrees", | |
"Operator": "2degrees", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "[63]" | |
} | |
] | |
}, | |
"Nicaragua": { | |
"code": "NI", | |
"operators": [ | |
{ | |
"MCC": "710", | |
"MNC": "21", | |
"Brand": "Claro", | |
"Operator": "Empresa Nicaragüense de Telecomunicaciones, S.A. (ENITEL) (América Móvil)", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850 / GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "710", | |
"MNC": "30", | |
"Brand": "movistar", | |
"Operator": "Telefonía Celular de Nicaragua, S.A. (Telefónica, S.A.)", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850 / GSM 850 / GSM 1900", | |
"References and notes": "CDMA 800, TDMA 800 and NAMPS 800 are not commercial" | |
}, | |
{ | |
"MCC": "710", | |
"MNC": "73", | |
"Brand": "SERCOM", | |
"Operator": "Servicios de Comunicaciones S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850 / GSM 1900", | |
"References and notes": "Not listed by the GSM Association (Merged with ENITEL in 2004 and became Claro in 2009)" | |
} | |
] | |
}, | |
"Niger": { | |
"code": "NE", | |
"operators": [ | |
{ | |
"MCC": "614", | |
"MNC": "01", | |
"Brand": "SahelCom", | |
"Operator": "La Société Sahélienne de Télécommunications (SahelCom)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "614", | |
"MNC": "02", | |
"Brand": "Airtel", | |
"Operator": "Bharti Airtel Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "formerly Zain[147] and Celtel[51]" | |
}, | |
{ | |
"MCC": "614", | |
"MNC": "03", | |
"Brand": "Moov", | |
"Operator": "Atlantique Telecom (subsidiary of Etisalat)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Former Telecel" | |
}, | |
{ | |
"MCC": "614", | |
"MNC": "04", | |
"Brand": "Orange", | |
"Operator": "Orange Niger", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Nigeria": { | |
"code": "NG", | |
"operators": [ | |
{ | |
"MCC": "621", | |
"MNC": "00", | |
"Brand": "", | |
"Operator": "Capcom", | |
"Status": "Not operational", | |
"Bands (MHz)": "LTE 1900", | |
"References and notes": "Former Starcomms, MultiLinks, and MTS First Wireless[15]" | |
}, | |
{ | |
"MCC": "621", | |
"MNC": "20", | |
"Brand": "Airtel", | |
"Operator": "Bharti Airtel Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Former Zain,[147] V-Mobile[3][58]" | |
}, | |
{ | |
"MCC": "621", | |
"MNC": "24", | |
"Brand": "", | |
"Operator": "Spectranet", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2300", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "621", | |
"MNC": "25", | |
"Brand": "Visafone", | |
"Operator": "Visafone Communications Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 800 / CDMA2000 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "621", | |
"MNC": "26", | |
"Brand": "", | |
"Operator": "Swift", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2300", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "621", | |
"MNC": "27", | |
"Brand": "Smile", | |
"Operator": "Smile Communications Nigeria", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 800", | |
"References and notes": "LTE band 20[15]" | |
}, | |
{ | |
"MCC": "621", | |
"MNC": "30", | |
"Brand": "MTN", | |
"Operator": "MTN Nigeria Communications Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "621", | |
"MNC": "40", | |
"Brand": "M-Tel", | |
"Operator": "Nigerian Mobile Telecommunications Limited", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "621", | |
"MNC": "50", | |
"Brand": "Glo", | |
"Operator": "Globacom Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[3][58]" | |
}, | |
{ | |
"MCC": "621", | |
"MNC": "60", | |
"Brand": "Etisalat", | |
"Operator": "Emerging Markets Telecommunication Services Ltd (Etisalat)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[3]" | |
} | |
] | |
}, | |
"Niue": { | |
"code": "NU", | |
"operators": [ | |
{ | |
"MCC": "555", | |
"MNC": "01", | |
"Brand": "Telecom Niue", | |
"Operator": "Telecom Niue", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Norfolk Island": { | |
"code": "NF", | |
"operators": [ | |
{ | |
"MCC": "505", | |
"MNC": "10", | |
"Brand": "Norfolk Telecom", | |
"Operator": "Norfolk Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Northern Mariana Islands": { | |
"code": "MP", | |
"operators": [ | |
{ | |
"MCC": "", | |
"MNC": "", | |
"Brand": "", | |
"Operator": "", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Norway": { | |
"code": "NO", | |
"operators": [ | |
{ | |
"MCC": "242", | |
"MNC": "01", | |
"Brand": "Telenor", | |
"Operator": "Telenor Norge AS", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "[148]" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "02", | |
"Brand": "NetCom", | |
"Operator": "TeliaSonera Norge AS", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "03", | |
"Brand": "Teletopia", | |
"Operator": "Teletopia Gruppen AS", | |
"Status": "Not operational", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "04", | |
"Brand": "Tele2", | |
"Operator": "Tele2 (Mobile Norway AS)", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO in Network Norway's network" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "05", | |
"Brand": "Network Norway", | |
"Operator": "Tele2 (Mobile Norway AS)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "06", | |
"Brand": "ICE", | |
"Operator": "ICE Norge AS", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 450", | |
"References and notes": "Former Nordisk Mobiltelefon; data services only" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "07", | |
"Brand": "Phonero", | |
"Operator": "Phonero AS", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Former Ventelo; uses Telenor's network" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "08", | |
"Brand": "TDC", | |
"Operator": "TDC Mobil AS", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "09", | |
"Brand": "Com4", | |
"Operator": "Com4 AS", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Principally M2M services[149]" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "10", | |
"Brand": "", | |
"Operator": "Nasjonal kommunikasjonsmyndighet", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[148]" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "11", | |
"Brand": "SystemNet", | |
"Operator": "SystemNet AS", | |
"Status": "Unknown", | |
"Bands (MHz)": "Test", | |
"References and notes": "[150]" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "12", | |
"Brand": "Telenor", | |
"Operator": "Telenor Norge AS", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "14", | |
"Brand": "", | |
"Operator": "ICE Communication Norge AS", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[148]" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "20", | |
"Brand": "", | |
"Operator": "Jernbaneverket AS", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "21", | |
"Brand": "", | |
"Operator": "Jernbaneverket AS", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "23", | |
"Brand": "Lyca", | |
"Operator": "Lyca Mobile Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "24", | |
"Brand": "", | |
"Operator": "Mobile Norway AS", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "242", | |
"MNC": "25", | |
"Brand": "", | |
"Operator": "Forsvarets kompetansesenter KKIS", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Oman": { | |
"code": "OM", | |
"operators": [ | |
{ | |
"MCC": "422", | |
"MNC": "02", | |
"Brand": "Omantel", | |
"Operator": "Oman Telecommunications Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900", | |
"References and notes": "[63]" | |
}, | |
{ | |
"MCC": "422", | |
"MNC": "03", | |
"Brand": "ooredoo", | |
"Operator": "Omani Qatari Telecommunications Company SAOC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900", | |
"References and notes": "[63]" | |
}, | |
{ | |
"MCC": "422", | |
"MNC": "04", | |
"Brand": "Omantel", | |
"Operator": "Oman Telecommunications Company", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
} | |
] | |
}, | |
"Pakistan": { | |
"code": "PK", | |
"operators": [ | |
{ | |
"MCC": "410", | |
"MNC": "01", | |
"Brand": "Mobilink", | |
"Operator": "Mobilink-PMCL", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "410", | |
"MNC": "02", | |
"Brand": "PTCL", | |
"Operator": "PTCL", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "410", | |
"MNC": "03", | |
"Brand": "Ufone", | |
"Operator": "Pakistan Telecommunication Mobile Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "410", | |
"MNC": "04", | |
"Brand": "Zong", | |
"Operator": "China Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "Former Paktel[15]" | |
}, | |
{ | |
"MCC": "410", | |
"MNC": "05", | |
"Brand": "SCO Mobile", | |
"Operator": "SCO Mobile Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "410", | |
"MNC": "06", | |
"Brand": "Telenor", | |
"Operator": "Telenor Pakistan", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "410", | |
"MNC": "07", | |
"Brand": "Warid Pakistan", | |
"Operator": "WaridTel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "410", | |
"MNC": "08", | |
"Brand": "SCO Mobile", | |
"Operator": "SCO Mobile Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Palau": { | |
"code": "PW", | |
"operators": [ | |
{ | |
"MCC": "552", | |
"MNC": "01", | |
"Brand": "PNCC", | |
"Operator": "Palau National Communications Corp.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "552", | |
"MNC": "80", | |
"Brand": "Palau Mobile", | |
"Operator": "Palau Mobile Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"": { | |
"code": null, | |
"operators": [ | |
{ | |
"MCC": "425", | |
"MNC": "05", | |
"Brand": "Jawwal", | |
"Operator": "Palestine Cellular Communications, Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "[9]" | |
}, | |
{ | |
"MCC": "425", | |
"MNC": "06", | |
"Brand": "Wataniya", | |
"Operator": "Wataniya Palestine Mobile Telecommunications Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "[10]" | |
} | |
] | |
}, | |
"Panama": { | |
"code": "PA", | |
"operators": [ | |
{ | |
"MCC": "714", | |
"MNC": "01", | |
"Brand": "Cable & Wireless", | |
"Operator": "Cable & Wireless Panama S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / UMTS 850 / LTE 700", | |
"References and notes": "LTE band 28 [15][151]" | |
}, | |
{ | |
"MCC": "714", | |
"MNC": "02", | |
"Brand": "movistar", | |
"Operator": "Telefónica Moviles Panama S.A, Bell South Corp. (BSC)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / UMTS 850 / UMTS 1900", | |
"References and notes": "CDMA2000 800, TDMA 800 and NAMPS 800 are closed." | |
}, | |
{ | |
"MCC": "714", | |
"MNC": "03", | |
"Brand": "Claro", | |
"Operator": "América Móvil", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "714", | |
"MNC": "04", | |
"Brand": "Digicel", | |
"Operator": "Digicel Group", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 1900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Papua New Guinea": { | |
"code": "PG", | |
"operators": [ | |
{ | |
"MCC": "537", | |
"MNC": "01", | |
"Brand": "bmobile", | |
"Operator": "Bemobile Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "537", | |
"MNC": "02", | |
"Brand": "", | |
"Operator": "Telikom PNG Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 450", | |
"References and notes": "Formerly Greencom [152][153]" | |
}, | |
{ | |
"MCC": "537", | |
"MNC": "03", | |
"Brand": "Digicel", | |
"Operator": "Digicel PNG", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900 / LTE 700", | |
"References and notes": "LTE band 28[15]" | |
} | |
] | |
}, | |
"Paraguay": { | |
"code": "PY", | |
"operators": [ | |
{ | |
"MCC": "744", | |
"MNC": "01", | |
"Brand": "VOX", | |
"Operator": "Hola Paraguay S.A", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "744", | |
"MNC": "02", | |
"Brand": "Claro/Hutchison", | |
"Operator": "AMX Paraguay S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "744", | |
"MNC": "03", | |
"Brand": "", | |
"Operator": "Compañia Privada de Comunicaciones S.A.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "744", | |
"MNC": "04", | |
"Brand": "Tigo", | |
"Operator": "Telefónica Celular Del Paraguay S.A. (Telecel)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / UMTS 850", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "744", | |
"MNC": "05", | |
"Brand": "Personal", | |
"Operator": "Núcleo S.A(TIM)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "744", | |
"MNC": "06", | |
"Brand": "Copaco", | |
"Operator": "Copaco S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / LTE 1700", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Peru": { | |
"code": "PE", | |
"operators": [ | |
{ | |
"MCC": "716", | |
"MNC": "06", | |
"Brand": "Movistar", | |
"Operator": "Telefónica Móviles Perú", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 850 / GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900 / LTE 1700-2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "716", | |
"MNC": "07", | |
"Brand": "NEXTEL", | |
"Operator": "Americatel Perú", | |
"Status": "Inactive", | |
"Bands (MHz)": "iDEN / UMTS 1900", | |
"References and notes": "[154]" | |
}, | |
{ | |
"MCC": "716", | |
"MNC": "10", | |
"Brand": "Claro (TIM)", | |
"Operator": "América Móvil Perú", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 850 / LTE 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "716", | |
"MNC": "15", | |
"Brand": "Viettel Mobile", | |
"Operator": "Viettel Peru S.A.C.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 1900", | |
"References and notes": "Tests[155]" | |
}, | |
{ | |
"MCC": "716", | |
"MNC": "17", | |
"Brand": "NEXTEL", | |
"Operator": "Americatel Perú", | |
"Status": "Operational", | |
"Bands (MHz)": "iDEN / UMTS 1900", | |
"References and notes": "[156]" | |
} | |
] | |
}, | |
"Philippines": { | |
"code": "PH", | |
"operators": [ | |
{ | |
"MCC": "515", | |
"MNC": "01", | |
"Brand": "Islacom", | |
"Operator": "Globe Telecom via Innove Communications", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "515", | |
"MNC": "02", | |
"Brand": "Globe", | |
"Operator": "Globe Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850 / UMTS 900 / UMTS 2100", | |
"References and notes": "[63]" | |
}, | |
{ | |
"MCC": "515", | |
"MNC": "03", | |
"Brand": "Smart", | |
"Operator": "PLDT via Smart Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "515", | |
"MNC": "05", | |
"Brand": "Sun", | |
"Operator": "Digital Telecommunications Philippines", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "515", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "PLDT via ACeS Philippines", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "515", | |
"MNC": "18", | |
"Brand": "Cure", | |
"Operator": "PLDT via Smart's Connectivity Unlimited Resources Enterprise", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 (defunct)", | |
"References and notes": "Formerly ümobile, now D/B/A Red Mobile" | |
}, | |
{ | |
"MCC": "515", | |
"MNC": "24", | |
"Brand": "ABS-CBN", | |
"Operator": "ABS-CBN Convergence with Globe Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "515", | |
"MNC": "88", | |
"Brand": "", | |
"Operator": "Nextel", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Pitcairn Islands (United Kingdom)": { | |
"code": "PN", | |
"operators": [ | |
{ | |
"MCC": "", | |
"MNC": "", | |
"Brand": "", | |
"Operator": "", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Poland": { | |
"code": "PL", | |
"operators": [ | |
{ | |
"MCC": "260", | |
"MNC": "01", | |
"Brand": "Plus", | |
"Operator": "Polkomtel Sp. z o.o.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15][63]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "02", | |
"Brand": "T-Mobile", | |
"Operator": "T-Mobile Polska S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "former Era [15][63]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "03", | |
"Brand": "Orange", | |
"Operator": "Polska Telefonia Komórkowa Centertel Sp. z o.o.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / CDMA2000 450", | |
"References and notes": "former Idea [15][63]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "04", | |
"Brand": "Aero2", | |
"Operator": "Aero 2 Sp. z o.o.", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "former CenterNet S.A.[157]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "05", | |
"Brand": "Orange", | |
"Operator": "Polska Telefonia Komórkowa Centertel Sp. z o.o.", | |
"Status": "Not operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "not in use, using MNC 03" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "06", | |
"Brand": "Play", | |
"Operator": "P4 Sp. z o.o.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "Also roaming on Polkomtel and Centertel 2G/3G network[15]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "07", | |
"Brand": "Netia", | |
"Operator": "Netia S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO on Play (P4)" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "08", | |
"Brand": "", | |
"Operator": "E-Telko Sp. z o.o.", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "09", | |
"Brand": "Lycamobile", | |
"Operator": "Lycamobile Sp. z o.o.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "On Polkomtel 2G/3G network" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "10", | |
"Brand": "Sferia", | |
"Operator": "Sferia S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 800", | |
"References and notes": "former Telefony Opalenickie S.A.; CDMA 800 shut down in 2014; LTE band 20[15][158]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "11", | |
"Brand": "Nordisk Polska", | |
"Operator": "Nordisk Polska Sp. z o.o.", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 420", | |
"References and notes": "[159]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "12", | |
"Brand": "Cyfrowy Polsat", | |
"Operator": "Cyfrowy Polsat S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO on Polkomtel" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "13", | |
"Brand": "Sferia", | |
"Operator": "Sferia S.A.", | |
"Status": "Not operational", | |
"Bands (MHz)": "", | |
"References and notes": "Uses MNC 10" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "14", | |
"Brand": "Sferia", | |
"Operator": "Sferia S.A.", | |
"Status": "Not operational", | |
"Bands (MHz)": "", | |
"References and notes": "Uses MNC 10" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "15", | |
"Brand": "Aero2", | |
"Operator": "Aero 2 Sp. z o.o.", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 1800", | |
"References and notes": "former CenterNet S.A.; combined network with Mobyland; GSM 1800 shut down in 2010[157]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "16", | |
"Brand": "Mobyland", | |
"Operator": "Mobyland Sp. z o.o.", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 1800", | |
"References and notes": "combined network with CenterNet; GSM 1800 shut down in 2010" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "17", | |
"Brand": "Aero2", | |
"Operator": "Aero 2 Sp. z o.o.", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / TD-LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "18", | |
"Brand": "AMD Telecom", | |
"Operator": "AMD Telecom S.A.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "19", | |
"Brand": "Teleena", | |
"Operator": "Teleena Holding BV", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "20", | |
"Brand": "Mobile.Net", | |
"Operator": "Mobile.Net Sp. z o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "21", | |
"Brand": "Exteri", | |
"Operator": "Exteri Sp. z o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "22", | |
"Brand": "Arcomm", | |
"Operator": "Arcomm Sp. z o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "23", | |
"Brand": "Amicomm", | |
"Operator": "Amicomm Sp. z o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "24", | |
"Brand": "WideNet", | |
"Operator": "WideNet Sp. z o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "25", | |
"Brand": "BS&T", | |
"Operator": "Best Solutions & Technology Experience Sp. z o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "26", | |
"Brand": "ATE", | |
"Operator": "Advanced Technology & Experience Sp. z o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "27", | |
"Brand": "Intertelcom", | |
"Operator": "Intertelcom Sp. z o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "28", | |
"Brand": "PhoneNet", | |
"Operator": "PhoneNet Sp. z o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "29", | |
"Brand": "Interfonica", | |
"Operator": "Interfonica Sp. z o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "30", | |
"Brand": "GrandTel", | |
"Operator": "GrandTel Sp. z o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "31", | |
"Brand": "Phone IT", | |
"Operator": "Phone IT Sp. z o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "32", | |
"Brand": "", | |
"Operator": "Compatel Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[157]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "33", | |
"Brand": "Truphone", | |
"Operator": "Truphone Poland Sp. z o.o.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "34", | |
"Brand": "NetWorkS!", | |
"Operator": "T-Mobile Polska S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900", | |
"References and notes": "Shared network T-Mobile / Centertel[160]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "35", | |
"Brand": "", | |
"Operator": "PKP Polskie Linie Kolejowe S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "[157]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "36", | |
"Brand": "Vectone Mobile", | |
"Operator": "Mundio Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[157]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "37", | |
"Brand": "", | |
"Operator": "NEXTGEN MOBILE LTD", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[157]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "38", | |
"Brand": "", | |
"Operator": "CALLFREEDOM Sp. z o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[157]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "39", | |
"Brand": "Voxbone", | |
"Operator": "VOXBONE SA", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[157]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "40", | |
"Brand": "", | |
"Operator": "Interactive Digital Media GmbH", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[157]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "41", | |
"Brand": "", | |
"Operator": "EZ PHONE MOBILE Sp. z o.o.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[157]" | |
}, | |
{ | |
"MCC": "260", | |
"MNC": "98", | |
"Brand": "Play", | |
"Operator": "P4 Sp. z o.o.", | |
"Status": "Not Operational", | |
"Bands (MHz)": "LTE 1800", | |
"References and notes": "Test network" | |
} | |
] | |
}, | |
"Portugal": { | |
"code": "PT", | |
"operators": [ | |
{ | |
"MCC": "268", | |
"MNC": "01", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Portugal", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "268", | |
"MNC": "02", | |
"Brand": "MEO", | |
"Operator": "Telecomunicações Móveis Nacionais", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[161]" | |
}, | |
{ | |
"MCC": "268", | |
"MNC": "03", | |
"Brand": "NOS", | |
"Operator": "NOS Comunicações", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "formerly Optimus" | |
}, | |
{ | |
"MCC": "268", | |
"MNC": "04", | |
"Brand": "LycaMobile", | |
"Operator": "LycaMobile", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "268", | |
"MNC": "05", | |
"Brand": "", | |
"Operator": "Oniway - Inforcomunicaçôes, S.A.", | |
"Status": "Not operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "License withdrawn in 2003[2][162]" | |
}, | |
{ | |
"MCC": "268", | |
"MNC": "06", | |
"Brand": "MEO", | |
"Operator": "Telecomunicações Móveis Nacionais", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "268", | |
"MNC": "07", | |
"Brand": "Vectone Mobile / Delight Mobile", | |
"Operator": "Mundio Mobile (Portugal) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "268", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "Compatel, Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[161]" | |
}, | |
{ | |
"MCC": "268", | |
"MNC": "12", | |
"Brand": "", | |
"Operator": "Refer Telecom - Serviços de Telecomunicações, S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "[161]" | |
}, | |
{ | |
"MCC": "268", | |
"MNC": "21", | |
"Brand": "Zapp", | |
"Operator": "Zapp Portugal", | |
"Status": "Not operational", | |
"Bands (MHz)": "CDMA2000 450", | |
"References and notes": "Closed down CDMA network on September 31, 2011" | |
}, | |
{ | |
"MCC": "268", | |
"MNC": "80", | |
"Brand": "MEO", | |
"Operator": "Telecomunicações Móveis Nacionais", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[161]" | |
} | |
] | |
}, | |
"Puerto Rico": { | |
"code": "PR", | |
"operators": [ | |
{ | |
"MCC": "330", | |
"MNC": "00", | |
"Brand": "Open Mobile", | |
"Operator": "PR Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "PCS 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "330", | |
"MNC": "110", | |
"Brand": "Claro Puerto Rico", | |
"Operator": "América Móvil", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850 / LTE 700", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "330", | |
"MNC": "120", | |
"Brand": "tmobile", | |
"Operator": "PR Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Qatar": { | |
"code": "QA", | |
"operators": [ | |
{ | |
"MCC": "427", | |
"MNC": "01", | |
"Brand": "ooredoo", | |
"Operator": "ooredoo", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 2600", | |
"References and notes": "Former Qtel (Qatar Telecom)" | |
}, | |
{ | |
"MCC": "427", | |
"MNC": "02", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Qatar", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "[63]" | |
}, | |
{ | |
"MCC": "427", | |
"MNC": "05", | |
"Brand": "Ministry of Interior", | |
"Operator": "Ministry of Interior", | |
"Status": "Operational", | |
"Bands (MHz)": "TETRA 380", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "427", | |
"MNC": "06", | |
"Brand": "Ministry of Interior", | |
"Operator": "Ministry of Interior", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE", | |
"References and notes": "[36]" | |
} | |
] | |
}, | |
"Réunion (France)": { | |
"code": "RE", | |
"operators": [ | |
{ | |
"MCC": "647", | |
"MNC": "00", | |
"Brand": "Orange", | |
"Operator": "Orange La Réunion", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "647", | |
"MNC": "01", | |
"Brand": "", | |
"Operator": "BJT Partners", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[80]" | |
}, | |
{ | |
"MCC": "647", | |
"MNC": "02", | |
"Brand": "Outremer", | |
"Operator": "Outremer Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "647", | |
"MNC": "10", | |
"Brand": "SFR Reunion", | |
"Operator": "Societe Reunionnaise de Radiotelephone", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Romania": { | |
"code": "RO", | |
"operators": [ | |
{ | |
"MCC": "226", | |
"MNC": "01", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone România", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / TD-LTE 2600", | |
"References and notes": "Formerly branded as Connex" | |
}, | |
{ | |
"MCC": "226", | |
"MNC": "02", | |
"Brand": "Clicknet Mobile", | |
"Operator": "Telekom Romania", | |
"Status": "Not operational", | |
"Bands (MHz)": "CDMA 420", | |
"References and notes": "Licence expired on 1 January 2015, and network was shut down [163]" | |
}, | |
{ | |
"MCC": "226", | |
"MNC": "03", | |
"Brand": "Telekom", | |
"Operator": "Telekom Romania", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "Formerly branded as Cosmote" | |
}, | |
{ | |
"MCC": "226", | |
"MNC": "04", | |
"Brand": "Cosmote/Zapp", | |
"Operator": "Telekom Romania", | |
"Status": "Not operational", | |
"Bands (MHz)": "CDMA 450", | |
"References and notes": "Licence expired on 24 March 2013, and network was shut down[164]" | |
}, | |
{ | |
"MCC": "226", | |
"MNC": "05", | |
"Brand": "Digi.Mobil", | |
"Operator": "RCS&RDS", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / UMTS 2100", | |
"References and notes": "National Roaming with 226 01 for voice and data services for postpaid customers only." | |
}, | |
{ | |
"MCC": "226", | |
"MNC": "06", | |
"Brand": "Telekom/Zapp", | |
"Operator": "Telekom Romania", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "Branded as Telekom for data/voice and Zapp for data only" | |
}, | |
{ | |
"MCC": "226", | |
"MNC": "10", | |
"Brand": "Orange", | |
"Operator": "Orange România", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "Formerly branded as Dialog" | |
}, | |
{ | |
"MCC": "226", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "Enigma-System", | |
"Status": "Unknown", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "226", | |
"MNC": "15", | |
"Brand": "Idilis", | |
"Operator": "Idilis", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "226", | |
"MNC": "16", | |
"Brand": "Lycamobile", | |
"Operator": "Lycamobile Romania", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Uses Telekom Networks" | |
} | |
] | |
}, | |
"Russian Federation": { | |
"code": "RU", | |
"operators": [ | |
{ | |
"MCC": "250", | |
"MNC": "01", | |
"Brand": "MTS", | |
"Operator": "Mobile TeleSystems", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600 / TD-LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "02", | |
"Brand": "MegaFon", | |
"Operator": "MegaFon OJSC - previously known as North-West GSM", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "03", | |
"Brand": "NCC", | |
"Operator": "Nizhegorodskaya Cellular Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "04", | |
"Brand": "Sibchallenge", | |
"Operator": "Sibchallenge", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "05", | |
"Brand": "ETK", | |
"Operator": "Yeniseytelecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / CDMA2000 450", | |
"References and notes": "Mobile Communications Systems" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "06", | |
"Brand": "Skylink", | |
"Operator": "CJSC Saratov System of Cellular Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 450", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "07", | |
"Brand": "SMARTS", | |
"Operator": "Zao SMARTS", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "09", | |
"Brand": "Skylink", | |
"Operator": "Khabarovsky Cellular Phone", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 450", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "10", | |
"Brand": "DTC", | |
"Operator": "Dontelekom", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "11", | |
"Brand": "Yota", | |
"Operator": "Scartel", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "12", | |
"Brand": "Baykalwestcom", | |
"Operator": "Baykal Westcom / New Telephone Company / Far Eastern Cellular", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / CDMA2000 450", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "12", | |
"Brand": "Akos", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "13", | |
"Brand": "KUGSM", | |
"Operator": "Kuban GSM", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "14", | |
"Brand": "MegaFon", | |
"Operator": "MegaFon OJSC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / TD-LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "15", | |
"Brand": "SMARTS", | |
"Operator": "SMARTS Ufa, SMARTS Uljanovsk", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "16", | |
"Brand": "NTC", | |
"Operator": "New Telephone Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "17", | |
"Brand": "Utel", | |
"Operator": "JSC Uralsvyazinform", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Former Ermak RMS" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "18", | |
"Brand": "Osnova Telecom", | |
"Operator": "", | |
"Status": "Not operational", | |
"Bands (MHz)": "TD-LTE 2300", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "19", | |
"Brand": "INDIGO", | |
"Operator": "INDIGO", | |
"Status": "Not operational[citation needed]", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Since 19 December 2009 merged with Tele2[citation needed]" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "20", | |
"Brand": "Tele2", | |
"Operator": "Tele2", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "22", | |
"Brand": "", | |
"Operator": "Vainakh Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2300", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "23", | |
"Brand": "Mobicom - Novosibirsk", | |
"Operator": "Mobicom - Novosibirsk", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "28", | |
"Brand": "Beeline", | |
"Operator": "Beeline", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Former EXTEL" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "32", | |
"Brand": "Win Mobile", | |
"Operator": "K-Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "35", | |
"Brand": "MOTIV", | |
"Operator": "EKATERINBURG-2000", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "38", | |
"Brand": "Tambov GSM", | |
"Operator": "Central Telecommunication Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "39", | |
"Brand": "Rostelecom", | |
"Operator": "ROSTELECOM", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / TD-LTE 2300 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "44", | |
"Brand": "", | |
"Operator": "Stavtelesot / North Caucasian GSM", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "50", | |
"Brand": "MTS", | |
"Operator": "Bezlimitno.ru", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Based on MTS" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "54", | |
"Brand": "TTK", | |
"Operator": "Tattelecom", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "91", | |
"Brand": "Sonic Duo", | |
"Operator": "Sonic Duo CJSC", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "92", | |
"Brand": "", | |
"Operator": "Primtelefon", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "93", | |
"Brand": "", | |
"Operator": "Telecom XXI", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "99", | |
"Brand": "Beeline", | |
"Operator": "OJSC Vimpel-Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": " ?", | |
"Brand": "", | |
"Operator": "SkyLink/MTS/the Moscow Cellular communication", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 450", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "250", | |
"MNC": "811", | |
"Brand": "", | |
"Operator": "Votek Mobile", | |
"Status": "Unknown", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Rwanda": { | |
"code": "RW", | |
"operators": [ | |
{ | |
"MCC": "635", | |
"MNC": "10", | |
"Brand": "MTN", | |
"Operator": "MTN Rwandacell SARL", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[58]" | |
}, | |
{ | |
"MCC": "635", | |
"MNC": "11", | |
"Brand": "Rwandatel", | |
"Operator": "Rwandatel S.A.", | |
"Status": "Not operational", | |
"Bands (MHz)": "CDMA", | |
"References and notes": "Licence revoked in April 2011[165][166]" | |
}, | |
{ | |
"MCC": "635", | |
"MNC": "12", | |
"Brand": "Rwandatel", | |
"Operator": "Rwandatel S.A.", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "Licence revoked in April 2011[165]" | |
}, | |
{ | |
"MCC": "635", | |
"MNC": "13", | |
"Brand": "Tigo", | |
"Operator": "TIGO RWANDA S.A", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "635", | |
"MNC": "14", | |
"Brand": "Airtel", | |
"Operator": "Airtel RWANDA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE", | |
"References and notes": "Live since 1 April 2012[166]" | |
}, | |
{ | |
"MCC": "635", | |
"MNC": "17", | |
"Brand": "Olleh", | |
"Operator": "Olleh Rwanda Networks", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 800", | |
"References and notes": "LTE band 20[67]" | |
} | |
] | |
}, | |
"Saint Helena, Ascension and Tristan da Cunha": { | |
"code": "SH", | |
"operators": [ | |
{ | |
"MCC": "658", | |
"MNC": "01", | |
"Brand": "Sure", | |
"Operator": "Sure South Atlantic Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "[24]" | |
} | |
] | |
}, | |
"Saint Kitts and Nevis": { | |
"code": "KN", | |
"operators": [ | |
{ | |
"MCC": "356", | |
"MNC": "050", | |
"Brand": "Digicel", | |
"Operator": "Wireless Ventures (St Kitts-Nevis) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "356", | |
"MNC": "070", | |
"Brand": "Chippie", | |
"Operator": "UTS", | |
"Status": "Operational", | |
"Bands (MHz)": "", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "356", | |
"MNC": "110", | |
"Brand": "LIME", | |
"Operator": "Cable & Wireless St. Kitts & Nevis Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Saint Lucia": { | |
"code": "LC", | |
"operators": [ | |
{ | |
"MCC": "358", | |
"MNC": "050", | |
"Brand": "Digicel[citation needed]", | |
"Operator": "", | |
"Status": "Unknown", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "358", | |
"MNC": "110", | |
"Brand": "", | |
"Operator": "Cable & Wireless", | |
"Status": "Unknown", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Saint Pierre and Miquelon (France)": { | |
"code": "PM", | |
"operators": [ | |
{ | |
"MCC": "308", | |
"MNC": "01", | |
"Brand": "Ameris", | |
"Operator": "St. Pierre-et-Miquelon Télécom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "308", | |
"MNC": "02", | |
"Brand": "GLOBALTEL", | |
"Operator": "GLOBALTEL", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Saint Vincent and the Grenadines": { | |
"code": "VC", | |
"operators": [ | |
{ | |
"MCC": "360", | |
"MNC": "070", | |
"Brand": "Digicel", | |
"Operator": "Digicel (St. Vincent and the Grenadines) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "360", | |
"MNC": "100", | |
"Brand": "Cingular Wireless", | |
"Operator": "", | |
"Status": "Unknown", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "360", | |
"MNC": "110", | |
"Brand": "Lime", | |
"Operator": "Cable & Wireless (St. Vincent & the Grenadines) Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Samoa": { | |
"code": "WS", | |
"operators": [ | |
{ | |
"MCC": "549", | |
"MNC": "01", | |
"Brand": "Digicel", | |
"Operator": "Digicel Pacific Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "549", | |
"MNC": "27", | |
"Brand": "Bluesky", | |
"Operator": "Bluesky Samoa Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Formerly known as Samoatel Ltd (Samoatel)[167]" | |
} | |
] | |
}, | |
"San Marino": { | |
"code": "SM", | |
"operators": [ | |
{ | |
"MCC": "292", | |
"MNC": "01", | |
"Brand": "PRIMA", | |
"Operator": "San Marino Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[11]" | |
} | |
] | |
}, | |
"Sao Tome and Principe": { | |
"code": "ST", | |
"operators": [ | |
{ | |
"MCC": "626", | |
"MNC": "01", | |
"Brand": "CSTmovel", | |
"Operator": "Companhia Santomese de Telecomunicaçôe", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Saudi Arabia": { | |
"code": "SA", | |
"operators": [ | |
{ | |
"MCC": "420", | |
"MNC": "01", | |
"Brand": "Al Jawal (STC )", | |
"Operator": "Saudi Telecom Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900 / UMTS 2100 / LTE 2300", | |
"References and notes": "[63]" | |
}, | |
{ | |
"MCC": "420", | |
"MNC": "03", | |
"Brand": "Mobily", | |
"Operator": "Etihad Etisalat Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900 / UMTS 2100 / LTE 2600", | |
"References and notes": "[63]" | |
}, | |
{ | |
"MCC": "420", | |
"MNC": "04", | |
"Brand": "Zain SA", | |
"Operator": "Zain Saudi Arabia", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800/ LTE 2600", | |
"References and notes": "Active September 2008[63][168]" | |
}, | |
{ | |
"MCC": "420", | |
"MNC": "05", | |
"Brand": "Virgin Mobile", | |
"Operator": "Virgin Mobile Saudi Arabia", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "420", | |
"MNC": "21", | |
"Brand": "RGSM", | |
"Operator": "Saudi Railways GSM", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Senegal": { | |
"code": "SN", | |
"operators": [ | |
{ | |
"MCC": "608", | |
"MNC": "01", | |
"Brand": "Orange", | |
"Operator": "Sonatel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "608", | |
"MNC": "02", | |
"Brand": "Tigo", | |
"Operator": "Millicom International Cellular S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 4G", | |
"References and notes": "former SENTEL GSM" | |
}, | |
{ | |
"MCC": "608", | |
"MNC": "03", | |
"Brand": "Expresso", | |
"Operator": "Sudatel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "608", | |
"MNC": "04", | |
"Brand": "", | |
"Operator": "CSU-SA", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[169]" | |
} | |
] | |
}, | |
"Serbia": { | |
"code": "RS", | |
"operators": [ | |
{ | |
"MCC": "220", | |
"MNC": "01", | |
"Brand": "Telenor", | |
"Operator": "Telenor Serbia", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "Former MOBTEL [15]" | |
}, | |
{ | |
"MCC": "220", | |
"MNC": "02", | |
"Brand": "Telenor", | |
"Operator": "Telenor Montenegro", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Former ProMonte GSM; moved to MCC 297 MNC 01 (Montenegro) on 11 Nov 2011 [78]" | |
}, | |
{ | |
"MCC": "220", | |
"MNC": "03", | |
"Brand": "mt:s", | |
"Operator": "Telekom Srbija", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "220", | |
"MNC": "04", | |
"Brand": "T-Mobile", | |
"Operator": "T-Mobile Montenegro LLC", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "Former MoNet; moved to MCC 297 MNC 02 (Montenegro) [78]" | |
}, | |
{ | |
"MCC": "220", | |
"MNC": "05", | |
"Brand": "VIP", | |
"Operator": "VIP Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "220", | |
"MNC": "07", | |
"Brand": "", | |
"Operator": "Orion Telekom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 450", | |
"References and notes": "[170][171]" | |
} | |
] | |
}, | |
"Seychelles": { | |
"code": "SC", | |
"operators": [ | |
{ | |
"MCC": "633", | |
"MNC": "01", | |
"Brand": "Cable & Wireless", | |
"Operator": "Cable & Wireless Seychelles", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "633", | |
"MNC": "02", | |
"Brand": "Mediatech", | |
"Operator": "Mediatech International", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "License and MNC withdrawn [171]" | |
}, | |
{ | |
"MCC": "633", | |
"MNC": "10", | |
"Brand": "Airtel", | |
"Operator": "Telecom Seychelles Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE 800", | |
"References and notes": "[172]" | |
} | |
] | |
}, | |
"Sierra Leone": { | |
"code": "SL", | |
"operators": [ | |
{ | |
"MCC": "619", | |
"MNC": "01", | |
"Brand": "Airtel", | |
"Operator": "Bharti Airtel Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "Former Zain, Celtel [3]" | |
}, | |
{ | |
"MCC": "619", | |
"MNC": "02", | |
"Brand": "Africell", | |
"Operator": "Lintel Sierra Leone Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Former Millicom, Tigo [2]" | |
}, | |
{ | |
"MCC": "619", | |
"MNC": "03", | |
"Brand": "Africell", | |
"Operator": "Lintel Sierra Leone Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "619", | |
"MNC": "04", | |
"Brand": "Comium", | |
"Operator": "Comium (Sierra Leone) Ltd.", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "619", | |
"MNC": "05", | |
"Brand": "Africell", | |
"Operator": "Lintel Sierra Leone Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "619", | |
"MNC": "06", | |
"Brand": "SierraTel", | |
"Operator": "Sierra Leone Telephony", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "619", | |
"MNC": "09", | |
"Brand": "Smart Mobile", | |
"Operator": "InterGroup Telecom SL", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[20][58]" | |
}, | |
{ | |
"MCC": "619", | |
"MNC": "25", | |
"Brand": "Mobitel", | |
"Operator": "Mobitel", | |
"Status": "Reserved", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "619", | |
"MNC": "40", | |
"Brand": "", | |
"Operator": "Datatel (SL) Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "GSM", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "619", | |
"MNC": "50", | |
"Brand": "", | |
"Operator": "Datatel (SL) Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "CDMA", | |
"References and notes": "[2]" | |
} | |
] | |
}, | |
"Singapore": { | |
"code": "SG", | |
"operators": [ | |
{ | |
"MCC": "525", | |
"MNC": "01", | |
"Brand": "SingTel", | |
"Operator": "Singapore Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900/1800, UMTS 900/2100, LTE 1800/2600", | |
"References and notes": "[173][174]" | |
}, | |
{ | |
"MCC": "525", | |
"MNC": "02", | |
"Brand": "SingTel-G18", | |
"Operator": "Singapore Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "[173][174]" | |
}, | |
{ | |
"MCC": "525", | |
"MNC": "03", | |
"Brand": "M1", | |
"Operator": "M1 Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900/1800, UMTS 900/2100, LTE 1800/2600", | |
"References and notes": "[173][174]" | |
}, | |
{ | |
"MCC": "525", | |
"MNC": "05", | |
"Brand": "StarHub", | |
"Operator": "StarHub Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800, UMTS 900/2100, LTE 1800", | |
"References and notes": "[173][174]" | |
}, | |
{ | |
"MCC": "525", | |
"MNC": "06", | |
"Brand": "StarHub", | |
"Operator": "StarHub Mobile", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[173][174]" | |
}, | |
{ | |
"MCC": "525", | |
"MNC": "07", | |
"Brand": "SingTel", | |
"Operator": "Singapore Telecom", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[173][174]" | |
}, | |
{ | |
"MCC": "525", | |
"MNC": "12", | |
"Brand": "Grid", | |
"Operator": "GRID Communications Pte Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "iDEN 800", | |
"References and notes": "Digital Trunked Radio Network[173][174]" | |
} | |
] | |
}, | |
"Slovakia": { | |
"code": "SK", | |
"operators": [ | |
{ | |
"MCC": "231", | |
"MNC": "01", | |
"Brand": "Orange", | |
"Operator": "Orange Slovensko", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600", | |
"References and notes": "Former Globtel [15][63]" | |
}, | |
{ | |
"MCC": "231", | |
"MNC": "02", | |
"Brand": "Telekom", | |
"Operator": "Slovak Telekom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "Former Eurotel [15]" | |
}, | |
{ | |
"MCC": "231", | |
"MNC": "03", | |
"Brand": "Swan", | |
"Operator": "Unient Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 1800", | |
"References and notes": "[175]" | |
}, | |
{ | |
"MCC": "231", | |
"MNC": "04", | |
"Brand": "Telekom", | |
"Operator": "Slovak Telekom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Former T-Mobile" | |
}, | |
{ | |
"MCC": "231", | |
"MNC": "05", | |
"Brand": "Orange", | |
"Operator": "Orange Slovensko", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "231", | |
"MNC": "06", | |
"Brand": "O2", | |
"Operator": "Telefónica O2 Slovakia", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "231", | |
"MNC": "99", | |
"Brand": "ŽSR", | |
"Operator": "Železnice Slovenskej Republiky", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "Railway communication and signalling" | |
} | |
] | |
}, | |
"Slovenia": { | |
"code": "SI", | |
"operators": [ | |
{ | |
"MCC": "293", | |
"MNC": "10", | |
"Brand": "", | |
"Operator": "SŽ - Infrastruktura, d.o.o.", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "To be operational end of 2015[176]" | |
}, | |
{ | |
"MCC": "293", | |
"MNC": "20", | |
"Brand": "", | |
"Operator": "COMPATEL Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[176]" | |
}, | |
{ | |
"MCC": "293", | |
"MNC": "40", | |
"Brand": "Si.mobil", | |
"Operator": "SI.MOBIL d.d.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800", | |
"References and notes": "[15][63]" | |
}, | |
{ | |
"MCC": "293", | |
"MNC": "41", | |
"Brand": "Mobitel", | |
"Operator": "Telekom Slovenije", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 900 / LTE 1800", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "293", | |
"MNC": "64", | |
"Brand": "T-2", | |
"Operator": "T-2 d.o.o.", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "293", | |
"MNC": "70", | |
"Brand": "Tušmobil", | |
"Operator": "Tušmobil d.o.o.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "[63]" | |
} | |
] | |
}, | |
"Solomon Islands": { | |
"code": "SB", | |
"operators": [ | |
{ | |
"MCC": "540", | |
"MNC": "01", | |
"Brand": "BREEZE", | |
"Operator": "Solomon Telekom Co Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "[177]" | |
}, | |
{ | |
"MCC": "540", | |
"MNC": "02", | |
"Brand": "BeMobile", | |
"Operator": "BMobile (SI) Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "[177][178]" | |
} | |
] | |
}, | |
"Somalia": { | |
"code": "SO", | |
"operators": [ | |
{ | |
"MCC": "637", | |
"MNC": "01", | |
"Brand": "Telesom", | |
"Operator": "Telesom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "637", | |
"MNC": "04", | |
"Brand": "SomaCyber", | |
"Operator": "SomaCyber", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "GSM Coverage" | |
}, | |
{ | |
"MCC": "637", | |
"MNC": "04", | |
"Brand": "Somafone", | |
"Operator": "Somafone FZLLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "637", | |
"MNC": "10", | |
"Brand": "Nationlink", | |
"Operator": "NationLink Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "637", | |
"MNC": "50", | |
"Brand": "Hormuud", | |
"Operator": "Hormuud Telecom Somalia Inc", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Uncertain MNC number, maybe (also) 25" | |
}, | |
{ | |
"MCC": "637", | |
"MNC": "30", | |
"Brand": "Golis", | |
"Operator": "Golis Telecom Somalia", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "637", | |
"MNC": "57", | |
"Brand": "UNITEL", | |
"Operator": "UNITEL S.a.r.l.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "637", | |
"MNC": "60", | |
"Brand": "Nationlink Telecom", | |
"Operator": "Nationlink Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "637", | |
"MNC": "67", | |
"Brand": "Horntel Group", | |
"Operator": "HTG Group Somalia", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "637", | |
"MNC": "70", | |
"Brand": "", | |
"Operator": "Onkod Telecom Ltd.", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "MNC withdrawn [152]" | |
}, | |
{ | |
"MCC": "637", | |
"MNC": "71", | |
"Brand": "Somtel", | |
"Operator": "Somtel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "637", | |
"MNC": "82", | |
"Brand": "Telcom", | |
"Operator": "Telcom Somalia", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / CDMA2000 / LTE", | |
"References and notes": "" | |
} | |
] | |
}, | |
"South Africa": { | |
"code": "ZA", | |
"operators": [ | |
{ | |
"MCC": "655", | |
"MNC": "01", | |
"Brand": "Vodacom", | |
"Operator": "Vodacom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "02", | |
"Brand": "Telkom", | |
"Operator": "Telkom SA Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100 / TD-LTE 2300", | |
"References and notes": "Former Telkom Mobile, 8.ta" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "04", | |
"Brand": "", | |
"Operator": "Sasol (Pty) Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "06", | |
"Brand": "", | |
"Operator": "Sentech (Pty) Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "07", | |
"Brand": "Cell C", | |
"Operator": "Cell C (Pty) Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900", | |
"References and notes": "LTE 2100 trial" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "10", | |
"Brand": "MTN", | |
"Operator": "MTN Group", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "South African Police Service Gauteng", | |
"Status": "Operational", | |
"Bands (MHz)": "TETRA 410", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "12", | |
"Brand": "MTN", | |
"Operator": "MTN Group", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "13", | |
"Brand": "Neotel", | |
"Operator": "Neotel Pty Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "14", | |
"Brand": "Neotel", | |
"Operator": "Neotel Pty Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 1800", | |
"References and notes": "[125]" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "16", | |
"Brand": "", | |
"Operator": "Phoenix System Integration (Pty) Ltd", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "MNC withdrawn [83][179]" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "17", | |
"Brand": "", | |
"Operator": "Sishen Iron Ore Company (Ltd) Pty", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[102]" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "19", | |
"Brand": "iBurst", | |
"Operator": "Wireless Business Solutions (Pty) Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "LTE 2600 trial" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "21", | |
"Brand": "", | |
"Operator": "Cape Town Metropolitan Council", | |
"Status": "Operational", | |
"Bands (MHz)": "TETRA 410", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "25", | |
"Brand": "", | |
"Operator": "Wirels Connect", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "27", | |
"Brand": "", | |
"Operator": "A to Z Vaal Industrial Supplies Pty Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "30", | |
"Brand": "", | |
"Operator": "Bokamoso Consortium", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "31", | |
"Brand": "", | |
"Operator": "Karabo Telecoms (Pty) Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "32", | |
"Brand": "", | |
"Operator": "Ilizwi Telecommunications", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "33", | |
"Brand": "", | |
"Operator": "Thinta Thinta Telecommunications Pty Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "34", | |
"Brand": "", | |
"Operator": "Bokone Telecoms Pty Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "35", | |
"Brand": "", | |
"Operator": "Kingdom Communications Pty Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "36", | |
"Brand": "", | |
"Operator": "Amatole Telecommunications Pty Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "41", | |
"Brand": "", | |
"Operator": "South African Police Service", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "50", | |
"Brand": "", | |
"Operator": "Ericsson South Africa (Pty) Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[125]" | |
}, | |
{ | |
"MCC": "655", | |
"MNC": "51", | |
"Brand": "", | |
"Operator": "Integrat (Pty) Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[180]" | |
} | |
] | |
}, | |
"South Sudan": { | |
"code": "SS", | |
"operators": [ | |
{ | |
"MCC": "659", | |
"MNC": "02", | |
"Brand": "MTN", | |
"Operator": "MTN South Sudan", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900/1800, UMTS 2100", | |
"References and notes": "[181][182]" | |
}, | |
{ | |
"MCC": "659", | |
"MNC": "03", | |
"Brand": "Gemtel", | |
"Operator": "Gemtel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900/1800", | |
"References and notes": "[181][182]" | |
}, | |
{ | |
"MCC": "659", | |
"MNC": "04", | |
"Brand": "Vivacell", | |
"Operator": "Network of the World (NOW)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900/1800", | |
"References and notes": "[181][182]" | |
}, | |
{ | |
"MCC": "659", | |
"MNC": "06", | |
"Brand": "Zain", | |
"Operator": "Zain South Sudan", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900/1800", | |
"References and notes": "[181][182]" | |
}, | |
{ | |
"MCC": "659", | |
"MNC": "07", | |
"Brand": "Sudani", | |
"Operator": "Sudani", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA", | |
"References and notes": "[182]" | |
} | |
] | |
}, | |
"Spain": { | |
"code": "ES", | |
"operators": [ | |
{ | |
"MCC": "214", | |
"MNC": "01", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Spain", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "Also use MNC 19 and also 15 Some MVNO use this MNC (Hits, Eroski, Lebara, PepePhone)[15][63]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "03", | |
"Brand": "Orange", | |
"Operator": "France Telecom España SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "Also use MNC 33 Some MVNO use this MNC (CarrefourOnline, Dia, Hualong, Llamaya, MasMovil, The Phone House Spain, CABLE movil) [63]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "04", | |
"Brand": "Yoigo", | |
"Operator": "Xfera Moviles SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "05", | |
"Brand": "TME", | |
"Operator": "Telefónica Móviles España", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Used by resellers" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "06", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Spain", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "Used by resellers (e.g. Vodafone's own low cost virtual operator, Lowi)/Also use MNC 19 [15][63]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "07", | |
"Brand": "movistar", | |
"Operator": "Telefónica Móviles España", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "Some MVNO use this MNC (Tu, Sweno, Vectone Movil, ZeroMovil) [63]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "08", | |
"Brand": "Euskaltel", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Some MVNO use this MNC (RACC)" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "09", | |
"Brand": "Orange", | |
"Operator": "France Telecom España SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Used by resellers" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "10", | |
"Brand": "", | |
"Operator": "Operadora de Telecomunicaciones Opera SL", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "11", | |
"Brand": "Orange", | |
"Operator": "France Telecom España SA", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "12", | |
"Brand": "", | |
"Operator": "Contacta Servicios Avanzados de Telecomunicaciones SL", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "13", | |
"Brand": "", | |
"Operator": "Incotel Ingeniera y Consultaria SL", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "14", | |
"Brand": "", | |
"Operator": "Incotel Servicioz Avanzados SL", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "15", | |
"Brand": "BT", | |
"Operator": "BT Group España Compañia de Servicios Globales de Telecomunicaciones S.A.U.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "16", | |
"Brand": "TeleCable", | |
"Operator": "Telecable de Asturias S.A.U.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "17", | |
"Brand": "Móbil R", | |
"Operator": "R Cable y Telecomunicaciones Galicia S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "18", | |
"Brand": "ONO", | |
"Operator": "Cableuropa S.A.U.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "19", | |
"Brand": "Simyo", | |
"Operator": "E-PLUS Moviles Virtuales España S.L.U.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "20", | |
"Brand": "Fonyou", | |
"Operator": "Fonyou Telecom S.L.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "21", | |
"Brand": "Jazztel", | |
"Operator": "Jazz Telecom S.A.U.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "22", | |
"Brand": "DigiMobil", | |
"Operator": "Best Spain Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "23", | |
"Brand": "Barablu", | |
"Operator": "Barablu Móvil España", | |
"Status": "", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "24", | |
"Brand": "Eroski", | |
"Operator": "Eroski Móvil España", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Also use MNC 01. Some MVNO use this MNC (Orbitel, Vizzavi)" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "25", | |
"Brand": "Lycamobile", | |
"Operator": "LycaMobile S.L.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "26", | |
"Brand": "", | |
"Operator": "Lleida Networks Serveis Telemátics, SL", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "27", | |
"Brand": "Truphone", | |
"Operator": "SCN Truphone, S.L.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "28", | |
"Brand": "Murcia4G", | |
"Operator": "Consorcio de Telecomunicaciones Avanzadas, S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2600", | |
"References and notes": "LTE band 38 [183]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "29", | |
"Brand": "", | |
"Operator": "NEO-SKY 2002, S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 3500", | |
"References and notes": "[183]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "30", | |
"Brand": "", | |
"Operator": "Compatel Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "31", | |
"Brand": "", | |
"Operator": "Red Digital De Telecomunicaciones de las Islas Baleares, S.L.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "32", | |
"Brand": "Tuenti", | |
"Operator": "Tuenti Technologies S.L.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[152]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "33", | |
"Brand": "", | |
"Operator": "EURONA WIRELESS TELECOM, S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "WiMAX", | |
"References and notes": "[29]" | |
}, | |
{ | |
"MCC": "214", | |
"MNC": "51", | |
"Brand": "ADIF", | |
"Operator": "Administrador de Infraestructuras Ferroviarias", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "[79]" | |
} | |
] | |
}, | |
"Sri Lanka": { | |
"code": "LK", | |
"operators": [ | |
{ | |
"MCC": "413", | |
"MNC": "01", | |
"Brand": "Mobitel", | |
"Operator": "Mobitel (Pvt) Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "413", | |
"MNC": "02", | |
"Brand": "Dialog", | |
"Operator": "Dialog Axiata PLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "413", | |
"MNC": "03", | |
"Brand": "Etisalat", | |
"Operator": "Etisalat Lanka (Pvt) Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Former Tigo or Celltel" | |
}, | |
{ | |
"MCC": "413", | |
"MNC": "05", | |
"Brand": "Airtel", | |
"Operator": "Bharti Airtel Lanka (Pvt) Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "413", | |
"MNC": "08", | |
"Brand": "Hutch", | |
"Operator": "Hutchison Telecommunications Lanka (Pvt) Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Sudan": { | |
"code": "SD", | |
"operators": [ | |
{ | |
"MCC": "634", | |
"MNC": "01", | |
"Brand": "Zain SD", | |
"Operator": "Zain Group - Sudan", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "Former, Mobitel" | |
}, | |
{ | |
"MCC": "634", | |
"MNC": "02", | |
"Brand": "MTN", | |
"Operator": "MTN Sudan", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "634", | |
"MNC": "03", | |
"Brand": "MTN", | |
"Operator": "MTN Sudan", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[66]" | |
}, | |
{ | |
"MCC": "634", | |
"MNC": "05", | |
"Brand": "Canar Telecom", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 450", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "634", | |
"MNC": "07", | |
"Brand": "Sudani One", | |
"Operator": "Sudatel Group", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100 / CDMA2000 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "634", | |
"MNC": "09", | |
"Brand": "Privet Network", | |
"Operator": "NEC", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Suriname": { | |
"code": "SR", | |
"operators": [ | |
{ | |
"MCC": "746", | |
"MNC": "02", | |
"Brand": "Telesur", | |
"Operator": "Telecommunications Company Suriname (Telesur)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[58]" | |
}, | |
{ | |
"MCC": "746", | |
"MNC": "03", | |
"Brand": "Digicel", | |
"Operator": "Digicel Group Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 850", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "746", | |
"MNC": "04", | |
"Brand": "Uniqa", | |
"Operator": "Intelsur N.V. / UTS N.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "746", | |
"MNC": "05", | |
"Brand": "Telesur", | |
"Operator": "Telecommunications Company Suriname (Telesur)", | |
"Status": "Unknown", | |
"Bands (MHz)": "CDMA 450", | |
"References and notes": "[2]" | |
} | |
] | |
}, | |
"Swaziland": { | |
"code": "SZ", | |
"operators": [ | |
{ | |
"MCC": "653", | |
"MNC": "01", | |
"Brand": "", | |
"Operator": "SPTC", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "653", | |
"MNC": "10", | |
"Brand": "Swazi MTN", | |
"Operator": "Swazi MTN Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Sweden": { | |
"code": "SE", | |
"operators": [ | |
{ | |
"MCC": "240", | |
"MNC": "01", | |
"Brand": "Telia", | |
"Operator": "TeliaSonera Sverige AB", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "[185]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "02", | |
"Brand": "3", | |
"Operator": "HI3G Access AB", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 900 / UMTS 2100 / LTE 800 / LTE 2600 / TD-LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "03", | |
"Brand": "Net 1", | |
"Operator": "Netett Sverige AB", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 450", | |
"References and notes": "Former Ice.net; change to LTE 450 planned" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "04", | |
"Brand": "SWEDEN", | |
"Operator": "3G Infrastructure Services AB", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "Owned by Hi3G Access (3) and Telenor. Not available in major cities since the owners operate their own city networks." | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "05", | |
"Brand": "Sweden 3G", | |
"Operator": "Svenska UMTS-Nät AB", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "Owned by Telia and Tele2. Available all over Sweden." | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "06", | |
"Brand": "Telenor", | |
"Operator": "Telenor Sverige AB", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "former Vodafone Sweden" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "07", | |
"Brand": "Tele2", | |
"Operator": "Tele2 Sverige AB", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Now merged with Telenor into Net4Mobility" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "08", | |
"Brand": "Telenor", | |
"Operator": "Telenor Sverige AB", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Now merged with Tele2 into Net4Mobility" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "09", | |
"Brand": "djuice", | |
"Operator": "Telenor Mobile Sweden AS", | |
"Status": "Not operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "former Telenor MVNO; MNC withdrawn [184]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "10", | |
"Brand": "Spring Mobil", | |
"Operator": "Spring Mobil AB", | |
"Status": "Operational", | |
"Bands (MHz)": "", | |
"References and notes": "Only used on femto- and nanocells." | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "11", | |
"Brand": "", | |
"Operator": "Lindholmen Science Park AB", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "MNC withdrawn [93]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "12", | |
"Brand": "Lycamobile", | |
"Operator": "Lycamobile Sweden Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "13", | |
"Brand": "", | |
"Operator": "Alltele Företag Sverige AB", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "14", | |
"Brand": "", | |
"Operator": "TDC Sverige AB", | |
"Status": "Not operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "15", | |
"Brand": "", | |
"Operator": "Wireless Maingate Nordic AB", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "16", | |
"Brand": "", | |
"Operator": "42 Telecom AB", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "17", | |
"Brand": "Gotanet", | |
"Operator": "Götalandsnätet AB", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "18", | |
"Brand": "", | |
"Operator": "Generic Mobile Systems Sweden AB", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "19", | |
"Brand": "Vectone Mobile / Delight Mobile", | |
"Operator": "Mundio Mobile (Sweden) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "MVNO in Telia's network" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "20", | |
"Brand": "", | |
"Operator": "Wireless Maingate Messaging Services AB", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "21", | |
"Brand": "MobiSir", | |
"Operator": "Trafikverket ICT", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R 900", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "22", | |
"Brand": "", | |
"Operator": "EuTel AB", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "23", | |
"Brand": "", | |
"Operator": "Infobip Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[105]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "24", | |
"Brand": "Sweden 2G", | |
"Operator": "Net4Mobility HB", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / LTE 800 / LTE 900 / LTE 1800 / LTE 2600", | |
"References and notes": "LTE1800 only available in major cities, it was deployed mostly to boost sales of the iPhone 5; owned by Telenor and Tele2." | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "25", | |
"Brand": "", | |
"Operator": "Digitel Mobile Srl", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "MNC withdrawn [184]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "26", | |
"Brand": "", | |
"Operator": "Beepsend AB", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "27", | |
"Brand": "", | |
"Operator": "Fogg Mobile AB", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Using 3 Swedens network [184]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "28", | |
"Brand": "", | |
"Operator": "CoolTEL Aps", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "29", | |
"Brand": "", | |
"Operator": "Mercury International Carrier Services", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "30", | |
"Brand": "", | |
"Operator": "NextGen Mobile Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "31", | |
"Brand": "", | |
"Operator": "RebTel Network AB", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Former Mobimax AB[185][186]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "32", | |
"Brand": "", | |
"Operator": "Compatel Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "33", | |
"Brand": "", | |
"Operator": "Mobile Arts AB", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[187]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "34", | |
"Brand": "", | |
"Operator": "Pro Net Telecommunications Services Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Formerly Tigo[186]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "35", | |
"Brand": "", | |
"Operator": "42 Telecom LTD", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "36", | |
"Brand": "", | |
"Operator": "interactive digital media GmbH", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "37", | |
"Brand": "", | |
"Operator": "CLX Networks AB", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "38", | |
"Brand": "Voxbone", | |
"Operator": "Voxbone mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "39", | |
"Brand": "", | |
"Operator": "Borderlight AB", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Former iCentrex Sweden AB [55][67][93]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "40", | |
"Brand": "", | |
"Operator": "ReWiCom Scandinavia AB", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "41", | |
"Brand": "", | |
"Operator": "Shyam Telecom UK Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[188]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "42", | |
"Brand": "", | |
"Operator": "Telenor Connexion AB", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "43", | |
"Brand": "", | |
"Operator": "MobiWeb Ltd.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[67]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "44", | |
"Brand": "", | |
"Operator": "Limitless Mobile AB", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[67]" | |
}, | |
{ | |
"MCC": "240", | |
"MNC": "45", | |
"Brand": "", | |
"Operator": "Spirius AB", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
} | |
] | |
}, | |
"Switzerland": { | |
"code": "CH", | |
"operators": [ | |
{ | |
"MCC": "228", | |
"MNC": "01", | |
"Brand": "Swisscom", | |
"Operator": "Swisscom Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "02", | |
"Brand": "Sunrise", | |
"Operator": "Sunrise Communications AG", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "[15][63]" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "03", | |
"Brand": "Salt", | |
"Operator": "Salt Mobile SA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "[15][63][189][29] Former Orange" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "05", | |
"Brand": "", | |
"Operator": "Comfone AG", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Former Togewanet AG [189]" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "06", | |
"Brand": "SBB-CFF-FFS", | |
"Operator": "SBB AG", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "07", | |
"Brand": "IN&Phone", | |
"Operator": "IN&Phone SA", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "MNC withdrawn, bankrupt in 2012[189]" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "08", | |
"Brand": "Tele4u", | |
"Operator": "TelCommunication Services AG", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "owned by Sunrise, former Tele2 [29]" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "09", | |
"Brand": "", | |
"Operator": "Comfone AG", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[55]" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "12", | |
"Brand": "", | |
"Operator": "Sunrise", | |
"Status": "Inactive", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "50", | |
"Brand": "", | |
"Operator": "3G Mobile AG", | |
"Status": "Not operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "MNC withdrawn[189]" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "51", | |
"Brand": "", | |
"Operator": "BebbiCell AG", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Also for paging" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "52", | |
"Brand": "Barablu", | |
"Operator": "Barablu", | |
"Status": "Not operational", | |
"Bands (MHz)": "", | |
"References and notes": "MNC withdrawn[189]" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "53", | |
"Brand": "", | |
"Operator": "UPC Cablecom GmbH", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[55]" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "54", | |
"Brand": "", | |
"Operator": "Lycamobile AG", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[55]" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "55", | |
"Brand": "", | |
"Operator": "WeMobile SA", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "SMS service for fixed networks only[189]" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "56", | |
"Brand": "", | |
"Operator": "SMSRelay AG", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "SMS service for fixed networks only[55][189]" | |
}, | |
{ | |
"MCC": "228", | |
"MNC": "99", | |
"Brand": "", | |
"Operator": "Swisscom", | |
"Status": "Unknown", | |
"Bands (MHz)": "", | |
"References and notes": "Test network[189]" | |
} | |
] | |
}, | |
"Syria": { | |
"code": "SY", | |
"operators": [ | |
{ | |
"MCC": "417", | |
"MNC": "01", | |
"Brand": "Syriatel", | |
"Operator": "Syriatel Mobile Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "417", | |
"MNC": "02", | |
"Brand": "MTN", | |
"Operator": "MTN Syria", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Former Spacetel" | |
}, | |
{ | |
"MCC": "417", | |
"MNC": "09", | |
"Brand": "", | |
"Operator": "Syrian Telecom", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
} | |
] | |
}, | |
"Taiwan": { | |
"code": "TW", | |
"operators": [ | |
{ | |
"MCC": "466", | |
"MNC": "01", | |
"Brand": "FarEasTone", | |
"Operator": "Far EasTone Telecommunications Co Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 700 / LTE 1800", | |
"References and notes": "LTE band 28[15]" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "02", | |
"Brand": "FarEasTone", | |
"Operator": "Far EasTone Telecommunications Co Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "[190]" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "03", | |
"Brand": "FarEasTone", | |
"Operator": "Far EasTone Telecommunications Co Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "[190]" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "05", | |
"Brand": "APTG", | |
"Operator": "Asia Pacific Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 800 / LTE 700", | |
"References and notes": "LTE band 28[15]" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "06", | |
"Brand": "FarEasTone", | |
"Operator": "Far EasTone Telecommunications Co Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Former KG Telecom until 2004" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "07", | |
"Brand": "FarEasTone", | |
"Operator": "Far EasTone Telecommunications Co Ltd", | |
"Status": "Not operational", | |
"Bands (MHz)": "WiMAX 2600", | |
"References and notes": "Shut down in 2015[190][191]" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "09", | |
"Brand": "VMAX", | |
"Operator": "Vmax Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "WiMAX 2600", | |
"References and notes": "[190]" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "10", | |
"Brand": "G1", | |
"Operator": "Global Mobile Corp.", | |
"Status": "Operational", | |
"Bands (MHz)": "WiMAX 2600", | |
"References and notes": "[190]" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "11", | |
"Brand": "Chunghwa LDM", | |
"Operator": "LDTA/Chunghwa Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Also known as \"Long Distance & Mobile Business Group\"" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "12", | |
"Brand": "", | |
"Operator": "Ambit Microsystems", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700 / LTE 900", | |
"References and notes": "Subsidiary of Foxconn; LTE band 28 [192][193]" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "56", | |
"Brand": "FITEL", | |
"Operator": "First International Telecom", | |
"Status": "Not operational", | |
"Bands (MHz)": "WiMAX 2600 / PHS", | |
"References and notes": "Bankruptcy in 2014[190][191]" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "68", | |
"Brand": "", | |
"Operator": "Tatung InfoComm", | |
"Status": "Not operational", | |
"Bands (MHz)": "WiMAX 2600", | |
"References and notes": "License expired in 2014 [190][191][194]" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "88", | |
"Brand": "FarEasTone", | |
"Operator": "Far EasTone Telecommunications Co Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Former KG Telecom until 2004, KG Telecom brand used until 2009" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "89", | |
"Brand": "T Star", | |
"Operator": "Taiwan Star Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100 / LTE 900", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "90", | |
"Brand": "T Star", | |
"Operator": "Taiwan Star Telecom", | |
"Status": "Unknown", | |
"Bands (MHz)": "LTE 900", | |
"References and notes": "[193]" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "92", | |
"Brand": "Chunghwa", | |
"Operator": "Chunghwa Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 900 / LTE 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "93", | |
"Brand": "MobiTai", | |
"Operator": "Mobitai Communications", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Acquired by Taiwan Mobile in 2004, MobiTai brand used until 2008" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "97", | |
"Brand": "Taiwan Mobile", | |
"Operator": "Taiwan Mobile Co. Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 700 / LTE 1800", | |
"References and notes": "LTE band 28[15]" | |
}, | |
{ | |
"MCC": "466", | |
"MNC": "99", | |
"Brand": "TransAsia", | |
"Operator": "TransAsia Telecoms", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Acquired by Taiwan Mobile in 2002, TransAsia brand used until 2008" | |
} | |
] | |
}, | |
"Tajikistan": { | |
"code": "TJ", | |
"operators": [ | |
{ | |
"MCC": "436", | |
"MNC": "01", | |
"Brand": "Tcell", | |
"Operator": "JV Somoncom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800", | |
"References and notes": "[12]" | |
}, | |
{ | |
"MCC": "436", | |
"MNC": "02", | |
"Brand": "Tcell", | |
"Operator": "Indigo Tajikistan", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 800", | |
"References and notes": "[13]" | |
}, | |
{ | |
"MCC": "436", | |
"MNC": "03", | |
"Brand": "Megafon Tajikistan", | |
"Operator": "TT Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[14]" | |
}, | |
{ | |
"MCC": "436", | |
"MNC": "04", | |
"Brand": "Babilon-M", | |
"Operator": "Babilon-Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2100", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "436", | |
"MNC": "05", | |
"Brand": "Beeline", | |
"Operator": "Tacom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[16]" | |
}, | |
{ | |
"MCC": "436", | |
"MNC": "12", | |
"Brand": "Tcell", | |
"Operator": "Indigo", | |
"Status": "Unknown", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "[17]" | |
} | |
] | |
}, | |
"Tanzania": { | |
"code": "TZ", | |
"operators": [ | |
{ | |
"MCC": "640", | |
"MNC": "01", | |
"Brand": "", | |
"Operator": "Rural NetCo Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[195]" | |
}, | |
{ | |
"MCC": "640", | |
"MNC": "02", | |
"Brand": "tiGO", | |
"Operator": "MIC Tanzania Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Former Mobitel and Buzz" | |
}, | |
{ | |
"MCC": "640", | |
"MNC": "03", | |
"Brand": "Zantel", | |
"Operator": "Zanzibar Telecom Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "640", | |
"MNC": "04", | |
"Brand": "Vodacom", | |
"Operator": "Vodacom Tanzania Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "640", | |
"MNC": "05", | |
"Brand": "Airtel", | |
"Operator": "Bharti Airtel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Former Celtel (Zain)[51]" | |
}, | |
{ | |
"MCC": "640", | |
"MNC": "06", | |
"Brand": "Sasatel", | |
"Operator": "Dovetel Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA", | |
"References and notes": "[195]" | |
}, | |
{ | |
"MCC": "640", | |
"MNC": "07", | |
"Brand": "TTCL Mobile", | |
"Operator": "Tanzania Telecommunication Company LTD (TTCL)", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "[195]" | |
}, | |
{ | |
"MCC": "640", | |
"MNC": "08", | |
"Brand": "Benson Online (BOL)", | |
"Operator": "Benson Informatics Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA", | |
"References and notes": "[195]" | |
}, | |
{ | |
"MCC": "640", | |
"MNC": "09", | |
"Brand": "Hits", | |
"Operator": "ExcellentCom Tanzania Limited", | |
"Status": "Not operational", | |
"Bands (MHz)": "", | |
"References and notes": "MNC withdrawn[195]" | |
}, | |
{ | |
"MCC": "640", | |
"MNC": "11", | |
"Brand": "SmileCom", | |
"Operator": "Smile Telecoms Holdings Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 800", | |
"References and notes": "[195]" | |
}, | |
{ | |
"MCC": "640", | |
"MNC": "12", | |
"Brand": "", | |
"Operator": "MyCell Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[195]" | |
} | |
] | |
}, | |
"Thailand": { | |
"code": "TH", | |
"operators": [ | |
{ | |
"MCC": "520", | |
"MNC": "00", | |
"Brand": "my by CAT", | |
"Operator": "CAT Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850", | |
"References and notes": "GSM roaming with True Move, former Hutch Thailand" | |
}, | |
{ | |
"MCC": "520", | |
"MNC": "01", | |
"Brand": "AIS", | |
"Operator": "Advanced Info Service", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "520", | |
"MNC": "02", | |
"Brand": "CAT CDMA", | |
"Operator": "CAT Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "1xEV-DO Rev.A" | |
}, | |
{ | |
"MCC": "520", | |
"MNC": "03", | |
"Brand": "AIS 3G", | |
"Operator": "AWN", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "GSM roaming with TH GSM" | |
}, | |
{ | |
"MCC": "520", | |
"MNC": "04", | |
"Brand": "truemove H 4G LTE", | |
"Operator": "Real Future", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100 / LTE 2100", | |
"References and notes": "First commercial 4G LTE since April 2013[196] / GSM roaming with True Move / HSPA roaming with CAT 3G+[197]" | |
}, | |
{ | |
"MCC": "520", | |
"MNC": "05", | |
"Brand": "dtac TriNet", | |
"Operator": "DTN", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100 / LTE 2100", | |
"References and notes": "GSM/HSPA roaming with dtac[198]" | |
}, | |
{ | |
"MCC": "520", | |
"MNC": "15", | |
"Brand": "TOT 3G", | |
"Operator": "Telephone Organization of Thailand (TOT)", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "Former known as Thaimobile 1900 (ACT Mobile)" | |
}, | |
{ | |
"MCC": "520", | |
"MNC": "18", | |
"Brand": "dtac", | |
"Operator": "Total Access Communication", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 850", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "520", | |
"MNC": "23", | |
"Brand": "AIS GSM 1800", | |
"Operator": "(AIS)", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "520", | |
"MNC": "25", | |
"Brand": "WE PCT", | |
"Operator": "True Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "PHS 1900", | |
"References and notes": "In Bangkok area" | |
}, | |
{ | |
"MCC": "520", | |
"MNC": "47", | |
"Brand": "", | |
"Operator": "Telephone Organization of Thailand (TOT)", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[199]" | |
}, | |
{ | |
"MCC": "520", | |
"MNC": "99", | |
"Brand": "truemove", | |
"Operator": "True Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Togo": { | |
"code": "TG", | |
"operators": [ | |
{ | |
"MCC": "615", | |
"MNC": "01", | |
"Brand": "Togo Cell", | |
"Operator": "Togo Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "615", | |
"MNC": "03", | |
"Brand": "Moov", | |
"Operator": "Moov Togo", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Tonga": { | |
"code": "TO", | |
"operators": [ | |
{ | |
"MCC": "539", | |
"MNC": "01", | |
"Brand": "U-Call", | |
"Operator": "Tonga Communications Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "539", | |
"MNC": "43", | |
"Brand": "", | |
"Operator": "Shoreline Communication", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "539", | |
"MNC": "88", | |
"Brand": "Digicel", | |
"Operator": "Digicel (Tonga) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Trinidad and Tobago": { | |
"code": "TT", | |
"operators": [ | |
{ | |
"MCC": "374", | |
"MNC": "12", | |
"Brand": "bmobile", | |
"Operator": "TSTT", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "374", | |
"MNC": "130", | |
"Brand": "Digicel", | |
"Operator": "Digicel (Trinidad & Tobago) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "374", | |
"MNC": "140", | |
"Brand": "", | |
"Operator": "LaqTel Ltd.", | |
"Status": "Not operational", | |
"Bands (MHz)": "CDMA", | |
"References and notes": "Shut down 2008 [2]" | |
} | |
] | |
}, | |
"Tunisia": { | |
"code": "TN", | |
"operators": [ | |
{ | |
"MCC": "605", | |
"MNC": "01", | |
"Brand": "Orange", | |
"Operator": "Orange Tunisie", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "605", | |
"MNC": "02", | |
"Brand": "Tunicell", | |
"Operator": "Tunisie Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "605", | |
"MNC": "03", | |
"Brand": "OOREDOO TN", | |
"Operator": "ooredoo Tunisiana", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100", | |
"References and notes": "former Orascom Telecom Tunisie [63]" | |
} | |
] | |
}, | |
"Turkey": { | |
"code": "TR", | |
"operators": [ | |
{ | |
"MCC": "286", | |
"MNC": "01", | |
"Brand": "Turkcell", | |
"Operator": "Turkcell Iletisim Hizmetleri A.S.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "286", | |
"MNC": "02", | |
"Brand": "Vodafone", | |
"Operator": "Vodafone Turkey", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "Formerly known as Telsim" | |
}, | |
{ | |
"MCC": "286", | |
"MNC": "03", | |
"Brand": "Avea", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100", | |
"References and notes": "Formerly Aria and Aycell" | |
}, | |
{ | |
"MCC": "286", | |
"MNC": "04", | |
"Brand": "", | |
"Operator": "Aycell", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Merged into Aria to form Avea" | |
} | |
] | |
}, | |
"Turkmenistan": { | |
"code": "TM", | |
"operators": [ | |
{ | |
"MCC": "438", | |
"MNC": "01", | |
"Brand": "MTS", | |
"Operator": "MTS Turkmenistan", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "438", | |
"MNC": "02", | |
"Brand": "TM-Cell", | |
"Operator": "Altyn Asyr", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "438", | |
"MNC": "03", | |
"Brand": "AGTS CDMA", | |
"Operator": "AŞTU", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 450", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Turks and Caicos Islands": { | |
"code": "TC", | |
"operators": [ | |
{ | |
"MCC": "338", | |
"MNC": "050", | |
"Brand": "Digicel", | |
"Operator": "Digicel (Turks & Caicos) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "376", | |
"MNC": "350", | |
"Brand": "C&W", | |
"Operator": "Cable & Wireless West Indies Ltd (Turks & Caicos)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "376", | |
"MNC": "352", | |
"Brand": "IslandCom", | |
"Operator": "IslandCom Telecommunications", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 850", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "376", | |
"MNC": "360", | |
"Brand": "IslandCom", | |
"Operator": "IslandCom Telecommunications", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
} | |
] | |
}, | |
"Tuvalu": { | |
"code": "TV", | |
"operators": [ | |
{ | |
"MCC": "553", | |
"MNC": "01", | |
"Brand": "TTC", | |
"Operator": "Tuvalu Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Uganda": { | |
"code": "UG", | |
"operators": [ | |
{ | |
"MCC": "641", | |
"MNC": "01", | |
"Brand": "Airtel", | |
"Operator": "Bharti Airtel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "Former Zain, Celtel [3][51]" | |
}, | |
{ | |
"MCC": "641", | |
"MNC": "06", | |
"Brand": "Vodafone", | |
"Operator": "Afrimax Uganda", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2600", | |
"References and notes": "[200]" | |
}, | |
{ | |
"MCC": "641", | |
"MNC": "10", | |
"Brand": "MTN", | |
"Operator": "MTN Uganda", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900 / UMTS 2100 / TD-LTE 2600", | |
"References and notes": "LTE band 41[3][15][58]" | |
}, | |
{ | |
"MCC": "641", | |
"MNC": "11", | |
"Brand": "UTL", | |
"Operator": "Uganda Telecom Ltd.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "[3]" | |
}, | |
{ | |
"MCC": "641", | |
"MNC": "14", | |
"Brand": "Africell", | |
"Operator": "Africell Uganda", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS / LTE 800", | |
"References and notes": "Former Orange, HITS Telecom; LTE band 20[3][15]" | |
}, | |
{ | |
"MCC": "641", | |
"MNC": "18", | |
"Brand": "", | |
"Operator": "Suretelecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "641", | |
"MNC": "22", | |
"Brand": "Airtel", | |
"Operator": "Bharti Airtel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS", | |
"References and notes": "Former Warid Telecom[3]" | |
}, | |
{ | |
"MCC": "641", | |
"MNC": "30", | |
"Brand": "", | |
"Operator": "Anupam Global Soft Uganda Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "641", | |
"MNC": "33", | |
"Brand": "Smile", | |
"Operator": "Smile Communications Uganda Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 800", | |
"References and notes": "LTE band 20[15]" | |
}, | |
{ | |
"MCC": "641", | |
"MNC": "40", | |
"Brand": "", | |
"Operator": "Civil Aviation Authority (CAA)", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "641", | |
"MNC": "44", | |
"Brand": "K2", | |
"Operator": "K2 Telecom Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "641", | |
"MNC": "66", | |
"Brand": "i-Tel", | |
"Operator": "i-Tel Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
} | |
] | |
}, | |
"Ukraine": { | |
"code": "UA", | |
"operators": [ | |
{ | |
"MCC": "255", | |
"MNC": "01", | |
"Brand": "MTS", | |
"Operator": "MTS Ukraine", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / CDMA 450 / UMTS 2100", | |
"References and notes": "Former UMC" | |
}, | |
{ | |
"MCC": "255", | |
"MNC": "02", | |
"Brand": "Beeline", | |
"Operator": "Kyivstar GSM JSC", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "Former WellCOM. Taken over by Kyivstar." | |
}, | |
{ | |
"MCC": "255", | |
"MNC": "03", | |
"Brand": "Kyivstar", | |
"Operator": "Kyivstar GSM JSC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "255", | |
"MNC": "04", | |
"Brand": "IT", | |
"Operator": "Intertelecom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "255", | |
"MNC": "05", | |
"Brand": "Golden Telecom", | |
"Operator": "Kyivstar GSM JSC", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "No longer provide mobile services" | |
}, | |
{ | |
"MCC": "255", | |
"MNC": "06", | |
"Brand": "life:)", | |
"Operator": "Astelit", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "255", | |
"MNC": "07", | |
"Brand": "3Mob", | |
"Operator": "3Mob (Ukrtelecom UMTS )", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "Former Utel(Ukrtelecom),GSM roaming with MTS" | |
}, | |
{ | |
"MCC": "255", | |
"MNC": "21", | |
"Brand": "PEOPLEnet", | |
"Operator": "Telesystems of Ukraine", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "255", | |
"MNC": "23", | |
"Brand": "CDMA Ukraine", | |
"Operator": "Intertelecom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "255", | |
"MNC": "25", | |
"Brand": "NEWTONE", | |
"Operator": "CST Invest", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA 800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"United Arab Emirates": { | |
"code": "AE", | |
"operators": [ | |
{ | |
"MCC": "424", | |
"MNC": "02", | |
"Brand": "Etisalat", | |
"Operator": "Emirates Telecom Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "424", | |
"MNC": "03", | |
"Brand": "du", | |
"Operator": "Emirates Integrated Telecommunications Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
} | |
] | |
}, | |
"United Kingdom": { | |
"code": "GB", | |
"operators": [ | |
{ | |
"MCC": "234", | |
"MNC": "00", | |
"Brand": "BT", | |
"Operator": "BT Group", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "[201]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "01", | |
"Brand": "Vectone Mobile", | |
"Operator": "Mundio Mobile Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Previously: Mapesbury Communications Ltd." | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "02", | |
"Brand": "O2 (UK)", | |
"Operator": "Telefónica Europe", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "03", | |
"Brand": "Airtel-Vodafone", | |
"Operator": "Jersey Airtel Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Jersey and Guernsey only" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "04", | |
"Brand": "FMS Solutions Ltd", | |
"Operator": "FMS Solutions Ltd", | |
"Status": "Reserved", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "05", | |
"Brand": "", | |
"Operator": "COLT Mobile Telecommunications Limited", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "06", | |
"Brand": "", | |
"Operator": "Internet Computer Bureau Limited", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "07", | |
"Brand": "", | |
"Operator": "Cable & Wireless Worldwide", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "08", | |
"Brand": "", | |
"Operator": "OnePhone (UK) Ltd", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "09", | |
"Brand": "", | |
"Operator": "Tismi BV", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "10", | |
"Brand": "O2 (UK)", | |
"Operator": "Telefónica Europe", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "11", | |
"Brand": "O2 (UK)", | |
"Operator": "Telefónica Europe", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "12", | |
"Brand": "Railtrack", | |
"Operator": "Network Rail Infrastructure Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "13", | |
"Brand": "Railtrack", | |
"Operator": "Network Rail Infrastructure Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM-R", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "14", | |
"Brand": "Hay Systems Ltd", | |
"Operator": "Hay Systems Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "15", | |
"Brand": "Vodafone UK", | |
"Operator": "Vodafone", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "16", | |
"Brand": "Talk Talk", | |
"Operator": "TalkTalk Communications Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Formerly Opal Tel Ltd; uses Vodafone for radio access" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "17", | |
"Brand": "", | |
"Operator": "FleXtel Limited", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "18", | |
"Brand": "Cloud9", | |
"Operator": "Cloud9", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Isle of Man network shut down" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "19", | |
"Brand": "Private Mobile Networks PMN", | |
"Operator": "Teleware plc", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "20", | |
"Brand": "3", | |
"Operator": "Hutchison 3G UK Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "UMTS 2100 / LTE 1800", | |
"References and notes": "National roaming with Orange (UK)'s 2G network" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "21", | |
"Brand": "", | |
"Operator": "LogicStar Ltd", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "MNC withdrawn[2][201]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "22", | |
"Brand": "", | |
"Operator": "Telesign Mobile Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Former Routo Telecommunications Limited[201]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "23", | |
"Brand": "", | |
"Operator": "Icron Network Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[201]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "24", | |
"Brand": "Greenfone", | |
"Operator": "Stour Marine Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "25", | |
"Brand": "Truphone", | |
"Operator": "Truphone", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Uses Vodafone for radio access" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "26", | |
"Brand": "Lycamobile", | |
"Operator": "Lycamobile UK Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Uses O2 Network" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "27", | |
"Brand": "", | |
"Operator": "Teleena UK Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNE", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "28", | |
"Brand": "", | |
"Operator": "Marathon Telecom Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Holds unused spectrum in Jersey[201]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "29", | |
"Brand": "aql", | |
"Operator": "(aq) Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[201]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "30", | |
"Brand": "T-Mobile UK", | |
"Operator": "EE", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "Previously owned by Deutsche Telekom" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "31", | |
"Brand": "Virgin Mobile UK", | |
"Operator": "Virgin Media", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Virtual network using EE's network" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "32", | |
"Brand": "Virgin Mobile UK", | |
"Operator": "Virgin Media", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "Virtual network using EE's network" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "33", | |
"Brand": "Orange (UK)", | |
"Operator": "EE", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "Previously owned by Orange S.A." | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "34", | |
"Brand": "Orange (UK)", | |
"Operator": "EE", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 2100 / LTE 1800 / LTE 2600", | |
"References and notes": "Previously owned by Orange S.A." | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "35", | |
"Brand": "", | |
"Operator": "JSC Ingenium (UK) Limited", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "MNC withdrawn[184][201]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "36", | |
"Brand": "Sure Mobile", | |
"Operator": "Sure (Isle of Man) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / LTE", | |
"References and notes": "Former Cable and Wireless; Isle of Man only[184]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "37", | |
"Brand": "", | |
"Operator": "Synectiv Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "38", | |
"Brand": "Virgin Mobile UK", | |
"Operator": "Virgin Media", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "39", | |
"Brand": "", | |
"Operator": "SSE Energy Supply Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "50", | |
"Brand": "JT", | |
"Operator": "JT Group Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / UMTS 2100 / LTE 800 / LTE 1800 / LTE 2600", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "51", | |
"Brand": "UK Broadband", | |
"Operator": "UK Broadband Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 3500 / TD-LTE 3700", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "52", | |
"Brand": "", | |
"Operator": "Shyam Telecom UK Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "53", | |
"Brand": "", | |
"Operator": "Limitless Mobile Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "54", | |
"Brand": "", | |
"Operator": "The Carphone Warehouse Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[201]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "55", | |
"Brand": "Sure Mobile", | |
"Operator": "Sure (Guernsey) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Former Cable & Wireless; Jersey and Guernsey only" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "58", | |
"Brand": "Pronto GSM", | |
"Operator": "Manx Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100 / LTE 800 / LTE 1800", | |
"References and notes": "Isle of Man only" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "76", | |
"Brand": "BT", | |
"Operator": "BT Group", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "78", | |
"Brand": "Airwave", | |
"Operator": "Airwave Solutions Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "TETRA", | |
"References and notes": "[201]" | |
}, | |
{ | |
"MCC": "234", | |
"MNC": "86", | |
"Brand": "", | |
"Operator": "EE", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "235", | |
"MNC": "00", | |
"Brand": "", | |
"Operator": "Mundio Mobile Limited", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "235", | |
"MNC": "01", | |
"Brand": "", | |
"Operator": "EE", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "235", | |
"MNC": "02", | |
"Brand": "", | |
"Operator": "EE", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[184]" | |
}, | |
{ | |
"MCC": "235", | |
"MNC": "03", | |
"Brand": "UK Broadband", | |
"Operator": "UK Broadband Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[201]" | |
}, | |
{ | |
"MCC": "235", | |
"MNC": "77", | |
"Brand": "BT", | |
"Operator": "BT Group", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "235", | |
"MNC": "91", | |
"Brand": "", | |
"Operator": "Vodafone United Kingdom", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "235", | |
"MNC": "92", | |
"Brand": "", | |
"Operator": "Cable & Wireless UK", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "235", | |
"MNC": "94", | |
"Brand": "", | |
"Operator": "Hutchison 3G UK Ltd", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "235", | |
"MNC": "95", | |
"Brand": "", | |
"Operator": "Network Rail Infrastructure Limited", | |
"Status": "", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
} | |
] | |
}, | |
"United States of America": { | |
"code": "US", | |
"operators": [ | |
{ | |
"MCC": "310", | |
"MNC": "004", | |
"Brand": "Verizon", | |
"Operator": "Verizon Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "005", | |
"Brand": "Verizon", | |
"Operator": "Verizon Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 850 / CDMA2000 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "006", | |
"Brand": "Verizon", | |
"Operator": "Verizon Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "010", | |
"Brand": "", | |
"Operator": "MCI", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "012", | |
"Brand": "Verizon", | |
"Operator": "Verizon Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "013", | |
"Brand": "MobileTel", | |
"Operator": "", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "014", | |
"Brand": "", | |
"Operator": "Testing", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "016", | |
"Brand": "Cricket Communications", | |
"Operator": "Cricket Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 1900 / CDMA2000 1700 / CDMA2000 2100", | |
"References and notes": "EV-DO" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "017", | |
"Brand": "", | |
"Operator": "North Sight Communications Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "020", | |
"Brand": "", | |
"Operator": "Union Telephone Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900", | |
"References and notes": "Or APC Sprint Spectrum" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "026", | |
"Brand": "T-Mobile", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 1700 / UMTS 1900", | |
"References and notes": "Formerly Cook Inlet Voicestream" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "030", | |
"Brand": "AT&T", | |
"Operator": "AT&T Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": "Formerly Centennial Wireless" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "034", | |
"Brand": "Airpeak", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Formerly Nevada Wireless" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "040", | |
"Brand": "MTA", | |
"Operator": "Matanuska Telephone Association, Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA / LTE 700", | |
"References and notes": "Formerly Concho Cellular Telephone Co.; now Alaska [15]" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "046", | |
"Brand": "SIMMETRY", | |
"Operator": "TMP Corp", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "053", | |
"Brand": "", | |
"Operator": "Virgin Mobile US", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 1900.", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "054", | |
"Brand": "", | |
"Operator": "Alltel US", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "060", | |
"Brand": "", | |
"Operator": "Consolidated Telcom", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "066", | |
"Brand": "U.S. Cellular", | |
"Operator": "U.S. Cellular", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM AND CDMA", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "070", | |
"Brand": "", | |
"Operator": "Highland Cellular", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Cellular One reseller" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "080", | |
"Brand": "Corr", | |
"Operator": "Corr Wireless Communications LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "090", | |
"Brand": "Cricket Communications", | |
"Operator": "Cricket Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 1900 / CDMA2000 1700 / CDMA2000 2100", | |
"References and notes": "EV-DO" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "100", | |
"Brand": "Plateau Wireless", | |
"Operator": "New Mexico RSA 4 East Ltd. Partnership", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "110", | |
"Brand": "PTI Pacifica", | |
"Operator": "PTI Pacifica Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "120", | |
"Brand": "Sprint", | |
"Operator": "Sprint Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "130", | |
"Brand": "Carolina West Wireless", | |
"Operator": "Carolina West Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 1900 / LTE 700", | |
"References and notes": "North Carolina [15]" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "150", | |
"Brand": "AT&T", | |
"Operator": "Cricket Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / UMTS 850 / UMTS 1900", | |
"References and notes": "Originally BellSouth Mobility DCS, then Cingular Wireless, then Aio Wireless, which was rebranded to the new GSM Cricket." | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "160", | |
"Brand": "T-Mobile", | |
"Operator": "T-Mobile US", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "170", | |
"Brand": "AT&T", | |
"Operator": "AT&T Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "Formerly Cingular Wireless CA/NV known as \"Cingular Orange\", previously Pacific Bell Wireless" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "180", | |
"Brand": "West Central", | |
"Operator": "West Central Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / UMTS 850 / UMTS 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "190", | |
"Brand": "Dutch Harbor", | |
"Operator": "Alaska Wireless Communications, LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": "Probably \"Alaska Communications Services\", seems to be using CDMA" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "200", | |
"Brand": "", | |
"Operator": "T-Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "Formerly Smith Bagley" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "210", | |
"Brand": "", | |
"Operator": "T-Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "Iowa" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "220", | |
"Brand": "", | |
"Operator": "T-Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "Kansas / Oklahoma" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "230", | |
"Brand": "", | |
"Operator": "T-Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "Utah" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "240", | |
"Brand": "", | |
"Operator": "T-Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "New Mexico / Texas / Arizona" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "250", | |
"Brand": "", | |
"Operator": "T-Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "Hawaii" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "260", | |
"Brand": "T-Mobile USA", | |
"Operator": "T-Mobile USA", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 1900 / UMTS 1700/2100 (AWS) / Band 12 700 MHz", | |
"References and notes": "Universal USA code" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "270", | |
"Brand": "", | |
"Operator": "T-Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "Formerly Powertel" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "280", | |
"Brand": "AT&T", | |
"Operator": "AT&T Mobility", | |
"Status": "Not Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "290", | |
"Brand": "", | |
"Operator": "T-Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "300", | |
"Brand": "Big Sky Mobile", | |
"Operator": "Smart Call (Truphone)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "310", | |
"Brand": "", | |
"Operator": "T-Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "Formerly Aerial Communications" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "311", | |
"Brand": "", | |
"Operator": "Farmers Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "320", | |
"Brand": "Cellular One", | |
"Operator": "Smith Bagley, Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "330", | |
"Brand": "T-Mobile", | |
"Operator": "", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "340", | |
"Brand": "Westlink", | |
"Operator": "Westlink Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "Kansas" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "350", | |
"Brand": "", | |
"Operator": "Carolina Phone", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "360", | |
"Brand": "Pioneer Cellular", | |
"Operator": "Cellular Network Partnership", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA / LTE 700", | |
"References and notes": "Oklahoma [15]" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "380", | |
"Brand": "AT&T", | |
"Operator": "AT&T Mobility", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900", | |
"References and notes": "Formerly Cingular Wireless known as \"Cingular Blue\", previously AT&T Wireless Services" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "390", | |
"Brand": "Cellular One of East Texas", | |
"Operator": "TX-11 Acquisition, LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "400", | |
"Brand": "i CAN_GSM", | |
"Operator": "Wave Runner LLC (Guam)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "410", | |
"Brand": "AT&T", | |
"Operator": "AT&T Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850 / UMTS 1900", | |
"References and notes": "Formerly Cingular Wireless" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "420", | |
"Brand": "Cincinnati Bell", | |
"Operator": "Cincinnati Bell Wireless", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900 / UMTS AWS", | |
"References and notes": "shut down 28-Feb-2015 [202]" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "430", | |
"Brand": "", | |
"Operator": "Alaska Digitel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "Also known as \"General Communications, Inc.\"" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "440", | |
"Brand": "Cellular One", | |
"Operator": "", | |
"Status": "Unknown", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "450", | |
"Brand": "Viaero", | |
"Operator": "Viaero Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900", | |
"References and notes": "Formerly CellOne NE Colorado" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "460", | |
"Brand": "Simmetry", | |
"Operator": "TMP Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "470", | |
"Brand": "nTelos", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 1900", | |
"References and notes": "Note that 310-470 is presented on this page as also being used by Guamcell" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "480", | |
"Brand": "", | |
"Operator": "Choice Phone", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "490", | |
"Brand": "T-Mobile", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900", | |
"References and notes": "Formerly SunCom" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "500", | |
"Brand": "Alltel", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 800 / CDMA2000 1900", | |
"References and notes": "EV-DO" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "510", | |
"Brand": "Airtel", | |
"Operator": "Airtel Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Formerly PSC Wireless" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "520", | |
"Brand": "VeriSign", | |
"Operator": "", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "530", | |
"Brand": "", | |
"Operator": "West Virginia Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "540", | |
"Brand": "Oklahoma Western", | |
"Operator": "Oklahoma Western Telephone Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "560", | |
"Brand": "AT&T", | |
"Operator": "AT&T Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": "Formerly Cellular One DCS, Dobson" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "570", | |
"Brand": "Cellular One", | |
"Operator": "TX-10, LLC and Central Louisiana Cellular, LLC (MTPCS)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / LTE 700", | |
"References and notes": "Montana network (former Chinook Wireless) shut down in 2014 [15]" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "580", | |
"Brand": "T-Mobile", | |
"Operator": "", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Formerly PCS One" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "590", | |
"Brand": "Alltel", | |
"Operator": "Alltel Communications Inc", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900", | |
"References and notes": "GSM roamer network only" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "600", | |
"Brand": "Cellcom", | |
"Operator": "New-Cell Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA / LTE 700", | |
"References and notes": "Michigan, Wisconsin [15]" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "610", | |
"Brand": "Epic Touch", | |
"Operator": "Elkhart Telephone Co.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "620", | |
"Brand": "Coleman County Telecom", | |
"Operator": "Coleman County Telecommunications", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "630", | |
"Brand": "miSpot", | |
"Operator": "Agri-Valley Communications", | |
"Status": "Not operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "shut down 30-Nov-2014" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "640", | |
"Brand": "AirFire", | |
"Operator": "Airadigm Communications", | |
"Status": "Not Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "formerly Einstein PCS; shut down 02-Sep-2014 [203]" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "650", | |
"Brand": "Jasper", | |
"Operator": "Jasper Wireless, inc", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "660", | |
"Brand": "T-Mobile", | |
"Operator": "", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "Formerly DigiPhone PCS / DigiPH" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "670", | |
"Brand": "Northstar", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "680", | |
"Brand": "AT&T", | |
"Operator": "AT&T Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900", | |
"References and notes": "Formerly Cellular One DCS, NPI Wireless" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "690", | |
"Brand": "Limitless Mobile", | |
"Operator": "Limitless Mobile, LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "730", | |
"Brand": "SeaMobile", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "740", | |
"Brand": "Convey", | |
"Operator": "Convey Communications Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "750", | |
"Brand": "Appalachian Wireless", | |
"Operator": "Appalachian Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 850 / CDMA2000 1900 / LTE 700", | |
"References and notes": "Voice/1XRTT/EVDO/4G LTE in Eastern KY" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "760", | |
"Brand": "Panhandle", | |
"Operator": "Panhandle Telecommunications Systems Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "770", | |
"Brand": "i wireless", | |
"Operator": "Iowa Wireless Services", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "780", | |
"Brand": "", | |
"Operator": "Airlink PCS", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "790", | |
"Brand": "PinPoint", | |
"Operator": "PinPoint Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "800", | |
"Brand": "", | |
"Operator": "T-Mobile", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "Formerly SOL Communications" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "830", | |
"Brand": "Caprock", | |
"Operator": "Caprock Cellular", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "840", | |
"Brand": "telna Mobile", | |
"Operator": "Telecom North America Mobile, Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": "Provides multi-IMSI roaming services through its multi-IMSI roaming hub" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "850", | |
"Brand": "Aeris", | |
"Operator": "Aeris Communications, Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 850 / CDMA2000 1900 / GSM 850 / GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "870", | |
"Brand": "PACE", | |
"Operator": "Kaplan Telephone Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "880", | |
"Brand": "DTC Wireless", | |
"Operator": "Advantage Cellular Systems", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "890", | |
"Brand": "Unicel", | |
"Operator": "Rural Cellular Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900", | |
"References and notes": "Former Unicel markets split between AT&T Mobility and Verizon Wireless." | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "900", | |
"Brand": "Mid-Rivers Wireless", | |
"Operator": "Cable & Communications Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 850 / CDMA2000 1900 / LTE 700", | |
"References and notes": "Montana [15]" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "910", | |
"Brand": "First Cellular", | |
"Operator": "First Cellular of Southern Illinois", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "930", | |
"Brand": "", | |
"Operator": "Copper Valley Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA / LTE 700", | |
"References and notes": "Alaska [15]" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "940", | |
"Brand": "", | |
"Operator": "Iris Wireless LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "950", | |
"Brand": "XIT Wireless", | |
"Operator": "Texas RSA 1 dba XIT Cellular", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "960", | |
"Brand": "", | |
"Operator": "Strata Networks", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA / LTE 700", | |
"References and notes": "Formerly UBET Wireless; now Utah [15]" | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "970", | |
"Brand": "Globalstar", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "Satellite", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "970", | |
"Brand": "Telemedicine Wireless", | |
"Operator": "Telemedicine Wireless (USA) Telecommunications,Inc", | |
"Status": "Operational", | |
"Bands (MHz)": "Satellite", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "980", | |
"Brand": "Akiba Telecommunications, Inc.", | |
"Operator": "AT&T (Antarctica, South Pole) Worldwide, Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "310", | |
"MNC": "990", | |
"Brand": "AT&T", | |
"Operator": "AT&T Mobility", | |
"Status": "Not operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "000", | |
"Brand": "", | |
"Operator": "Mid-Tex Cellular", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 850 / CDMA2000 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "010", | |
"Brand": "Chariton Valley", | |
"Operator": "Chariton Valley Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "012", | |
"Brand": "Verizon", | |
"Operator": "Verizon Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 850 / CDMA2000 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "020", | |
"Brand": "", | |
"Operator": "Missouri RSA 5 Partnership", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "030", | |
"Brand": "", | |
"Operator": "Indigo Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "040", | |
"Brand": "", | |
"Operator": "Commnet Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "050", | |
"Brand": "", | |
"Operator": "Thumb Cellular LP", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA / LTE 700", | |
"References and notes": "Michigan [15]" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "060", | |
"Brand": "Farmers Cellular", | |
"Operator": "Farmers Cellular Telephone", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "070", | |
"Brand": "Easterbrooke", | |
"Operator": "Easterbrooke Cellular Corporation", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "080", | |
"Brand": "Pine Cellular", | |
"Operator": "Pine Telephone Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / LTE", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "090", | |
"Brand": "Long Lines Wireless", | |
"Operator": "Long Lines Wireless LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "100", | |
"Brand": "", | |
"Operator": "High Plains Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "110", | |
"Brand": "", | |
"Operator": "High Plains Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "120", | |
"Brand": "", | |
"Operator": "Choice Phone", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "130", | |
"Brand": "", | |
"Operator": "Cell One Amarillo", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "140", | |
"Brand": "Sprocket Wireless", | |
"Operator": "Cross Telephone / MBO Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA / LTE 700", | |
"References and notes": "Oklahoma [15]" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "150", | |
"Brand": "", | |
"Operator": "Wilkes Cellular", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "160", | |
"Brand": "", | |
"Operator": "Endless Mountains Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "170", | |
"Brand": "PetroCom", | |
"Operator": "Broadpoint Inc", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": "Maritime" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "180", | |
"Brand": "", | |
"Operator": "Cingular Wireless", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 850 / UMTS 850 / UMTS 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "190", | |
"Brand": "", | |
"Operator": "Cellular Properties", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "210", | |
"Brand": "", | |
"Operator": "Emery Telcom Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 2100", | |
"References and notes": "Formerly Farmers Cellular" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "220", | |
"Brand": "U.S. Cellular", | |
"Operator": "U.S. Cellular", | |
"Status": "Operational", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "230", | |
"Brand": "C Spire Wireless", | |
"Operator": "C Spire Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Formerly Cellular South" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "330", | |
"Brand": "Bug Tussel Wireless", | |
"Operator": "Bug Tussel Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "360", | |
"Brand": "", | |
"Operator": "Stelera Wireless", | |
"Status": "Not operational", | |
"Bands (MHz)": "UMTS AWS", | |
"References and notes": "shut down 30-Apr-2013 [204]" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "370", | |
"Brand": "GCI Wireless", | |
"Operator": "General Communication Inc.", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE AWS", | |
"References and notes": "Former Alaska Communications" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "410", | |
"Brand": "Chat Mobility", | |
"Operator": "Iowa RSA No. 2 LP", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "Iowa [15]" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "420", | |
"Brand": "NorthwestCell", | |
"Operator": "Northwest Missouri Cellular LP", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA / LTE 700", | |
"References and notes": "[15]" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "480", | |
"Brand": "Verizon", | |
"Operator": "Verizon Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "C Block" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "481 - 489", | |
"Brand": "Verizon", | |
"Operator": "Verizon Wireless", | |
"Status": "Not Operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "C Block for future use." | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "490", | |
"Brand": "Sprint Corporation", | |
"Operator": "Sprint", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE (Band 41)", | |
"References and notes": "in Columbus, Ohio, USA" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "500", | |
"Brand": "", | |
"Operator": "Mosaic Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700 / LTE AWS", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "530", | |
"Brand": "PTCI", | |
"Operator": "Panhandle Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / LTE 1900", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "570", | |
"Brand": "", | |
"Operator": "BendBroadband", | |
"Status": "Not operational", | |
"Bands (MHz)": "UMTS AWS / LTE AWS", | |
"References and notes": "shut down 25-July-2014 [205]" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "580", | |
"Brand": "U.S. Cellular", | |
"Operator": "U.S. Cellular", | |
"Status": "Operational", | |
"Bands (MHz)": "", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "640", | |
"Brand": "Rock Wireless", | |
"Operator": "Standing Rock Telecommunications", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "A Block; covering an American Indian reservation straddling remote parts of North and South Dakota" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "650", | |
"Brand": "United Wireless", | |
"Operator": "United Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA / LTE", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "660", | |
"Brand": "metroPCS", | |
"Operator": "metroPCS", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 1900 / CDMA 2000 LTE/AWS 1700", | |
"References and notes": "1X EV-DO Rev.A in approx. 33% CDMA 1900 Markets. Merged with T-Mobile USA forming T-Mobile US." | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "750", | |
"Brand": "", | |
"Operator": "NetAmerica Alliance", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "810", | |
"Brand": "Bluegrass Wireless", | |
"Operator": "Bluegrass Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA / LTE 700", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "870", | |
"Brand": "Boost", | |
"Operator": "Boost Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "930", | |
"Brand": "", | |
"Operator": "Syringa Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "fixed broadband" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "950", | |
"Brand": "ETC", | |
"Operator": "Enhanced Telecommmunications Corp. (Sunman Telecom)", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE", | |
"References and notes": "fixed broadband" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "960", | |
"Brand": "Lycamobile", | |
"Operator": "Lyca Technology Solutions", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "uses T-Mobile" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "970", | |
"Brand": "Big River Broadband", | |
"Operator": "Big River Broadband, LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE AWS 1700", | |
"References and notes": "Utilizing 20 MHz in A block" | |
}, | |
{ | |
"MCC": "311", | |
"MNC": "990", | |
"Brand": "", | |
"Operator": "VTel Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "040", | |
"Brand": "", | |
"Operator": "Custer Telephone Co-op (CTCI)", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "Idaho [15]" | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "050", | |
"Brand": "", | |
"Operator": "Fuego Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "fixed broadband [2]" | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "070", | |
"Brand": "", | |
"Operator": "Adams Networks Inc", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "C block fixed broadband [2][206]" | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "080", | |
"Brand": "SyncSouth", | |
"Operator": "South Georgia Regional Information Technology Authority", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "180", | |
"Brand": "", | |
"Operator": "Limiteless Mobile LLC", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "220", | |
"Brand": "", | |
"Operator": "Chariton Valley Telephone", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "330", | |
"Brand": "Nemont", | |
"Operator": "Sagebrush Cellular", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "350", | |
"Brand": "", | |
"Operator": "Triangle Communications", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "370", | |
"Brand": "", | |
"Operator": "Choice Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "420", | |
"Brand": "", | |
"Operator": "Nex-Tech Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "460", | |
"Brand": "", | |
"Operator": "Ketchikan Public Utilities (KPU)", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "Alaska [15]" | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "530", | |
"Brand": "", | |
"Operator": "Sprint Spectrum", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": null | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "590", | |
"Brand": "NMU", | |
"Operator": "Northern Michigan University", | |
"Status": "Operational", | |
"Bands (MHz)": "LTE 2600", | |
"References and notes": "EBS Band (LTE band 7)" | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "610", | |
"Brand": "", | |
"Operator": "nTelos", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "312", | |
"MNC": "780", | |
"Brand": "", | |
"Operator": "Redzone Wireless", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2500", | |
"References and notes": "LTE band 41; Maine [15]" | |
}, | |
{ | |
"MCC": "313", | |
"MNC": "100", | |
"Brand": "FirstNet", | |
"Operator": "700 MHz Public Safety Broadband", | |
"Status": "Unknown", | |
"Bands (MHz)": "LTE 700", | |
"References and notes": "D Block [2]" | |
}, | |
{ | |
"MCC": "313", | |
"MNC": "101 - 199", | |
"Brand": "", | |
"Operator": "700 MHz Public Safety Broadband", | |
"Status": "Unknown", | |
"Bands (MHz)": "LTE", | |
"References and notes": "D Block for future use" | |
}, | |
{ | |
"MCC": "316", | |
"MNC": "010", | |
"Brand": "Nextel", | |
"Operator": "Nextel Communications", | |
"Status": "Not operational", | |
"Bands (MHz)": "iDEN 800", | |
"References and notes": "Merged with Sprint forming Sprint Nextel; iDEN network shut down June 2013" | |
}, | |
{ | |
"MCC": "316", | |
"MNC": "011", | |
"Brand": "Southern LINC", | |
"Operator": "Southern Communications Services", | |
"Status": "Operational", | |
"Bands (MHz)": "iDEN 800", | |
"References and notes": "[2]" | |
} | |
] | |
}, | |
"Uruguay": { | |
"code": "UY", | |
"operators": [ | |
{ | |
"MCC": "748", | |
"MNC": "00", | |
"Brand": "Antel", | |
"Operator": "Administración Nacional de Telecomunicaciones", | |
"Status": "Unknown", | |
"Bands (MHz)": "TDMA", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "748", | |
"MNC": "01", | |
"Brand": "Antel", | |
"Operator": "Administración Nacional de Telecomunicaciones", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / UMTS 850 / UMTS 2100 / LTE 1700", | |
"References and notes": "Former brand Ancel" | |
}, | |
{ | |
"MCC": "748", | |
"MNC": "03", | |
"Brand": "Antel", | |
"Operator": "Administración Nacional de Telecomunicaciones", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "748", | |
"MNC": "07", | |
"Brand": "Movistar", | |
"Operator": "Telefónica Móviles Uruguay", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 850 / LTE 1900", | |
"References and notes": "Former Movicom" | |
}, | |
{ | |
"MCC": "748", | |
"MNC": "10", | |
"Brand": "Claro", | |
"Operator": "AM Wireless Uruguay S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1900 / UMTS 1900 / LTE 1700", | |
"References and notes": "Former CTI Móvil" | |
} | |
] | |
}, | |
"Uzbekistan": { | |
"code": "UZ", | |
"operators": [ | |
{ | |
"MCC": "434", | |
"MNC": "01", | |
"Brand": "", | |
"Operator": "Buztel", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "434", | |
"MNC": "02", | |
"Brand": "", | |
"Operator": "Uzmacom", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "434", | |
"MNC": "03", | |
"Brand": "UzMobile", | |
"Operator": "Uzbektelekom", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 450", | |
"References and notes": "EVDO Rev A" | |
}, | |
{ | |
"MCC": "434", | |
"MNC": "04", | |
"Brand": "Beeline", | |
"Operator": "Unitel LLC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600", | |
"References and notes": "Former Daewoo Unitel" | |
}, | |
{ | |
"MCC": "434", | |
"MNC": "05", | |
"Brand": "Ucell", | |
"Operator": "Coscom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600", | |
"References and notes": "[207]" | |
}, | |
{ | |
"MCC": "434", | |
"MNC": "06", | |
"Brand": "Perfectum Mobile", | |
"Operator": "RUBICON WIRELESS COMMUNICATION", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "434", | |
"MNC": "07", | |
"Brand": "UMS", | |
"Operator": "Universal Mobile Systems", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 2600", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "434", | |
"MNC": "08", | |
"Brand": "UzMobile", | |
"Operator": "Uzbektelekom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100 / LTE 1800", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Vanuatu": { | |
"code": "VU", | |
"operators": [ | |
{ | |
"MCC": "541", | |
"MNC": "00", | |
"Brand": "AIL", | |
"Operator": "ACeS International (AIL)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "541", | |
"MNC": "01", | |
"Brand": "SMILE", | |
"Operator": "Telecom Vanuatu Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "541", | |
"MNC": "05", | |
"Brand": "Digicel", | |
"Operator": "Digicel Vanuatu Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "541", | |
"MNC": "07", | |
"Brand": "WanTok", | |
"Operator": "WanTok Vanuatu Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "TD-LTE 2300", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Vatican": { | |
"code": "VA", | |
"operators": [ | |
{ | |
"MCC": "225", | |
"MNC": "", | |
"Brand": "", | |
"Operator": "", | |
"Status": "Not operational", | |
"Bands (MHz)": "", | |
"References and notes": "The Vatican is served by Italian networks TIM, Vodafone Italy, Wind and 3" | |
} | |
] | |
}, | |
"Venezuela": { | |
"code": "VE", | |
"operators": [ | |
{ | |
"MCC": "734", | |
"MNC": "01", | |
"Brand": "Digitel", | |
"Operator": "Corporacion Digitel C.A.", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Formerly INFONET" | |
}, | |
{ | |
"MCC": "734", | |
"MNC": "02", | |
"Brand": "Digitel GSM", | |
"Operator": "Corporacion Digitel C.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 / LTE 1800", | |
"References and notes": "DIGITEL-DIGICEL-INFONET Merger" | |
}, | |
{ | |
"MCC": "734", | |
"MNC": "03", | |
"Brand": "Digitel", | |
"Operator": "Corporacion Digitel C.A.", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Formerly DIGICEL" | |
}, | |
{ | |
"MCC": "734", | |
"MNC": "04", | |
"Brand": "movistar", | |
"Operator": "Telefónica Móviles Venezuela", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850 / GSM 1900 / UMTS 1900", | |
"References and notes": "CDMA2000 850 shut down March 2014[208]" | |
}, | |
{ | |
"MCC": "734", | |
"MNC": "06", | |
"Brand": "Movilnet", | |
"Operator": "Telecomunicaciones Movilnet", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 850 / GSM 850 / UMTS 1900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Vietnam": { | |
"code": "VN", | |
"operators": [ | |
{ | |
"MCC": "452", | |
"MNC": "01", | |
"Brand": "MobiFone", | |
"Operator": "Vietnam Mobile Telecom Services Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "452", | |
"MNC": "02", | |
"Brand": "Vinaphone", | |
"Operator": "Vietnam Telecom Services Company", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 900 /UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "452", | |
"MNC": "03", | |
"Brand": "S-Fone", | |
"Operator": "S-Telecom", | |
"Status": "Not operational", | |
"Bands (MHz)": "CDMA2000 800", | |
"References and notes": "License revoked [209]" | |
}, | |
{ | |
"MCC": "452", | |
"MNC": "04", | |
"Brand": "Viettel Mobile", | |
"Operator": "Viettel Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "452", | |
"MNC": "05", | |
"Brand": "Vietnamobile", | |
"Operator": "Hanoi Telecom", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / UMTS 2100", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "452", | |
"MNC": "06", | |
"Brand": "EVNTelecom", | |
"Operator": "EVN Telecom", | |
"Status": "Not operational", | |
"Bands (MHz)": "CDMA2000 450", | |
"References and notes": "License revoked [209]" | |
}, | |
{ | |
"MCC": "452", | |
"MNC": "07", | |
"Brand": "Gmobile", | |
"Operator": "GTEL Mobile JSC", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Former Beeline" | |
}, | |
{ | |
"MCC": "452", | |
"MNC": "08", | |
"Brand": "EVNTelecom", | |
"Operator": "EVN Telecom", | |
"Status": "Not operational", | |
"Bands (MHz)": "UMTS 2100", | |
"References and notes": "Acquired by Viettel Mobile" | |
} | |
] | |
}, | |
"Wallis and Futuna": { | |
"code": "WF", | |
"operators": [ | |
{ | |
"MCC": "543", | |
"MNC": "01", | |
"Brand": "", | |
"Operator": "Manuia", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[29]" | |
} | |
] | |
}, | |
"Yemen": { | |
"code": "YE", | |
"operators": [ | |
{ | |
"MCC": "421", | |
"MNC": "01", | |
"Brand": "SabaFon", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "421", | |
"MNC": "02", | |
"Brand": "MTN", | |
"Operator": "Spacetel Yemen", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "421", | |
"MNC": "03", | |
"Brand": "Yemen Mobile", | |
"Operator": "Yemen Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "CDMA2000 800", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "421", | |
"MNC": "04", | |
"Brand": "HiTS-UNITEL", | |
"Operator": "Y", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Zambia": { | |
"code": "ZM", | |
"operators": [ | |
{ | |
"MCC": "645", | |
"MNC": "01", | |
"Brand": "Airtel", | |
"Operator": "Bharti Airtel", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Former Celtel (Zain) brand[51]" | |
}, | |
{ | |
"MCC": "645", | |
"MNC": "02", | |
"Brand": "MTN", | |
"Operator": "MTN Group", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Former Telecel brand[210]" | |
}, | |
{ | |
"MCC": "645", | |
"MNC": "03", | |
"Brand": "ZAMTEL", | |
"Operator": "Zambia Telecommunications Company Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
} | |
] | |
}, | |
"Zimbabwe": { | |
"code": "ZW", | |
"operators": [ | |
{ | |
"MCC": "648", | |
"MNC": "01", | |
"Brand": "Net*One", | |
"Operator": "Net*One Cellular (Pvt) Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "648", | |
"MNC": "03", | |
"Brand": "Telecel", | |
"Operator": "Telecel Zimbabwe (PVT) Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "648", | |
"MNC": "04", | |
"Brand": "Econet", | |
"Operator": "Econet Wireless (Private) Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "" | |
} | |
] | |
}, | |
"International operators": { | |
"code": null, | |
"operators": [ | |
{ | |
"MCC": "901", | |
"MNC": "01", | |
"Brand": "ICO", | |
"Operator": "ICO Satellite Management", | |
"Status": "Operational", | |
"Bands (MHz)": "Satellite", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "02", | |
"Brand": "", | |
"Operator": "Unassigned", | |
"Status": "Returned spare", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Formerly: Sense Communications International" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "03", | |
"Brand": "Iridium", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "Satellite", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "04", | |
"Brand": "", | |
"Operator": "Unassigned", | |
"Status": "Returned spare", | |
"Bands (MHz)": "Satellite", | |
"References and notes": "Formerly: Globalstar" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "05", | |
"Brand": "", | |
"Operator": "Thuraya RMSS Network", | |
"Status": "Operational", | |
"Bands (MHz)": "Satellite", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "06", | |
"Brand": "", | |
"Operator": "Thuraya Satellite Telecommunications Company", | |
"Status": "Operational", | |
"Bands (MHz)": "Satellite", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "07", | |
"Brand": "", | |
"Operator": "Unassigned", | |
"Status": "Returned spare", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Formerly: Ellipso" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "08", | |
"Brand": "", | |
"Operator": "Unassigned", | |
"Status": "Returned spare", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Formerly: GSM, reserved for station identification where the mobile does not have a subscription IMSI" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "09", | |
"Brand": "", | |
"Operator": "Unassigned", | |
"Status": "Returned spare", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Formerly: Tele1 Europe" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "10", | |
"Brand": "ACeS", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "Satellite", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "11", | |
"Brand": "Inmarsat", | |
"Operator": "", | |
"Status": "Operational", | |
"Bands (MHz)": "Satellite", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "12", | |
"Brand": "Telenor", | |
"Operator": "Maritime Communications Partner AS (MCP)", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Maritime" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "13", | |
"Brand": "GSM.AQ", | |
"Operator": "BebbiCell AG", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Antarctica +88234 Network; formerly Global Networks Switzerland Inc." | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "14", | |
"Brand": "AeroMobile", | |
"Operator": "AeroMobile AS", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Air [58]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "15", | |
"Brand": "OnAir", | |
"Operator": "OnAir Switzerland Sarl", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Air" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "16", | |
"Brand": "", | |
"Operator": "Jasper Systems", | |
"Status": "Operational", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Global SIM [18]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "17", | |
"Brand": "Navitas", | |
"Operator": "JT Group Limited", | |
"Status": "Not operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Maritime; shut down in 2009" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "18", | |
"Brand": "Cellular @Sea", | |
"Operator": "AT&T Mobility", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1900 / CDMA2000 1900", | |
"References and notes": "Maritime [19]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "19", | |
"Brand": "", | |
"Operator": "Vodafone Malta Maritime", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900 / GSM 1800 / UMTS 2100", | |
"References and notes": "Maritime [108]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "20", | |
"Brand": "", | |
"Operator": "Intermatica", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "21", | |
"Brand": "", | |
"Operator": "Wins Limited", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Maritime; formerly Seanet Maritime Communications [58][2]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "22", | |
"Brand": "", | |
"Operator": "MediaLincc Ltd", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "23", | |
"Brand": "", | |
"Operator": "Unassigned", | |
"Status": "Returned spare", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Formerly: Beeline" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "24", | |
"Brand": "iNum", | |
"Operator": "Voxbone", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "+883 iNum [211]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "25", | |
"Brand": "", | |
"Operator": "Unassigned", | |
"Status": "Returned spare", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Formerly: In & phone" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "26", | |
"Brand": "TIM@sea", | |
"Operator": "Telecom Italia Mobile", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800 / GSM 1900", | |
"References and notes": "Maritime [212]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "27", | |
"Brand": "OnMarine", | |
"Operator": "OnAir Switzerland Sarl", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Maritime [58]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "28", | |
"Brand": "Vodafone", | |
"Operator": "GDSP (Vodafone's Global Data Service Platform)", | |
"Status": "Operational", | |
"Bands (MHz)": "Roaming SIM", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "29", | |
"Brand": "Telenor", | |
"Operator": "", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "30", | |
"Brand": "", | |
"Operator": "Unassigned", | |
"Status": "Returned spare", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "Formerly: Terrestar Networks" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "31", | |
"Brand": "Orange", | |
"Operator": "Orange S.A.", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "32", | |
"Brand": "Sky High", | |
"Operator": "MegaFon", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 900", | |
"References and notes": "Air (Aeroflot)" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "33", | |
"Brand": "", | |
"Operator": "Smart Communications", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "34", | |
"Brand": "", | |
"Operator": "tyntec GmbH", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "35", | |
"Brand": "", | |
"Operator": "Globecomm Network Services", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 850", | |
"References and notes": "Maritime [58]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "36", | |
"Brand": "", | |
"Operator": "Azerfon", | |
"Status": "Operational", | |
"Bands (MHz)": "GSM 1800", | |
"References and notes": "Air" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "37", | |
"Brand": "", | |
"Operator": "Transatel", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[6] Global SIM for Data Mobile Broadband and M2M" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "38", | |
"Brand": "", | |
"Operator": "Multiregional TransitTelecom (MTT)", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[2]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "39", | |
"Brand": "", | |
"Operator": "MTX Connect Ltd", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[90]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "40", | |
"Brand": "", | |
"Operator": "Deutsche Telekom AG", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[19]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "41", | |
"Brand": "", | |
"Operator": "BodyTrace Netherlands B.V.", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[83]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "42", | |
"Brand": "", | |
"Operator": "DCN Hub ehf", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[88]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "43", | |
"Brand": "", | |
"Operator": "EMnify GmbH", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[122]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "44", | |
"Brand": "", | |
"Operator": "AT&T Inc.", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[28]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "45", | |
"Brand": "", | |
"Operator": "Advanced Wireless Network Company Limited", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "subsidiary of Advanced Info Service [171]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "46", | |
"Brand": "", | |
"Operator": "Telecom26 AG", | |
"Status": "Operational", | |
"Bands (MHz)": "MVNO", | |
"References and notes": "[211][102]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "47", | |
"Brand": "", | |
"Operator": "Ooredoo", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "[37]" | |
}, | |
{ | |
"MCC": "901", | |
"MNC": "88", | |
"Brand": "", | |
"Operator": "UN Office for the Coordination of Humanitarian Affairs (OCHA)", | |
"Status": "Unknown", | |
"Bands (MHz)": "Unknown", | |
"References and notes": "" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment