# HG changeset patch # User Space Falcon # Date 1426146046 0 # Node ID 0b85dd2dec6a473188f5adac7e4b3439967950b9 # Parent e7250023ca12997687d30549fd230bf66de1efc0 aci: ati_sat.c and ati_sim.c done diff -r e7250023ca12 -r 0b85dd2dec6a gsm-fw/g23m-aci/aci/Makefile --- a/gsm-fw/g23m-aci/aci/Makefile Thu Mar 12 06:53:01 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Thu Mar 12 07:40:46 2015 +0000 @@ -3,13 +3,13 @@ CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ - -I../../cdginc -I../aci_dti_mng -I../ati_ext -I../ksd + -I../../cdginc -I../aci_dti_mng -I../aci_ext -I../ati_ext -I../ksd OBJS= aci_aci.o aci_csf.o aci_em.o aci_lst.o aci_mem.o aci_mfw.o aci_pei.o \ aci_tim.o aci_util.o aoc.o \ 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_prs.o ati_ret.o ati_sat.o ati_sim.o all: ${OBJS} diff -r e7250023ca12 -r 0b85dd2dec6a gsm-fw/g23m-aci/aci/ati_sat.c --- a/gsm-fw/g23m-aci/aci/ati_sat.c Thu Mar 12 06:53:01 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/ati_sat.c Thu Mar 12 07:40:46 2015 +0000 @@ -18,6 +18,11 @@ +----------------------------------------------------------------------------- */ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #ifdef SIM_TOOLKIT #ifndef ATI_SAT_C @@ -510,7 +515,7 @@ ret=sAT_PercentSIMEF((T_ACI_CMD_SRC)srcId,mode); return(map_aci_2_ati_rslt(ret)); - #endif /*FF_ATI_BAT*/ +#endif /*FF_ATI_BAT*/ } @@ -552,7 +557,7 @@ } return(map_aci_2_ati_rslt(ret)); - #endif /* no FF_ATI_BAT */ +#endif /* no FF_ATI_BAT */ } diff -r e7250023ca12 -r 0b85dd2dec6a gsm-fw/g23m-aci/aci/ati_sim.c --- a/gsm-fw/g23m-aci/aci/ati_sim.c Thu Mar 12 06:53:01 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/ati_sim.c Thu Mar 12 07:40:46 2015 +0000 @@ -21,6 +21,11 @@ #ifndef ATI_SIM_C #define ATI_SIM_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #undef DUMMY_ATI_STRINGS #include "aci_all.h"