comparison efrtest/rec2etsi.c @ 120:bd832a456339

gsmefr-rec2etsi usage msg: call it input.gsmx instead of input.rec
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 10 Dec 2022 02:56:02 +0000
parents 89945a3b576e
children
comparison
equal deleted inserted replaced
119:c1d53064b410 120:bd832a456339
41 uint8_t frame[BINFILE_MAX_FRAME]; 41 uint8_t frame[BINFILE_MAX_FRAME];
42 uint16_t bits[250]; 42 uint16_t bits[250];
43 int rc; 43 int rc;
44 44
45 if (argc != 3) { 45 if (argc != 3) {
46 fprintf(stderr, "usage: %s input.rec output.dec\n", argv[0]); 46 fprintf(stderr, "usage: %s input.gsmx output.dec\n", argv[0]);
47 exit(1); 47 exit(1);
48 } 48 }
49 binf = fopen(argv[1], "r"); 49 binf = fopen(argv[1], "r");
50 if (!binf) { 50 if (!binf) {
51 perror(argv[1]); 51 perror(argv[1]);