gen_phonebook.pl: skip 8.33KHz from apt.dat + fgcom.conf update
This commit is contained in:
parent
5b537b6999
commit
0687a1c1b2
2 changed files with 269 additions and 972 deletions
utils/fgcom/utils
File diff suppressed because it is too large
Load diff
|
@ -411,6 +411,10 @@ foreach $airport (sort(keys(%APT))) {
|
||||||
if ($trim_to_20 && (length($type) > 20)) {
|
if ($trim_to_20 && (length($type) > 20)) {
|
||||||
$type = substr($type,0,20);
|
$type = substr($type,0,20);
|
||||||
}
|
}
|
||||||
|
if ($ssf == 30 || $ssf == 80) {
|
||||||
|
next;
|
||||||
|
printf("Found a 8.33KHz freq !!! $airport\n");
|
||||||
|
}
|
||||||
|
|
||||||
$icao_number = icao2number($airport);
|
$icao_number = icao2number($airport);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue