summaryrefslogtreecommitdiff
path: root/gnss/Agps.cpp
AgeCommit message (Collapse)Author
2019-04-25ApnTypeMask is not returned whenMike Cailean
USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL CRs-fixed: 2437315 Change-Id: If042451e94a651dafb542cdad9d419f08c85ba56
2019-03-27Integer overflow leading to a buffer overflowNilesh Gharde
Added a length check in to avoid integer overflow in dataConnOpenCommand and set APN methods. As the APN name is like few 100bytes so using the micro defined int gps_extended_c.h Change-Id: Idb5ebbf2e3647de5fa07673f248c0c256d6c1b52 CRs-fixed: 2419292
2018-09-12Added support for USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPLMike Cailean
CRs-fixed: 2314577 Change-Id: I64969dfa47860d963ca0682948fb784ca47000c5
2018-06-27Don't send ACK to modem for a 2nd close requestMike Cailean
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
2018-06-11SUPL connection enhancementsMike Cailean
Adding enhancement to ATL messages to allow sending bearer type and apn type mask values. CRs-fixed: 2206014 Change-Id: I28f6583d842e82c9e26d40be55312f8aaf01193e
2018-05-29FR 46082 - SUPL Network Setup ImprovementsSaurabh Srivastava
Adding enhancement to ATL messages to allow sending bearer type and apn type mask values. CRs-Fixed: 2209227 Change-Id: I09a294946610f26de4760a0fba6f13083f8752f3
2018-04-27Addition of new LocApi threadBhavna Sharma
1. LocApiBase to create its own MsgTask thread to allow QMI calls to be made asynchronously. It shall no longer share the adapter's thread. 2. Implementation of new LocApiResponse classes for generic response type from LocApi layer to Adapter layers 3. GnssAdapter modified to handle the asynchronous nature of LocApi calls. CRs-Fixed: 2218658 Change-Id: I6e401a89f16791ec144763ac5f070b7ee1dad931
2018-01-16LE clean upKevin Tang
separated utils, core, ds and loc-api-v02 from loc-hal into their own independent packages; simplified loc-pla; moved pla to the root of project; removed loc-stub. Change-Id: I373f02f9306646addf55ae90d71c4ba8e3741d09 CRs-Fixed: 2172544
2017-09-21Adding fix to send SUPL_ES ATL Close completeSaurabh Srivastava
Sending ATL Close complete for both Unsubscribe and Released event. CRs-Fixed: 2113762 Change-Id: Id684a05aa6d2b8636efb8af3d967146bd1718994
2017-09-12Init default agps status callback in GnssAdapterBaili Feng
Call LocNetIfaceAgps_getStatusCb implemented in libloc_net_iface.so, use the return function as default agps status callback. Change-Id: I4d966a888e312c2d0fb1a6c9e30752294876e500 CRs-Fixed: 2064002
2017-08-29KW issues for agps moduleYingjie Wang
Check for null pointer before dereference in Agps.cpp Change-Id: Idd1e7950572c8a45e5c7d7da0f5caee35583b53c CRs-Fixed: 2100353
2017-08-16Adding change to wait for close complete in ATLSaurabh Srivastava
ATL Close response should not be sent if client has wait for close complete flag set to true. Change-Id: I61164508e532cd8c65dff13387122c9d2c08af54 CRs-Fixed: 2089888
2017-07-27Updating error print in AGPS state machineSaurabh Srivastava
Minor update to print error message in AGPS state machine only when valid. CRs-Fixed: 2083361 Change-Id: Id8436d21a61b58ee8b5e83814225cbd34d0ea0d4
2017-05-29Updating AgpsSubscriber constructorSaurabh Srivastava
Updating AgpsSubscriber constructor to ensure clone operation copies the entire state Change-Id: Id016994efd8cb1140af8d5ee05eace95922f246b CRs-Fixed: 2039863
2017-02-28Adding ATL call flow to new Loc API interfaceSaurabh Srivastava
Re-designed the ATL call flow, to fit along with updated Location API. Change-Id: If22e672d1c233c55b6b52107be7169b3036d9a3e CRs-fixed: 1112712