# HG changeset patch # User Michael Spacefalcon # Date 1413073423 0 # Node ID d10585d665b4f2d7d5c8bfbd4276c64490e01bb4 # Parent 75595941b7860081d2bc0011fdd900fd28b71829 sms_tls.c compiles diff -r 75595941b786 -r d10585d665b4 gsm-fw/g23m-gsm/sms/Makefile --- a/gsm-fw/g23m-gsm/sms/Makefile Sun Oct 12 00:19:57 2014 +0000 +++ b/gsm-fw/g23m-gsm/sms/Makefile Sun Oct 12 00:23:43 2014 +0000 @@ -6,7 +6,7 @@ -I../../cdginc OBJS= sms_cp.o sms_csf.o sms_em.o sms_for.o sms_pei.o sms_rl.o sms_time.o \ - sms_tlf.o sms_tlp.o + sms_tlf.o sms_tlp.o sms_tls.o all: ${OBJS} diff -r 75595941b786 -r d10585d665b4 gsm-fw/g23m-gsm/sms/sms_tls.c --- a/gsm-fw/g23m-gsm/sms/sms_tls.c Sun Oct 12 00:19:57 2014 +0000 +++ b/gsm-fw/g23m-gsm/sms/sms_tls.c Sun Oct 12 00:23:43 2014 +0000 @@ -22,6 +22,10 @@ #ifndef SMS_TLS_C #define SMS_TLS_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_SMS /*==== INCLUDES ===================================================*/ @@ -821,14 +825,14 @@ memcpy (&mnsms_OTA_message_ind->tp_ud, &sms_deliver->tp_ud, sizeof(T_tp_ud)); mnsms_OTA_message_ind->tp_dcs = sms_deliver->tp_dcs ; mnsms_OTA_message_ind->tp_pid = sms_deliver->tp_pid; -#ifdef TI_PS_HCOMM_CHANGE + #ifdef TI_PS_HCOMM_CHANGE PSEND (_hCommMMI, mnsms_OTA_message_ind); -#else + #else PSEND (hCommMMI, mnsms_OTA_message_ind); -#endif + #endif break; } - #else +#else break; #endif case SMS_PID_ME_DOWNLOAD: