diff gsm-fw/g23m-aci/aci/cmh_mmf.c @ 793:c77d5b1fd6a2

aci: got to cmh_mmq.c, compilation failure (something to do with RTC), remains to be investigated and fixed
author Space Falcon <falcon@ivan.Harhan.ORG>
date Fri, 13 Mar 2015 00:29:36 +0000
parents eedbf248bac0
children
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/cmh_mmf.c	Thu Mar 12 22:11:27 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/cmh_mmf.c	Fri Mar 13 00:29:36 2015 +0000
@@ -22,7 +22,12 @@
 #ifndef CMH_MMF_C
 #define CMH_MMF_C
 #endif
- 
+
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #include "aci_all.h"
 
 /*==== INCLUDES ===================================================*/
@@ -68,7 +73,7 @@
 
 
 #ifndef _SIMULATION_
-#include "ffs/ffs.h"
+#include "../../services/ffs/ffs.h"
 #include "ffs_coat.h"
 #endif /* !_SIMULATION_ */
 
@@ -467,11 +472,6 @@
     sim_mcc = operListFixed[i].mcc;
     sim_mnc = operListFixed[i].mnc;
 
-
-
-
-
-
     if (cmhSIM_plmn_equal_sim (mcc, mnc, sim_mcc, sim_mnc))
     {
       strncpy (plmnDesc->longName, 
@@ -1949,7 +1949,7 @@
             mmShrdPrm.regMode = MODE_AUTO;
             mmShrdPrm.owner = (T_OWN)srcId;
             mmEntStat.entOwn = srcId;			
-	    		
+
 
 #ifdef GPRS 
       /*   Taken from the former sAT_PlusCOPS()
@@ -2107,7 +2107,7 @@
         simEntStat.curCmd = AT_CMD_NRG;
         simShrdPrm.owner = (T_OWN)srcId;
         simEntStat.entOwn = srcId;
-			
+
         if( psaSIM_ActivateSIM() < 0 )   /* activate SIM card */
         {
           TRACE_EVENT( "FATAL RETURN psaSIM in %%NRG" );
@@ -2182,7 +2182,7 @@
           else
           {
             mmShrdPrm.regMode = MODE_AUTO;
-	     mmShrdPrm.owner = (T_OWN)srcId;		
+            mmShrdPrm.owner = (T_OWN)srcId;		
             mmEntStat.entOwn  = srcId;
 #ifdef  GPRS
             if( psaG_MM_CMD_REG ( ) < 0 )  /* register to network */