summaryrefslogtreecommitdiff
path: root/src/util/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/shell.c')
-rw-r--r--src/util/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/shell.c b/src/util/shell.c
index b0d5b41..39f1cb1 100644
--- a/src/util/shell.c
+++ b/src/util/shell.c
@@ -686,7 +686,7 @@ int shell_main(struct lgsm_handle *lgsmh, int sync)
lgsm_phone_power(lgsmh, 0);
} else if (!strcmp(buf, "gos")) {
printf("Get Antenna status\n");
- lgsm_get_power_status(lgsmh, 0);
+ lgsm_get_power_status(lgsmh);
} else if (!strcmp(buf, "V")) {
printf("Vibrator-Enable\n");
lgsm_phone_vibrator(lgsmh, 1);
personal git repositories of Harald Welte. Your mileage may vary