Skip to main content

MAX_FCNT_GAP

Constant MAX_FCNT_GAP 

Source
pub const MAX_FCNT_GAP: u32 = 16_384;
Expand description

How far ahead of the counter it has seen a network will follow a device.

A frame further ahead than this is refused rather than accepted, which is what stops a captured frame from being replayed at a counter the device will never reach. The value is the one RP002-1.0.5 section 3.3 lists, noted there as deprecated and removed in LoRaWAN 1.0.4 and later; it is the ceiling this module applies to 1.0.x sessions.