comparison gsm-fw/L1/include/l1_defty.h @ 541:9c91a1f670bd

gsm-fw/L1/cust0 compiles!
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 02 Aug 2014 04:22:36 +0000
parents e23796f8bd47
children b0af3534ef35
comparison
equal deleted inserted replaced
540:99e44a92274c 541:9c91a1f670bd
3943 3943
3944 //++++++++++++++++++++++++++++++++++++ 3944 //++++++++++++++++++++++++++++++++++++
3945 // Fake L1S sm for audio IT generation 3945 // Fake L1S sm for audio IT generation
3946 //++++++++++++++++++++++++++++++++++++ 3946 //++++++++++++++++++++++++++++++++++++
3947 T_AUDIOIT_TASK audioIt_task; 3947 T_AUDIOIT_TASK audioIt_task;
3948
3949 /*
3950 * FreeCalypso change: I had to move this part here, or else
3951 * compilation fails w/o AUDIO_TASK
3952 */
3953 T_OUTEN_CFG_TASK outen_cfg_task;
3948 #endif 3954 #endif
3949 3955
3950 3956
3951 //+++++++++++++ 3957 //+++++++++++++
3952 // GTT task 3958 // GTT task
3958 3964
3959 // Dynamic DSP download task 3965 // Dynamic DSP download task
3960 #if (L1_DYN_DSP_DWNLD == 1) 3966 #if (L1_DYN_DSP_DWNLD == 1)
3961 T_DYN_DWNLD_TASK_COMMAND dyn_dwnld_task; 3967 T_DYN_DWNLD_TASK_COMMAND dyn_dwnld_task;
3962 #endif 3968 #endif
3963 T_OUTEN_CFG_TASK outen_cfg_task;
3964 3969
3965 #if REL99 3970 #if REL99
3966 #if FF_EMR 3971 #if FF_EMR
3967 T_SMEAS_EMR Smeas_dedic_emr; 3972 T_SMEAS_EMR Smeas_dedic_emr;
3968 #endif 3973 #endif
3997 T_DB2_DSP_TO_MCU *dsp_db2_current_r_ptr; 4002 T_DB2_DSP_TO_MCU *dsp_db2_current_r_ptr;
3998 T_DB2_DSP_TO_MCU *dsp_db2_other_r_ptr; 4003 T_DB2_DSP_TO_MCU *dsp_db2_other_r_ptr;
3999 #endif 4004 #endif
4000 4005
4001 /* DSP CPU load measurement */ 4006 /* DSP CPU load measurement */
4002 T_DB_MCU_TO_DSP_CPU_LOAD *dsp_cpu_load_db_w_ptr; 4007 /* FreeCalypso change: the necessary #if was missing */
4008 #if (DSP == 38) || (DSP == 39)
4009 T_DB_MCU_TO_DSP_CPU_LOAD *dsp_cpu_load_db_w_ptr;
4010 #endif
4003 } 4011 }
4004 T_L1S_DSP_COM; 4012 T_L1S_DSP_COM;
4005 4013
4006 /***************************************************************************************/ 4014 /***************************************************************************************/
4007 /* L1A -> TPU communication structure... */ 4015 /* L1A -> TPU communication structure... */