History log of /external/autotest/client/cros/cellular/wardmodem/at_channel.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6aeb64f077e3292d42ccc9022dca60542640f1b6 13-Sep-2013 Prathmesh Prabhu <pprabhu@chromium.org> wardmodem: Bug fixes in various parts of wardmodem boilerplate.

This CL fixes a bunch of issues all over the boilerplate code that were
discovered when writing some of the state machines.
BUG=chromium:261675
TEST=Run wardmodem unit-tests.

Change-Id: I6d090eae1353a4c7a1ce0fbe9e9c7a8482765cbf
Reviewed-on: https://chromium-review.googlesource.com/64982
Reviewed-by: Prathmesh Prabhu <pprabhu@chromium.org>
Commit-Queue: Prathmesh Prabhu <pprabhu@chromium.org>
Tested-by: Prathmesh Prabhu <pprabhu@chromium.org>
/external/autotest/client/cros/cellular/wardmodem/at_channel.py
b57feb11f9a6ad4625586d175d4fdb2c6b7310a4 18-Jul-2013 Prathmesh Prabhu <pprabhu@chromium.org> wardmodem: ATChannel must allow configuring AT command prefix/suffix.

ATChannel currently only allows setting the AT command termination string. Both
the prefix and suffix of commands are dependent on the modem being used. This CL
allows us to set both.

BUG=chromium:261675
TEST=Run python at_channel_unittest.py
Change-Id: Id90378aa467266f08d02e74f61d75b8dad8c3552
Reviewed-on: https://gerrit.chromium.org/gerrit/62518
Reviewed-by: Byron Kubert <byronk@chromium.org>
Commit-Queue: Prathmesh Prabhu <pprabhu@chromium.org>
Tested-by: Prathmesh Prabhu <pprabhu@chromium.org>
/external/autotest/client/cros/cellular/wardmodem/at_channel.py
582abd1c0a8faf7fc628e7ee3e6d876e44548616 05-Jun-2013 Prathmesh Prabhu <pprabhu@chromium.org> wardmodem: Implement multiplexed serial channel end point.

- Implement serial end-point with read/write at AT command granularity.
- Implement a multiplexer that can send data from modem manager to both the
physical modem and wardmodem, and verify the responses.

BUG=chromium:242402
TEST=run unit-tests.
(1) python at_channel_unittest.py
(2) python at_transceiver_unittest.py

Change-Id: I59a4eefc8708fb418cede4a67adaa7904ebd82b0
Reviewed-on: https://gerrit.chromium.org/gerrit/57533
Commit-Queue: Prathmesh Prabhu <pprabhu@chromium.org>
Reviewed-by: Prathmesh Prabhu <pprabhu@chromium.org>
Tested-by: Prathmesh Prabhu <pprabhu@chromium.org>
/external/autotest/client/cros/cellular/wardmodem/at_channel.py