# HG changeset patch # User Mychaela Falconia # Date 1446001997 0 # Node ID bd7effdeba687c7a798b6b430aaaf37c1049bcc6 # Parent e64cc501383cf21146d410bc5134aec4f95fcacf l1_async.c: l1a_mmi_outen_cfg_process() fix, link passes now diff -r e64cc501383c -r bd7effdeba68 chipsetsw/layer1/cfile/l1_async.c --- a/chipsetsw/layer1/cfile/l1_async.c Wed Oct 28 03:00:06 2015 +0000 +++ b/chipsetsw/layer1/cfile/l1_async.c Wed Oct 28 03:13:17 2015 +0000 @@ -684,18 +684,27 @@ #if (L1_VOCODER_IF_CHANGE == 1) l1a_mmi_vocoder_cfg_process(msg); #endif // L1_VOCODER_IF_CHANGE == 1 - #if(L1_BT_AUDIO ==1) + #if(L1_BT_AUDIO ==1) l1a_mmi_bt_process(msg); #endif // L1_VOCODER_IF_CHANGE == 1 + /* + * FreeCalypso Frankenstein: the following call to + * l1a_mmi_outen_cfg_process() was totally unconditional + * in the LoCosto source we got, but no such function + * exists in TCS211. To be investigated further when + * we reach the audio stuff. + */ + #if 0 + l1a_mmi_outen_cfg_process(msg); + #endif #endif //AUDIO TASK - l1a_mmi_outen_cfg_process(msg); // Only processes supported by GSM IDLE in Internal RAM #if (GSM_IDLE_RAM > 1) #if L1_GPRS if ((msg->SignalCode >> 8) == P_GPRS) l1pa_task(msg); - #endif + #endif // Serving Cell PAGING reading. l1a_idle_serving_cell_paging_process(msg);