Skip to content

Continuous mac reply retries #1350

Answered by mluis1
Lambosaurus asked this question in Q&A
Sep 5, 2022 · 4 comments · 4 replies
Discussion options

You must be logged in to vote

I suppose that @Lambosaurus is using a version smaller than v4.6.0.

LoRaMacHandleScheduleUplinkEvent has been completely removed since v4.6.0 release with commit 083de80

If you are using a previous version you have 2 possibilities:

  1. Apply the changes done with commit 083de80
  2. Remove the below case handling
    case MLME_SCHEDULE_UPLINK:
    {// The MAC signals that we shall provide an uplink as soon as possible
    // Send an empty message
    LmHandlerAppData_t appData =
    {
    .Buffer = NULL,
    .BufferSize = 0,
    .Port = 0
    };
    if( LmHandlerPackages[PACKAGE_ID_COMPLIANCE

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mluis1
Comment options

@HeadBoffin
Comment options

Comment options

You must be logged in to vote
2 replies
@Lambosaurus
Comment options

@HeadBoffin
Comment options

Answer selected by Lambosaurus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants