Bump version to 4.3.0-test.3

This commit is contained in:
Orne Brocaar
2023-03-02 14:32:56 +00:00
parent 43567ccfd2
commit eaad8586a1
13 changed files with 19 additions and 16 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 {