Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[radio] fix low power multi-vendor certification failures
OpenThread stack update change 992be2781->a363396eb (in commit 2c459e3a3) had a change in the stack to clarify and adjust various CSL timing units to existing 802.15.4 standards based timing concepts. See openthread/openthread@6da6e09 One of the changes was to clarify that the rxTimestamp (used to calculate "next" CSL transmissions) should point to the end of the sync header (SHR). So when scheduling our transmit, we must make sure to subtract the SHR duration value from our base time since this is already accounted for when calculating next CSL transmission delay. Co-authored-by: Suvesh Pratapa <[email protected]>
- Loading branch information