# HG changeset patch # User Space Falcon # Date 1426178122 0 # Node ID beb8e9851a0781d137b0daf6230b87b38880245b # Parent e899a10f3d4d1d92c23d0a8c6cc739419df12f3c aci: ati_*.c finished diff -r e899a10f3d4d -r beb8e9851a07 gsm-fw/g23m-aci/aci/Makefile --- a/gsm-fw/g23m-aci/aci/Makefile Thu Mar 12 07:53:35 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Thu Mar 12 16:35:22 2015 +0000 @@ -9,7 +9,8 @@ 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_sat.o ati_sim.o ati_sms.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 all: ${OBJS} diff -r e899a10f3d4d -r beb8e9851a07 gsm-fw/g23m-aci/aci/ati_src_sat.c --- a/gsm-fw/g23m-aci/aci/ati_src_sat.c Thu Mar 12 07:53:35 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/ati_src_sat.c Thu Mar 12 16:35:22 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_SRC_SAT_C diff -r e899a10f3d4d -r beb8e9851a07 gsm-fw/g23m-aci/aci/ati_src_uart.c --- a/gsm-fw/g23m-aci/aci/ati_src_uart.c Thu Mar 12 07:53:35 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/ati_src_uart.c Thu Mar 12 16:35:22 2015 +0000 @@ -18,6 +18,11 @@ +----------------------------------------------------------------------------- */ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #ifdef UART #ifndef ATI_SRC_UART_C @@ -266,8 +271,6 @@ #endif /* _SIMULATION_ */ - - switch(result_type) { /* UART and ACI connected */ diff -r e899a10f3d4d -r beb8e9851a07 gsm-fw/g23m-aci/aci/ati_src_uart_io.c --- a/gsm-fw/g23m-aci/aci/ati_src_uart_io.c Thu Mar 12 07:53:35 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/ati_src_uart_io.c Thu Mar 12 16:35:22 2015 +0000 @@ -18,6 +18,11 @@ +----------------------------------------------------------------------------- */ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #ifdef UART #ifndef ATI_SRC_UART_IO_C diff -r e899a10f3d4d -r beb8e9851a07 gsm-fw/g23m-aci/aci/ati_ss.c --- a/gsm-fw/g23m-aci/aci/ati_ss.c Thu Mar 12 07:53:35 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/ati_ss.c Thu Mar 12 16:35:22 2015 +0000 @@ -21,6 +21,11 @@ #ifndef ATI_SS_C #define ATI_SS_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #undef DUMMY_ATI_STRINGS #include "aci_all.h" @@ -290,10 +295,10 @@ if ((*cl EQ '0') OR (*cl EQ '1') OR (*cl EQ ',')) return atiSShandleCSSN(cl,srcId); else - { + { cmdCmeError(CME_ERR_OpNotAllow); return (ATI_FAIL); - } + } }