diff gsm-fw/g23m-aci/aci/ati_sms.c @ 788:e899a10f3d4d

ati_sms.c done
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 12 Mar 2015 07:53:35 +0000
parents eedbf248bac0
children
line wrap: on
line diff
--- 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: <mr>[,<scts>]
      */
 
-
-    
     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;