OpenSS7 SS7 for the Common Man |
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |
||||||||||||||||||||||||||
Home | Overview | Status | News | Documentation | Resources | About | |||||||||||||||||||||
File /code/strss7/include/sys/xti_ss7.h#ifndef _SYS_XTI_SS7_H #define _SYS_XTI_SS7_H #ident "@(#) $Name: $($Revision: 0.8.2.2 $) Copyright (c) 1997-2002 OpenSS7 Corporation." #define T_SS7_SS7 0 /* Common to all SS7 Levels */ #define T_SS7_PVAR 1 /* protocol variant */ #define T_SS7_MPLEV 2 /* protocol option */ #define T_SS7_DEBUG 3 /* debug */ #define T_SS7_PCR 4 /* protocol option */ #define T_SS7_HSL 5 /* protocol option */ #define T_SS7_XSN 6 /* protocol option */ #define T_SS7_CLUSTER 7 /* protocol options */ #define T_SS7_SEQ_CTRL 8 /* sequence control parameter */ #define T_SS7_PRIORITY 9 /* message priority */ #define T_SS7_PCLASS 10 /* protocol class */ #define T_SS7_IMPORTANCE 11 /* importance */ #define T_SS7_RET_ERROR 12 /* return on error */ /* * PROTOCOL VARIANTS * * Note: these values must be aligned with <ss7/lmi_ioctl.h> */ #define T_SS7_PVAR_ITUT88 0x0100 #define T_SS7_PVAR_ITUT93 0x0101 #define T_SS7_PVAR_ITUT96 0x0102 #define T_SS7_PVAR_ITUT00 0x0103 #define T_SS7_PVAR_ETSI88 0x0200 #define T_SS7_PVAR_ETSI93 0x0201 #define T_SS7_PVAR_ETSI96 0x0202 #define T_SS7_PVAR_ETSI00 0x0203 #define T_SS7_PVAR_ANSI88 0x0300 #define T_SS7_PVAR_ANSI92 0x0301 #define T_SS7_PVAR_ANSI96 0x0302 #define T_SS7_PVAR_ANSI00 0x0303 #define T_SS7_PVAR_JTTC94 0x0400 #define T_SS7_POPT_MPLEV 0x0001 /* multiple priority levels */ #define T_SS7_POPT_PCR 0x0002 /* preventative cyclic retransmission */ #define T_SS7_POPT_HSL 0x0004 /* high speed links */ #define T_SS7_POPT_XSN 0x0008 /* extended sequence numbers */ #define T_SS7_POPT_CLUSTER 0x0010 /* cluster routing */ #define T_SS7_POPT_DEBUG 0x0020 /* debug */ #endif /* _SYS_XTI_SS7_H */
|
|||||||||||||||||||||||||||
OpenSS7 SS7 for the Common Man |
Home | Overview | Status | News | Documentation | Resources | About | ||||||||||||||||||||
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |