zephyr/subsys/lorawan/services
Jordan Yates bb6cb0f1dd lorawan: clock_sync: assert instead of error code
Assert that the size provided to `clock_sync_serialize_device_time` is
sufficient, instead of returning an error code. The condition is already
enforced by the calling code, and returning an error code is incorrect
when the return code is unconditionally being used to increment the
buffer offset by callers.

Fixes #84720.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2025-02-03 16:59:29 +01:00
..
clock_sync.c lorawan: clock_sync: assert instead of error code 2025-02-03 16:59:29 +01:00
CMakeLists.txt lorawan: services: frag decoder: add lowmem implementation 2024-06-11 16:09:23 +03:00
frag_decoder_lowmem.c lorawan: services: frag decoder: add lowmem implementation 2024-06-11 16:09:23 +03:00
frag_decoder_lowmem.h lorawan: services: frag decoder: add lowmem implementation 2024-06-11 16:09:23 +03:00
frag_flash.c
frag_flash.h
frag_transport.c lorawan: change downlink callback 2024-11-16 14:03:36 -05:00
Kconfig lorawan: services: frag decoder: add lowmem implementation 2024-06-11 16:09:23 +03:00
lorawan_services.c
lorawan_services.h
multicast.c lorawan: change downlink callback 2024-11-16 14:03:36 -05:00