r2241 - trunk/src/host/qemu-neo1973/gnokiigsm

andrew at sita.openmoko.org andrew at sita.openmoko.org
Wed Jun 13 19:10:31 CEST 2007


Author: andrew
Date: 2007-06-13 19:10:30 +0200 (Wed, 13 Jun 2007)
New Revision: 2241

Modified:
   trunk/src/host/qemu-neo1973/gnokiigsm/at-emulator.c
Log:
Use modem identification strings from GTA01Bv4.


Modified: trunk/src/host/qemu-neo1973/gnokiigsm/at-emulator.c
===================================================================
--- trunk/src/host/qemu-neo1973/gnokiigsm/at-emulator.c	2007-06-13 14:42:26 UTC (rev 2240)
+++ trunk/src/host/qemu-neo1973/gnokiigsm/at-emulator.c	2007-06-13 17:10:30 UTC (rev 2241)
@@ -1237,6 +1237,9 @@
 				status = GN_SMS_Unsent;
 			} else if (strcasecmp(*buf, "4") == 0 ||
 				strcasecmp(*buf, "\"ALL\"") == 0) {
+				/* TODO: in TEXT mode only "ALL" should be
+				 * accepted, and in PDU mode only the "4"
+				 * form.  */
 				status = 4; /* ALL */
 			} else {
 				return true;





More information about the commitlog mailing list