comparison gsm-fw/services/pcm/pcmdata.c @ 1004:c83d3346d4b9

gsm-fw band-aid for voice calls: pcmdata.c: advertise support for FR codec only
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sat, 19 Mar 2016 07:01:54 +0000
parents e60f51f747f5
children
comparison
equal deleted inserted replaced
1003:9b147d0b2cab 1004:c83d3346d4b9
132 const UBYTE pcm_default_values[] = 132 const UBYTE pcm_default_values[] =
133 { 133 {
134 /******************************************************************** 134 /********************************************************************
135 * Field MOBILE CAPABILITIES - MSCAP 135 * Field MOBILE CAPABILITIES - MSCAP
136 ********************************************************************/ 136 ********************************************************************/
137 #if ((DSP == 34) || (DSP == 35) || (DSP == 36)) // ROM Codes including AMR feature. 137 #if 1
138 /*
139 * FreeCalypso temporary kludge: until we fix our L1,
140 * let's advertise that we only support the FR codec.
141 *
142 * If you would like to experiment with different codec
143 * configurations, you can do so without having to recompile
144 * and reflash the firmware each time: just write a /pcm/MSCAP
145 * file into FFS with whatever setting you wish to try.
146 */
147 0x01, 0x00, 0x00,
148 #elif ((DSP == 34) || (DSP == 35) || (DSP == 36)) // ROM Codes including AMR feature.
138 #if (STD == 1) // GSM 900 149 #if (STD == 1) // GSM 900
139 #if defined (FAX_AND_DATA) 150 #if defined (FAX_AND_DATA)
140 0xB1, 0xC7, 0x00, 151 0xB1, 0xC7, 0x00,
141 #else 152 #else
142 0x31, 0x00, 0x00, 153 0x31, 0x00, 0x00,