From cbf99f89055d7d9a327b8ea4ddb4f216a15f185f Mon Sep 17 00:00:00 2001 From: Mike Cailean Date: Tue, 26 Jun 2018 18:39:26 -0700 Subject: [PATCH] Don't send ACK to modem for a 2nd close request For the case the modem sends a close request for the same connection handle do not process the request and do not ACK to the modem CRs-fixed: 2269123 Change-Id: I027c3e79965bb0f9ab311093904e6dded1aa5d03 --- gnss/Agps.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gnss/Agps.cpp b/gnss/Agps.cpp index 4d01ba78..2470b813 100644 --- a/gnss/Agps.cpp +++ b/gnss/Agps.cpp @@ -599,7 +599,6 @@ void AgpsManager::releaseATL(int connHandle){ if (sm == NULL) { LOC_LOGE("Subscriber with connHandle %d not found in any SM", connHandle); - mAtlCloseStatusCb(connHandle, 0); return; }