diff options
author | Mike Cailean <mcailean@codeaurora.org> | 2019-07-03 17:55:17 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-07-15 10:41:58 -0700 |
commit | 1608ffb38b3d156ae5db6483258fca3008ae5c0b (patch) | |
tree | 5f5938c8513c20d28eca05f0223f8fd3afa4cdd7 /core/LocAdapterBase.cpp | |
parent | 8cb4f9cf02b7954d4f40cc5e2162ef680ef72255 (diff) |
SUPL-2.0-con-034-1/2 test case fails
SUPL-2.0-con-034-1/2 Fail because Emergency-NI
did not check inprogress session
Change-Id: I377955c455830bf3bb7cb7fe05d45c4536dabfbc
CRs-fixed: 2483780
Diffstat (limited to 'core/LocAdapterBase.cpp')
-rw-r--r-- | core/LocAdapterBase.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp index 5864fa8..ffd3d5a 100644 --- a/core/LocAdapterBase.cpp +++ b/core/LocAdapterBase.cpp @@ -154,7 +154,9 @@ bool LocAdapterBase:: DEFAULT_IMPL(false) bool LocAdapterBase:: - requestNiNotifyEvent(const GnssNiNotification &/*notify*/, const void* /*data*/) + requestNiNotifyEvent(const GnssNiNotification &/*notify*/, + const void* /*data*/, + const LocInEmergency emergencyState) DEFAULT_IMPL(false) void LocAdapterBase:: |