FreeCalypso > hg > gsm-codec-lib
diff frtest/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 | 500f3e93964f |
children |
line wrap: on
line diff
--- a/frtest/dlcap-gsmx.c Tue Dec 27 06:44:29 2022 +0000 +++ b/frtest/dlcap-gsmx.c Fri Dec 30 07:23:24 2022 +0000 @@ -62,7 +62,8 @@ } else goto invalid; /* - * DSP flags will be documented in ../doc/Calypso-TCH-downlink + * DSP flags are documented in the TCH-tap-modes article + * in freecalypso-docs. */ if ((status_words[0] & 0xC004) == 0xC000) { gsm0610_tidsp_to_libgsm(tidsp_bytes, libgsm_bytes);