diff libgsmfr2/pp_state.h @ 530:96c4ed5529bf

libgsmfr2 preproc: implement support for DTXd
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 19 Sep 2024 20:15:54 +0000
parents 573afa985df6
children
line wrap: on
line diff
--- a/libgsmfr2/pp_state.h	Thu Sep 19 08:07:26 2024 +0000
+++ b/libgsmfr2/pp_state.h	Thu Sep 19 20:15:54 2024 +0000
@@ -18,7 +18,9 @@
 	uint8_t		sid_prefix[5];
 	uint8_t		sid_xmaxc;
 	uint32_t	cn_random_lfsr;
-	unsigned	cn_random_6fold;
+	uint8_t		cn_random_6fold;
+	uint8_t		dtxd_nodata_count;
+	uint8_t		dtxd_sid_flag;
 };
 
 /* we use the same LFSR PRNG for CN as ETSI EFR implementation */