summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-17 15:29:01 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-17 15:29:01 -0500
commit1e6bdb36ecdf821b419985fb93d58d00cf46fab2 (patch)
tree06657b3632b86ac718705f85017dc65e3b488f2f /src/common.h
parentfe2dc0292cb842fe463a63c374d3b40356159953 (diff)
downloadofono-1e6bdb36ecdf821b419985fb93d58d00cf46fab2.tar.bz2
Move clir-status enum out of common.h
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/common.h b/src/common.h
index eeaa951f..6c2aeb2f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -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,