commit | 313324136473f9120b1e485a408f51ae938dcb64 | [log] [tgz] |
---|---|---|
author | Darin Petkov <petkov@chromium.org> | Sat Jan 28 01:50:02 2012 +0100 |
committer | Gerrit <chrome-bot@google.com> | Wed Feb 01 14:04:47 2012 -0800 |
tree | 2b756ffa80df9113c79c11eb1b8058c938b69248 | |
parent | 2987dcf3520a29508a6305f0f43d8afda449ff67 [diff] |
shill: Fix the cellular service storage identifier. This CL fixes a few issues: - It bases the default cellular service storage identifier on the friendly service name. - If service is GSM and IMSI is available, use it instead of the friendly name. - Fix a bug where all legal characters in the storage identifier were replaced by "_" (rather than all illegal characters). BUG=chromium-os:24952 TEST=unit tests Change-Id: Ie55cb2b4f2dafb73545ac285a57674063946ceb3 Reviewed-on: https://gerrit.chromium.org/gerrit/15151 Tested-by: Darin Petkov <petkov@chromium.org> Reviewed-by: Eric Shienbrood <ers@chromium.org> Commit-Ready: Darin Petkov <petkov@chromium.org>