Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Issue 6294001: Added support for GSM in the modemmgr plugin. (Closed)

Created:
9 years, 11 months ago by Eric Shienbrood
Modified:
9 years, 7 months ago
Reviewers:
Jason Glasgow
CC:
chromium-os-reviews_chromium.org, sleffler+cc_chromium.org, Nathan Williams, Eric Shienbrood, Jason Glasgow, rochberg, Paul Stewart
Visibility:
Public.

Description

Added support for GSM in the modemmgr plugin. In addition to handling initialization, enable/disable, and connect/disconnect, it correctly detects network technology and roaming status. Refactored property handling code extensively to reduce code duplication. This is the first in a series of checkins that will introduce complete GSM functionality in stages. I'm getting this up for early review. BUG=chromium-os:4667 TEST=Tested with new GSM-capable cromo Gobi plugin, in both CDMA and GSM modes. Manual testing of basic functionality via chrome UI and command line tools. Change-Id: I325e46b91d782106774eba6dfe706252d32a8c55 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=6601ce5

Patch Set 1 #

Total comments: 4

Patch Set 2 : Respond to initial review comments. #

Patch Set 3 : Remove broken persisting of ActivationState and LastUpdateTime #

Patch Set 4 : Add a string mapping for NETWORK_TECHNOLOGY_GSM #

Unified diffs Side-by-side diffs Delta from patch set Stats (+392 lines, -381 lines) Patch
M include/network.h View 1 chunk +2 lines, -1 line 0 comments Download
M plugins/modemmgr.c View 34 chunks +360 lines, -258 lines 0 comments Download
M src/connman.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M src/device.c View 1 2 6 chunks +0 lines, -54 lines 0 comments Download
M src/service.c View 1 2 3 7 chunks +29 lines, -65 lines 0 comments Download
M test/mm.sh View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Eric Shienbrood
9 years, 11 months ago (2011-01-13 04:55:25 UTC) #1
Jason Glasgow
http://codereview.chromium.org/6294001/diff/1/src/service.c File src/service.c (right): http://codereview.chromium.org/6294001/diff/1/src/service.c#newcode1679 src/service.c:1679: if (network_technology != CONNMAN_NETWORK_TECHNOLOGY_UNKNOWN) { When is network technology ...
9 years, 11 months ago (2011-01-13 07:11:08 UTC) #2
Eric Shienbrood
http://codereview.chromium.org/6294001/diff/1/src/service.c File src/service.c (right): http://codereview.chromium.org/6294001/diff/1/src/service.c#newcode1679 src/service.c:1679: if (network_technology != CONNMAN_NETWORK_TECHNOLOGY_UNKNOWN) { On 2011/01/13 07:11:08, Jason ...
9 years, 11 months ago (2011-01-13 07:23:27 UTC) #3
Eric Shienbrood
PTAL As I indicated verbally, I've removed the code that saves the LastUpdateTime and ActivationState.
9 years, 11 months ago (2011-01-13 19:23:22 UTC) #4
Jason Glasgow
9 years, 11 months ago (2011-01-14 02:06:44 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698