FreeCalypso > hg > gsm-codec-lib
changeset 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 | 5fe0b3eb35c1 | 
| children | 62c0359ff2a8 | 
| files | efrtest/dlcap-gsmx.c frtest/dlcap-gsmx.c | 
| diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/efrtest/dlcap-gsmx.c Tue Dec 27 06:44:29 2022 +0000 +++ b/efrtest/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] & 0xC204) == 0xC000) { efr_tidsp_to_std(tidsp_bytes, efr_bytes);
--- 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);
