comparison gsm-fw/L1/include/l1_confg.h @ 561:eb3fb4d0dcf0

L1: disable all DSP patch DWNLD for now
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 05 Aug 2014 21:50:05 +0000
parents b1e2dbb3c751
children 58bbee73c4b7
comparison
equal deleted inserted replaced
560:85562a6b6356 561:eb3fb4d0dcf0
68 68
69 /* FreeCalypso */ 69 /* FreeCalypso */
70 #define CODE_VERSION NOT_SIMULATION 70 #define CODE_VERSION NOT_SIMULATION
71 #define AMR 1 71 #define AMR 1
72 #define L1_12NEIGH 1 72 #define L1_12NEIGH 1
73 #define L1_DYN_DSP_DWNLD 0 /* for now */
74 #define L1_EOTD 0 73 #define L1_EOTD 0
75 #define L1_GTT 0 74 #define L1_GTT 0
76 #define ORDER2_TX_TEMP_CAL 1 75 #define ORDER2_TX_TEMP_CAL 1
77 #define TRACE_TYPE 4 76 #define TRACE_TYPE 4
78 #define VCXO_ALGO 1 77 #define VCXO_ALGO 1
78
79 /* let's try running without any DSP patches initially */
80 #define DWNLD 0
81 #define L1_DYN_DSP_DWNLD 0
79 82
80 /* TESTMODE will be enabled with feature l1tm */ 83 /* TESTMODE will be enabled with feature l1tm */
81 84
82 #if CONFIG_AUDIO 85 #if CONFIG_AUDIO
83 # define AUDIO_TASK 1 // Enable the L1 audio features 86 # define AUDIO_TASK 1 // Enable the L1 audio features