diff libgsmefr/d_homing.c @ 160:eefef9f6d533

libgsmefr: randomize d1035pf params in no-data BFI case
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 15 Dec 2022 07:23:18 +0000
parents cc08498ed21b
children
line wrap: on
line diff
--- a/libgsmefr/d_homing.c	Thu Dec 15 02:54:31 2022 +0000
+++ b/libgsmefr/d_homing.c	Thu Dec 15 07:23:18 2022 +0000
@@ -301,5 +301,8 @@
     decoder_reset (st); /* reset all the state variables in the speech decoder*/
     reset_rx_dtx (st);  /* reset all the receive DTX and CN state variables */
 
+    /* Themyscira libgsmefr addition for no-data BFI handling */
+    st->L_pn_seed_nodata = PN_INITIAL_SEED;
+
     return;
 }