summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
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,