OpenSS7
SS7 for the
Common Man

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified:

Home Overview Status News Documentation Resources About
   
 Overview
 Status
 News
 Documentation
 Resources
 About

   
Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> strss7/drivers/sscop/sscop_msgs.h


File /code/strss7/drivers/sscop/sscop_msgs.h



#ifndef __SSCOP_MSGS_H__
#define __SSCOP_MSGS_H__

#ident "@(#) $RCSfile: sscop_msgs.h,v $ $Name:  $($Revision: 0.8.2.1 $) $Date: 2002/10/18 02:37:53 $"

#define	SSCOP_BGN	0x01	/* Request initialization */
#define SSCOP_BGAK	0x02	/* Request acknowledgement */
#define SSCOP_END	0x03	/* Disconnect command */
#define SSCOP_ENDAK	0x04	/* Disconnect acknowledgement */
#define SSCOP_RS	0x05	/* Resynchronization command */
#define SSCOP_RSAK	0x06	/* Resynchronization acknowledgement */
#define SSCOP_BGREJ	0x07	/* Connection reject */
#define SSCOP_SD	0x08	/* Sequence connection-mode data */
#define SSCOP_ER	0x09	/* Recovery command */
#define SSCOP_POLL	0x0a	/* Transmitter State Info Recv Sta Req */
#define SSCOP_STAT	0x0b	/* Solicited receiver state info */
#define SSCOP_USTAT	0x0c	/* Unsolicited receiver state info */
#define SSCOP_UD	0x0d	/* Unnumbered user data */
#define SSCOP_MD	0x0e	/* Unnumbered management data */
#define SSCOP_ERAK	0x0f	/* Recovery acknowledgement */

/*
 *  BGN PDU (Begin)
 *  -------------------------------------------------------------------------
 *  The BGN PDU is used to establish an SSCOP connection between two peer
 *  entities.  The BGN PDU requiest the clearing of the peer's transmitter and
 *  receiver buffers, and the initialization of the peer's transmitter and
 *  receiver state variables.
 */

#endif				/* __SSCOP_MSGS_H__ */


Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> strss7/drivers/sscop/sscop_msgs.h

OpenSS7
SS7 for the
Common Man
Home Overview Status News Documentation Resources About

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified: