add support for GSM-R-900

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Steve Markgraf 2012-10-09 01:26:26 +02:00
parent c3366bda71
commit bcb8173578
3 changed files with 37 additions and 5 deletions

View file

@ -77,10 +77,10 @@ void usage(char *prog) {
printf("\t\t%s <-f frequency | -c channel> [options]\n", basename(prog));
printf("\n");
printf("Where options are:\n");
printf("\t-s\tband to scan (GSM850, GSM900, EGSM, DCS, PCS)\n");
printf("\t-s\tband to scan (GSM850, GSM-R, GSM900, EGSM, DCS, PCS)\n");
printf("\t-f\tfrequency of nearby GSM base station\n");
printf("\t-c\tchannel of nearby GSM base station\n");
printf("\t-b\tband indicator (GSM850, GSM900, EGSM, DCS, PCS)\n");
printf("\t-b\tband indicator (GSM850, GSM-R, GSM900, EGSM, DCS, PCS)\n");
printf("\t-g\tgain in dB\n");
printf("\t-d\trtl-sdr device index\n");
printf("\t-e\tinitial frequency error in ppm\n");