All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Unable to use DataConnectionManager
  2010-05-18 14:06 Unable to use DataConnectionManager Daniele Palmas
@ 2010-05-18  8:59 ` Denis Kenzior
  2010-05-18 15:42   ` Daniele Palmas
  0 siblings, 1 reply; 4+ messages in thread
From: Denis Kenzior @ 2010-05-18  8:59 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 914 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Unable to use DataConnectionManager
  2010-05-18 15:42   ` Daniele Palmas
@ 2010-05-18  9:43     ` Denis Kenzior
  0 siblings, 0 replies; 4+ messages in thread
From: Denis Kenzior @ 2010-05-18  9:43 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1279 bytes --]

Hi Daniele,

> Hi Denis,
> 
> >Since telit devices have not been properly integrated yet I assume you're
> >using the atgen driver, correct?
> 
> Correct, I am using the atgen driver. I'm planning to add support for Telit
>  devices, but first I would like to see how the atgen driver behaves.

That would be great! I have a Telit UC864 but never had enough time to enable 
it properly.

> 
> >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.
> 
> Ok, if you tell me how I can give it a try and make some tests. Is it
>  possible to use 0.20 version or should I use the GIT tree?

You would need to use the git tree.  Simply add the following lines to atgen's 
post_sim function:
        gprs = ofono_gprs_create(modem, 0, "atmodem", data->chat);
        gc = ofono_gprs_context_create(modem, 0, "atmodem", data->chat);

        if (gprs && gc)
                ofono_gprs_add_context(gprs, gc);

See plugins/phonesim.c for an example.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Unable to use DataConnectionManager
@ 2010-05-18 14:06 Daniele Palmas
  2010-05-18  8:59 ` Denis Kenzior
  0 siblings, 1 reply; 4+ messages in thread
From: Daniele Palmas @ 2010-05-18 14:06 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 425 bytes --]

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?

Thanks,
Daniele

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Unable to use DataConnectionManager
  2010-05-18  8:59 ` Denis Kenzior
@ 2010-05-18 15:42   ` Daniele Palmas
  2010-05-18  9:43     ` Denis Kenzior
  0 siblings, 1 reply; 4+ messages in thread
From: Daniele Palmas @ 2010-05-18 15:42 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 759 bytes --]

Hi Denis,

>Since telit devices have not been properly integrated yet I assume you're
>using the atgen driver, correct?

Correct, I am using the atgen driver. I'm planning to add support for Telit devices, but first I would like to see how the atgen driver behaves.

>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.

Ok, if you tell me how I can give it a try and make some tests. Is it possible to use 0.20 version or should I use the GIT tree?

Thanks,
Daniele

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-18 15:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-18 14:06 Unable to use DataConnectionManager Daniele Palmas
2010-05-18  8:59 ` Denis Kenzior
2010-05-18 15:42   ` Daniele Palmas
2010-05-18  9:43     ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.