aboutsummaryrefslogtreecommitdiffstats
path: root/src/bnetz
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2016-07-19 20:34:35 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2016-07-24 12:31:07 +0200
commit8906deb5dd6fa288852478cdddc8a80fbfb21ad2 (patch)
tree7d4da45b4ebaec31655ce93d0673daadee803f60 /src/bnetz
parent5bbbe11666720511a1079c042da12baa350737d9 (diff)
B-Netz: Added description for GFS 19 to reduce transmit power
Diffstat (limited to 'src/bnetz')
-rw-r--r--src/bnetz/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bnetz/main.c b/src/bnetz/main.c
index 0e69b80..60b4cff 100644
--- a/src/bnetz/main.c
+++ b/src/bnetz/main.c
@@ -51,6 +51,10 @@ void print_help(const char *arg0)
printf(" Alternative give your coordinates of your location, to find closest\n");
printf(" base station. (e.g. '--gfs 54.487291,9.069993') Or use '--gfs list' to\n");
printf(" get a list of all base station locations.\n");
+ printf(" -g --gfs 19\n");
+ printf(" Set to 19 in order to make the phone transmit at 100 mW instead of\n");
+ printf(" full 15 Watts. If supported, the phone uses the channel with low power\n");
+ printf(" (Kanal kleiner Leistung).\n");
printf(" -P --pilot tone | positive | negative | <file>=<on>:<off>\n");
printf(" Send a tone, give a signal or write to a file when switching to\n");
printf(" channel 19. (paging the phone).\n");