From 260301790a57d2388be15d09179ce197acb5d942 Mon Sep 17 00:00:00 2001 From: Byounghui Date: Fri, 24 May 2013 13:13:01 +0900 Subject: [PATCH] In case of Secondary ETWS, user can not get the body data. Change-Id: I0eab53c727bf8e1fd53717b3ba31289fdd6f4b15 Signed-off-by: Byounghui --- src/FMsg_SmsMmsCallbackHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FMsg_SmsMmsCallbackHandler.cpp b/src/FMsg_SmsMmsCallbackHandler.cpp index 753b705..1a3524c 100644 --- a/src/FMsg_SmsMmsCallbackHandler.cpp +++ b/src/FMsg_SmsMmsCallbackHandler.cpp @@ -781,7 +781,7 @@ _SmsMmsCallbackHandler::IncomingCbsMessageCallback(msg_handle_t hMsgHandle, msg_ msgSerialNumber.SetInt(0, serialNumber); msgSerialNumber.SetPosition(0); - if (cbsType == MSG_TYPE_SMS_ETWS_PRIMARY || cbsType == MSG_TYPE_SMS_ETWS_SECONDARY) + if (cbsType == MSG_TYPE_SMS_ETWS_PRIMARY) { int etwsWarningType; char etwsWarningInfo[MESSAGES_ETWS_WARNING_INFO_LEN]; -- 2.7.4