Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix callsign prefix reporting issue (Coded by W7SST) #129

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

w7sst
Copy link
Owner

@w7sst w7sst commented Nov 15, 2022

  • use full callsign when calling ExtractPrefix
  • change format of status message to list call prefix, not call

- use full callsign when calling ExtractPrefix
- change format of status message to list call prefix, not call
@w7sst w7sst self-assigned this Nov 15, 2022
@w7sst w7sst linked an issue Nov 15, 2022 that may be closed by this pull request
@w7sst w7sst requested review from ct7aup and jr8ppg November 15, 2022 17:32
@w7sst w7sst merged commit 659416f into main Nov 15, 2022
@w7sst w7sst deleted the 128-cq-wpx-callsign-prefix-is-not-parsed-correctly branch November 15, 2022 22:46
Result:= SearchPrefix(index, sP);

// Use full call when extracting prefix, not user's call.
// Example: F6/W7SST should return 'F6' not 'W7' (station located within F6)
Copy link
Owner Author

Choose a reason for hiding this comment

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

Bug - I deleted the call to ExtractPrefix(ACallsign). This must be restored.

@w7sst w7sst restored the 128-cq-wpx-callsign-prefix-is-not-parsed-correctly branch November 16, 2022 01:24
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.

CQ WPX: callsign prefix is not extracted correctly
2 participants