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_mtp.h



#ifndef _SYS_TPI_MTP_H
#define _SYS_TPI_MTP_H

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

#ifndef T_CURRENT_VERSION

#define T_CURRENT_VERSION 5

#ifndef T_MORE
#define T_MORE		0x0001
#endif
#ifndef T_EXPEDITED
#define T_EXPEDITED	0x0002
#endif
#ifndef T_ODF_MORE
#define T_ODF_MORE	T_MORE
#endif
#ifndef T_ODF_EX
#define T_ODF_EX	T_EXPEDITED
#endif
#ifndef XPG4_1
#define XPG4_1		2
#endif

#define T_optdata_ind T_optdata_ack
#define optdata_ind optdata_ack

#endif

#endif

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