# HG changeset patch # User Space Falcon # Date 1426146815 0 # Node ID e899a10f3d4d1d92c23d0a8c6cc739419df12f3c # Parent 0b85dd2dec6a473188f5adac7e4b3439967950b9 ati_sms.c done diff -r 0b85dd2dec6a -r e899a10f3d4d gsm-fw/g23m-aci/aci/Makefile --- a/gsm-fw/g23m-aci/aci/Makefile Thu Mar 12 07:40:46 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Thu Mar 12 07:53:35 2015 +0000 @@ -9,7 +9,7 @@ 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_prs.o ati_ret.o ati_sat.o ati_sim.o ati_sms.o all: ${OBJS} diff -r 0b85dd2dec6a -r e899a10f3d4d gsm-fw/g23m-aci/aci/ati_sms.c --- a/gsm-fw/g23m-aci/aci/ati_sms.c Thu Mar 12 07:40:46 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/ati_sms.c Thu Mar 12 07:53:35 2015 +0000 @@ -21,6 +21,11 @@ #ifndef ATI_SMS_C #define ATI_SMS_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #undef DUMMY_ATI_STRINGS #include "aci_all.h" @@ -1739,8 +1744,6 @@ * rCI_OK will emitting +CMGS: [,] */ - - return (ATI_EXCT); } } @@ -2754,7 +2757,7 @@ *----------------------------------------------------------------- */ if(srcId NEQ CMD_SRC_LCL) - smsShrdPrm.smsSrcId = (T_ACI_CMD_SRC)srcId; + smsShrdPrm.smsSrcId = (T_ACI_CMD_SRC)srcId; if ( bfr NEQ CNMI_BFR_NotPresent ) at.CNMI_bfr = ( UBYTE ) bfr;