# HG changeset patch # User Mychaela Falconia # Date 1458370914 0 # Node ID c83d3346d4b9c6d0c6f77c4c1d62c1b15edd5721 # Parent 9b147d0b2cabecc5bee9e02ea60420ae0b356185 gsm-fw band-aid for voice calls: pcmdata.c: advertise support for FR codec only diff -r 9b147d0b2cab -r c83d3346d4b9 gsm-fw/services/pcm/pcmdata.c --- a/gsm-fw/services/pcm/pcmdata.c Fri Mar 18 16:37:28 2016 +0000 +++ b/gsm-fw/services/pcm/pcmdata.c Sat Mar 19 07:01:54 2016 +0000 @@ -134,7 +134,18 @@ /******************************************************************** * Field MOBILE CAPABILITIES - MSCAP ********************************************************************/ - #if ((DSP == 34) || (DSP == 35) || (DSP == 36)) // ROM Codes including AMR feature. + #if 1 + /* + * FreeCalypso temporary kludge: until we fix our L1, + * let's advertise that we only support the FR codec. + * + * If you would like to experiment with different codec + * configurations, you can do so without having to recompile + * and reflash the firmware each time: just write a /pcm/MSCAP + * file into FFS with whatever setting you wish to try. + */ + 0x01, 0x00, 0x00, + #elif ((DSP == 34) || (DSP == 35) || (DSP == 36)) // ROM Codes including AMR feature. #if (STD == 1) // GSM 900 #if defined (FAX_AND_DATA) 0xB1, 0xC7, 0x00,