}
}
+
/* if we are reading an sms message from memory, put the line into the sms buffer if the line is not "OK" or "ERROR" */
if (tech_pvt->reading_sms_msg > 1 && at_ack == -1) {
int c;
#ifdef WANT_GSMLIB
+try{
char content2[1000];
SMSMessageRef sms;
//MessageType messagetype;
//servicecentretimestamp = sms->serviceCentreTimestamp();
//sender_recipient_address = sms->address();
+} catch (GsmException &ge)
+ {
+ ERRORA("GsmException= |||%s|||\n", GSMOPEN_P_LOG, ge.what());
+ }
#endif // WANT_GSMLIB
if (tech_pvt->no_ucs2 || tech_pvt->sms_pdu_not_supported == 0) {
#ifdef WANT_GSMLIB
+try{
SMSMessageRef smsMessage;
memset(mesg_test, '\0', sizeof(mesg_test));
//servicecentretimestamp = sms->serviceCentreTimestamp();
//sender_recipient_address = sms->address();
#endif // NOTDEF
+} catch (GsmException &ge)
+ {
+ ERRORA("GsmException= |||%s|||\n", GSMOPEN_P_LOG, ge.what());
+ }
+
#else // WANT_GSMLIB
ERRORA("tech_pvt->no_ucs2 || tech_pvt->sms_pdu_not_supported == 0 && no WANT_GSMLIB\n", GSMOPEN_P_LOG);