All of lore.kernel.org
 help / color / mirror / Atom feed
From: Reynaldo Baquerizo <reynaldomic@gmail.com>
To: ofono@ofono.org
Subject: Trouble sending sms with cinterion tc65
Date: Fri, 16 Mar 2012 03:29:30 -0500	[thread overview]
Message-ID: <20120316032930.5a1c786f@bertello> (raw)

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


Hi everyone,

I would like to know what is Cinterion tc65's status. I am looking for
its sms functionality and it is not working.
I've tried to figure this out for my own, but since I am to new ofono
and not much of a C coder I guess I haven't gone so far.

I've tried running it with the debugger, and as far as I can tell it
doesn't seem to add the atom watch for OFONO_ATOM_TYPE_NETREG because
neither of these conditions are met (in __ofono_modem_add_atom_watch)

> 	for (l = modem->atoms; l; l = l->next) {
> 		atom = l->data;
> 
> 		if (atom->type != type || atom->unregister == NULL)
> 			continue;
> 		
> 		notify(atom, OFONO_ATOM_WATCH_CONDITION_REGISTERED, data); }

Then I think I've added ofono_cbs_create in tc65_post_online and after
that "atom->type != type" is met but atom->unregister is null still.

I'd like to volunteer to fix this (if there is anything to fix here),
any hint to further debug this is welcome :-)

Regarding post_sim and post_online, when one enables the modem the
MessageManager is then exposed but one can not send messages, it is only
possible after going online. I find this not clear.

Thanks,
--
Reynaldo

             reply	other threads:[~2012-03-16  8:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-16  8:29 Reynaldo Baquerizo [this message]
2012-03-16 14:13 ` Trouble sending sms with cinterion tc65 Denis Kenzior
2012-03-16 15:50   ` Reynaldo Baquerizo
2012-03-16 19:33     ` Reynaldo Baquerizo
2012-03-16 20:20       ` 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=20120316032930.5a1c786f@bertello \
    --to=reynaldomic@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.