This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

【Bug Report】In z-stack for CC26x2( simplelink_zigbee_sdk_plugin_1_60_00_14 ),the message "AF_REFLECT_ERROR_CMD" is processed by mistake.

Other Parts Discussed in Thread: CC2530, Z-STACK

  In AF.c, function "afReflectError" create message “AF_REFLECT_ERROR_CMD”, and the message member "endpoint" is destination endpoint. In TI-RTOS, this message is sent to "ZStackTaskProcessEvent" and processed by function "processAfReflectErrorInd",but the function "processAfReflectErrorInd" makes a mistake.

  Function "processAfReflectErrorInd" calls function "epTableFindEntryEP" with "pkt->endpoint", which is destination endpoint not source endpoint, to get "ICall dest".