IMS: Fix ConcurrentModification exception during SRVCC.
Removing ho connection while iterating through connection list throws ConcurrentModification Exception. Use Iterator.remove() to fix this. Remove the matched ho connection from the handover connections list before doing state check. Change-Id: I753bac54c13fd45ca6db09d2a61d1e024d9c43f5 CRs-Fixed: 809936
Loading
Please register or sign in to comment