telephonyserverplugins/common_tsy/test/integration/src/tpacketservicetsytesthelper.cpp
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 17 3f227a47ad75
--- a/telephonyserverplugins/common_tsy/test/integration/src/tpacketservicetsytesthelper.cpp	Fri Mar 19 09:55:57 2010 +0200
+++ b/telephonyserverplugins/common_tsy/test/integration/src/tpacketservicetsytesthelper.cpp	Fri Apr 16 16:12:37 2010 +0300
@@ -765,6 +765,11 @@
 		DEBUG_PRINTF1(_L("Retrieving Three GPRS settings"));
         section.Copy(KIniSectionThreeGprs);
         }
+    if(aInfo.iShortName.Find(_L("NTN")) != KErrNotFound)   // NTN
+        {
+        section.Copy(KIniSectionVodafoneGprs);
+        DEBUG_PRINTF1(_L("Retrieving NTN GPRS settings"));
+        }
 	else if( (aInfo.iShortName.Find(_L("01")) >=0) || 
 			(aInfo.iShortName.Find(_L("ANITE")) >=0) ) // Anite
 		{