FreeCalypso > hg > freecalypso-sw
changeset 789:beb8e9851a07
aci: ati_*.c finished
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Thu, 12 Mar 2015 16:35:22 +0000 |
parents | e899a10f3d4d |
children | e8f37d3414b6 |
files | gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/ati_src_sat.c gsm-fw/g23m-aci/aci/ati_src_uart.c gsm-fw/g23m-aci/aci/ati_src_uart_io.c gsm-fw/g23m-aci/aci/ati_ss.c |
diffstat | 5 files changed, 24 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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}
--- 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
--- 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 */
--- 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
--- 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); - } + } }