Move clir-status enum out of common.h

This commit is contained in:
Denis Kenzior 2009-08-17 15:29:01 -05:00
parent fe2dc0292c
commit 1e6bdb36ec
2 changed files with 9 additions and 9 deletions

View File

@ -40,6 +40,15 @@
static GSList *g_drivers = NULL;
/* 27.007 Section 7.7 */
enum clir_status {
CLIR_STATUS_NOT_PROVISIONED = 0,
CLIR_STATUS_PROVISIONED_PERMANENT,
CLIR_STATUS_UNKNOWN,
CLIR_STATUS_TEMPORARY_RESTRICTED,
CLIR_STATUS_TEMPORARY_ALLOWED
};
enum call_setting_type {
CALL_SETTING_TYPE_CLIP = 0,
CALL_SETTING_TYPE_COLP,

View File

@ -49,15 +49,6 @@ enum network_registration_status {
NETWORK_REGISTRATION_STATUS_ROAMING = 5
};
/* 27.007 Section 7.7 */
enum clir_status {
CLIR_STATUS_NOT_PROVISIONED = 0,
CLIR_STATUS_PROVISIONED_PERMANENT,
CLIR_STATUS_UNKNOWN,
CLIR_STATUS_TEMPORARY_RESTRICTED,
CLIR_STATUS_TEMPORARY_ALLOWED
};
/* 27.007 Section 7.6 */
enum clip_status {
CLIP_STATUS_NOT_PROVISIONED = 0,