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/include/ss7/sccpi.h


File /code/strss7/include/ss7/sccpi.h



#ifndef __SS7_SCCPI_H__
#define __SS7_SCCPI_H__

#ident "@(#) $Name:  $($Revision: 0.8.2.2 $) Copyright (c) 1997-2002 OpenSS7 Corporation."

/*
 *  Primitives
 */
#define	S_CONN_REQ		0
#define	S_CONN_RES		1
#define	S_DISCON_REQ		2
#define	S_DATA_REQ		3
#define	S_EXDATA_REQ		4
#define	S_INFO_REQ		5
#define	S_BIND_REQ		6
#define	S_UNBIND_REQ		7
#define	S_UNITDATA_REQ		8
#define	S_OPTMGMT_REQ		9

#define	S_CONN_IND		11
#define	S_CONN_CON		12
#define	S_DISCON_IND		13
#define	S_DATA_IND		14
#define	S_EXDATA_IND		15
#define	S_INFO_ACK		16
#define	S_BIND_ACK		17
#define	S_ERROR_ACK		18
#define	S_OK_ACK		19
#define	S_UNITDATA_IND		20
#define	S_UDERROR_IND		21

#define	S_DATACK_REQ		23
#define	S_DATACK_IND		24
#define	S_RESET_REQ		25
#define	S_RESET_RES		26

/*
 *  These are actually management messages...
 */
#define	S_INFORM_REQ		40
#define	S_COORD_REQ		41
#define	S_COORD_CON		42
#define	S_STATE_IND		43
#define	S_PCSTATE_IND		44
#define	S_TRAFFIC_IND		45

#endif				/* __SS7_SCCPI_H__ */


Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> strss7/include/ss7/sccpi.h

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

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