equal
deleted
inserted
replaced
262 else |
262 else |
263 { |
263 { |
264 //Message was not expected by any sequence. Manually set the Net Proxy off listening |
264 //Message was not expected by any sequence. Manually set the Net Proxy off listening |
265 // again, so the sequence can receive the message it expected. |
265 // again, so the sequence can receive the message it expected. |
266 INFO_PRINTF2(_L("-> RequestAssistanceData() [2004] Sq: unknown, PM: %d"), aPmId); |
266 INFO_PRINTF2(_L("-> RequestAssistanceData() [2004] Sq: unknown, PM: %d"), aPmId); |
267 proxy->WaitForResponseL(60 * 1000 * 1000); |
267 proxy->WaitForResponseL(80 * 1000 * 1000); |
268 |
268 |
269 //Break out of the function now |
269 //Break out of the function now |
270 return; |
270 return; |
271 } |
271 } |
272 |
272 |
410 iSequences[sequenceId]->SignalCallbackIdleStart(); |
410 iSequences[sequenceId]->SignalCallbackIdleStart(); |
411 } |
411 } |
412 else |
412 else |
413 { |
413 { |
414 // when an unexpected message arrives merley ignore and wait for next one! |
414 // when an unexpected message arrives merley ignore and wait for next one! |
415 proxy->WaitForResponseL(60 * 1000 * 1000); |
415 proxy->WaitForResponseL(80 * 1000 * 1000); |
416 } |
416 } |
417 } |
417 } |
418 |
418 |
419 /** Checks to see whether any of the other sequences should be started. |
419 /** Checks to see whether any of the other sequences should be started. |
420 */ |
420 */ |