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/tpi_ip.h#ifndef _SYS_TPI_IP_H #define _SYS_TPI_IP_H #ident "@(#) $Name: $($Revision: 0.8.2.1 $) Copyright (c) 1997-2002 OpenSS7 Corporation." #ifndef T_CURRENT_VERSION #define T_CURRENT_VERSION 5 /* * Missing from LiS tihdr.h */ #ifndef T_MORE #define T_MORE 0x0001 #endif #ifndef T_EXPEDITED #define T_EXPEDITED 0x0002 #endif #ifndef T_ODF_MORE #define T_ODF_MORE T_MORE #endif #ifndef T_ODF_EX #define T_ODF_EX T_EXPEDITED #endif #ifndef XPG4_1 #define XPG4_1 2 /* This indicates that the transport provider conforms to XTI in XPG4 and supports the new primitives T_ADDR_REQ and T_ADDR_ACK */ #endif /* * Errors in LiS tihdr.h */ #define T_optdata_ind T_optdata_ack #define optdata_ind optdata_ack #endif /* T_CURRENT_VERSION */ #endif /* _SYS_TPI_IP_H */
|
|||||||||||||||||||||||||||
OpenSS7 SS7 for the Common Man |
Home | Overview | Status | News | Documentation | Resources | About | ||||||||||||||||||||
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |