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/sua/sua_data.h


File /code/strss7/drivers/sua/sua_data.h



#ifndef __SUA_DATA_H__
#define __SUA_DATA_H__

#ident "@(#) $RCSfile: sua_data.h,v $ $Name:  $($Revision: 0.8.2.1 $) $Date: 2002/10/18 02:33:28 $"

#include "../ua/ua_data.h"
/*
 *  =========================================================================
 *
 *  SUA Private Data Structures
 *
 *  =========================================================================
 *  SUA uses private data structures which are common to most of the User
 *  Adapatation layers.  SUA defines a new device/link and routing key class:
 */

typedef struct sccp {
	struct pp dp;			/* inherited device structure */
	uint state;			/* state of the SCCP-U/P interface */
	uint version;			/* version of SCCP interface */
	uint32_t flags;			/* flags to be included in SUA messages */
	uint32_t srn;			/* srce reference number */
	uint32_t drn;			/* dest reference number */
	uint32_t credit;		/* credit for class 3 operation */
	/* 
	 *  More...
	 */
} sccp_t;

typedef struct sccp_key {
	struct rk rk;			/* inherited routing key class */
	uint ssn;			/* subsystem number */
	uint pclass;			/* protocol class */
	/* 
	 *  More...
	 */
} sccp_key_t;

#endif				/* __SUA_DATA_H__ */


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

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

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