All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: connection manager interface
Date: Mon, 13 Oct 2014 11:10:57 -0500	[thread overview]
Message-ID: <543BF991.2040200@gmail.com> (raw)
In-Reply-To: <CAOD0pek_a1-=RAkMqnEPYTAukCuTGgd3YR-J5qUb4Hn11P3mZQ@mail.gmail.com>

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

Hi Ernast,

On 10/13/2014 10:51 AM, Ernast Sevo wrote:
> Hello all!
>
> I have been playing around with ofono recently and was wondering how
> ofono determined when to bring up the connection manager interface. I
> know that the interfaces supported depend on the state of the device but
> what is the state (registration status, network capabilities, etc ) at
> which it is appropriate for the connection manager interface to be up? (
> I am assuming here all hardware requirements for this interface are met
> by the modem since I know this to be true, but am simply curious about
> the external factors involved.)
>

ConnectionManager is created by the ofono_gprs atom.  This atom can be 
created either in post_sim or post_online state.

The earlier state is preferred (e.g. post_sim), but some hardware 
implementations might want to delay this until post_online for whatever 
reason.  I think the majority of oFono modem drivers initialize 
ofono_gprs in the post_sim state.

Note that the functionality of ConnectionManager will be largely 
unavailable without network registration.  So you won't be able to 
activate / deactivate contexts until you are registered to the network. 
  You can however manipulate context settings and other settings (e.g. 
in Airplane mode or without being registered to a network)

Regards,
-Denis



  reply	other threads:[~2014-10-13 16:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-13 15:51 connection manager interface Ernast Sevo
2014-10-13 16:10 ` Denis Kenzior [this message]
2014-10-14 19:00   ` Ernast Sevo
2014-10-15 19:46     ` Denis Kenzior

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=543BF991.2040200@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 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.