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.