Open Source Telephony
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: Unable to use DataConnectionManager
Date: Tue, 18 May 2010 04:43:59 -0500	[thread overview]
Message-ID: <201005180443.59221.denkenz@gmail.com> (raw)
In-Reply-To: <24A9345B397CD24AA76A4E82E2379565317D9CFEC0@XCHTS.tmt.telital.com>

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

      reply	other threads:[~2010-05-18  9:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201005180443.59221.denkenz@gmail.com \
    --to=denkenz@gmail.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox