OpenSS7
SS7 for the
Common Man

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified:

Home Overview Status News Documentation Resources About
   
 Overview
 Status
 News
 Documentation
 Resources
 About

   
Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> strss7/include/sys/xti_tcap.h


File /code/strss7/include/sys/xti_tcap.h



#ifndef _SYS_XTI_TCAP_H
#define _SYS_XTI_TCAP_H

#ident "@(#) $Name:  $($Revision: 0.8.2.1 $) Copyright (c) 1997-2002 OpenSS7 Corporation."

#define T_SS7_TCAP		0x13	/* TCAP level (same as SI value) */

/*
 *  TCAP Transport Provider Options
 */
#define T_TCAP_PVAR		1	/* protocol variant */
#define T_TCAP_MPLEV		2	/* protocol options */
#define T_TCAP_DEBUG		3	/* debug */

#define T_TCAP_SEQ_CTRL		8	/* sequence control parameter */
#define T_TCAP_PRIORITY		9	/* message priority */

#define T_TCAP_PCLASS		10	/* protocol class */
#define T_TCAP_IMPORTANCE	11	/* importance */
#define T_TCAP_RET_ERROR	12	/* return on error */

#define T_TCAP_PCLASS_1		0x01
#define T_TCAP_PCLASS_2		0x02
#define T_TCAP_PCLASS_3		0x04
#define T_TCAP_PCLASS_4		0x08
#define T_TCAP_PCLASS_5		0x10
#define T_TCAP_PCLASS_ALL	0x1f

#define T_TCAP_CLUST			(0x0100)
#define T_TCAP_DEST_AVAILABLE		(0x1001)
#define T_TCAP_DEST_PROHIBITED		(0x1002)
#define T_TCAP_DEST_CONGESTED		(0x1003)
#define T_TCAP_CLUS_AVAILABLE		(T_TCAP_DEST_AVAILABLE |T_TCAP_CLUST)
#define T_TCAP_CLUS_PROHIBITED		(T_TCAP_DEST_PROHIBITED|T_TCAP_CLUST)
#define T_TCAP_CLUS_CONGESTED		(T_TCAP_DEST_CONGESTED |T_TCAP_CLUST)
#define T_TCAP_RESTARTING		(0x1004)
#define T_TCAP_USER_PART_UNKNOWN	(0x1005)
#define T_TCAP_USER_PART_UNEQUIPPED	(0x1006)
#define T_TCAP_USER_PART_UNAVAILABLE	(0x1007)

#endif				/* _SYS_XTI_TCAP_H */


Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> strss7/include/sys/xti_tcap.h

OpenSS7
SS7 for the
Common Man
Home Overview Status News Documentation Resources About

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified: