equal
deleted
inserted
replaced
364 RUBY_DEBUG1( " -DoImmediateHO=%x ", iPolicy.DoImmediateHo() ); |
364 RUBY_DEBUG1( " -DoImmediateHO=%x ", iPolicy.DoImmediateHo() ); |
365 RUBY_DEBUG1( " -PreferredDomain=%x ", iPolicy.PreferredDomain() ); |
365 RUBY_DEBUG1( " -PreferredDomain=%x ", iPolicy.PreferredDomain() ); |
366 RUBY_DEBUG1( " -DoHoInHeldWaitingCalls=%x ", iPolicy.DoHoInHeldWaitingCalls() ); |
366 RUBY_DEBUG1( " -DoHoInHeldWaitingCalls=%x ", iPolicy.DoHoInHeldWaitingCalls() ); |
367 RUBY_DEBUG0( "0 = GOOD, 1 = WEAK, 2 = UNDEFINED" ); |
367 RUBY_DEBUG0( "0 = GOOD, 1 = WEAK, 2 = UNDEFINED" ); |
368 |
368 |
369 // If the previous class is the same as the new one |
369 // If the new one is the same with the previous class and not weak, do nothing. |
370 // - do nothing. |
370 // Otherwise, the ho will be triggered. |
371 |
371 if ( iPreviousGsmClass == iGsmClass && iGsmClass != ESignalClassWeak ) |
372 if ( iPreviousGsmClass == iGsmClass && iWlanClass != ESignalClassWeak ) |
372 { |
373 { |
373 RUBY_DEBUG0( "No change in GSM signal class and it is not weak -> return" ); |
374 RUBY_DEBUG0( "No change in GSM signal class -> return" ); |
|
375 |
374 |
376 return; |
375 return; |
377 } |
376 } |
378 else |
377 else |
379 { |
378 { |