microg / GmsCore

Free implementation of Play Services
https://microg.org
Apache License 2.0
8.29k stars 1.7k forks source link

New location engine does not send physical cell ID #2395

Open joelkoen opened 3 months ago

joelkoen commented 3 months ago

LTE cell towers have a physical cell ID, but the new location engine doesn't make use of this when requesting /v1/geolocate.

This might be related to #2391, as Ichnaea may be returning a location for the cell tower's whole coverage area as it does not know which physical unit of the cell tower the client is connected to.

joelkoen commented 2 months ago

geoclue also doesn't send this when requesting a location estimate. IMO this should be sent for increased accuracy in certain situations, but it definitely shouldn't be required: beacondb#22