forked from openthread/openthread
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[indirect-sender] remove callbacks to its sub-components (openthread#…
…10955) This commit removes the `Callbacks` class defined for use between `IndirectSender` and its underlying `DataPollHandler` and `CslTxScheduler` components. This model was added earlier in openthread#3952 to make all interactions between these modules asynchronous (callback-based). The objective was to move the handling of data polls and indirect transmissions closer to the MAC layer and allow `DataPollHandler` logic to be moved to RCP in an host and RCP architecture. With the introduction of CSL, this approach is no longer viable, but the callback style was still used. This commit removes this and simplifies the code.
- Loading branch information
Showing
6 changed files
with
24 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.