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/q920.h


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



#ifndef __Q920_H__
#define __Q920_H__

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

/*
 *  NOTE: Should really use stripped DLPI for this.
 */

#define DL_PROTO_BASE				192L
#define DL_DSTR_FIRST			    (     1L + DL_PROTO_BASE)
#define DL_ESTABLISH_REQ		    (     1L + DL_PROTO_BASE)
#define DL_ESTABLISH_RES		    (     2L + DL_PROTO_BASE)
#define DL_UNITDATA_REQ			    (     3L + DL_PROTO_BASE)
#define DL_RELEASE_REQ			    (     4L + DL_PROTO_BASE)
#define DL_DSTR_LAST			    (     4L + DL_PROTO_BASE)

#define DL_USTR_LAST			    (    -1L - DL_PROTO_BASE)
#define DL_ESTABLISH_IND		    (    -1L - DL_PROTO_BASE)
#define DL_ESTABLISH_CON		    (    -2L - DL_PROTO_BASE)
#define DL_UNITDATA_IND			    (    -3L - DL_PROTO_BASE)
#define DL_RELEASE_IND			    (    -4L - DL_PROTO_BASE)
#define DL_USTR_FIRST			    (    -4L - DL_PROTO_BASE)

#endif  __Q920_H__



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

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

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