* [PATCH] band: add "GB" as a valid alpha2 code
@ 2024-10-08 14:47 James Prestwood
2024-10-08 16:14 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: James Prestwood @ 2024-10-08 14:47 UTC (permalink / raw)
To: iwd; +Cc: James Prestwood
The "UK" alpha2 code is not the official code for the United Kingdom
but is a "reserved" code for compatibility. The official alpha2 is
"GB" which is being added to the EU list. This fixes issues parsing
neighbor reports, for example:
src/station.c:parse_neighbor_report() Neighbor report received for xx:xx:xx:xx:xx:xx: ch 136 (oper class 3), MD not set
Failed to find band with country string 'GB 32' and oper class 3, trying fallback
src/station.c:station_add_neighbor_report_freqs() Ignored: unsupported oper class
---
src/band.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/band.c b/src/band.c
index 6891d06c..14daeb37 100644
--- a/src/band.c
+++ b/src/band.c
@@ -1426,7 +1426,7 @@ static const char *const oper_class_eu_codes[] = {
"AL", "AM", "AT", "AZ", "BA", "BE", "BG", "BY", "CH", "CY", "CZ", "DE",
"DK", "EE", "EL", "ES", "FI", "FR", "GE", "HR", "HU", "IE", "IS", "IT",
"LI", "LT", "LU", "LV", "MD", "ME", "MK", "MT", "NL", "NO", "PL", "PT",
- "RO", "RS", "RU", "SE", "SI", "SK", "TR", "UA", "UK"
+ "RO", "RS", "RU", "SE", "SI", "SK", "TR", "UA", "UK", "GB"
};
/* Annex E, table E-1 */
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] band: add "GB" as a valid alpha2 code
2024-10-08 14:47 [PATCH] band: add "GB" as a valid alpha2 code James Prestwood
@ 2024-10-08 16:14 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2024-10-08 16:14 UTC (permalink / raw)
To: James Prestwood, iwd
Hi James,
On 10/8/24 9:47 AM, James Prestwood wrote:
> The "UK" alpha2 code is not the official code for the United Kingdom
> but is a "reserved" code for compatibility. The official alpha2 is
> "GB" which is being added to the EU list. This fixes issues parsing
> neighbor reports, for example:
>
> src/station.c:parse_neighbor_report() Neighbor report received for xx:xx:xx:xx:xx:xx: ch 136 (oper class 3), MD not set
> Failed to find band with country string 'GB 32' and oper class 3, trying fallback
> src/station.c:station_add_neighbor_report_freqs() Ignored: unsupported oper class
> ---
> src/band.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-08 16:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08 14:47 [PATCH] band: add "GB" as a valid alpha2 code James Prestwood
2024-10-08 16:14 ` Denis Kenzior
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox