📄 tpi_ss7.h
字号:
/***************************************************************************** @(#) tpi_ss7.h,v 0.9.2.3 2006/09/18 13:52:37 brian Exp ----------------------------------------------------------------------------- Copyright (C) 1997-2002 OpenSS7 Corporation. All Rights Reserved. PUBLIC LICENSE This license is provided without fee, provided that the above copy- right notice and this public license must be retained on all copies, extracts, compilations and derivative works. Use or distribution of this work in a manner that restricts its use except as provided here will render this license void. The author(s) hereby waive any and all other restrictions in respect of their copyright in this software and its associated documentation. The authors(s) of this software place in the public domain any novel methods or processes which are embodied in this software. The author(s) undertook to write it for the sake of the advancement of the Arts and Sciences, but it is provided as is, and the author(s) will not take any responsibility in it. ----------------------------------------------------------------------------- U.S. GOVERNMENT RESTRICTED RIGHTS. If you are licensing this Software on behalf of the U.S. Government ("Government"), the following provisions apply to you. If the Software is supplied by the Department of Defense ("DoD"), it is classified as "Commercial Computer Software" under paragraph 252.227-7014 of the DoD Supplement to the Federal Acquisition Regulations ("DFARS") (or any successor regulations) and the Government is acquiring only the license rights granted herein (the license rights customarily provided to non-Government users). If the Software is supplied to any unit or agency of the Government other than DoD, it is classified as "Restricted Computer Software" and the Government's rights in the Software are defined in paragraph 52.227-19 of the Federal Acquisition Regulations ("FAR") (or any successor regulations) or, in the cases of NASA, in paragraph 18.52.227-86 of the NASA Supplement to the FAR (or any successor regulations). ----------------------------------------------------------------------------- Last Modified 2006/09/18 13:52:37 by brian *****************************************************************************/#ifndef _SYS_TPI_SS7_H#define _SYS_TPI_SS7_H#ident "@(#) openss7-0_9_2_E(0.9.2.3) Copyright (c) 1997-2002 OpenSS7 Corporation."/* This file can be processed with doxygen(1). *//* * PROTOCOL VARIANTS * * Note: these values must be aligned with <ss7/lmi_ioctl.h> */#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 0x00ffenum { T_SS7_PVAR_ITUT_88 = T_SS7_PVAR_ITUT | T_SS7_PVAR_88, /* ITU-T protocol variant */ T_SS7_PVAR_ITUT_93 = T_SS7_PVAR_ITUT | T_SS7_PVAR_92, /* ITU-T protocol variant */ T_SS7_PVAR_ITUT_96 = T_SS7_PVAR_ITUT | T_SS7_PVAR_96, /* ITU-T protocol variant */ T_SS7_PVAR_ITUT_00 = T_SS7_PVAR_ITUT | T_SS7_PVAR_00, /* ITU-T protocol variant */ T_SS7_PVAR_ETSI_88 = T_SS7_PVAR_ETSI | T_SS7_PVAR_88, /* ETSI protocol variant */ T_SS7_PVAR_ETSI_93 = T_SS7_PVAR_ETSI | T_SS7_PVAR_92, /* ETSI protocol variant */ T_SS7_PVAR_ETSI_96 = T_SS7_PVAR_ETSI | T_SS7_PVAR_96, /* ETSI protocol variant */ T_SS7_PVAR_ETSI_00 = T_SS7_PVAR_ETSI | T_SS7_PVAR_00, /* ETSI protocol variant */ T_SS7_PVAR_ANSI_88 = T_SS7_PVAR_ANSI | T_SS7_PVAR_88, /* ANSI protocol variant */ T_SS7_PVAR_ANSI_92 = T_SS7_PVAR_ANSI | T_SS7_PVAR_92, /* ANSI protocol variant */ T_SS7_PVAR_ANSI_96 = T_SS7_PVAR_ANSI | T_SS7_PVAR_96, /* ANSI protocol variant */ T_SS7_PVAR_ANSI_00 = T_SS7_PVAR_ANSI | T_SS7_PVAR_00, /* ANSI protocol variant */ T_SS7_PVAR_JTTC_94 = T_SS7_PVAR_JTTC | T_SS7_PVAR_92, /* JTTC protocol variant */ T_SS7_PVAR_CHIN_00 = T_SS7_PVAR_CHIN | T_SS7_PVAR_00, /* CHIN protocol variant */};enum { T_SS7_POPT_MPLEV = 0x00000001, /* multiple priority/congestion levels */ T_SS7_POPT_PCR = 0x00000002, /* preventative cyclic retranlmission */ T_SS7_POPT_HSL = 0x00000004, /* high speed links */ T_SS7_POPT_XSN = 0x00000008, /* extended sequence numbers */ T_SS7_POPT_ALL = 0x0000000f /* all options */};#endif /* _SYS_TPI_SS7_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -