Adding fix to send SUPL_ES ATL Close complete

Sending ATL Close complete for both Unsubscribe
and Released event.

CRs-Fixed: 2113762
Change-Id: Ic49b052d4db829ac94d0c696dca1714adff09b0f
diff --git a/msm8909w_3100/gnss/Agps.cpp b/msm8909w_3100/gnss/Agps.cpp
index 22582d4..dc8c589 100644
--- a/msm8909w_3100/gnss/Agps.cpp
+++ b/msm8909w_3100/gnss/Agps.cpp
@@ -685,6 +685,7 @@
 
         case AGPS_EVENT_RELEASED:
             mAgpsManager->mDSClientCloseDataCallFn();
+            mAgpsManager->mAtlCloseStatusCb(subscriberToNotify->mConnHandle, 1);
             break;
 
         default: