diff options
author | Dan Williams <dcbw@redhat.com> | 2012-01-11 14:25:23 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2012-01-11 14:25:23 -0600 |
commit | f3208bf3a6a94ed2a5e3f87c703df9ee0896cabf (patch) | |
tree | 0b96a74b7517745869bc013a6a2d5459888e0104 /libqcdm/src/errors.h | |
parent | b22b2d99db57e4cec8e6c3074dd20acd6845cb62 (diff) |
qcdm: add support for Log Config command
This appears to be a newer version of EXT_LOGMASK that also
works with GSM/UMTS and other subsystems.
Diffstat (limited to 'libqcdm/src/errors.h')
-rw-r--r-- | libqcdm/src/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libqcdm/src/errors.h b/libqcdm/src/errors.h index b6e49728..a5507bb1 100644 --- a/libqcdm/src/errors.h +++ b/libqcdm/src/errors.h @@ -52,6 +52,7 @@ enum { QCDM_ERROR_NV_ERROR_INACTIVE = 17, /* NV location is not active */ QCDM_ERROR_NV_ERROR_BAD_PARAMETER = 18, QCDM_ERROR_NV_ERROR_READ_ONLY = 19, /* NV location is read-only */ + QCDM_ERROR_RESPONSE_FAILED = 20, /* command-specific failure */ }; #define qcdm_assert assert |