# HG changeset patch # User Michael Spacefalcon # Date 1413063045 0 # Node ID 4c7f82008335d95b376354690ef141e9a21a01f0 # Parent 7f68d2ab0d33ab5acbde1e6e5527ef98a1465c0e sim_app.c: reverting failed attempt to unbreak !SIM_TOOLKIT, with comments left in place diff -r 7f68d2ab0d33 -r 4c7f82008335 gsm-fw/g23m-gsm/sim/sim_app.c --- a/gsm-fw/g23m-gsm/sim/sim_app.c Sat Oct 11 21:24:24 2014 +0000 +++ b/gsm-fw/g23m-gsm/sim/sim_app.c Sat Oct 11 21:30:45 2014 +0000 @@ -2410,13 +2410,13 @@ /* * Presence check all thirty seconds */ -#ifdef SIM_TOOLKIT +//#ifdef SIM_TOOLKIT // FreeCalypso failed attempt to unbreak !SIM_TOOLKIT if (timer EQ SLEEP_TIMER AND sim_data.sat_session EQ TRUE) { TRACE_EVENT("STK SESSION RUNNING"); return; } -#endif +//#endif if ((error = FKT_Status (&pin_cnt, &pin2_cnt, &puk_cnt, &puk2_cnt)) NEQ SIM_NO_ERROR) @@ -2811,9 +2811,9 @@ sim_data.act_directory = NOT_PRESENT_16BIT; sim_data.act_field = NOT_PRESENT_16BIT; sim_data.status_time = THIRTY_SECONDS; -#ifdef SIM_TOOLKIT +//#ifdef SIM_TOOLKIT // FreeCalypso failed attempt to unbreak !SIM_TOOLKIT sim_data.cust_mode = sim_activate_req->cust_mode; -#endif +//#endif if (sim_activate_req->mmi_pro_file & SIM_MMI_BDN) SIM_SET_FLAG (BDN_SUPPORT_BY_MMI);