[test] verify behavior of RxChannelAfterTxDone (#10817)

This commit adds a test to verify RX channel is switched correctly after TX done.
This commit is contained in:
Yakun Xu
2024-10-11 08:26:28 -07:00
committed by GitHub
parent 2ea0155129
commit c4262af670
3 changed files with 49 additions and 1 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ otError otPlatRadioDisable(otInstance *) { return OT_ERROR_NONE; }
otError otPlatRadioSleep(otInstance *) { return OT_ERROR_NONE; }
otError otPlatRadioReceive(otInstance *, uint8_t) { return OT_ERROR_NONE; }
otError otPlatRadioReceive(otInstance *, uint8_t aChannel) { return FakePlatform::CurrentPlatform().Receive(aChannel); }
otError otPlatRadioTransmit(otInstance *, otRadioFrame *aFrame)
{