Skip to content

Incorrect parsing of overlay char '0' to '9' in compressed positions #93

@F4FXL

Description

@F4FXL

Hi,

When parsing a compressed frame using overlay chars in range '0' to '9' est wrong overlay char is returned.

In compressed format overlay char '0' to '9' are sent as 'a' to 'j' e.g. a station using '1' as an overlay will send an actual 'b', this has to be converted back into '1' when parsing.

I think the issue is occurring here

symbol_table = compressed[0]
where first char is just copied into symbol table.
A test shall be added to see if compressed[0] is in range 'a' to 'j' and change it to '0' to '9'.

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