-
Hello OpenThread Community I'm trying to get otLinkMetricsEnhAckProbingIeReportCallback triggered, to receive Enhanced-ACK Probing, this is what I did : 1 - Configured Device1 as Leader and Device2 as Child my questions are: the description in the spec : Thanks in Advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi Amr, Thanks for raising the question! The process you did is correct. If the 'initiator' configures EnhAckProbing successfully at the 'subject', the 'subject' will append a LinkMetrics Report within the Enhanced-ACK sent to the 'initiator'. However, whether replying Enhanced-ACK depends on the incoming data frame. If the version of incoming data frame is 2015, then an Enhanced-ACK will be sent in reply. Regarding your questions:
We should use the API
You can use To debug your issue:
|
Beta Was this translation helpful? Give feedback.
-
Hi, Sorry for the delay of my answer, indeed thank you for your help, |
Beta Was this translation helpful? Give feedback.
Hi,
Sorry for the delay of my answer,
indeed
linkMetricsMgmtResponseCallback
returned success as status, I found thatOPENTHREAD_CONFIG_MAC_CSL_TRANSMITTER_ENABLE
was not enabled and so my leader device is not processing the enhancedAck,thank you for your help,
Amr