Also, check that the watchdog service is activated on your particular modem - use AT+WCFM=5 and decode the result as per the +WCFM section in the AT commands manual.
If you can’t get the watchdog to work, you can do it yourself by using a timer set to time-out in 10 minutes, and restart the timer each time you get a TCP packet. If the timer fires (times out), call AT+CFUN=1 in the timer handler to reboot the modem.
Well I talked with the retailer and he will take care of the watchdog activation.
So I am waiting for him now.
For now what I want to know is wheter the functions adl_wdActiceAppWd and adl_wdRearmAppWd are the one that I need.
I just want to make sure I dont do the activation process for nothing.