Skip to content

Commit

Permalink
apps/unwds-common: frame retransmissions counter
Browse files Browse the repository at this point in the history
  • Loading branch information
olegart committed Dec 18, 2019
1 parent 5e98def commit 601299f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/unwds-common/loralan-mac/include/ls-mac-types.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ typedef struct {
uint8_t data[32]; /**< Payload data, 32 bytes max */
uint8_t length; /**< Payload length */
uint8_t fport; /**< LoRaWAN FPort */
bool retransmit; /**< Frame already transmitted, but ACK failed */
uint8_t retr_cnt; /**< Retransmissions counter */
bool system; /**< This is a system payload frame */
} ls_frame_t;
#else
typedef struct {
Expand Down

0 comments on commit 601299f

Please sign in to comment.