Details
Description
Incorrect order of function calls prevents the TimeSync object to get the actual IP address.
In the callback function EipTcp_NetIfStatusChange_Callback_Job, Eip_NotifyTimeSyncAboutIpAddressChange is called before the IP assignment to ptRsc->tObjData.atInstance[0].tNV.tInterfaceConfig.ulIpAddr which always delivers the IP address zero.