aboutsummaryrefslogtreecommitdiff
path: root/libqcdm/src/errors.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-01-11 14:25:23 -0600
committerDan Williams <dcbw@redhat.com>2012-01-11 14:25:23 -0600
commitf3208bf3a6a94ed2a5e3f87c703df9ee0896cabf (patch)
tree0b96a74b7517745869bc013a6a2d5459888e0104 /libqcdm/src/errors.h
parentb22b2d99db57e4cec8e6c3074dd20acd6845cb62 (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.h1
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