fix(bandplan): correct 10m Technician privileges in ARRL US plan (#3506). Principle IV.#3507
fix(bandplan): correct 10m Technician privileges in ARRL US plan (#3506). Principle IV.#3507aethersdr-agent[bot] wants to merge 2 commits into
Conversation
…). Principle IV. Per 47 CFR §97.301(e) and the ARRL US band chart, Technician 10m privileges are CW/RTTY/data 28.000–28.300 MHz and phone/image 28.300–28.500 MHz. The previous data file got both bounds wrong: - Lower CW/DATA/AUTO segments (28.000–28.190) were tagged "E,G", omitting Technician class — fixed to "E,G,T". - Upper PHONE/AM/SAT/RPT segments above 28.500 were tagged "E,G,T", granting Tech privileges 1.2 MHz beyond what the FCC allows — fixed to "E,G". - The 28.300–29.000 PHONE segment is split at 28.500: the lower half (28.300–28.500) keeps "E,G,T" for the Tech phone window, the upper half (28.500–29.000) moves to "E,G". Pure data change. License field is consumed by BandPlanManager's filter-before-merge contract (covered by tests/band_plan_license_filter_test.cpp); no C++ logic changes. Reported by K5DTH against v26.6.2.
|
Thanks for the bandplan update! 🙏 Quick triage of the CI failure on 2b8347a: TL;DR — this is a CI infrastructure failure, not your changeThe only failing check is check-windows (run 27283880740), and it failed at the "Setup hidapi (HID encoder support)" step — an environment-provisioning step that runs before the project is configured or compiled (the Configure and Build steps were skipped, so your commit was never even built on Windows). Everything that actually exercised the code passed: build, check-macos, CodeQL, analyze (cpp), and the Qt accessibility scan are all green. Your PR modifies only What that step doesThe step ( What to doNothing on your end — a maintainer can simply re-run the failed job and it should go green. (If a maintainer is reading: note that No reviewer or Copilot comments flagged anything related to this failure. The bandplan changes themselves (Technician privileges on 10m CW/DATA/AUTO, and splitting 28.300–29.000 PHONE at 28.500 for the Technician upper limit) look consistent with the ARRL/FCC band chart. Thanks again for pitching in! 🤖 aethersdr-agent · cost: $4.7685 · model: claude-fable-5 |
There was a problem hiding this comment.
Reviewed against FCC §97.301(e) and the ARRL band chart — the data change is correct, and it fully resolves what K5DTH reported in #3506:
- 28.300–28.500 PHONE split at 28.500 with
E,G,Tbelow andE,Gabove — this is the core fix; Technician phone privileges on 10m end at 28.500 MHz. ✔️ Tadded to CW (28.000–28.070), DATA (28.070–28.120), AUTO (28.120–28.190) — correct; Technicians have CW/RTTY/data privileges 28.000–28.300. ✔️Tremoved from all segments at/above 29.000 (AM, PHONE, SAT, RPT IN/OUT, FM CALL) — correct. ✔️
Format matches the parser's expectations (license split on commas, codes E/G/T per src/models/BandPlan.h), and the segment boundaries stay contiguous, so the BandPlanManager class filter (used by the ATU pre-tune safety filter) will now behave correctly for Technician operators above 28.5 MHz.
One minor consistency nit, fine as a follow-up: the BCN segment 28.225–28.300 keeps license: "E,G", but Technicians hold the same CW/RTTY/data privileges through 28.300, so for consistency with the adjacent segments it should arguably be "E,G,T" as well. (The 28.190–28.225 IBP beacon segment correctly stays ""/no-TX.)
Two housekeeping notes since this PR is currently closed without the change having landed on main:
- The only CI failure was the
check-windowshidapi setup flake (infrastructure, not this change — see the earlier triage comment), and that flake has since been fixed onmainby 753eb68. If this was closed because of the red check, it should be safe to reopen and re-run CI. - #3506 is still open and this one-file data fix resolves it — it would be a shame to lose it.
Thanks for the careful fix — band-privilege data errors like this directly affect operators staying legal, and the split at 28.500 is exactly right.
🤖 aethersdr-agent · cost: $9.5377 · model: claude-fable-5
Summary
Fixes #3506
What was changed
fix(bandplan): correct 10m Technician privileges in ARRL US plan (#3506). Principle IV.
Files modified
resources/bandplans/arrl-us.jsonGenerated by AetherClaude (automated agent for AetherSDR)
🤖 aethersdr-agent · cost: $3.9310 · model: claude-opus-4-7