aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nmt/countries.c8
-rw-r--r--src/nmt/frame.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/src/nmt/countries.c b/src/nmt/countries.c
index 29d00e4..04049a6 100644
--- a/src/nmt/countries.c
+++ b/src/nmt/countries.c
@@ -87,6 +87,13 @@ static struct nmt_frequency frq_450_cz_sk[] = {
{ 0, 0, 0.0, 0.0, 0.0, 0.0, 0 }
};
+/* channel allocation used in Hungary */
+static struct nmt_frequency frq_450_hu[] = {
+ { 132,239, 467.370, -0.020, 0.8, 10.0, 0 },
+ { 1, 72, 469.990, -0.020, 0.8, 10.0, 0 },
+ { 0, 0, 0.0, 0.0, 0.0, 0.0, 0 }
+};
+
/* channel allocation used in Turkey */
static struct nmt_frequency frq_900_tr[] = {
{ 1, 180, 461.500, 0.025, 1.0, 10.0, 0 },
@@ -142,6 +149,7 @@ static struct nmt_country {
{ 450, 1, 2, 1,9, "B", "Belgium", "Belgacom Mobile", frq_450_nl_l_b },
{ 450, 1, 7, 1,9, "CZ", "Czech Republic", "Eurotel Prague", frq_450_cz_sk },
{ 450, 1, 6, 1,9, "SK", "Slovakia", "Eurotel Bratislava", frq_450_cz_sk },
+ { 450, 1, 6, 1,15, "HU", "Hungary", "WESTEL 0660", frq_450_hu },
/* 900 */
{ 900, 1, 1, 1,9, "DK", "Denmark", "Tele Danmark Mobile", frq_900_scandinavia },
{ 900, 1, 2, 1,9, "SE", "Sweden", "Telia Mobitel", frq_900_scandinavia },
diff --git a/src/nmt/frame.c b/src/nmt/frame.c
index ad03ae3..17aa03f 100644
--- a/src/nmt/frame.c
+++ b/src/nmt/frame.c
@@ -450,7 +450,7 @@ static const char *param_country(uint64_t value, int __attribute__((unused)) ndi
case 5:
return "Denmark";
case 6:
- return "Sweden / Slovakia";
+ return "Sweden / Slovakia / Hungary";
case 7:
return "Norway / Czech";
case 8: