diff -r 510c70acdbf6 -r 8ccc39f9d787 adaptationlayer/tsy/simatktsy_dll/src/satmessaging.cpp --- a/adaptationlayer/tsy/simatktsy_dll/src/satmessaging.cpp Mon Nov 09 10:36:19 2009 +0000 +++ b/adaptationlayer/tsy/simatktsy_dll/src/satmessaging.cpp Thu Jan 14 10:44:58 2010 +0200 @@ -11,7 +11,7 @@ * * Contributors: * -* Description: +* Description: * */ @@ -40,9 +40,9 @@ #include // isa cellmo info server #include // UICC server -#include "osttracedefinitions.h" +#include "OstTraceDefinitions.h" #ifdef OST_TRACE_COMPILER_IN_USE -#include "satmessagingtraces.h" +#include "satmessagingTraces.h" #endif #if (NCP_COMMON_S60_VERSION_SUPPORT==S60_VERSION_32) @@ -233,6 +233,10 @@ iSatMessHandler->InfoSerialNumberReadReq( GetTransactionId(), INFO_SB_SN_IMEI_PLAIN ); + // Request IMEI-SV code. Needed in provide local info proactive command. + iSatMessHandler->InfoSerialNumberReadReq( + GetTransactionId(), INFO_SN_IMEI_SV_TO_NET ); + // Request Network status iSatMessHandler->NetCellInfoGetReq( GetTransactionId() );