From e7ceefbeb06dc9592da3d58f59b7a80fdfa1d3ed Mon Sep 17 00:00:00 2001 From: laforge Date: Thu, 8 Mar 2007 21:34:11 +0000 Subject: don't power down the device before trying to register with the network ;) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@1280 99fdad57-331a-0410-800a-d7fa5415bdb3 --- src/util/shell.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util/shell.c') diff --git a/src/util/shell.c b/src/util/shell.c index 43a0bfe..4fef8f9 100644 --- a/src/util/shell.c +++ b/src/util/shell.c @@ -127,7 +127,6 @@ int shell_main(struct lgsm_handle *lgsmh) 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); -- cgit v1.2.3