comparison efrtest/dlcap-gsmx.c @ 179:6e39fc0134da

[e]frtest/dlcap-gsmx.c: fix comment pointing to description of DSP flags
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 30 Dec 2022 07:23:24 +0000
parents 3bbb16015a79
children
comparison
equal deleted inserted replaced
178:5fe0b3eb35c1 179:6e39fc0134da
60 goto invalid; 60 goto invalid;
61 fn_mod_104 = strtoul(linebuf + 86, 0, 10); 61 fn_mod_104 = strtoul(linebuf + 86, 0, 10);
62 } else 62 } else
63 goto invalid; 63 goto invalid;
64 /* 64 /*
65 * DSP flags will be documented in ../doc/Calypso-TCH-downlink 65 * DSP flags are documented in the TCH-tap-modes article
66 * in freecalypso-docs.
66 */ 67 */
67 if ((status_words[0] & 0xC204) == 0xC000) { 68 if ((status_words[0] & 0xC204) == 0xC000) {
68 efr_tidsp_to_std(tidsp_bytes, efr_bytes); 69 efr_tidsp_to_std(tidsp_bytes, efr_bytes);
69 fwrite(efr_bytes, 1, 31, outf); 70 fwrite(efr_bytes, 1, 31, outf);
70 } else { 71 } else {