FreeCalypso > hg > freecalypso-sw
changeset 792:44bac38197dd
aci: cmh_cphs.c through cmh_f.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Thu, 12 Mar 2015 22:11:27 +0000 |
parents | ac7e4de3e23b |
children | c77d5b1fd6a2 |
files | gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/cmh_cphs.c gsm-fw/g23m-aci/aci/cmh_dmy.c gsm-fw/g23m-aci/aci/cmh_dti.c gsm-fw/g23m-aci/aci/cmh_emq.c gsm-fw/g23m-aci/aci/cmh_emr.c gsm-fw/g23m-aci/aci/cmh_f.c |
diffstat | 7 files changed, 34 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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}
--- 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 */ - - -
--- 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"
--- 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
--- 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"
--- 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 ===================================================*/
--- 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