Skip to content

Minor Band correction and correction of Spots#1817

Merged
ten9876 merged 15 commits into
aethersdr:mainfrom
VE3NEM:main
Apr 22, 2026
Merged

Minor Band correction and correction of Spots#1817
ten9876 merged 15 commits into
aethersdr:mainfrom
VE3NEM:main

Conversation

@VE3NEM

@VE3NEM VE3NEM commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

Corrected a couple of minor ommisions on 160M, 80M, and 40M where band usage overlaps.
Removed erroneous spots on multiple bands for cw calling.
Added corrected CW calling spots, and added SSB calling spots where they were missing.

VE3NEM added 14 commits April 21, 2026 10:50
Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
Removal of 60M WSPR frequency from spots, as it is not an allowed frequency in North America.

Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
Updated WSPR frequencies. 

Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
Updated spots for calling frequencies

Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
Remove improper CW calling frequency in PHONE portion of band.

Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
Correct 7.035-7.040 range to include cw and digital.

Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
Update 1.800-1.810 to correctly reflect dual use CW/DIG

Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
Add proper spot at 14.060 for CW calling.
Remove  incorrect spot for cw calling at 14.101

Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
Add correct CW calling frequency spot at 18.080
remove incorrect spot at 18.111
add SSB calling spot at 18.130

Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
Added proper CW calling spot at 21.060
Removed improper cw calling spot at 21.151
Added SSB calling spot at 21.4375

Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
Added correct CW calling spot at 24.906
Removed incorrect CW calling spot at 24.931
Added SSB calling spot at 24.950

Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
added CW calling spot at 28.060
Rename spot at 28.101 to CW International calling
Add SSB calling spot at 28.380
Add SSB calling spot at 28.425


Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
Corrected CW calling frequency from 50.100 to 50.090
Added QRP CW calling frequency at 50.060

Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
Added CW calling frequency at 144.060

Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
@VE3NEM VE3NEM requested a review from ten9876 as a code owner April 21, 2026 16:39
@VE3NEM

VE3NEM commented Apr 21, 2026

Copy link
Copy Markdown
Contributor Author

This update also removes 2 FreeDV frequencies in the 60M band that are not within the band in North America.

@aethersdr-agent aethersdr-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the bandplan corrections, @VE3NEM — the segment fixes for 160m and 40m CW/DIG overlap look right, and the WSPR frequency corrections (3.5686, 144.489) are good catches.

A couple of things I noticed:

  1. 17m FT8 frequency changed from 18.100 → 18.080 — 18.100 MHz is the standard FT8 dial frequency for 17m (per WSJT-X defaults and common usage). 18.080 falls inside the CW segment (18.068–18.095 per this same bandplan). Was this intentional, or should it stay at 18.100?

  2. Spot ordering — the 17m spots are now out of ascending frequency order: 18.111 (CW calling) appears before 18.080 (FT8). The rest of the file maintains ascending order within each band. If 18.080 is intentional, it should come before 18.111.

  3. Minor capitalization inconsistency"SSB Calling" at 222.200 has a capital C, while every other spot uses lowercase "calling".

Everything else looks good — the CW calling frequency corrections (14.060, 21.060, 24.906, 28.060, etc.) and the added SSB calling spots are reasonable additions. Nice work cleaning up the erroneous spots too.

Corrected 17m FT8 frequency. 
18.111 frequency was a copy/paste error, and has been corrected to 18.096
fixed capitalization on 135cm ssb calling spot

Signed-off-by: VE3NEM <littleredbimmer@gmail.com>
@VE3NEM

VE3NEM commented Apr 21, 2026

Copy link
Copy Markdown
Contributor Author

@AetherClaude
Updates have been submitted to correct the 3 issues mentioned.

@ten9876 ten9876 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrections from a Canadian ham (VE3NEM) to the RAC band plan file. Only loads when user explicitly selects 'Radio Amateurs of Canada' — no impact on other users. Spot-checked the key changes (3.5686 MHz WSPR, 14.060/21.060 CW QRP calling) against international norms — all correct. Thanks for the domain expertise.

@ten9876 ten9876 merged commit db2c682 into aethersdr:main Apr 22, 2026
5 checks passed
ten9876 added a commit that referenced this pull request Apr 22, 2026
)

Cuts a community-contribution-heavy point release. Eight community PRs
landed plus three AetherClaude crash fixes. Highlights:

Community:
- Fix RADE RX not decoding on Windows (#1820, NF0T)
- Clamp stale DAX RX backlog on macOS — fixes +1.5s FT8 DT bias (#1822, jensenpat)
- Fix TCI DAX resampler crosstalk between slices (#1815, Chaosuk97)
- Fix RX applet pan slider with NR active (#1799, Chaosuk97)
- Fix TCI RX gain default 1.0 → 0.5 to match applet (#1811, NF0T)
- Fix HAVE_SERIALPORT guard (#1812, NF0T)
- Seamless ADIF logbook auto-reload (#1801, Chaosuk97)
- RAC Canada band-plan corrections (#1817, VE3NEM)

AetherClaude crash fixes:
- Applet reorder with floating containers (#1745#1746)
- Lazy-build RadioSetupDialog tabs, dodges Wayland FFmpeg/VDPAU crash (#1776#1777)
- PanAdapter float-freeze — show-after-reset + direct reparent (#1668#1669)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants