How to detect GPRS lost

Hi,

I want to detect that the GPRS connexion is lost in my application.
How can I do ?

Thanks,

David
On OpenATv3.10.

Hi, you have to create a GPRSControlHandler and handler into it all possible events. One of them is ED_ERR_GPRS_SESSION_LOST. There you can show a message or restart the conexion. Put your codeā€¦

If you are los you can go to the manual adl user guide and there go to page 88.

Good luck! :wink:

Thanks sipro !