From 27eab8ca03a75e691c7f7ff199f1b17140da43d1 Mon Sep 17 00:00:00 2001 From: Eduardo Montoya Date: Mon, 6 Nov 2023 15:18:08 +0100 Subject: [PATCH] Enable radio stats --- include/openthread/platform/radio.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/openthread/platform/radio.h b/include/openthread/platform/radio.h index 7f39d9832a6..67feabce59c 100644 --- a/include/openthread/platform/radio.h +++ b/include/openthread/platform/radio.h @@ -1145,6 +1145,8 @@ void otPlatRadioUpdateCslSampleTime(otInstance *aInstance, uint32_t aCslSampleTi */ uint8_t otPlatRadioGetCslAccuracy(otInstance *aInstance); +void otPlatRadioSetCslAccuracy(otInstance *aInstance, uint8_t aAccuracy); + /** * The fixed uncertainty (i.e. random jitter) of the arrival time of CSL * transmissions received by this device in units of 10 microseconds. @@ -1164,6 +1166,8 @@ uint8_t otPlatRadioGetCslAccuracy(otInstance *aInstance); */ uint8_t otPlatRadioGetCslUncertainty(otInstance *aInstance); +void otPlatRadioSetCslUncertainty(otInstance *aInstance, uint8_t aUncertainty); + /** * Set the max transmit power for a specific channel. *