telephonyserverplugins/common_tsy/test/integration/src/tnetworktsytesthelper.cpp
changeset 26 8767c6acf334
parent 23 6b1d113cdff3
child 66 07a122eea281
equal deleted inserted replaced
23:6b1d113cdff3 26:8767c6acf334
   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         {