Merge lp:~thomas-voss/location-service/fix-1357042 into lp:location-service/trunk

Proposed by Thomas Voß
Status: Merged
Approved by: Manuel de la Peña
Approved revision: 96
Merged at revision: 96
Proposed branch: lp:~thomas-voss/location-service/fix-1357042
Merge into: lp:location-service/trunk
Prerequisite: lp:~thomas-voss/location-service/fix-1356814
Diff against target: 17 lines (+2/-2)
1 file modified
src/location_service/com/ubuntu/location/connectivity/cached_radio_cell.cpp (+2/-2)
To merge this branch: bzr merge lp:~thomas-voss/location-service/fix-1357042
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Manuel de la Peña (community) Approve
Review via email: mp+230885@code.launchpad.net

This proposal supersedes a proposal from 2014-08-14.

Commit message

Map edge -> gsm.
Map hspa -> umts.

Description of the change

Map edge -> gsm.
Map hspa -> umts.

To post a comment you must log in.
Revision history for this message
Manuel de la Peña (mandel) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/location_service/com/ubuntu/location/connectivity/cached_radio_cell.cpp'
2--- src/location_service/com/ubuntu/location/connectivity/cached_radio_cell.cpp 2014-08-14 20:38:48 +0000
3+++ src/location_service/com/ubuntu/location/connectivity/cached_radio_cell.cpp 2014-08-14 20:38:48 +0000
4@@ -36,11 +36,11 @@
5 },
6 {
7 org::Ofono::Manager::Modem::NetworkRegistration::Technology::edge(),
8- com::ubuntu::location::connectivity::RadioCell::Type::unknown
9+ com::ubuntu::location::connectivity::RadioCell::Type::gsm
10 },
11 {
12 org::Ofono::Manager::Modem::NetworkRegistration::Technology::hspa(),
13- com::ubuntu::location::connectivity::RadioCell::Type::unknown
14+ com::ubuntu::location::connectivity::RadioCell::Type::umts
15 },
16 {std::string(), com::ubuntu::location::connectivity::RadioCell::Type::unknown}
17 };

Subscribers

People subscribed via source and target branches