aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-06-15 18:28:26 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2017-06-15 18:28:26 +0200
commitd52f4cd29d0713d171a40321cfe739bc70cdbf67 (patch)
tree5d85a56d8b748cad6a9371e60bc9454a70d91b46
parent1aebedc66af63ef7957673be6b7c21fb93b5133a (diff)
NMT: Mark Benelux and Czech/Slovak networks as tested
I have tested the network with B/NL/L and CZ/SK phones, and they work!
-rw-r--r--src/nmt/countries.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/nmt/countries.c b/src/nmt/countries.c
index 56fac9a..2c66b77 100644
--- a/src/nmt/countries.c
+++ b/src/nmt/countries.c
@@ -111,17 +111,18 @@ static struct nmt_country {
{ 1, 2, 1,9, "RU2", "", "", frq_scandinavia },
{ 1, 3, 1,9, "RU3", "", "", frq_scandinavia },
{ 1, 4, 1,9, "RU4", "", "", frq_scandinavia },
- { 0, 1, 1,9, "NL", "Netherlands", "Royal Dutch Post & Telecom", frq_nl_l_b },
- { 0, 1, 15,15, "L", "Luxemburg", "Enterprise des P&T Luxembourg",frq_nl_l_b },
- { 0, 8, 8,8, "MAL", "Malaysia", "Jabatan Telekom Malaysia", frq_mal },
+ { 1, 1, 1,9, "NL", "Netherlands", "Royal Dutch Post & Telecom", frq_nl_l_b },
+ { 1, 1, 15,15, "L", "Luxemburg", "Enterprise des P&T Luxembourg",frq_nl_l_b },
{ 1, 2, 1,9, "B", "Belgium", "Belgacom Mobile", frq_nl_l_b },
+ { 1, 7, 1,9, "CZ", "Czech Republic", "Eurotel Prague", frq_cz_sk },
+ { 1, 6, 1,9, "SK", "Slovakia", "Eurotel Bratislava", frq_cz_sk },
+ /* untested... */
+ { 0, 8, 8,8, "MAL", "Malaysia", "Jabatan Telekom Malaysia", frq_mal },
{ 0, 4, 1,9, "T", "Thailand", "Telephone Organization of Thailand",frq_t_ri },
{ 0, 8, 1,9, "E", "Spain", "Telefonica Servicios Moviles", frq_e },
{ 0, 8, 1,1, "RI", "Indonesia", "PT Mobisel", frq_t_ri },
{ 0, 0, 1,3, "A", "Austria", "PTV", frq_a },
{ 0, 9, 1,3, "A2", "Austria 2", "PTV", frq_a },
- { 1, 7, 1,9, "CZ", "Czech Republic", "Eurotel Prague", frq_cz_sk },
- { 1, 6, 1,9, "SK", "Slovakia", "Eurotel Bratislava", frq_cz_sk },
{ 0, 0, 0,0, NULL, NULL, NULL, NULL }
};