Using wIP with OpenAT 3.12

Hi,

I have been testing the beta version of wIP, and since it appears to
only support ADL I have had to write an ADL emulation layer on
top of OpenAT to get it running.

Will wIP be supported natively under OpenAT?

I have noticed two peculiarities in wIP so far:

  1. wIP outputs some trace/info information using the adl_atSendResponse
    call. Unfortuantely when sending something like:

[GPRS]:GPRS EVENT SETUP OK (cid=1): GPRS activate[0D][0A]

It is actually sent as three seperate calls to adl_atSendResponse:

[GPRS]:
GPRS EVENT SETUP OK (cid=1): GPRS activate
[0D][0A]

  1. wip_netInit subscribes to a 500mS cyclic timer, even when the
    IP stack should be idle.

Regards,
Nic van der Walt