kersing / packet_forwarder

Multi protocol packet forwarder supporting the TTN gateway-connector protocol.
Other
85 stars 56 forks source link

Do not add CRC to downlinks in TTN transport #21

Closed egourlao closed 3 years ago

egourlao commented 6 years ago

CRC should not be added to downlinks, following the LoRaWAN specification. More details and discussion can be found in this issue.

With this addition, for downlinks received through ttn transport, CRC is explicitly removed from the packet before being transmitted.