开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: sBitx v3 - problem with nonstandard callsigns


 

I have cloned and added my suffixed callsigns to the test: OE/SP5DAA, DE/SP5DAA, SP5DAA/2, SP5DAA/P (in ft8_lib/test/test.c)
Only SP5DAA/P is encoded and decoded correctly. Three others fail.
?
Below is one of the test cases:
Encoded [YL3JG] [DE/SP5DAA] [KO26]
Decoded [YL3JG] [<DE/SP5DAA>] [KO26]
FAIL: Condition '0 == strcmp(call_de, call_de_tx)' failed!
Encoded [YL3JG] [OE/SP5DAA] [KO26]
Decoded [YL3JG] [<OE/SP5DAA>] [KO26]
FAIL: Condition '0 == strcmp(call_de, call_de_tx)' failed!
Encoded [YL3JG] [SP5DAA/P] [KO26]
Decoded [YL3JG] [SP5DAA/P] [KO26]
Test OK
Encoded [YL3JG] [SP5DAA/2] [KO26]
Decoded [YL3JG] [<SP5DAA/2>] [KO26]
FAIL: Condition '0 == strcmp(call_de, call_de_tx)' failed!
?
?
Another case:
Encoded [DE/SP5DAA] [YL3JG] [KO26]
Decoded [<DE/SP5DAA>] [YL3JG] [KO26]
FAIL: Condition '0 == strcmp(call_to, call_to_tx)' failed!
Encoded [DE/SP5DAA] [W1A] [KO26]
Decoded [<DE/SP5DAA>] [W1A] [KO26]
FAIL: Condition '0 == strcmp(call_to, call_to_tx)' failed!
Encoded [DE/SP5DAA] [W1A/R] [KO26]
Decoded [<DE/SP5DAA>] [W1A/R] [KO26]
FAIL: Condition '0 == strcmp(call_to, call_to_tx)' failed!
Encoded [DE/SP5DAA] [W5AB] [KO26]
So it seems that this fix still does not remove the problem, especially for those travelling abroad.
?
73,
Wojtek

Join [email protected] to automatically receive all group messages.