File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,14 @@ configuration.
26
26
27
27
### ` src/jitqueue.c:343:jit_enqueue(): ERROR: Packet (type=0) REJECTED, collision with packet already programmed at 423844236 (423843356) `
28
28
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).
30
37
31
38
### ` WARNING: [gps] GPS out of sync, keeping previous time reference `
32
39
@@ -37,4 +44,4 @@ To be investigated
37
44
### ` gateway: could not handle packet: gateway: invalid protocol version `
38
45
39
46
packet_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