satengine/SatServer/Commands/SendUSSDCmd/src/CSendUssdHandler.cpp
changeset 15 d7fc66ccd6fb
parent 12 ae8abd0db65c
child 23 427125ac6cb8
equal deleted inserted replaced
13:e32024264ebb 15:d7fc66ccd6fb
   737         iSendUssdRsp.iGeneralResult = RSat::KUssdReturnError;
   737         iSendUssdRsp.iGeneralResult = RSat::KUssdReturnError;
   738         iSendUssdRsp.iInfoType = RSat::KMeProblem;
   738         iSendUssdRsp.iInfoType = RSat::KMeProblem;
   739         iSendUssdRsp.iAdditionalInfo.SetLength( 1 );
   739         iSendUssdRsp.iAdditionalInfo.SetLength( 1 );
   740         iSendUssdRsp.iAdditionalInfo[0] = RSat::KNoSpecificMeProblem;
   740         iSendUssdRsp.iAdditionalInfo[0] = RSat::KNoSpecificMeProblem;
   741         }
   741         }
       
   742     else if ( KErrSatBusy == aError )
       
   743         {
       
   744         LOG( SIMPLE, 
       
   745         "SENDUSSD: CSendUssdHandler::HandleSendUssdResult \
       
   746         KInteractionWithCCTemporaryError" )
       
   747         iSendUssdRsp.iGeneralResult = RSat::KInteractionWithCCTemporaryError;
       
   748         iSendUssdRsp.iInfoType = RSat::KNoAdditionalInfo;
       
   749         iSendUssdRsp.iAdditionalInfo.SetLength( 0 );
       
   750         iSendUssdRsp.iAdditionalInfo.Zero();
       
   751 		}
   742     else if ( KErrNone == aError )   //  Success case
   752     else if ( KErrNone == aError )   //  Success case
   743         {
   753         {
   744         LOG( SIMPLE, 
   754         LOG( SIMPLE, 
   745         "SENDUSSD: CSendUssdHandler::HandleSendUssdResult success" )
   755         "SENDUSSD: CSendUssdHandler::HandleSendUssdResult success" )
   746         // Convert terminal rsp if icon used
   756         // Convert terminal rsp if icon used