diff gsm-fw/g23m-gsm/mm/mm.h @ 717:470f87d36741

mm_csf.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 04 Oct 2014 00:45:59 +0000
parents 2f7df7a314f8
children
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/mm/mm.h	Fri Oct 03 21:10:00 2014 +0000
+++ b/gsm-fw/g23m-gsm/mm/mm.h	Sat Oct 04 00:45:59 2014 +0000
@@ -408,8 +408,8 @@
 
 /* N950 Memory Optimization - Implements Measure #39*/
 EXTERN  T_S2I_STRING const STATE_MM_NAME[];
+
 #ifdef GPRS
-
 /* 
  * States of CM establishment if GPRS is present
  */
@@ -680,7 +680,8 @@
    */
   BOOL                  sim_read_in_progress;
   
-  /* This variable will be used to decide if SIM_SYNC_REQ should be sent or not. 
+  /*
+   * This variable will be used to decide if SIM_SYNC_REQ should be sent or not.
    * After receiving SIM_MM_INSERT_IND, MM should respond with a SIM_SYNC_REQ.
    * This SIM_SYNC_REQ will be sent after reading either EFPLMNSel or EFPLMNwAct
    * and EFOPLMNwAct
@@ -690,8 +691,6 @@
   /*SET true is sim file update indication is received*/
   BOOL                  sim_file_upd_ind_rec;
 
-
-
   /* HPLMN search period, this is forwarded to RR and not evaluated by MM */
   UBYTE                 thplmn;
   
@@ -772,8 +771,7 @@
   /* This flag enables a quick search when coming back from VPLMN to HPLMN and RR_ABORT_IND gives 
      HPLMN as a part of its List*/
   BOOL                  quick_hplmn_search;
-  
-  
+
 } T_REG;
 
 /*
@@ -1033,7 +1031,7 @@
   BOOL                  config_use_stored_bcch;
 
   
- /* This variable is used to prevent an RR_ABORT_IND caused by a RR TABORT timer 
+ /* This variable is used to prevent an RR_ABORT_IND caused by a RR TABORT timer
   * timeout from interfering with FTA test 26.7.4.3.4 
   */
   BOOL rr_abort_prior_to_tabort;