# HG changeset patch # User Space Falcon # Date 1428208248 0 # Node ID b63b6e9da6cd7b29a864815c7fe5990126246f9f # Parent c64bfc13292c56729bb447a96e8fd7549912a0d8 aci: conc_sms.c, cphs.c and cphs_aci.c done diff -r c64bfc13292c -r b63b6e9da6cd gsm-fw/g23m-aci/aci/Makefile --- a/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 04:16:57 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 04:30:48 2015 +0000 @@ -17,7 +17,8 @@ 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_simf.o cmh_simq.o cmh_simr.o cmh_sims.o \ cmh_smsf.o cmh_smsq.o cmh_smsr.o cmh_smss.o cmh_ssf.o cmh_ssq.o \ - cmh_ssr.o cmh_sss.o cmh_tsts.o cmh_uartf.o cmh_uartr.o cmh_uarts.o + cmh_ssr.o cmh_sss.o cmh_tsts.o cmh_uartf.o cmh_uartr.o cmh_uarts.o \ + conc_sms.o cphs.o cphs_aci.o all: ${OBJS} diff -r c64bfc13292c -r b63b6e9da6cd gsm-fw/g23m-aci/aci/conc_sms.c --- a/gsm-fw/g23m-aci/aci/conc_sms.c Sun Apr 05 04:16:57 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/conc_sms.c Sun Apr 05 04:30:48 2015 +0000 @@ -24,6 +24,11 @@ /*==== INCLUDES ===================================================*/ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" #include "aci_cmh.h" @@ -90,7 +95,6 @@ } - /* +--------------------------------------------------------------------+ | PROJECT : MODULE : CONC_SMS | @@ -111,7 +115,6 @@ } - /* +--------------------------------------------------------------------+ | PROJECT : MODULE : CONC_SMS | @@ -643,7 +646,6 @@ } - /* +---------------------------------------------------------------------+ | PROJECT : MODULE : CONC_SMS | @@ -881,7 +883,6 @@ } - #ifdef TI_PS_FF_CONC_SMS /********************** Init Functions *********************************/ @@ -1441,8 +1442,6 @@ } - - /********************** RAT Callback Fucntions ****************************/ @@ -1596,7 +1595,6 @@ } - GLOBAL void rConcSMS_PlusCMGR ( T_ACI_CMGL_SM* sm, T_ACI_CMGR_CBM* cbm ) { @@ -1746,10 +1744,6 @@ } - - - - GLOBAL void rConcSMS_PlusCMGD ( ) { T_CONC_CMGD *prm = &concShrdPrm.specPrm.concCMGD; @@ -1987,15 +1981,9 @@ #endif /* TI_PS_FF_CONC_SMS */ - - /*************** Functions which must be called by MFW ***************/ - - - - /* +--------------------------------------------------------------------+ | PROJECT : MODULE : CONC_SMS | @@ -2173,8 +2161,7 @@ return(0); } else - return(concBufElem->rec_num); - + return(concBufElem->rec_num); } @@ -2748,7 +2735,6 @@ } - GLOBAL void concSMS_AddtoconcBuff(void) { UBYTE i; @@ -2872,5 +2858,3 @@ return TRUE; } - - diff -r c64bfc13292c -r b63b6e9da6cd gsm-fw/g23m-aci/aci/cphs.c --- a/gsm-fw/g23m-aci/aci/cphs.c Sun Apr 05 04:16:57 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cphs.c Sun Apr 05 04:30:48 2015 +0000 @@ -15,6 +15,11 @@ #ifndef CPHS_C #define CPHS_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + /* needed for all files that are part of ACI */ #include "aci_all.h" #include "aci_cmh.h" @@ -2785,6 +2790,3 @@ } #endif /* CPHS_C */ - - - diff -r c64bfc13292c -r b63b6e9da6cd gsm-fw/g23m-aci/aci/cphs_aci.c --- a/gsm-fw/g23m-aci/aci/cphs_aci.c Sun Apr 05 04:16:57 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cphs_aci.c Sun Apr 05 04:30:48 2015 +0000 @@ -14,6 +14,11 @@ #ifndef CPHS_ACI_C #define CPHS_ACI_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" #include "cphs.h"