Move colr-status enum out of common.h

This commit is contained in:
Denis Kenzior 2009-08-17 15:31:46 -05:00
parent 29c122a9a9
commit 00f606b3e8
2 changed files with 7 additions and 7 deletions

View File

@ -63,6 +63,13 @@ enum colp_status {
COLP_STATUS_UNKNOWN = 2
};
/* This is not defined in 27.007, but presumably the same as CLIP/COLP */
enum colr_status {
COLR_STATUS_NOT_PROVISIONED = 0,
COLR_STATUS_PROVISIONED = 1,
COLR_STATUS_UNKNOWN = 2
};
enum call_setting_type {
CALL_SETTING_TYPE_CLIP = 0,
CALL_SETTING_TYPE_COLP,

View File

@ -56,13 +56,6 @@ enum clip_validity {
CLIP_VALIDITY_NOT_AVAILABLE = 2
};
/* This is not defined in 27.007, but presumably the same as CLIP/COLP */
enum colr_status {
COLR_STATUS_NOT_PROVISIONED = 0,
COLR_STATUS_PROVISIONED = 1,
COLR_STATUS_UNKNOWN = 2
};
/* 27.007 Section 7.18 */
enum call_status {
CALL_STATUS_ACTIVE = 0,