No tool exists to test SNR &TTFF on a handset
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Critical
|
Unassigned | ||
location-service (Ubuntu) |
Fix Released
|
High
|
Thomas Voß | ||
location-service (Ubuntu RTM) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
OEMs wishing to confirm that GPS is working correctly need to be able to observe TTFF and SNR data from a handset under test. They will repeat these tests in multiple locations.
They expect to find a tool somewhere in this projects deliverables that they can use to do this.
For manual verification purposes:
* sudo apt-get update && sudo apt-get install ubuntu-
* /usr/bin/
* Three trials will be run, measuring TTFF from cold start without any sort of assistance data, reporting details about visible space vehicles to the terminal.
The timeout per trial is chosen as 15 minutes, as the theoretical cold start time of GPS is 12.5 minutes (see http://
Related branches
- Loïc Minier (community): Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 358 lines (+246/-2)6 files modifiedsrc/location_service/com/ubuntu/location/CMakeLists.txt (+2/-0)
src/location_service/com/ubuntu/location/service/daemon.cpp (+14/-0)
src/location_service/com/ubuntu/location/service/daemon.h (+4/-1)
src/location_service/com/ubuntu/location/service/runtime_tests.cpp (+181/-0)
src/location_service/com/ubuntu/location/service/runtime_tests.h (+36/-0)
tests/gps_provider_test.cpp (+9/-1)
Changed in location-service (Ubuntu): | |
assignee: | nobody → Thomas Voß (thomas-voss) |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in location-service (Ubuntu): | |
status: | Confirmed → In Progress |
description: | updated |
Changed in canonical-devices-system-image: | |
status: | New → Confirmed |
importance: | Undecided → High |
importance: | High → Critical |
milestone: | none → ww03-2015 |
Changed in canonical-devices-system-image: | |
status: | Confirmed → Fix Released |
It seems reasonable for that tool to be command line based, and therefore accessed after installing the terminal app to the phone.