From 00f606b3e855c2de50e69f05fe0e3daee9a41d6d Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 17 Aug 2009 15:31:46 -0500 Subject: [PATCH] Move colr-status enum out of common.h --- src/call-settings.c | 7 +++++++ src/common.h | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/call-settings.c b/src/call-settings.c index a0167e3..298db64 100644 --- a/src/call-settings.c +++ b/src/call-settings.c @@ -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, diff --git a/src/common.h b/src/common.h index 990553a..0df44e0 100644 --- a/src/common.h +++ b/src/common.h @@ -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, -- 2.7.4