Any idea as to why the pdu_extract fails intermittently..? Eventually
the SMS will decode OK, however it is crucial that there is no / little
delay.
Fedora release 7 (Moonshine)
cvs-20071018
libxml2 2.6.29-1.fc7
Intel Core 2 Duo
# SMSC GSM
group = smsc
smsc = at
smsc-id = wavecom
modemtype = wavecom
device = /dev/ttyS1
# GSM MODEM SETUP
group = modems
id = wavecom
name = Wavecom
detect-string = "WAVECOM"
message-storage = "SM"
#init-string = "AT+CNMI=2,1,1,2,1"
#speed = 9600
need-sleep = true
no-pin = true
-- snip --
2007-11-06 21:49:42 [28669] [6] INFO: AT2[wavecom]: AT SMSC successfully
opened.
2007-11-06 21:51:36 [28669] [6] DEBUG: AT2[wavecom]: <-- +CMT: ,22
2007-11-06 21:51:36 [28669] [6] DEBUG: AT2[wavecom]: <--
07914786007F0040B911604941502F000007011600215330403C6F71B
2007-11-06 21:51:36 [28669] [6] DEBUG: AT2[wavecom]: received message
from SMSC: +746800F70004
2007-11-06 21:51:36 [28669] [6] ERROR: AT2[wavecom]: got +CMT but
pdu_extract failed
2007-11-06 21:52:15 [28669] [6] DEBUG: AT2[wavecom]: <-- +CMT: ,22
2007-11-06 21:52:15 [28669] [6] DEBUG: AT2[wavecom]: <--
079786007F0000B911604941502F000007011600215330403C6F71B
2007-11-06 21:52:15 [28669] [6] DEBUG: AT2[wavecom]: received message
from SMSC: +6800F700009B
2007-11-06 21:52:15 [28669] [6] ERROR: AT2[wavecom]: got +CMT but
pdu_extract failed
2007-11-06 21:58:00 [28669] [6] DEBUG: AT2[wavecom]: <-- +CMT: ,22
2007-11-06 21:58:00 [28669] [6] DEBUG: AT2[wavecom]: <--
07911614786007F0000B911604941502F000007011600215330403C6F71B
2007-11-06 21:58:00 [28669] [6] DEBUG: AT2[wavecom]: received message
from SMSC: ..
-- end snip --
--
Johno Crawford