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/dlpi_lapd.h#ifndef __DLPI_LAPD_H__ #define __DLPI_LAPD_H__ #ident "@(#) $Name: $ ($Revision: 0.8 $) Copyright (c) 1997-2003 OpenSS7 Corporation." /* * LiS dlpi.h is version 2 */ #ifndef DL_VERSION_2 #error "dlpi_isdn.h requires Version 2 dlpi.h" #endif typedef struct lapd_addr { uint8_t dl_sap __attribute__ ((packed)); uint8_t dl_tei __attribute__ ((packed)); } lapd_addr_t; #endif /* __DLPI_LAPD_H__ */
|
|||||||||||||||||||||||||||
OpenSS7 SS7 for the Common Man |
Home | Overview | Status | News | Documentation | Resources | About | ||||||||||||||||||||
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |