Adds country specific settings for Hungary.

This commit is contained in:
Csaba Sipos 2020-10-27 18:58:52 +01:00 committed by Andreas Eversberg
parent 8fea1ef7bf
commit da54ca68ad
2 changed files with 9 additions and 1 deletions

View File

@ -87,6 +87,13 @@ static struct nmt_frequency frq_450_cz_sk[] = {
{ 0, 0, 0.0, 0.0, 0.0, 0.0, 0 } { 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 */ /* channel allocation used in Turkey */
static struct nmt_frequency frq_900_tr[] = { static struct nmt_frequency frq_900_tr[] = {
{ 1, 180, 461.500, 0.025, 1.0, 10.0, 0 }, { 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, 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, 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,9, "SK", "Slovakia", "Eurotel Bratislava", frq_450_cz_sk },
{ 450, 1, 6, 1,15, "HU", "Hungary", "WESTEL 0660", frq_450_hu },
/* 900 */ /* 900 */
{ 900, 1, 1, 1,9, "DK", "Denmark", "Tele Danmark Mobile", frq_900_scandinavia }, { 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 }, { 900, 1, 2, 1,9, "SE", "Sweden", "Telia Mobitel", frq_900_scandinavia },

View File

@ -450,7 +450,7 @@ static const char *param_country(uint64_t value, int __attribute__((unused)) ndi
case 5: case 5:
return "Denmark"; return "Denmark";
case 6: case 6:
return "Sweden / Slovakia"; return "Sweden / Slovakia / Hungary";
case 7: case 7:
return "Norway / Czech"; return "Norway / Czech";
case 8: case 8: