Skip to content

Commit

Permalink
added missing session update event
Browse files Browse the repository at this point in the history
  • Loading branch information
cjhdev committed Mar 17, 2021
1 parent f4291ae commit 5062997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ldl_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1943,6 +1943,8 @@ static enum ldl_mac_status externalDataCommand(struct ldl_mac *self, bool confir

LDL_OPS_micDataFrame(self, self->buffer, self->bufferLen);

pushSessionUpdate(self);

if(self->state == LDL_STATE_IDLE){

self->state = LDL_STATE_WAIT_TX;
Expand Down Expand Up @@ -3360,7 +3362,6 @@ static bool inputPending(const struct ldl_mac *self)
return self->inputs.state;
}


static void fillJoinBuffer(struct ldl_mac *self, uint16_t devNonce)
{
struct ldl_frame_join_request f;
Expand Down

0 comments on commit 5062997

Please sign in to comment.