Adl_gprs* and ed_*

Hello,

Are adl_gprs* functions (such as adl_gprsSubscribe, adl_gprs_Setup, adl_gprsAct) useful for any purpose if I use eDLib for TCPIP?

Is ed_* an upper layer above adl_* or supplemental group of functions?

Regards,
jrs.

If you use edlib then adl_gprs service is becoming not so important.

Since you still need to issue AT+CGATT=1 to attach GPRS before starting edlib GPRS connection, so you can subscribe adl_gprs to get the ME_ATTACH event, but don’t use adl_gprsAct…etc