- Fix no GPGSV information in CP LPP session
- Implement SIT_IND_GPS_NFW_MODE to make modem request NFW status from gpsd
- Fix the high EA issue caused by last known position
- Use network PLMN to determine carrier configuration when SIM PLMN is
not available
Bug: 248476067
Bug: 252972119
Bug: 243358812
Bug: 258355692
Verify test: b/260660381
Test: VtsHalGnssTargetTest pass
CtsLocationGnssTestCases pass
PtsChreTestCases pass
Change-Id: Ibe886b3559405bd7e8732aab9c023351c9629ee6
- Fix OnChipAccMask setting is not working
- Fix SUPL connection issue caused by incorrect DNS caching in gpsd
- Fix ADR_STATE_HALF_CYCLE_RESOLVED is not set properly for GLONASS
- Support new IPC sitIndGpsNfwData and sitIndApEmcState for modem location privacy feature.
- sitIndGpsNfwData
Modem can report NFW data for CP non-AGNSS cases like E-CID/OTDOA to
gpsd
- sitIndApEmcState
Modem can get emergency status from gpsd
Bug: 249908120
Bug: 247476666
Bug: 247733027
Bug: 230404480
Verify test: b/253951391
Test: VtsHalGnssTargetTest pass
CtsLocationGnssTestCases pass
PtsChreTestCases pass
Change-Id: I0982fdaea2cc26f2864c9611154606f8a3af6b3c
Support new IPC sitIndGpsNfwData and sitIndApEmcState for modem location privacy feature.
- sitIndGpsNfwData
Modem can report NFW data for CP non-AGNSS cases like E-CID/OTDOA to
gpsd
- sitIndApEmcState
Modem can get emergency status from gpsd
Bug: 215260323
Bug: 229463130
Bug: 230404480
Verify test: b/251369354
Test: VtsHalGnssTargetTest pass
CtsLocationGnssTestCases pass
PtsChreTestCases pass
Change-Id: I2912a3c6f0d078a17b5426c22aceccc3a0408133
Add NAVIC factory test to improve the time of L5 CW test
Fix millisecond error in receivedSvTimeNanos and the corresponding pseudoranges
Add protection code when gpsd call sensor API
Fix invalid sensor availability status report in the PGLOR msg
Bug: 235192024
Bug: 236572839
Bug: 240389454
Bug: 244118456
Verify test: b/249001109
Test: VtsHalGnssTargetTest pass
CtsLocationGnssTestCases pass
PtsChreTestCases pass
Change-Id: I37ca4158e1f20f671e284ee55ced703400127b68
Move lhd.conf, scd.conf to device folder and maintain them separately by project requirement
Bug: 244258007
Test: confirm the configurations are correct
Change-Id: I8cd14eea3d805c77dfe863285548f090d5fed538
This reverts commit 6ff778c951.
Reason for revert: The patch cause regression issue on b/228932000 and b/228935134, revert first.
Change-Id: Ibbe3dafd529aa6daf48854b5af2fd08b41deacf2
- Fixed null pointer dereferencing while injectNLPError
- Added SuplUseFwCellInfo (default:true) xml attribute so that it can disable framework
- Fixed to block MDT location request when it is not granted by carrier location application
Bug: 210070896
Bug: 211381328
Bug: 210935899
Verify test: 214493833
Test: build pass and GPS verify test pass
Change-Id: Ie932ab779cb8ff8cbb15adbe83cabd9e7cca498f
- Changed to request DBH while LPP Capability transaction
- Added CpLppeUseAgnssLocForEmptyDbh (default:false) to use agnss position for DBH when DBH is not available
- CpLppeCancelDbhOnAgnssProvideLoc (default:false) to immediatelly report ProvideLocation when agnss position fix is made but DBH is not available
- Set SUPL NI prefMethod as noPreference for KDDI
- Fix MCC/MNC not storing issue
- Fixed that GNSS noise floor scan fail
- Fixed to use VisivilityControl queried isUserEmergencyFlag when requesting DBH location to framework
- Include libsitril-gps-wifi.so for non-SITRIL project (ex, wifi project) to link with placeholder SITRIL symbols.
Bug: 204019829
Bug: 204843438
Bug: 206754082
Bug: 207721798
Bug: 209926163
Verify test: 212521041
Test: build pass and GPS verify test pass
Change-Id: I616a20bd58ee7e71c31f59ae9d12fc481ba8f9da
Move gps.xml to device folder and maintain them separately
by project requirement
Bug: 208725716
Test: build pass
Change-Id: I10950cdec6ff77a6a3f9b8ba585960e17c21fe8c
Fix to delete RTO too when delete all aiding received
Add mutex to protect malloc/free
Fix for the bug of power mode logging in ONCHIP_NMEA
[GNSS] Enable CHPP for P22
Reporting PLMN (MCC+MNC) of SIM and Network
[O6] 5s GPS outage when OnChip/Host switching
5G E911 AGPS implementation
Please clarify gnss error message
[SQ1A] [O6] Native crash - AID_GPS - signal 6 (SIGABRT)../gpsd (BrcmGpsHalLogJava::Log)
Bug:195383842
Bug:197716902
Bug:199048681
Bug:199265307
Bug:199818363
Bug:199114573
Bug:200107911
Bug:201582435
Bug:203068978
Verify Test: 203751055
Test: build pass and GNSS verify test pass
Change-Id: I2b667c559c1d955c981561c56bb11ab9a9952044
This reverts commit 1c28b9b29f.
Bug: 204332282
Test: presubmit P27107402 boots fine on my device.
Signed-off-by: Jing Wang <jwangh@google.com>
Change-Id: Iea0e1a5eeff048659721981de0e81045a8dfa5f2
Fix to delete RTO too when delete all aiding received
Add mutex to protect malloc/free
Fix for the bug of power mode logging in ONCHIP_NMEA
[GNSS] Enable CHPP for P22
Reporting PLMN (MCC+MNC) of SIM and Network
[O6] 5s GPS outage when OnChip/Host switching
5G E911 AGPS implementation
Please clarify gnss error message
[SQ1A] [O6] Native crash - AID_GPS - signal 6 (SIGABRT)../gpsd (BrcmGpsHalLogJava::Log)
Bug:195383842
Bug:197716902
Bug:199048681
Bug:199265307
Bug:199818363
Bug:199114573
Bug:200107911
Bug:201582435
Bug:203068978
Verify Test: 203751055
Test: build pass and GNSS verify test pass
Change-Id: I09c78b6a452f611a7d738d17e8e0d474fadb31a4
The ndk_platform backend will soon be deprecated because the ndk backend
can serve the same purpose. This is to eliminate the confusion about
having two variants (ndk and ndk_platform) for the same ndk backend.
The prebuilt files had a reference to
android.hardware.gnss-V1-ndk_platform.so. Change it to
android.hardware.gnss-V1-ndk.so by diretly editing the DT_NEEDED entry.
Bug: 161456198
Test: m
Change-Id: Ib682bad5acefeb2e3ed27cd372a359c92ef5165a
The ndk_platform backend will soon be deprecated because the ndk backend
can serve the same purpose. This is to eliminate the confusion about
having two variants (ndk and ndk_platform) for the same ndk backend.
Bug: 161456198
Test: m
Change-Id: Id17572137091b295457dc98fdd1742da0983e738
The ndk_platform backend will soon be deprecated because the ndk backend
can serve the same purpose. This is to eliminate the confusion about
having two variants (ndk and ndk_platform) for the same ndk backend.
Bug: 161456198
Test: m
Change-Id: I1b0823b253cf815b79eb064045cf8dfa08a3df51