comparison 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
comparison
equal deleted inserted replaced
19:06d94fdaadf6 20:13c360a4885f
210 UWORD16 counter=0; 210 UWORD16 counter=0;
211 UWORD16 msg_code_id=0 ;//omaps00090550 211 UWORD16 msg_code_id=0 ;//omaps00090550
212 212
213 // Check if one of the messages belongs to the set of primitves which triggers a dynamic download and saves its index 213 // Check if one of the messages belongs to the set of primitves which triggers a dynamic download and saves its index
214 214
215 #if 0 // LoCosto-ism not present in TCS211
215 if (!((l1a.state[L1A_GTT_STATE] == 0) || (l1a.state[L1A_GTT_STATE] == 1))) // TTY ON 216 if (!((l1a.state[L1A_GTT_STATE] == 0) || (l1a.state[L1A_GTT_STATE] == 1))) // TTY ON
216 { 217 {
217 if(msg_code == MMI_TCH_VOCODER_CFG_REQ) // AND Current_message == VOCODER 218 if(msg_code == MMI_TCH_VOCODER_CFG_REQ) // AND Current_message == VOCODER
218 { 219 {
219 // Dont do anything 220 // Dont do anything
220 return 0; 221 return 0;
221 } 222 }
222 } 223 }
223 224 #endif
224 225
225 for (j=0;j<NUM_OF_DYN_DWNLD_PRIMITIVES;j++) 226 for (j=0;j<NUM_OF_DYN_DWNLD_PRIMITIVES;j++)
226 { 227 {
227 if (msg_code == signal_patch_array[j].primitive) 228 if (msg_code == signal_patch_array[j].primitive)
228 msg_code_id = signal_patch_array[j].msg_id; 229 msg_code_id = signal_patch_array[j].msg_id;