Move clip-status enum out of common.h

This commit is contained in:
Denis Kenzior 2009-08-17 15:30:34 -05:00
parent 1e6bdb36ec
commit f989e7844d
2 changed files with 7 additions and 7 deletions

View File

@ -49,6 +49,13 @@ enum clir_status {
CLIR_STATUS_TEMPORARY_ALLOWED
};
/* 27.007 Section 7.6 */
enum clip_status {
CLIP_STATUS_NOT_PROVISIONED = 0,
CLIP_STATUS_PROVISIONED,
CLIP_STATUS_UNKNOWN
};
enum call_setting_type {
CALL_SETTING_TYPE_CLIP = 0,
CALL_SETTING_TYPE_COLP,

View File

@ -49,13 +49,6 @@ enum network_registration_status {
NETWORK_REGISTRATION_STATUS_ROAMING = 5
};
/* 27.007 Section 7.6 */
enum clip_status {
CLIP_STATUS_NOT_PROVISIONED = 0,
CLIP_STATUS_PROVISIONED,
CLIP_STATUS_UNKNOWN
};
/* 27.007 Section 7.6 */
enum clip_validity {
CLIP_VALIDITY_VALID = 0,