[geofence] Exclude territorial US from APRS coverage

US is excluded with a UK license because the non-CEPT agreement with the US restricts
aliens to the terms of their own license as well as local conditions. See 97.107 b(2)
https://www.gpo.gov/fdsys/pkg/CFR-2013-title47-vol5/xml/CFR-2013-title47-vol5-sec97-107.xml

Thanks to adamgreig from pointing this out on freenode #highaltitude, for full discussion
http://habhub.org/zeusbot/logs_highlighted/highaltitude.log.20160114.html
main-solar-only
Richard Meadows 2016-01-14 19:48:29 +00:00
rodzic 05564760db
commit 6ab5985c5b
4 zmienionych plików z 1532 dodań i 662 usunięć

Wyświetl plik

@ -10,7 +10,7 @@
#include "samd20.h"
const int32_t* no_aprs_outlines[30];
const uint32_t no_aprs_outline_lengths[30];
const int32_t* no_aprs_outlines[46];
const uint32_t no_aprs_outline_lengths[46];
#endif /* GEOFENCE_NO_APRS_H */

Wyświetl plik

@ -27,9 +27,11 @@
"# United Kingdom, Isle of Man, Jersey, Guernsey\n",
"# Belgium, Luxembourg, Portugal, France, Albania, Bosnia & H, Croatia, Finland (Aland), \n",
"# Hungary, Italy, Macedonia, Moldova, Kaliningradskaya??, Montenegro, Norway, Romania, Slovakia, Sweden\n",
"# US with UK license under https://www.gpo.gov/fdsys/pkg/CFR-2013-title47-vol5/xml/CFR-2013-title47-vol5-sec97-107.xml 97.107(b)(2)\n",
"aprs_tx_exclude = ['GB', \"IM\", \"JE\", \"GG\",\n",
" 'BE', 'LU', 'PT', 'FR', 'AL', 'BA', 'HR', 'FI', 'A?',\n",
" 'HU', 'IT', 'MK', 'MD', 'ME', 'NO', 'RO', 'SK', 'SE'] + tx_exclude"
" 'HU', 'IT', 'MK', 'MD', 'ME', 'NO', 'RO', 'SK', 'SE',\n",
" 'US'] + tx_exclude"
],
"language": "python",
"metadata": {},

File diff suppressed because one or more lines are too long