OpenSS7 SS7 for the Common Man |
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |
||||||||||||||||||||||||||
Home | Overview | Status | News | Documentation | Resources | About | |||||||||||||||||||||
File /code/strss7/drivers/tua/tua_data.h#ifndef __TUA_DATA_H__ #define __TUA_DATA_H__ #ident "@(#) $RCSfile: tua_data.h,v $ $Name: $($Revision: 0.8.2.1 $) $Date: 2002/10/18 02:27:14 $" #include "../ua/ua_data.h" /* * ========================================================================= * * TUA Private Data Structures * * ========================================================================= * TUA uses private data structures which are common to most of the User * Adaptation Layers. TUA defines a new device/link and routing key class: */ typedef struct tcap { struct pp dp; /* inherited device structure */ uint state; /* state of the TCAP-U/P interface */ uint version; /* version of TCAP interface */ /* * More... */ } tcap_t; typedef struct tcap_key { struct rk rk; /* inherited routing key class */ /* * More... routing key fields */ } tcap_key_t; #endif /* __TUA_DATA_H__ */
|
|||||||||||||||||||||||||||
OpenSS7 SS7 for the Common Man |
Home | Overview | Status | News | Documentation | Resources | About | ||||||||||||||||||||
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |