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/ua/lm_data.h#ifndef __LM_DATA_H__ #define __LM_DATA_H__ #ident "@(#) $RCSfile: lm_data.h,v $ $Name: $($Revision: 0.8.2.1 $) $Date: 2002/10/18 02:26:19 $" #include "../ua/ua_data.h" /* * ========================================================================= * * UA/LM Private Data Structures * * ========================================================================= * UA/LM uses private data structures which are common to most of the User * Adapatation Layers. LM defines a new device/link class: */ typedef struct lm { struct pp dp; uint state; uint version; struct spp *m2ua; /* M2UA explicit signalling process proxy */ struct spp *m3ua; /* M3UA explicit signalling process proxy */ struct spp *sua; /* SUA explicit signalling process proxy */ struct spp *tua; /* TUA explicit signalling process proxy */ /* * More... */ } lm_t; #endif /* __LM_DATA_H__ */
|
|||||||||||||||||||||||||||
OpenSS7 SS7 for the Common Man |
Home | Overview | Status | News | Documentation | Resources | About | ||||||||||||||||||||
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |