File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff 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
3946packet_forwarder v3.0.0+ introduced a new protocol version. Please check
40- [ Compatibility] ( index.md#compatibility ) .
47+ [ Compatibility] ( index.md#compatibility ) .
You can’t perform that action at this time.
0 commit comments