Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 8153fe3

Browse files
Juha Heiskanenjuhhei01
authored andcommitted
Fixed Asynch request missing msdu_handle set at LLC.
Change-Id: I8bf9ac9a4e08a608350bd9955488017a28b204fb
1 parent 1af46d8 commit 8153fe3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/6LoWPAN/ws/ws_llc_data_service.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,7 @@ int8_t ws_llc_asynch_request(struct protocol_interface_info_entry *interface, as
765765
data_req.SeqNumSuppressed = true;
766766
data_req.SrcAddrMode = MAC_ADDR_MODE_64_BIT;
767767
data_req.Key = request->security;
768+
data_req.msduHandle = message->msg_handle;
768769
if (request->message_type == WS_FT_PAN_ADVERT_SOL) {
769770
// PANID not know yet must be supressed
770771
data_req.PanIdSuppressed = true;

0 commit comments

Comments
 (0)