changeset 754:4c7f82008335

sim_app.c: reverting failed attempt to unbreak !SIM_TOOLKIT, with comments left in place
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 11 Oct 2014 21:30:45 +0000
parents 7f68d2ab0d33
children 72de8fe8ef5f
files gsm-fw/g23m-gsm/sim/sim_app.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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);