adaptationlayer/tsy/simatktsy_dll/src/satmessaging.cpp
changeset 5 8ccc39f9d787
parent 0 63b37f68c1ce
child 8 6295dc2169f3
--- 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 <infoisi.h>            // isa cellmo info server
 #include <uiccisi.h>            // 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() );