Links

GitHub

Open HUB

Quick Links

Download

STREAMS

SIGTRAN

SS7

Hardware

SCTP

Browse Source

Applications

SS7 Stack

ISDN Stack

SIGTRAN Stack

VoIP Stack

MG Stack

SS7/ISDN Devices

IP Transport

Embedded Systems

Operating System

Resources

Packages

Sys Req

Repositories

Download

Mailing Lists

Browse Source

CVS Archive

Bug Reports

Library

Hardware

Vendor Links

Home

Overview

Status

Documentation

Resources

About

News

Description: Code

File /code/strss7/src/include/sys/tpi_ss7.h



#ifndef _SYS_TPI_SS7_H
#define _SYS_TPI_SS7_H

#ident "@(#) openss7-0_9_2_G(0.9.2.4) Copyright (c) 2001-2008 OpenSS7 Corporation."

#define T_SS7_PVAR_ITUT	0x0100
#define T_SS7_PVAR_ETSI	0x0200
#define T_SS7_PVAR_ANSI	0x0300
#define T_SS7_PVAR_JTTC	0x0400
#define T_SS7_PVAR_CHIN	0x0500
#define T_SS7_PVAR_SING	0x0600
#define T_SS7_PVAR_SPAN	0x0700
#define T_SS7_PVAR_MASK	0xff00

#define T_SS7_PVAR_88	0x0000
#define T_SS7_PVAR_92	0x0001
#define T_SS7_PVAR_96	0x0002
#define T_SS7_PVAR_00	0x0003
#define T_SS7_PVAR_YR	0x00ff

enum {
	T_SS7_PVAR_ITUT_88 = T_SS7_PVAR_ITUT | T_SS7_PVAR_88,
	T_SS7_PVAR_ITUT_93 = T_SS7_PVAR_ITUT | T_SS7_PVAR_92,
	T_SS7_PVAR_ITUT_96 = T_SS7_PVAR_ITUT | T_SS7_PVAR_96,
	T_SS7_PVAR_ITUT_00 = T_SS7_PVAR_ITUT | T_SS7_PVAR_00,
	T_SS7_PVAR_ETSI_88 = T_SS7_PVAR_ETSI | T_SS7_PVAR_88,
	T_SS7_PVAR_ETSI_93 = T_SS7_PVAR_ETSI | T_SS7_PVAR_92,
	T_SS7_PVAR_ETSI_96 = T_SS7_PVAR_ETSI | T_SS7_PVAR_96,
	T_SS7_PVAR_ETSI_00 = T_SS7_PVAR_ETSI | T_SS7_PVAR_00,
	T_SS7_PVAR_ANSI_88 = T_SS7_PVAR_ANSI | T_SS7_PVAR_88,
	T_SS7_PVAR_ANSI_92 = T_SS7_PVAR_ANSI | T_SS7_PVAR_92,
	T_SS7_PVAR_ANSI_96 = T_SS7_PVAR_ANSI | T_SS7_PVAR_96,
	T_SS7_PVAR_ANSI_00 = T_SS7_PVAR_ANSI | T_SS7_PVAR_00,
	T_SS7_PVAR_JTTC_94 = T_SS7_PVAR_JTTC | T_SS7_PVAR_92,
	T_SS7_PVAR_CHIN_00 = T_SS7_PVAR_CHIN | T_SS7_PVAR_00,
};

enum {
	T_SS7_POPT_MPLEV = 0x00000001,
	T_SS7_POPT_PCR = 0x00000002,
	T_SS7_POPT_HSL = 0x00000004,
	T_SS7_POPT_XSN = 0x00000008,
	T_SS7_POPT_ALL = 0x0000000f
};

#endif

Last modified: Thu, 28 Nov 2024 14:44:56 GMT  
Copyright © 2014 OpenSS7 Corporation All Rights Reserved.