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

CWT contest - DxStation should send 'R' after user's exchange is sent #175

Closed
w7sst opened this issue Feb 4, 2023 · 5 comments · Fixed by #176 or #178
Closed

CWT contest - DxStation should send 'R' after user's exchange is sent #175

w7sst opened this issue Feb 4, 2023 · 5 comments · Fixed by #176 or #178
Assignees
Labels
bug Something isn't working

Comments

@w7sst
Copy link
Owner

w7sst commented Feb 4, 2023

Description

In the CWops CWT Contest, when the DxStation responds to user's initial callback and exchange, the 'R' (exchange received) is not sent. Instead the calling station immediately sends its exchange (Name NR). This does not follow usual operating protocol. This was noted by Bob, @WR7Q, in our discussion (see #174).

Steps To Reproduce

  1. CWT Contest
  2. Start Single Calls
  3. Answer the station calling by entering their callsign.
  4. Observe their response does not contain an acknowledgement ('R') that they correctly copied the exchange.

Expected behavior

The calling station should respond with an 'R' to indicate they received my exchange.

Actual Behavior

The 'R' acknowledgement is missing. The station immediately starts sending their Name and Number/State/Province.

Reproduces how often

Always

Version information

  • Morse Runner version: 1.82

Additional context

In discussions with Bob, he states they teach their CWT students to not send a report until the other station acknowledges receipt of exchange with an 'R'. This is also proper contest behavior.

@w7sst w7sst added the bug Something isn't working label Feb 4, 2023
@w7sst w7sst self-assigned this Feb 4, 2023
@w7sst w7sst closed this as completed in #176 Feb 4, 2023
@w7sst w7sst closed this as completed in 8229bcd Feb 4, 2023
w7sst added a commit that referenced this issue Feb 4, 2023
…rt. (#176)

Fixes #175. 'R' is now sent by DxStation after receiving user's callsign
and name/MR to indicate message was received. This follows standard
contest behaviors.
@WR7Q
Copy link
Collaborator

WR7Q commented Feb 6, 2023 via email

@w7sst
Copy link
Owner Author

w7sst commented Feb 6, 2023

Bob, I think you are saying you disagree with this change to add the R in the response from caller B receives the report. In other words, the original CWT implementation (I.e. version 1.82) behavior was correct.

@w7sst w7sst reopened this Feb 6, 2023
@w7sst
Copy link
Owner Author

w7sst commented Feb 6, 2023

@ct7aup David, do you have an opinion on this one?

@w7sst
Copy link
Owner Author

w7sst commented Feb 6, 2023

It seems really odd that a contest operator would not use an R to acknowledge receipt of the prior transmission. Are you saying that in CWT contest the R is never used?

@WR7Q
Copy link
Collaborator

WR7Q commented Feb 6, 2023 via email

@w7sst w7sst closed this as completed in #178 Feb 8, 2023
w7sst added a commit that referenced this issue Feb 8, 2023
Usual contest behavior is to send NAME/NR without a leading
acknowledgement.
After additional discussion, we want to preserve original behavior. Now,
the 'R' acknowledgement is only sent 10% of the time.
Fixes #175.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment