r3964 - trunk/src/target/gsm/src/gsmd

erin_yueh at sita.openmoko.org erin_yueh at sita.openmoko.org
Sat Jan 26 19:39:00 CET 2008


Author: erin_yueh
Date: 2008-01-26 19:38:56 +0100 (Sat, 26 Jan 2008)
New Revision: 3964

Modified:
   trunk/src/target/gsm/src/gsmd/gsmd.c
Log:
gsmd: disable COLP to avoid cme error 512 (Sean Chiang)


Modified: trunk/src/target/gsm/src/gsmd/gsmd.c
===================================================================
--- trunk/src/target/gsm/src/gsmd/gsmd.c	2008-01-26 18:37:36 UTC (rev 3963)
+++ trunk/src/target/gsm/src/gsmd/gsmd.c	2008-01-26 18:38:56 UTC (rev 3964)
@@ -182,7 +182,8 @@
 	/* use +CLIP: to indicate CLIP */
 	rc |= gsmd_simplecmd(gsmd, "AT+CLIP=1");
 	/* use +COLP: to indicate COLP */
-	rc |= gsmd_simplecmd(gsmd, "AT+COLP=1");
+	/* set it 0 to disable subscriber info and avoid cme err 512 */
+	rc |= gsmd_simplecmd(gsmd, "AT+COLP=0");
 	/* use +CCWA: to indicate waiting call */
 	rc |= gsmd_simplecmd(gsmd, "AT+CCWA=1,1");
 	/* configure message format as PDU mode*/





More information about the commitlog mailing list