Skip to content

Ardino LMIC asserts after join in US915 #26

@terrillmoore

Description

@terrillmoore

See mcci-catena#44

TTN now sends MCMD_LADR_CHP_125OFF and then MCMD_LADR (selecting channels 0..15, enabling 8..15).

The problem is in processing MCMD_LADR_CHP_125OFF. Although we set the mask for channels 64..71 with:

LMIC.channelMap[64/16] = chmap & 0x00FF;

But we then immediately mis-set the number of enabled 500 kHz channels (we don't consider the mask), either clearing to 0 or setting to 8.

We also need to handle ChMaskCtl == 5, which is used for subband control.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions