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

Issue 6612044: Added an SmsMessage class, and code for parsing a PDU to an SMS message. (Closed)

Created:
9 years, 9 months ago by Eric Shienbrood
Modified:
9 years, 7 months ago
Reviewers:
Jason Glasgow, rochberg
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Added an SmsMessage class, and code for parsing a PDU to an SMS message. This includes conversion of text encoded in the GSM-7 alphabet into a UTF-8 string. BUG=chromium-os:11302 TEST=Wrote unit tests for GSM-7 to UTF-8 conversion and for construction of SMS message from PDU. Also did live testing with a version of the gobi plugin that supports the ModemManager.Modem.Gsm.SMS.Get method, by sending actual SMS messages over the air to the modem and retrieving them using dbus-send to invoke the Get method. Change-Id: I26bb8bc764a9e7f4a81200740532e4874812f455 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=8d9bc2d

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+652 lines, -28 lines) Patch
M Makefile View 4 chunks +10 lines, -5 lines 0 comments Download
A sms_message.h View 1 chunk +46 lines, -0 lines 0 comments Download
A sms_message.cc View 1 chunk +164 lines, -0 lines 0 comments Download
A sms_message_unittest.cc View 1 chunk +49 lines, -0 lines 0 comments Download
M utilities.h View 1 chunk +29 lines, -9 lines 0 comments Download
M utilities.cc View 5 chunks +221 lines, -12 lines 0 comments Download
M utilities_unittest.cc View 2 chunks +133 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Eric Shienbrood
9 years, 9 months ago (2011-03-09 21:06:47 UTC) #1
Jason Glasgow
9 years, 9 months ago (2011-03-10 04:42:26 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698