* Tony Lindgren <tony@xxxxxxxxxxx> [190116 14:59]: > * Pavel Machek <pavel@xxxxxx> [190116 13:58]: > > And I wanted to ask -- did you figure out how to acknowledge the > > SMSs? +CGNNA does not seem to do the job: > > > > 07912470338016... > > AT+CGNMA=1 > > +CGNMA:ERROR=9 > > Yeah the scripts in droid4-sms-tools git repo work for me for sending > and receiving. They do not work with cdma currently as the format is > different. > > Maybe you've managed to change the mode of the modem to queue the > messages with the at commands to the usb port? > > You are reading and writing to /dev/motmdm9 for incoming sms right? To debug, you can modprobe n_gsm debug=0xff and you'll see all the packet data in dmesg, maybe email me the dmesg output of your ack command packet data? Or compare against what Android is doing, you can echo 0x7fffffff to the ts27010 sysfs debug file somewhere to see similar packet data with logcat -b radio. Regards, Tony