zephyr/subsys/lorawan/services
Martin Jäger 3b9ba15096 lorawan: services: add Application Layer Clock Synchronization
This service allows to synchronize the clock with the application
server.

Synchronization requests are initiated by the device in a regular
interval, configurable via Kconfig.

The implementation only supports TS003-2.0.0, as the previous revision
TS003-1.0.0 requested to temporarily disable ADR and and set nb_trans
to 1. This causes issues on the server side and is not recommended
anymore.

Signed-off-by: Martin Jäger <martin@libre.solar>
2023-01-23 10:05:49 +00:00
..
clock_sync.c lorawan: services: add Application Layer Clock Synchronization 2023-01-23 10:05:49 +00:00
CMakeLists.txt lorawan: services: add Application Layer Clock Synchronization 2023-01-23 10:05:49 +00:00
Kconfig lorawan: services: add Application Layer Clock Synchronization 2023-01-23 10:05:49 +00:00
lorawan_services.c
lorawan_services.h