summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2010-12-06 18:12:33 -0200
committerDenis Kenzior <denkenz@gmail.com>2010-12-16 18:40:17 -0600
commit8ae1314372f605d5639a4361a6c3508909182c90 (patch)
tree10126f9d8149c982ab24999052730af955180f15 /src/common.h
parenta793c18c2948da13a5b93805595d89500dbff018 (diff)
downloadofono-8ae1314372f605d5639a4361a6c3508909182c90.tar.bz2
common: add CNAP defines
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 8b5798a0..c8e70707 100644
--- a/src/common.h
+++ b/src/common.h
@@ -48,6 +48,13 @@ enum clip_validity {
CLIP_VALIDITY_NOT_AVAILABLE = 2
};
+/* 27.007 Section 7.30 */
+enum cnap_validity {
+ CNAP_VALIDITY_VALID = 0,
+ CNAP_VALIDITY_WITHHELD = 1,
+ CNAP_VALIDITY_NOT_AVAILABLE = 2
+};
+
/* 27.007 Section 7.18 */
enum call_status {
CALL_STATUS_ACTIVE = 0,