Open
Description
I'm American and operating in Norway under the CEPT agreement for now, so I need to use a prefix (my callsign is LA/K7IHZ). So far, something is wrong with the encoding. If I add my callsign to the list in test/test.c, the test fails:
Encoded [CQ] [LA/K7IHZ] []
Decoded [CQ] [<LA/K7IHZ>] []
FAIL: Condition '0 == strcmp(call_de, call_de_tx)' failed!
...
Encoded [QRZ] [LA/K7IHZ] []
Decoded [QRZ] [<LA/K7IHZ>] []
FAIL: Condition '0 == strcmp(call_de, call_de_tx)' failed!
Do the <>
brackets mean it's always hashed?
Also, if I use gen_ft8 to encode a wav file with this callsign, jt9 -8 file.wav
(the tool that comes with wsjt-x) does not successfully decode it, whereas it can decode if the callsign has no prefix.
When testing with ft8code (comes with wsjt-x), it seems like a plain CQ with my callsign but no grid will use the type 4 nonstandard call format, but in many other cases probably it's getting hashed and put into a type 1 standard message.
Metadata
Metadata
Assignees
Labels
No labels