# HG changeset patch # User Space Falcon # Date 1426187698 0 # Node ID e8f37d3414b67009f8996da40a800f2c7ea648b2 # Parent beb8e9851a0781d137b0daf6230b87b38880245b aci: got up to cmh_ccs.c, then compilation problem, remains to be resolved diff -r beb8e9851a07 -r e8f37d3414b6 gsm-fw/g23m-aci/aci/Makefile --- a/gsm-fw/g23m-aci/aci/Makefile Thu Mar 12 16:35:22 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Thu Mar 12 19:14:58 2015 +0000 @@ -10,7 +10,8 @@ ati_bas.o ati_cc.o ati_cmd.o ati_cphs.o ati_csc.o ati_dti.o ati_em.o \ 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 + ati_src_uart.o ati_src_uart_io.o ati_ss.o \ + cmh_ccf.o cmh_ccq.o cmh_ccr.o cmh_ccs.o all: ${OBJS} diff -r beb8e9851a07 -r e8f37d3414b6 gsm-fw/g23m-aci/aci/cmh_ccf.c --- a/gsm-fw/g23m-aci/aci/cmh_ccf.c Thu Mar 12 16:35:22 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_ccf.c Thu Mar 12 19:14:58 2015 +0000 @@ -23,6 +23,11 @@ #define CMH_CCF_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/ @@ -107,7 +112,7 @@ #include "l4_tim.h" #if defined(_TARGET_) -#include "ffs/ffs.h" +#include "../../services/ffs/ffs.h" #include "ffs_coat.h" #endif /* _TARGET_ */ diff -r beb8e9851a07 -r e8f37d3414b6 gsm-fw/g23m-aci/aci/cmh_ccq.c --- a/gsm-fw/g23m-aci/aci/cmh_ccq.c Thu Mar 12 16:35:22 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_ccq.c Thu Mar 12 19:14:58 2015 +0000 @@ -23,6 +23,11 @@ #define CMH_CCQ_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + /*==== INCLUDES ===================================================*/ #include "aci_all.h" diff -r beb8e9851a07 -r e8f37d3414b6 gsm-fw/g23m-aci/aci/cmh_ccr.c --- a/gsm-fw/g23m-aci/aci/cmh_ccr.c Thu Mar 12 16:35:22 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_ccr.c Thu Mar 12 19:14:58 2015 +0000 @@ -24,6 +24,11 @@ #define CMH_CCR_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + /*==== INCLUDES ===================================================*/ #include "aci_all.h" @@ -3665,8 +3670,6 @@ } - - LOCAL void cmhCC_NotifySS_v_ectIndicator( SHORT cId, T_NOTIFY_SS_INV *ntfySS ) { CHAR numBuf[MAX_B_SUBSCR_NUM_LEN]; /* buffer for number */ @@ -3993,7 +3996,6 @@ } - /* +------------------------------------------------------------------------------ | Function : cmhCC_CheckSS diff -r beb8e9851a07 -r e8f37d3414b6 gsm-fw/g23m-aci/aci/cmh_ccs.c --- a/gsm-fw/g23m-aci/aci/cmh_ccs.c Thu Mar 12 16:35:22 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_ccs.c Thu Mar 12 19:14:58 2015 +0000 @@ -23,6 +23,11 @@ #define CMH_CCS_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" #include "aci_cmh.h" @@ -1079,7 +1084,7 @@ } #endif /* FAX_AND_DATA */ -/* + /* * 3GPP standard 27007 * (+CVHU) */