telephonyserverplugins/common_tsy/test/integration/src/tnetworktsytesthelper.cpp
branchRCL_3
changeset 19 630d2f34d719
parent 8 3f227a47ad75
child 20 07a122eea281
equal deleted inserted replaced
18:17af172ffa5f 19:630d2f34d719
   611     else if( (ptrNetworkName.Find(_L("01")) >=0) || 
   611     else if( (ptrNetworkName.Find(_L("01")) >=0) || 
   612             (ptrNetworkName.Find(_L("ANITE")) >=0) )
   612             (ptrNetworkName.Find(_L("ANITE")) >=0) )
   613         {
   613         {
   614         aOperatorName = EOperatorAnite;
   614         aOperatorName = EOperatorAnite;
   615         }
   615         }
   616     else if ( ptrNetworkName.Find(_L("NTN")) >=0 )
   616     else if ( ptrNetworkName.Find(_L("NTN")) >=0 
       
   617             ||  ptrNetworkName.Find(_L("NOKIA")) >=0)
   617         {
   618         {
   618         aOperatorName = EOperatorNTN;
   619         aOperatorName = EOperatorNTN;
   619         }
   620         }
   620     else
   621     else
   621         {
   622         {