Fixed command line option descriptions

This commit is contained in:
Andreas Eversberg
2016-11-29 07:50:32 +01:00
parent d52d0242bf
commit 0b43b63d1f
6 changed files with 7 additions and 7 deletions

View File

@@ -287,8 +287,8 @@ Each tone is plays for a short time.
After the last tone has been played, base station starts again with the first tone. After the last tone has been played, base station starts again with the first tone.
My phone also responds to a call, even if the tones cycle rather than sent simultaneously. My phone also responds to a call, even if the tones cycle rather than sent simultaneously.
In this case the deviation level of each tone is two times higher (+6 dB). (The level transmitted is two times lower (-6 dB) than the peak level of 4 simultaneous tones. This may help transmitters with deviation limiters to make the phone ring.) In this case the deviation level of each tone is two times higher (+6 dB). (The level transmitted is two times lower (-6 dB) than the peak level of 4 simultaneous tones. This may help transmitters with deviation limiters to make the phone ring.)
Add command line option "-P 50" to send each tone for 50 milliseconds. Add command line option "-P 100" to send each tone for 100 milliseconds.
Try something between 20-100 milliseconds, if the phone still doesn't ring. Try something between 50-200 milliseconds, if the phone still doesn't ring.
Be sure to check: Does your transmitter has enough frequency deviation (15 KHz is suggested)? Do you really send the correct number of your phone, check the frequencies of your phone and use "-D 0" option to see what 4 frequencies the base station actually transmits. Be sure to check: Does your transmitter has enough frequency deviation (15 KHz is suggested)? Do you really send the correct number of your phone, check the frequencies of your phone and use "-D 0" option to see what 4 frequencies the base station actually transmits.
</p> </p>

View File

@@ -47,7 +47,7 @@ int tolerant = 0;
void print_help(const char *arg0) void print_help(const char *arg0)
{ {
print_help_common(arg0, "-p -d -F yes | no "); print_help_common(arg0, "-p -d -F yes | no [-S sid=<sid>]");
/* - - */ /* - - */
printf(" -T --channel-type <channel type> | list\n"); printf(" -T --channel-type <channel type> | list\n");
printf(" Give channel type, use 'list' to get a list. (default = '%s')\n", chan_type_short_name(chan_type[0])); printf(" Give channel type, use 'list' to get a list. (default = '%s')\n", chan_type_short_name(chan_type[0]));

View File

@@ -47,7 +47,7 @@ void print_help(const char *arg0)
printf(" (e.g. '--geo 51.186959,7.080194') Or use '--geo list' to get a list of\n"); printf(" (e.g. '--geo 51.186959,7.080194') Or use '--geo list' to get a list of\n");
printf(" all base station locations.\n"); printf(" all base station locations.\n");
printf(" -P --page-sequence 0 | <ms>\n"); printf(" -P --page-sequence 0 | <ms>\n");
printf(" Cycle paging tones, rather than sending simultaniously.\n"); printf(" Cycle paging tones, rather than sending simultaniously. Try 100.\n");
printf(" (default = '%d')\n", page_sequence); printf(" (default = '%d')\n", page_sequence);
printf(" -L --loss <volume>\n"); printf(" -L --loss <volume>\n");
printf(" Detect loss of carrier by detecting steady noise above given volume in\n"); printf(" Detect loss of carrier by detecting steady noise above given volume in\n");

View File

@@ -42,7 +42,7 @@ double lossdetect = 0;
void print_help(const char *arg0) void print_help(const char *arg0)
{ {
print_help_common(arg0, ""); print_help_common(arg0, "[-G <gfs>]");
/* - - */ /* - - */
printf(" -G --gfs <gruppenfreisignal> | <lat>,<lon>\n"); printf(" -G --gfs <gruppenfreisignal> | <lat>,<lon>\n");
printf(" Gruppenfreisignal\" 1..9 | 19 | 10..18 (default = '%d')\n", gfs); printf(" Gruppenfreisignal\" 1..9 | 19 | 10..18 (default = '%d')\n", gfs);

View File

@@ -51,7 +51,7 @@ int voice_deviation = 1;
void print_help(const char *arg0) void print_help(const char *arg0)
{ {
print_help_common(arg0, "-S <rx ppm>,<tx ppm> -p -d "); print_help_common(arg0, "[-M] -S <rx ppm>,<tx ppm> -p -d ");
/* - - */ /* - - */
printf(" -T --channel-type <channel type> | list\n"); printf(" -T --channel-type <channel type> | list\n");
printf(" Give channel type, use 'list' to get a list. (default = '%s')\n", chan_type_short_name(chan_type[0])); printf(" Give channel type, use 'list' to get a list. (default = '%s')\n", chan_type_short_name(chan_type[0]));

View File

@@ -54,7 +54,7 @@ int send_callerid = 0;
void print_help(const char *arg0) void print_help(const char *arg0)
{ {
print_help_common(arg0, "-y <traffic area> | list [-I]"); print_help_common(arg0, "-Y <traffic area> | list [-I 1] [-0 1]");
/* - - */ /* - - */
printf(" -T --channel-type <channel type> | list\n"); printf(" -T --channel-type <channel type> | list\n");
printf(" Give channel type, use 'list' to get a list. (default = '%s')\n", chan_type_short_name(chan_type[0])); printf(" Give channel type, use 'list' to get a list. (default = '%s')\n", chan_type_short_name(chan_type[0]));