diff options
author | Dan Williams <dcbw@redhat.com> | 2012-01-21 11:23:17 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2012-01-21 11:23:17 -0600 |
commit | 0737a24f4394490bdf25f629169f70a3cbe085da (patch) | |
tree | efc7ac76cb55abed8b126d4ae111c9f0acef6aea /libqcdm/src/commands.h | |
parent | d068cde8193963b4d6767a8ac97ece041841b1fb (diff) |
qcdm: clarify IMxI conversions a bit; fix up WCDMA L1 states
Diffstat (limited to 'libqcdm/src/commands.h')
-rw-r--r-- | libqcdm/src/commands.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libqcdm/src/commands.h b/libqcdm/src/commands.h index ecf2d92e..6477eb16 100644 --- a/libqcdm/src/commands.h +++ b/libqcdm/src/commands.h @@ -582,15 +582,15 @@ QcdmResult *qcdm_cmd_nw_subsys_modem_snapshot_cdma_result (const char *buf, /* Values for QCDM_CMD_WCDMA_SUBSYS_STATE_INFO_ITEM_L1_STATE */ enum { - QCDM_WCDMA_L1_STATE_IDLE = 0, - QCDM_WCDMA_L1_STATE_FS = 1, - QCDM_WCDMA_L1_STATE_ACQ = 2, - QCDM_WCDMA_L1_STATE_BCH = 3, - QCDM_WCDMA_L1_STATE_PCH = 4, - QCDM_WCDMA_L1_STATE_FACH = 5, - QCDM_WCDMA_L1_STATE_DCH = 6, - QCDM_WCDMA_L1_STATE_DEACTIVATED = 7, - QCDM_WCDMA_L1_STATE_PCH_SLEEP = 8, + QCDM_WCDMA_L1_STATE_INIT = 0, + QCDM_WCDMA_L1_STATE_IDLE = 1, + QCDM_WCDMA_L1_STATE_FS = 2, + QCDM_WCDMA_L1_STATE_ACQ = 3, + QCDM_WCDMA_L1_STATE_BCH = 4, + QCDM_WCDMA_L1_STATE_PCH = 5, + QCDM_WCDMA_L1_STATE_FACH = 6, + QCDM_WCDMA_L1_STATE_DCH = 7, + QCDM_WCDMA_L1_STATE_DEACTIVATE = 8, QCDM_WCDMA_L1_STATE_DEEP_SLEEP = 9, QCDM_WCDMA_L1_STATE_STOPPED = 10, QCDM_WCDMA_L1_STATE_SUSPENDED = 11, |