r1280 - trunk/src/target/gsm/src/util

laforge at sita.openmoko.org laforge at sita.openmoko.org
Thu Mar 8 22:34:11 CET 2007


Author: laforge
Date: 2007-03-08 22:34:11 +0100 (Thu, 08 Mar 2007)
New Revision: 1280

Modified:
   trunk/src/target/gsm/src/util/shell.c
Log:
don't power down the device before trying to register with the network ;)


Modified: trunk/src/target/gsm/src/util/shell.c
===================================================================
--- trunk/src/target/gsm/src/util/shell.c	2007-03-08 20:48:31 UTC (rev 1279)
+++ trunk/src/target/gsm/src/util/shell.c	2007-03-08 21:34:11 UTC (rev 1280)
@@ -127,7 +127,6 @@
 				lgsm_phone_power(lgsmh, 0);
 			} else if (!strcmp(buf, "R")) {
 				printf("Register\n");
-				lgsm_phone_power(lgsmh, 0);
 				lgsm_netreg_register(lgsmh, 0);
 			} else if (!strcmp(buf, "q")) {
 				exit(0);





More information about the commitlog mailing list