Adding fix to send SUPL_ES ATL Close complete

Sending ATL Close complete for both Unsubscribe
and Released event.

CRs-Fixed: 2113762
Change-Id: Id684a05aa6d2b8636efb8af3d967146bd1718994
This commit is contained in:
Saurabh Srivastava 2017-09-20 19:33:18 +05:30 committed by Gerrit - the friendly Code Review server
parent fb4bbe52f4
commit 220b5cb581

View file

@ -681,6 +681,7 @@ void DSStateMachine::notifyEventToSubscriber(
case AGPS_EVENT_RELEASED:
mAgpsManager->mDSClientCloseDataCallFn();
mAgpsManager->mAtlCloseStatusCb(subscriberToNotify->mConnHandle, 1);
break;
default: