Hi Daniele, > Hello, > > I'm trying to make Ofono work with Telit modules using the atmodem driver. > I succeeded in using all the features but the DataConnectionManager. > > When I list the interfaces of the modem org.ofono.DataConnectionManager is > missing. Using debug print I put, it seems that the probe function for the > gprs interface is never called. > > Is there something I should enable for using gprs capabilities? Since telit devices have not been properly integrated yet I assume you're using the atgen driver, correct? The atgen driver would need generic PPP context support to enable GPRS properly. This is something that is not quite ready in oFono today. This is why the atgen driver does not enable support for GPRS. If you want you can try to enable this in the atgen driver and try it out, but the code is still highly experimental. Regards, -Denis