# HG changeset patch # User Space Falcon # Date 1428187860 0 # Node ID 28f24c230edd681cc1131d99dfbd6774107a07ed # Parent 5d2a3318092321b9ff33373c75b0995f780e4b78 aci: cmh_sim?.c done diff -r 5d2a33180923 -r 28f24c230edd gsm-fw/g23m-aci/aci/Makefile --- a/gsm-fw/g23m-aci/aci/Makefile Mon Mar 16 05:06:47 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sat Apr 04 22:51:00 2015 +0000 @@ -15,7 +15,7 @@ cmh_emq.o cmh_emr.o cmh_f.o cmh_mmf.o cmh_mmiq.o cmh_mmir.o cmh_mmis.o \ cmh_mmit.o cmh_mmq.o cmh_mmr.o cmh_mms.o cmh_mmt.o cmh_phbf.o \ cmh_phbq.o cmh_phbr.o cmh_phbs.o cmh_phbt.o cmh_satf.o cmh_satq.o \ - cmh_satr.o cmh_sats.o + cmh_satr.o cmh_sats.o cmh_simf.o cmh_simq.o cmh_simr.o cmh_sims.o all: ${OBJS} diff -r 5d2a33180923 -r 28f24c230edd gsm-fw/g23m-aci/aci/cmh_simf.c --- a/gsm-fw/g23m-aci/aci/cmh_simf.c Mon Mar 16 05:06:47 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_simf.c Sat Apr 04 22:51:00 2015 +0000 @@ -23,6 +23,11 @@ #define CMH_SIMF_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/ #include "aci_cmh.h" diff -r 5d2a33180923 -r 28f24c230edd gsm-fw/g23m-aci/aci/cmh_simq.c --- a/gsm-fw/g23m-aci/aci/cmh_simq.c Mon Mar 16 05:06:47 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_simq.c Sat Apr 04 22:51:00 2015 +0000 @@ -23,6 +23,11 @@ #define CMH_SIMQ_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" #include "aci_cmh.h" diff -r 5d2a33180923 -r 28f24c230edd gsm-fw/g23m-aci/aci/cmh_simr.c --- a/gsm-fw/g23m-aci/aci/cmh_simr.c Mon Mar 16 05:06:47 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_simr.c Sat Apr 04 22:51:00 2015 +0000 @@ -24,6 +24,11 @@ #define CMH_SIMR_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/ #include "aci_mem.h" @@ -38,7 +43,7 @@ #endif /* of #ifdef FAX_AND_DATA */ #ifndef _SIMULATION_ -#include "ffs/ffs.h" +#include "../../services/ffs/ffs.h" #include "ffs_coat.h" #endif @@ -640,7 +645,7 @@ //TISH, patch for ASTec31853 //start /*modified for Roaming issue*/ - TRACE_EVENT("reset mm reg stat"); + TRACE_EVENT("reset mm reg stat"); mmShrdPrm.regStat = NO_VLD_RS; //end /* process event spontaneous insertion */ diff -r 5d2a33180923 -r 28f24c230edd gsm-fw/g23m-aci/aci/cmh_sims.c --- a/gsm-fw/g23m-aci/aci/cmh_sims.c Mon Mar 16 05:06:47 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_sims.c Sat Apr 04 22:51:00 2015 +0000 @@ -24,6 +24,11 @@ #define CMH_SIMS_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/ #include "aci_cmh.h"