lorawan icon indicating copy to clipboard operation
lorawan copied to clipboard

Mac Commands Encrypted with AppSKey instead NwkSEncKey in Lorawan 1.1 Packet

Open kalik1 opened this issue 3 years ago • 0 comments

Reading test File phypayload_test.go, from row 374, it looks that Packet is encrypted with AppSKey instead of NwkSEncKey as stated in the Lorawan Specification 1.1 (Page 25 / 26).

When Port is 0 and there are Mac Commands in payload, shouldn't be use NwkSEncKey instead of AppSKey? or am I missing something ?

Kalik1

kalik1 avatar May 18 '22 15:05 kalik1