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.

CC430F5137, SimpliciTI C1.1.1 AP restart issue in receiving continuous transmit data of ED.

When using AP as a data hub, once the ED join and link the AP it starts to transmit the data continuously and the AP also receive so. In-between if the AP gets power off and on again it is not receiving the ED's transmitting data, only after  the ED restart  it is receiving the data.While debugging found that the PORT number is getting changed in the nwk.frame.c,  when connected normally and after the power off and on in AP.

uint8_t     port       = GET_FROM_FRAME(MRFI_P_PAYLOAD(&fiPtr->mrfiPkt), F_PORT_OS);

Wish kind support on this issue.