diff chipsetsw/layer1/dyn_dwl_cfile/l1_dyn_dwl_afunc.c @ 20:13c360a4885f

starting to compile l1_dyn_dwl_afunc.c
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 21 Oct 2015 22:36:52 +0000
parents 06d94fdaadf6
children 0ec722728d69
line wrap: on
line diff
--- a/chipsetsw/layer1/dyn_dwl_cfile/l1_dyn_dwl_afunc.c	Wed Oct 21 21:41:05 2015 +0000
+++ b/chipsetsw/layer1/dyn_dwl_cfile/l1_dyn_dwl_afunc.c	Wed Oct 21 22:36:52 2015 +0000
@@ -212,6 +212,7 @@
 
   // Check if one of the messages belongs to the set of primitves which triggers a dynamic download and saves its index
 
+#if 0	// LoCosto-ism not present in TCS211
  if (!((l1a.state[L1A_GTT_STATE] == 0) || (l1a.state[L1A_GTT_STATE] == 1))) // TTY ON
   {
       if(msg_code == MMI_TCH_VOCODER_CFG_REQ) // AND Current_message == VOCODER
@@ -220,7 +221,7 @@
       	    return 0;
       	}
   }
-
+#endif
   
   for (j=0;j<NUM_OF_DYN_DWNLD_PRIMITIVES;j++)
   {