summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Cailean <mcailean@codeaurora.org>2018-06-26 18:39:26 -0700
committerMike Cailean <mcailean@codeaurora.org>2018-06-27 17:48:37 -0700
commitcbf99f89055d7d9a327b8ea4ddb4f216a15f185f (patch)
treeaa2af09af7964305001ff14624ae90cf9b6da4b8
parentf50e02a555cd8320c8e65383030fba166dc4fead (diff)
downloadgps-cbf99f89055d7d9a327b8ea4ddb4f216a15f185f.tar.gz
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
-rw-r--r--gnss/Agps.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnss/Agps.cpp b/gnss/Agps.cpp
index 4d01ba7..2470b81 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;
}