From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: Trouble sending sms with cinterion tc65
Date: Fri, 16 Mar 2012 15:20:50 -0500 [thread overview]
Message-ID: <4F63A0A2.7020008@gmail.com> (raw)
In-Reply-To: <20120316143327.792318b5@bertello>
[-- Attachment #1: Type: text/plain, Size: 611 bytes --]
Hi Reynaldo,
>
> It seems to be registered now, but when sending a sms it fails (+CME
> Error 549), I attach a full log including the failed sms sending.
>
Error 549 seems to be 'incorrect PDU length'. Which means this modem
works differently from every single other modem on the market. Try
quirking the sms atom driver to submit the full length, not just the
tpdu length.
E.g. something like:
if (OFONO_VENDOR_CINTERION)
len = snprintf(buf, sizeof(buf), "AT+CMGS=%d\r", pdu_len);
else
len = snprintf(buf, sizeof(buf), "AT+CMGS=%d\r", tpdu_len);
Regards,
-Denis
prev parent reply other threads:[~2012-03-16 20:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-16 8:29 Trouble sending sms with cinterion tc65 Reynaldo Baquerizo
2012-03-16 14:13 ` Denis Kenzior
2012-03-16 15:50 ` Reynaldo Baquerizo
2012-03-16 19:33 ` Reynaldo Baquerizo
2012-03-16 20:20 ` 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=4F63A0A2.7020008@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.