mirror of
https://github.com/brmlab/kalibrate-rtl.git
synced 2025-08-03 14:43:44 +02:00
add support for GSM-R-900
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
parent
c3366bda71
commit
bcb8173578
3 changed files with 37 additions and 5 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue