Closed GoogleCodeExporter closed 9 years ago
it's because of the delivery report behavior in CDMA (just send manual from
atcommand you will see that the delivery report didn't stored to MT, but it
just send out to response and this response wasn't recognized by the terminator
at ATHandler.java), as you already know that smslib will set CNMI to 3,1,0,2,0.
I haven't figured out how to see the delivery report yet, because the CMGR
report on cdma doesn't behave like the gsm one, and the alternatif was using
the +CDSI (issue 111), because of that i modif the CNMIDetector.java to
2,1,1,0,0 by doing this you won't receive any delivery report or you can set
delivery report to +CDSI, and figure out the issue 111 (I would love to hear it
if you success decode +CDSI as Delivery report receipt). Thanks.
Original comment by hendrace...@gmail.com
on 13 Oct 2010 at 3:04
sorry i mean +CDS no +CDSI, the second way is to use terminator to terminate
all response by +CDS but it require you to set the cnmi to other combination
number, I forget which one, perhaps 3,1,0,3,0 (3 for the forth). but i have
already forgot it, you need to see the
http://www.sendsms.cn/download/CDMA_AT_178.pdf and find cnmi configuration for
that. thanks
Original comment by hendrace...@gmail.com
on 13 Oct 2010 at 3:08
Any feedback on this from you guys working with CDMA modems will be great!
Original comment by T.Delenikas
on 17 Oct 2010 at 5:31
This issue took much longer to debug than my expected release date, so I've
deferred the CDMA portion by a couple weeks. I will definitely need to get this
resolved, so I'll keep you posted.
Original comment by nizam.mo...@gmail.com
on 18 Oct 2010 at 2:10
Thanks!
Original comment by T.Delenikas
on 20 Oct 2010 at 12:09
Setting AT+CNMI=3,1,0,0,0 seems to solve the problem.
Original comment by nizam.mo...@gmail.com
on 13 May 2011 at 6:55
What is the CNMI command created by the auto-detection SMSLib code?
Original comment by T.Delenikas
on 13 May 2011 at 9:00
The auto detected CNMI code is 3,1,0,2,0. The problem appears to be only with
the SMS-STATUS-REPORTS setting which I am turning off.
Original comment by nizam.mo...@gmail.com
on 14 May 2011 at 3:45
Wow long time not doing a post. For cdma you have to disabled sms report
settings. Just make the forth setting to zero will disabled it (x,x,x,0,x)
Original comment by hendrace...@gmail.com
on 14 May 2011 at 12:37
Original comment by admin@smslib.org
on 1 Jan 2014 at 9:25
Original comment by thana...@smslib.org
on 26 Apr 2014 at 10:09
Original issue reported on code.google.com by
nizam.mo...@gmail.com
on 13 Oct 2010 at 7:05Attachments: