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/m3ua/m3ua_data.h#ifndef __M3UA_DATA_H__ #define __M3UA_DATA_H__ #ident "@(#) $RCSfile: m3ua_data.h,v $ $Name: $($Revision: 0.8.2.1 $) $Date: 2002/10/18 03:27:42 $" #include "../ua/ua_data.h" /* * ========================================================================= * * M3UA Private Data Structures * * ========================================================================= * M3UA uses private data structures which are common to most of the User * Adapatation layers. M3UA defines a new device/link and routing key class: */ typedef struct mtp { struct pp dp; /* inherited device structure */ uint state; /* state of the MTP-U/P interface */ uint version; /* version of MTP interface */ uint max_sdu; /* maximum data message size */ uint min_sdu; /* minimum data message size */ uint header_len; /* length of MTP header (RL) */ /* * More... */ } mtp_t; typedef struct mtp_key { struct rk rk; /* inherited routing key class */ /* * More... */ } mtp_key_t; #endif /* __M3UA_DATA_H__ */
|
|||||||||||||||||||||||||||
OpenSS7 SS7 for the Common Man |
Home | Overview | Status | News | Documentation | Resources | About | ||||||||||||||||||||
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |