frame counter 0xffffffff ?
- This topic has 2 replies, 2 voices, and was last updated 8 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Lora Network Server › frame counter 0xffffffff ?
For some of my nodes I see this in the network server log: `
15:20:19:432|INFO| GW:00:80:00:00:00:00:c4:b3|FRAME-RX|Parsing 1 packets
15:20:19:434|INFO| ED:55-66-77-88-00-00-00-04|CHECK-PKT|FCNT: ffffffff LAST-FCNT: 000008e9 Duplicate: no
15:20:19:434|INFO| ED:55-66-77-88-00-00-00-04|CHECK-MIC|ADDR: 00:00:00:04 failed
`
Any idea what this might indicate?
UPDATE: After deleting the node from the network server and adding it again it started to work. This is a ABP node.
Thanks a lot,
-Tamás
Did you reset the counter on the device?
The counters are strictly checked to be increasing.
If a counter is found to be less than last received then the packet is invalid which is why CHECK-MIC reports failed.
FCNT is reported as FFFFFFFF as the packet is not authenticated.
Yes, that explains it. Thanks a lot!