From d462c0add34dacbdfe3e5e90c5aaeea7e5dc6952 Mon Sep 17 00:00:00 2001 From: Saurabh Srivastava Date: Fri, 18 May 2018 00:05:32 +0530 Subject: FR 46082 - SUPL Network Setup Improvements Adding enhancement to ATL messages to allow sending bearer type and apn type mask values. CRs-Fixed: 2209227 Change-Id: I09a294946610f26de4760a0fba6f13083f8752f3 --- core/LocAdapterBase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/LocAdapterBase.h') diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h index 64537fe..263855a 100644 --- a/core/LocAdapterBase.h +++ b/core/LocAdapterBase.h @@ -144,9 +144,9 @@ public: virtual bool requestXtraData(); virtual bool requestTime(); virtual bool requestLocation(); - virtual bool requestATL(int connHandle, LocAGpsType agps_type); + virtual bool requestATL(int connHandle, LocAGpsType agps_type, LocApnTypeMask mask); virtual bool releaseATL(int connHandle); - virtual bool requestSuplES(int connHandle); + virtual bool requestSuplES(int connHandle, LocApnTypeMask mask); virtual bool reportDataCallOpened(); virtual bool reportDataCallClosed(); virtual bool requestNiNotifyEvent(const GnssNiNotification ¬ify, const void* data); -- cgit v1.2.3