Location service should install vanilla /etc/gps.conf
Bug #1347887 reported by
Thomas Voß
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
location-service |
Fix Released
|
High
|
Thomas Voß | ||
location-service (Ubuntu) |
Fix Released
|
Undecided
|
Thomas Voß |
Bug Description
At the very least, the file should specify GPS XTRA servers and a SUPL server.
Related branches
lp://qastaging/~thomas-voss/location-service/fix-1347887
- Ricardo Salveti (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 129 lines (+60/-6)5 files modifieddebian/libubuntu-location-service2.install.with-gps (+3/-0)
debian/source/format (+1/-1)
src/location_service/com/ubuntu/location/providers/gps/CMakeLists.txt (+4/-0)
src/location_service/com/ubuntu/location/providers/gps/android_hardware_abstraction_layer.cpp (+42/-5)
src/location_service/com/ubuntu/location/providers/gps/gps.conf (+10/-0)
Changed in location-service: | |
importance: | Undecided → High |
assignee: | nobody → Thomas Voß (thomas-voss) |
Changed in location-service: | |
status: | New → In Progress |
Changed in location-service (Ubuntu): | |
assignee: | nobody → Thomas Voß (thomas-voss) |
Changed in location-service: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
In addition, the GPS provider should handle a missing config file gracefully and handle the resulting exception gracefully instead of letting it bubble up.