# HG changeset patch
# User Mychaela Falconia <falcon@freecalypso.org>
# Date 1672385004 0
# Node ID 6e39fc0134da5d5df3ffaac96e9dd57971a0dfda
# Parent  5fe0b3eb35c1eb3d51ef7b8d20038a2822a6dae0
[e]frtest/dlcap-gsmx.c: fix comment pointing to description of DSP flags

diff -r 5fe0b3eb35c1 -r 6e39fc0134da efrtest/dlcap-gsmx.c
--- 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);
diff -r 5fe0b3eb35c1 -r 6e39fc0134da frtest/dlcap-gsmx.c
--- 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);