# HG changeset patch # User Space Falcon # Date 1426198287 0 # Node ID 44bac38197dd948b35c9468ce33e2d336d498d18 # Parent ac7e4de3e23bb59394b044c138d62c996eb231f7 aci: cmh_cphs.c through cmh_f.c done diff -r ac7e4de3e23b -r 44bac38197dd gsm-fw/g23m-aci/aci/Makefile --- a/gsm-fw/g23m-aci/aci/Makefile Thu Mar 12 20:51:29 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Thu Mar 12 22:11:27 2015 +0000 @@ -11,7 +11,8 @@ ati_em_ret.o ati_err.o ati_io.o ati_mm.o ati_mmi.o ati_pdu.o ati_phb.o \ ati_prs.o ati_ret.o ati_sat.o ati_sim.o ati_sms.o ati_src_sat.o \ ati_src_uart.o ati_src_uart_io.o ati_ss.o \ - cmh_ccf.o cmh_ccq.o cmh_ccr.o cmh_ccs.o + cmh_ccf.o cmh_ccq.o cmh_ccr.o cmh_ccs.o cmh_cphs.o cmh_dmy.o cmh_dti.o \ + cmh_emq.o cmh_emr.o cmh_f.o all: ${OBJS} diff -r ac7e4de3e23b -r 44bac38197dd gsm-fw/g23m-aci/aci/cmh_cphs.c --- a/gsm-fw/g23m-aci/aci/cmh_cphs.c Thu Mar 12 20:51:29 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_cphs.c Thu Mar 12 22:11:27 2015 +0000 @@ -15,6 +15,11 @@ #ifndef CMH_CPHS_C #define CMH_CPHS_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" #include "aci_cmh.h" #include "psa.h" @@ -103,7 +108,6 @@ } - /* Deal with Unsolicited Messages */ switch(params->cb_type) { @@ -1168,7 +1172,7 @@ UBYTE* nlength, UBYTE* tlength ) { - T_CPHS_RET cphs_result; + T_CPHS_RET cphs_result; TRACE_FUNCTION("tAT_PercentCPMBW()"); @@ -1192,6 +1196,3 @@ } } #endif /* CPHS_C */ - - - diff -r ac7e4de3e23b -r 44bac38197dd gsm-fw/g23m-aci/aci/cmh_dmy.c --- a/gsm-fw/g23m-aci/aci/cmh_dmy.c Thu Mar 12 20:51:29 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_dmy.c Thu Mar 12 22:11:27 2015 +0000 @@ -23,6 +23,11 @@ #define CMH_DMY_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 ac7e4de3e23b -r 44bac38197dd gsm-fw/g23m-aci/aci/cmh_dti.c --- a/gsm-fw/g23m-aci/aci/cmh_dti.c Thu Mar 12 20:51:29 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_dti.c Thu Mar 12 22:11:27 2015 +0000 @@ -18,6 +18,11 @@ +------------------------------------------------------------------------------ */ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #ifdef DTI #ifndef CMH_DTI_C diff -r ac7e4de3e23b -r 44bac38197dd gsm-fw/g23m-aci/aci/cmh_emq.c --- a/gsm-fw/g23m-aci/aci/cmh_emq.c Thu Mar 12 20:51:29 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_emq.c Thu Mar 12 22:11:27 2015 +0000 @@ -23,6 +23,11 @@ #define ACI_EM_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 ac7e4de3e23b -r 44bac38197dd gsm-fw/g23m-aci/aci/cmh_emr.c --- a/gsm-fw/g23m-aci/aci/cmh_emr.c Thu Mar 12 20:51:29 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_emr.c Thu Mar 12 22:11:27 2015 +0000 @@ -23,6 +23,11 @@ #define ACI_EM_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*===== INCLUDES ===================================================*/ diff -r ac7e4de3e23b -r 44bac38197dd gsm-fw/g23m-aci/aci/cmh_f.c --- a/gsm-fw/g23m-aci/aci/cmh_f.c Thu Mar 12 20:51:29 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_f.c Thu Mar 12 22:11:27 2015 +0000 @@ -23,6 +23,11 @@ #define CMH_F_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/ @@ -109,7 +114,7 @@ #include "rx.h" #ifndef _SIMULATION_ -#include "ffs/ffs.h" +#include "../../services/ffs/ffs.h" #include "ffs_coat.h" #endif