summaryrefslogtreecommitdiff
path: root/src/call-settings.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-01-12 09:27:47 -0200
committerDenis Kenzior <denkenz@gmail.com>2011-01-18 16:09:27 -0600
commitf88f81f132271c69ee6ba1e948258659310f47b7 (patch)
treee5b5daca6a69225a26e3252cea06e2081c642f12 /src/call-settings.c
parent4614a72e2b019465578a0cc4b4f915cfb7c305ac (diff)
downloadofono-f88f81f132271c69ee6ba1e948258659310f47b7.tar.gz
call-settings: apply rule M11 of coding style
Diffstat (limited to 'src/call-settings.c')
-rw-r--r--src/call-settings.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/call-settings.c b/src/call-settings.c
index 0214abf6..109f1306 100644
--- a/src/call-settings.c
+++ b/src/call-settings.c
@@ -41,32 +41,32 @@ 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
+ CLIR_STATUS_NOT_PROVISIONED = 0,
+ CLIR_STATUS_PROVISIONED_PERMANENT = 1,
+ CLIR_STATUS_UNKNOWN = 2,
+ CLIR_STATUS_TEMPORARY_RESTRICTED = 3,
+ CLIR_STATUS_TEMPORARY_ALLOWED = 4
};
/* 27.007 Section 7.6 */
enum clip_status {
- CLIP_STATUS_NOT_PROVISIONED = 0,
- CLIP_STATUS_PROVISIONED,
- CLIP_STATUS_UNKNOWN
+ CLIP_STATUS_NOT_PROVISIONED = 0,
+ CLIP_STATUS_PROVISIONED = 1,
+ CLIP_STATUS_UNKNOWN = 2
};
/* 27.007 Section 7.30 */
enum cnap_status {
- CNAP_STATUS_NOT_PROVISIONED = 0,
- CNAP_STATUS_PROVISIONED,
- CNAP_STATUS_UNKNOWN
+ CNAP_STATUS_NOT_PROVISIONED = 0,
+ CNAP_STATUS_PROVISIONED = 1,
+ CNAP_STATUS_UNKNOWN = 2
};
/* 27.007 Section 7.8 */
enum colp_status {
- COLP_STATUS_NOT_PROVISIONED = 0,
- COLP_STATUS_PROVISIONED = 1,
- COLP_STATUS_UNKNOWN = 2
+ COLP_STATUS_NOT_PROVISIONED = 0,
+ COLP_STATUS_PROVISIONED = 1,
+ COLP_STATUS_UNKNOWN = 2
};
/* 27.007 Section 7.9 */
@@ -78,9 +78,9 @@ enum cdip_status {
/* 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
+ COLR_STATUS_NOT_PROVISIONED = 0,
+ COLR_STATUS_PROVISIONED = 1,
+ COLR_STATUS_UNKNOWN = 2
};
enum call_setting_type {