Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5fa5e0

Browse files
committed
api: Update DeviceActivation field documentation.
Fixes chirpstack/chirpstack-rest-api#20.
1 parent b7d5394 commit c5fa5e0

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

api/go/api/device.pb.go

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/proto/api/device.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,14 +412,15 @@ message DeviceActivation {
412412
string app_s_key = 3;
413413

414414
// Network session encryption key (HEX encoded).
415-
// Note: For ABP in LoRaWAN 1.0.x, use this, the serving and the forwarding
416-
// network session integrity key fields with the LoRaWAN 1.0.x 'NwkSKey`!
415+
// Note: For LoRaWAN 1.0.x devices, set this to the NwkSKey.
417416
string nwk_s_enc_key = 4;
418417

419418
// Serving network session integrity key (HEX encoded).
419+
// Note: For LoRaWAN 1.0.x devices, set this to the NwkSKey.
420420
string s_nwk_s_int_key = 8;
421421

422422
// Forwarding network session integrity key (HEX encoded).
423+
// Note: For LoRaWAN 1.0.x devices, set this to the NwkSKey.
423424
string f_nwk_s_int_key = 9;
424425

425426
// Uplink frame-counter.

api/rust/proto/chirpstack/api/device.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,14 +412,15 @@ message DeviceActivation {
412412
string app_s_key = 3;
413413

414414
// Network session encryption key (HEX encoded).
415-
// Note: For ABP in LoRaWAN 1.0.x, use this, the serving and the forwarding
416-
// network session integrity key fields with the LoRaWAN 1.0.x 'NwkSKey`!
415+
// Note: For LoRaWAN 1.0.x devices, set this to the NwkSKey.
417416
string nwk_s_enc_key = 4;
418417

419418
// Serving network session integrity key (HEX encoded).
419+
// Note: For LoRaWAN 1.0.x devices, set this to the NwkSKey.
420420
string s_nwk_s_int_key = 8;
421421

422422
// Forwarding network session integrity key (HEX encoded).
423+
// Note: For LoRaWAN 1.0.x devices, set this to the NwkSKey.
423424
string f_nwk_s_int_key = 9;
424425

425426
// Uplink frame-counter.

0 commit comments

Comments
 (0)