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: Idb7bc48a22923db2c9bbe0fcd6f26d8fdbc0708f CRs-Fixed: 809936
Loading
Please register or sign in to comment