It means exactly what it says - your modem does not have the internet protocol feature activated.
The internet protocol feature has to be enabled by wavecom (or your distributor) before the WIP library will operate correctly. See this post for some hints on checking if the Internet Protocol feature has been enabled on your modem.
If Internet Protocol feature is NOT enabled on your modem, all you can do is go back to your distributor and talk to them about getting it enabled. It will probably cost you some money though - as the Internet Protocol feature is an added extra (as is CGPS, RTOS, Watchdog etc).
You can use the basic WIP TCP and UDP sockets, but the internet protocol feature is required in order to use higher-level protocols like HTTP, FTP, etc…
Is this correct? It was my understanding that only the GPRS functions available from OpenAT (i.e. adl_gprsXXXX() API functions) were available if the Internet Feature was not enabled.
Although - looking at the traces above, it appears that the WIP network connection has operated correctly …
Well, that is certainly my understanding of the situation.
That was the advice from my Distributor, and I did a project recently on that basis: the application just used WIP UDP sockets so that the client could buy devices without the Internet Feature enabled.