Skip to content

Commit ad6c0c8

Browse files
committed
Update faq regarding jit collision.
1 parent 923653d commit ad6c0c8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/frequently-asked-questions.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@ configuration.
2626

2727
### `src/jitqueue.c:343:jit_enqueue(): ERROR: Packet (type=0) REJECTED, collision with packet already programmed at 423844236 (423843356)`
2828

29-
To be investigated
29+
This error occurs when there is a collision between two packets being
30+
scheduled by the packet_forwarder. Please note that a collision does not only
31+
happen when two packets are scheduled at the same time, but also when they are
32+
scheduled at around the same time. The packet_forwarder takes a pre-delay,
33+
post-delay and a tx-margin-delay (which depending on the type of packets being
34+
scheduled for transmission, can be > 100ms). This documented behaviour and can
35+
be found in the [readme.md](https://github.com/Lora-net/packet_forwarder/blob/master/lora_pkt_fwd/readme.md)
36+
of the packet_forwarder documentation (5.3. TX scheduling).
3037

3138
### `WARNING: [gps] GPS out of sync, keeping previous time reference`
3239

@@ -37,4 +44,4 @@ To be investigated
3744
### `gateway: could not handle packet: gateway: invalid protocol version`
3845

3946
packet_forwarder v3.0.0+ introduced a new protocol version. Please check
40-
[Compatibility](index.md#compatibility).
47+
[Compatibility](index.md#compatibility).

0 commit comments

Comments
 (0)