On Wed, 30 Jun 2010 21:16:49 +0200
"Michael 'Mickey' Lauer" <mic...@vanille-media.de> wrote:

> > > Could you create a log for me that shows the problem if you are using it
> > > as modem initialization command? The channels are not allowed to send
> > > their commands before modem initialization is completed. If they do, we
> > > have a bug.
> > >
> > 
> > The log is attached, you can see that E0Q0V1 is sent (even if some URCs
> > are taken as replies to it...), and you can see +CPIN? failed because
> > other init commands (namely +EPOM) have not been sent yet.
> 
> According to the log, +EPOM is not being sent at all -- or is it
> attempting to send it later?
>

It's not sent because +CPIN is sent even before it, and fails, here's
how I imagine what is happening:
        usage_iface.RequestResource("GSM")
                -> Starts sending channel init commands,
                   but overlaps with
        gsm_sim_iface.GetAuthStatus()
                -> sends +CPIN? which fails, and so
        usage_iface.ReleaseResource("GSM")
                -> is called before channel init channels goes on

Regards,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

Attachment: pgpB88LKvAlan.pgp
Description: PGP signature

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to