8000 callsign with prefix · Issue #44 · kgoba/ft8_lib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
callsign with prefix #44
Open
Open
@ec1oud

Description

@ec1oud

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0