Decode frm_payload mac-commands in device frame log.

This commit is contained in:
Orne Brocaar
2023-03-02 12:21:42 +00:00
parent 9ab059a552
commit ddea09d9d4
6 changed files with 38 additions and 2 deletions

View File

@ -229,8 +229,11 @@ message DownlinkFrame {
// Encrypted FOpts (LoRaWAN 1.1).
bool encrypted_fopts = 8;
// Network session encryption key (for FOpts).
// Network session encryption key (for FOpts and FRMPayload mac-commands).
bytes nwk_s_enc_key = 9;
// NFCntDown (for decrypting mac-commands).
uint32 n_f_cnt_down = 10;
}
message LoraCloudGeolocBuffer {