common: add CNAP defines

This commit is contained in:
Gustavo F. Padovan 2010-12-06 18:12:33 -02:00 committed by Denis Kenzior
parent a793c18c29
commit 8ae1314372
1 changed files with 7 additions and 0 deletions

View File

@ -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,