comparison gsm-fw/g23m-gsm/sms/sms_tls.c @ 766:d10585d665b4

sms_tls.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 12 Oct 2014 00:23:43 +0000
parents 2f7df7a314f8
children
comparison
equal deleted inserted replaced
765:75595941b786 766:d10585d665b4
19 +----------------------------------------------------------------------------- 19 +-----------------------------------------------------------------------------
20 */ 20 */
21 21
22 #ifndef SMS_TLS_C 22 #ifndef SMS_TLS_C
23 #define SMS_TLS_C 23 #define SMS_TLS_C
24
25 #include "config.h"
26 #include "fixedconf.h"
27 #include "condat-features.h"
24 28
25 #define ENTITY_SMS 29 #define ENTITY_SMS
26 30
27 /*==== INCLUDES ===================================================*/ 31 /*==== INCLUDES ===================================================*/
28 32
819 { 823 {
820 PALLOC (mnsms_OTA_message_ind, MNSMS_OTA_MESSAGE_IND); 824 PALLOC (mnsms_OTA_message_ind, MNSMS_OTA_MESSAGE_IND);
821 memcpy (&mnsms_OTA_message_ind->tp_ud, &sms_deliver->tp_ud, sizeof(T_tp_ud)); 825 memcpy (&mnsms_OTA_message_ind->tp_ud, &sms_deliver->tp_ud, sizeof(T_tp_ud));
822 mnsms_OTA_message_ind->tp_dcs = sms_deliver->tp_dcs ; 826 mnsms_OTA_message_ind->tp_dcs = sms_deliver->tp_dcs ;
823 mnsms_OTA_message_ind->tp_pid = sms_deliver->tp_pid; 827 mnsms_OTA_message_ind->tp_pid = sms_deliver->tp_pid;
824 #ifdef TI_PS_HCOMM_CHANGE 828 #ifdef TI_PS_HCOMM_CHANGE
825 PSEND (_hCommMMI, mnsms_OTA_message_ind); 829 PSEND (_hCommMMI, mnsms_OTA_message_ind);
826 #else 830 #else
827 PSEND (hCommMMI, mnsms_OTA_message_ind); 831 PSEND (hCommMMI, mnsms_OTA_message_ind);
828 #endif 832 #endif
829 break; 833 break;
830 } 834 }
831 #else 835 #else
832 break; 836 break;
833 #endif 837 #endif
834 case SMS_PID_ME_DOWNLOAD: 838 case SMS_PID_ME_DOWNLOAD:
835 /* 839 /*
836 * ME download short message 840 * ME download short message