aboutsummaryrefslogtreecommitdiffstats
path: root/src/nmt/countries.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nmt/countries.c')
-rw-r--r--src/nmt/countries.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nmt/countries.c b/src/nmt/countries.c
index 957c563..886bfc4 100644
--- a/src/nmt/countries.c
+++ b/src/nmt/countries.c
@@ -95,7 +95,7 @@ static struct nmt_frequency frq_900_tr[] = {
/* channel allocation used in France */
static struct nmt_frequency frq_900_f[] = {
- { 1, 540, 430.050, 0.025, 1.0, -10.0, 0 },
+ { 1, 540, 440.0125, 0.025, 1.0, -10.0, 0 },
{ 0, 0, 0.0, 0.0, 0.0, 0.0, 0 }
};
@@ -156,7 +156,7 @@ static struct nmt_country {
{ 900, 0, 5, 1,9, "CH", "Switzerland", "PTT", frq_900_scandinavia },
{ 900, 0, 6, 1,15, "NL", "Netherlands", "Royal Dutch Post & Telecom", frq_900_nl },
{ 900, 0, 1, 1,9, "TR", "Turkey", "Turkcell", frq_900_tr },
- { 900, 0, 0, 1,9, "F0", "France (Group 0)", "France Telecom", frq_900_f },
+ { 900, 0,10, 1,9, "F0", "France (Group 0)", "France Telecom", frq_900_f },
{ 900, 0, 1, 1,9, "F1", "France (Group 1)", "France Telecom", frq_900_f },
{ 900, 0, 2, 1,9, "F2", "France (Group 2)", "France Telecom", frq_900_f },
{ 900, 0, 3, 1,9, "F3", "France (Group 3)", "France Telecom", frq_900_f },