In case of Secondary ETWS, user can not get the body data.
authorByounghui <byounghui.lim@samsung.com>
Fri, 24 May 2013 04:13:01 +0000 (13:13 +0900)
committerByounghui <byounghui.lim@samsung.com>
Fri, 24 May 2013 04:13:01 +0000 (13:13 +0900)
Change-Id: I0eab53c727bf8e1fd53717b3ba31289fdd6f4b15
Signed-off-by: Byounghui <byounghui.lim@samsung.com>
src/FMsg_SmsMmsCallbackHandler.cpp

index 753b705..1a3524c 100644 (file)
@@ -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];