When i call wip_netInit in RTE mode, it restarts the module. If i run the same code in target mode, everything works fine.
This behaviour started after i upgraded to WIP 5x from WIP 3x.
The code shown below is executed a few seconds after the module has started up.
void siwo_initWipSystem()
{
if(siwo_licenseFunc(LICENSE_FUNC_5)){
// Dette modem har adgang til IP systemet
wip_netInit(); <-- This line restarts the modem when in RTE mode but not in target mode!
}
}