Skip to content

Questions Regarding CSL Retransmission Handling in OpenThread #10768

Answered by abtink
testter2 asked this question in Q&A
Discussion options

You must be logged in to vote

@testter2, I will add some information and suggestions (based on what I know). Others who are more familiar with CSL implemenation may be able to provide more details:

I would generally recommend that, if CSL operation is desired, the radio platform provide OT_RADIO_CAPS_TRANSMIT_SEC and OT_RADIO_CAPS_TRANSMIT_RETRIES.

  • The OT core does not update/set the appended CSL IE in a transmission frame (Mac::Frame::SetCslIe() is not called). So the radio platform is expected to update CSL IE on the frame and only afterward transmission security processing can be done.
  • Enhanced ACK requires the radio platform to be involved and manage assigning security frame counters, which also requires it to pe…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@testter2
Comment options

Answer selected by testter2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants