[riot-notifications] [RIOT-OS/RIOT] sys/net/iee802154/radio: add IEEE802154_RADIO_INDICATION_CRC_ERROR (#15397)
José Alamos
notifications at github.com
Tue Nov 10 11:41:55 CET 2020
@jia200x commented on this pull request.
> @@ -190,6 +194,26 @@ typedef enum {
*/
IEEE802154_RADIO_INDICATION_RX_START,
+ /**
+ * @brief the transceiver received a frame with an invalid crc
+ * and lies in the internal framebuffer.
+ *
+ * This indication should be generated only if the CRC is invalid and
If the CRC is wrong the content of the framebuffer is assumed to be wrong as well. I know some radios generate the "AMI" interrupt before checking the CRC, but should we take into consideration the address considering the frame is wrong anyway?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15397#pullrequestreview-527072166
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201110/cd5a7a2b/attachment.htm>
More information about the notifications
mailing list