| OpenSS7 SS7 for the Common Man | © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. Last modified: Thu, 30 Nov 2006 15:29:10 GMT | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| strxnet ManualDescription: OpenSS7 Online ManualsA PDF version of this document is available here. OpenSS7 XTI/TLI NetworkingOpenSS7 XTI/TLI Networking Installation and Reference ManualAbout This ManualThis is Edition 11, last updated 2007-06-24, of The OpenSS7 XTI/TLI Networking Installation and Reference Manual, for Version 0.9.2 release 11 of the OpenSS7 XTI/TLI Networking package. PrefaceNoticeThis package is released and distributed under the GPL (see GNU General Public License). Please note, however, that there are different licensing terms for the manual pages and some of the documentation (derived from OpenGroup1 publications and other sources). Consult the permission notices contained in the documentation for more information. This manual is released under the FDL (see GNU Free Documentation License) with all sections invariant. AbstractThis manual provides a Installation and Reference Manual for OpenSS7 XTI/TLI Networking. ObjectiveThe objective of this manual is to provide a guide for the STREAMS programmer when developing STREAMS modules, drivers and application programs for OpenSS7 XTI/TLI Networking. This guide provides information to developers on the use of the STREAMS mechanism at user and kernel levels. STREAMS was incorporated in UNIX System V Release 3 to augment the character input/output (I/O) mechanism and to support development of communication services. STREAMS provides developers with integral functions, a set of utility routines, and facilities that expedite software design and implementation. Intent
The intent of this manual is to act as an introductory guide to the STREAMS programmer. It
is intended to be read alone and is not intended to replace or supplement the
OpenSS7 XTI/TLI Networking manual pages. For a reference for writing code, the manual pages
(see AudienceThis manual is intended for a highly technical audience. The reader should already be familiar with Linux kernel programming, the Linux file system, character devices, driver input and output, interrupts, software interrupt handling, scheduling, process contexts, multiprocessor locks, etc. The guide is intended for network and systems programmers, who use the STREAMS mechanism at user and kernel levels for Linux and UNIX system communication services. Readers of the guide are expected to possess prior knowledge of the Linux and UNIX system, programming, networking, and data communication. RevisionsTake care that you are working with a current version of this manual: you will not be notified of updates. To ensure that you are working with a current version, contact the Author, or check The OpenSS7 Project website for a current version. A current version of this manual is normally distributed with the OpenSS7 XTI/TLI Networking package, strxnet-0.9.2.11.2 Version Control
strxnet.texi,v
Revision 0.9.2.31 2007/02/28 06:31:42 brian
- updates and corrections, #ifdef instead of #if
Revision 0.9.2.30 2007/01/08 16:24:39 brian
- final updates for release
Revision 0.9.2.29 2007/01/03 12:33:12 brian
- corrections
Revision 0.9.2.28 2007/01/03 10:11:51 brian
- documentation updates for release
Revision 0.9.2.27 2006/10/02 11:32:23 brian
- changes to get master builds working for RPM and DEB
- added outside licenses to package documentation
- added LICENSE automated release file
- copy MANUAL to source directory
- add and remove devices in -dev debian subpackages
- get debian rules working better
- release library version files
- added notes to debian changelog
- corrections for cooked manual pages in spec files
- added release documentation to spec and rules files
- copyright header updates
- moved controlling tty checks in stream head
- missing some defines for LiS build in various source files
- added OSI headers to striso package
- added includes and manual page paths to acincludes for various packages
- added sunrpc, uidlpi, uinpi and uitpi licenses to documentation and release
files
- moved pragma weak statements ahead of declarations
- changes for master build of RPMS and DEBS with LiS
Revision 0.9.2.26 2006/09/18 01:07:25 brian
- updated manuals and release texi docs
Revision 0.9.2.25 2006/08/28 10:47:12 brian
- correction
Revision 0.9.2.24 2006/08/28 10:33:01 brian
- updated references
Revision 0.9.2.23 2006/08/27 12:27:17 brian
- finalizing auto release files
Revision 0.9.2.22 2006/08/26 09:20:06 brian
- better release file generation
Revision 0.9.2.21 2006/08/23 11:00:52 brian
- added preface, corrections and updates for release
Revision 0.9.2.20 2006/08/22 12:57:36 brian
- updated documentation
Revision 0.9.2.19 2006/03/22 10:02:08 brian
- added makefile target index
Revision 0.9.2.18 2006/03/03 11:35:17 brian
- 32/64-bit compatibility
Revision 0.9.2.17 2005/07/08 13:16:22 brian
- updates to documentation
Revision 0.9.2.16 2005/06/24 13:39:00 brian
- added troubleshooting section to manuals
Revision 0.9.2.15 2005/05/14 08:28:28 brian
- copyright header correction
Revision 0.9.2.14 2005/04/12 23:01:47 brian
- correct docs
Revision 0.9.2.13 2005/04/12 09:29:03 brian
- corrections
Revision 0.9.2.12 2005/04/11 20:48:42 brian
- documentation updates and corrections
Revision 0.9.2.11 2005/03/15 00:56:46 brian
- Updated version numbering in texinfo files.
Revision 0.9.2.10 2005/03/15 00:51:43 brian
- Updated version numbering in texinfo files.
Revision 0.9.2.9 2005/02/17 20:00:25 brian
- Fixes for texi documentation.
Revision 0.9.2.8 2005/01/24 11:57:58 brian
- Updated texinfo headers.
Revision 0.9.2.7 2004/12/19 15:15:21 brian
- Corrected include position.
Revision 0.9.2.6 2004/08/22 00:00:07 brian
- Converted over to common files.
Revision 0.9.2.5 2004/08/20 21:14:13 brian
- Updated documentation.
Revision 0.9.2.4 2004/08/17 11:51:00 brian
- Updating documentation.
Revision 0.9.2.3 2004/08/16 11:39:56 brian
- Documetnation updates and copying options.
Revision 0.9.2.2 2004/08/15 19:56:44 brian
- Build and manual updates.
Revision 0.9.2.1 2004/04/06 12:33:59 brian
- Working up documentation.
Revision 0.9 2004/04/03 22:37:07 brian
- Initial cut of new strxnet rpm release.
ISO 9000 ComplianceOnly the TeX, texinfo, or roff source for this manual is controlled. An opaque (printed, postscript or portable document format) version of this manual is an UNCONTROLLED VERSION. DisclaimerOpenSS7 Corporation disclaims all warranties with regard to this documentation including all implied warranties of merchantability, fitness for a particular purpose, non-infringement, or title; that the contents of the manual are suitable for any purpose, or that the implementation of such contents will not infringe on any third party patents, copyrights, trademarks or other rights. In no event shall OpenSS7 Corporation be liable for any direct, indirect, special or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with any use of this manual or the performance or implementation of the contents thereof. OpenSS7 Corporation reserves the right to revise this software and documentation for any reason, including but not limited to, conformity with standards promulgated by various agencies, utilization of advances in the state of the technical arts, or the reflection of changes in the design of any techniques, or procedures embodied, described, or referred to herein. OpenSS7 Corporation is under no obligation to provide any feature listed herein. U.S. Government Restricted RightsIf 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). AcknowledgementsAs with most open source projects, this project would not have been possible without the valiant efforts and productive software of the Free Software Foundation and the Linux Kernel Community. SponsorsFunding for completion of the OpenSS7 OpenSS7 XTI/TLI Networking package was provided in part by:
Additional funding for The OpenSS7 Project was provided by: ContributorsThe primary contributor to the OpenSS7 OpenSS7 XTI/TLI Networking package is Brian F. G. Bidulock. The following is a list of significant contributors to The OpenSS7 Project:
AuthorsThe authors of the OpenSS7 OpenSS7 XTI/TLI Networking package include:
See Author Index, for a complete listing and cross-index of authors to sections of this manual. MaintainerThe maintainer of the OpenSS7 OpenSS7 XTI/TLI Networking package is:
Please send bug reports to bugs@openss7.org using the send-pr script included in the package, only after reading the BUGS file in the release, or See Problem Reports. Web ResourcesThe OpenSS7 Project provides a website dedicated to the software packages released by the OpenSS7 Project. Bug ReportsPlease send bug reports to bugs@openss7.org using the send-pr script included in the OpenSS7 XTI/TLI Networking package, only after reading the BUGS file in the release, or See Problem Reports. You can access the OpenSS7 GNATS database directly via the web, however, the preferred method for sending new bug reports is via mail with the send-pr script. Mailing ListsThe OpenSS7 Project provides a number of general discussion Mailing Lists for discussion concerning the OpenSS7 OpenSS7 XTI/TLI Networking package as well as other packages released by The OpenSS7 Project. These are mailman mailing lists and so have convenient web interfaces for subscribers to control their settings. See http://www.openss7.org/mailinglist.html. The mailing lists are as follows:
SpamTo avoid spam being sent to the members of the OpenSS7 mailing list(s), we have blocked mail from non-subscribers. Please subscribe to the mailing list before attempting to post to them. (Attempts to post when not subscribed get bounced.) As an additional measure against spam, subscriber lists for all OpenSS7 mailing lists are not accessible to non-subscribers; for most lists subscriber lists are only accessible to the list administrator. This keeps your mailing address from being picked off our website by bulk mailers. Acceptable Use PolicyIt is acceptable to post professional and courteous messages regarding the OpenSS7 package or any general information or questions concerning STREAMS, SS7, SIGTRAN, SCTP or telecommunications applications in general. Large AttachmentsThe mailing list is blocked from messages of greater than Quick Start GuideOpenSS7 XTI/TLI NetworkingPackage strxnet-0.9.2.11 was released under GPLv2 2007-06-24. The OpenSS7 XTI/TLI Networking package for Linux Fast-STREAMS is an implementation of the X/Open Transport Interface or SVID Transport Layer Interface library in accordance with SUSv2 and XNS 5.2 standards. It consists of user-space libraries (libxnet) and a set of cooperating STREAMS modules (timod(4) and tirdwr(4)). The STREAMS module, timod(4), is pushed on any Stream implementing the Transport Provider Interface (TPI) Revision 1.5 or 2.0.0 service interface and provides XTI/TLI library access to the transport provider. Definitions for the Transport Provider Interface (TPI) Revision 2.0.0 are also provided by header files included in the package. The package contains the following standard Open Systems Interconnect (OSI) conforming header files:
Note that the Data Link Provider Interface (DLPI) and Network Provider Interface are contained in the `strxns-0.9.2.6' package. The package builds and installs the following STREAMS kernel modules and drivers:
The package builds and installs the following shared object and static libraries:
The OpenSS7 XTI/TLI Networking package includes kernel modules, SVR 4.2 STREAMS drivers, modules, libraries, utilities, test programs, daemons, and development environment for the development and execution of OpenSS7 XTI/TLI Networking protocol stack components and applications for the SVR 4.2 STREAMS environment. This distribution is only currently applicable to Linux 2.4 and 2.6 kernels and was targeted
at ReleaseThis is the strxnet-0.9.2.11 package, released 2007-06-24. This `0.9.2.11' release, and the latest version, can be obtained from the download area of The OpenSS7 Project website using a command such as: $> wget http://www.openss7.org/tarballs/strxnet-0.9.2.11.tar.bz2 The release is available as an autoconf(1) tarball, src.rpm or dsc, or as a set of binary rpms or debs. See the download page for the autoconf(1) tarballs, src.rpms or dscs. See the strxnet package page for tarballs, source and binary packages. Please see the NEWS file for release notes and history of user visible changes for the current version, and the ChangeLog file for a more detailed history of implementation changes. The TODO file lists features not yet implemented and other outstanding items. Please see the INSTALL, INSTALL-strxnet and README-make, files (or see Installation) for installation instructions. When working from cvs(1) or git(1), please see the README-cvs, file (or see Downloading from CVS). An abbreviated installation procedure that works for most applications appears below. This release of the package is published strictly under Version 2 of the GNU Public License which can be found in the file COPYING. Package specific licensing terms (if any) can be found in the file LICENSES. Please respect these licensing arrangements. If you are interested in different licensing terms, please contact the copyright holder, or OpenSS7 Corporation <sales@openss7.com>. See README-alpha (if it exists) for alpha release information. PrerequisitesThe quickest and easiest way to ensure that all prerequisites are met is to download and install this package from within the OpenSS7 Master Package, openss7-0.9.2.F, instead of separately. Prerequisites for the OpenSS7 XTI/TLI Networking package are as follows:
(Note: If you acquired strxnet a part of the OpenSS7 Master Package, then the dependencies listed below will already have been met by unpacking the master package.)
When configuring and building multiple OpenSS7 Project release packages, place all of the source packages (unpacked tarballs) at the same directory level and all build directories at the same directory level (e.g. all source packages under /usr/src). When installing packages that install as kernel modules, it is necessary to have the correct kernel development package installed. For the following distributions, use the following commands: Ubuntu: $> apt-get install linux-headers
Debian: $> apt-get install kernel-headers
Fedora: $> yum install kernel-devel
You also need the same version of gcc(1) compiler with which the kernel was built. If it is not the default, add `CC=kgcc' on the line after `./configure', for example: $> ../strxnet-0.9.2.11/configure CC='gcc-3.4' InstallationThe following commands will download, configure, build, check, install, validate, uninstall and remove the package: $> wget http://www.openss7.org/tarballs/strxnet-0.9.2.11.tar.bz2
$> tar -xjvf strxnet-0.9.2.11.tar.bz2
$> mkdir build
$> pushd build
$> ../strxnet-0.9.2.11/configure --enable-autotest
$> make
$> make check
$> sudo make install
$> sudo make installcheck
$> sudo make uninstall
$> popd
$> sudo rm -rf build
$> rm -rf strxnet-0.9.2.11
$> rm -f strxnet-0.9.2.11.tar.bz2
If you have problems, try building with the logging targets instead. If the make of a logging target fails, an automatic problem report will be generated that can be mailed to The OpenSS7 Project.6 Installation steps using the logging targets proceed as follows: $> wget http://www.openss7.org/tarballs/strxnet-0.9.2.11.tar.bz2
$> tar -xjvf strxnet-0.9.2.11.tar.bz2
$> mkdir build
$> pushd build
$> ../strxnet-0.9.2.11/configure --enable-autotest
$> make compile.log
$> make check.log
$> sudo make install.log
$> sudo make installcheck.log
$> sudo make uninstall.log
$> popd
$> sudo rm -rf build
$> rm -rf strxnet-0.9.2.11
$> rm -f strxnet-0.9.2.11.tar.bz2
See README-make for additional specialized make targets. For custom applications, see the INSTALL and INSTALL-strxnet files or the see Installation, as listed below. If you encounter troubles, see Troubleshooting, before issuing a bug report. Brief Installation InstructionsThe OpenSS7 XTI/TLI Networking package is available from the downloads area of The OpenSS7 Project website using a command such as: $> wget http://www.openss7.org/tarballs/strxnet-0.9.2.11.tar.bz2 Unpack the tarball using a command such as: $> tar -xjvf strxnet-0.9.2.11.tar.bz2 The tarball will unpack into the relative subdirectory named after the package name: strxnet-0.9.2.11. The package builds using the GNU autoconf utilities and the configure script. To build the package, we recommend using a separate build directory as follows: $> mkdir build
$> cd build
$> ../strxnet-0.9.2.11/configure
In general, the package configures and builds without adding any special options to the configure script. For general options to the configure script, see the GNU INSTALL file in the distribution: $> less ../strxnet-0.9.2.11/INSTALL For specific options to the configure script, see the INSTALL-strxnet file in the distribution, or simply execute the configure script with the --help option like so: $> ../strxnet-0.9.2.11/configure --help After configuring the package, the package can be compiled simply by issuing the `make' command: $> make Some specialized makefile targets exists, see the README-make file in the distribution or simply invoke the `help' target like so: $> make help | less After successfully building the package, the package can be checked by invoking the `check' make target like so: $> make check After successfully checking the package, the package can be installed by invoking the `install' make target (as root) like so: $> sudo make install The test suites that ship with the package can be invoked after the package has been installed by invoking the `installcheck' target. This target can either be invoked as root, or as a normal user, like so: $> make installcheck (Note: you must add the --enable-autotest flag to configure, above for the test suites to be invoked with `make installcheck'.) The package can be cleanly removed by invoking the `uninstall' target (as root): $> sudo make uninstall Then the build directory and tarball can be simply removed: $> cd ..
$> rm -rf build
$> rm -rf strxnet-0.9.2.11
$> rm -f strxnet-0.9.2.11.tar.bz2
Detailed Installation InstructionsMore detailed installation instructions can be found in the Installation, contained in the distribution in `text', `info', `html' and `pdf' formats: $> cd ../strxnet-0.9.2.11
$> less doc/manual/strxnet.txt
$> lynx doc/manual/strxnet.html
$> info doc/manual/strxnet.info
$> xpdf doc/manual/strxnet.pdf
The `text' version of the manual is always available in the MANUAL file in the release. The current manual is also always available online from The OpenSS7 Project website at: $> lynx http://www.openss7.org/strxnet_manual.html 1 IntroductionThis manual documents the design, implementation, installation, operation and future development schedule of the OpenSS7 XTI/TLI Networking package. 1.1 OverviewThis manual documents the design, implementation, installation, operation and future development of the OpenSS7 XTI/TLI Networking package. The OpenSS7 XTI/TLI Networking package is an X/Open Transport Interface (XTI/TLI) package for Linux that can be used with Linux Fast-STREAMS7. It includes development tools, header files and manual pages for
In addition, it provides STREAMS drivers and modules for DLPI including:
The OpenSS7 XTI/TLI Networking package is essential to the development and support of X/Open XTI/TLI modules and drivers and provides a fundamental set of X/Open header files and manual pages for such development. The OpenSS7 XTI/TLI Networking does not provide the X/Open Network Services (XNS), Network Provider Interface (NPI) or Data Link Provider Interface (DLPI) components. See the OpenSS7 strxns8 package. 1.2 Organization of this ManualThis manual is organized (loosely) into several sections as follows:
1.3 Conventions and DefinitionsThis manual uses texinfo typographic conventions. 2 ObjectiveThe OpenSS7 XTI/TLI Networking package is intended to provide compatibility with UNIX System V Release 4 networking components based on the Transport Provider Interface and the XTI/TLI interface described in X/Open Networking Services, in a single add-on package to Linux Fast-STREAMS. One purpose in achieving this compatibility is the porting of legacy applications from UNIX to Linux using the capabilities of STREAMS and Linux Fast-STREAMS. Both the Transport Provider Interface and the XTI/TLI library APIs are designed to be transport provider neutral. Both the service primitive interface and function call interface are designed to be transport provider independent to as large a degree as possible. Therefore, this OpenSS7 XTI/TLI Networking package does not provide any transport providers of its own. It merely provides the Transport Provider Interface and the XTI/TLI library interface and applies them in a transport independent fashion to a wide range of specific transport protocols. For transport providers based on the Internet Protocol suite, the
strinet-0.9.2.6 package, At the time that the OpenSS7 XTI/TLI Networking was being developed there existed an XTI implementation written by Ole Husgaard, but the tirdwr and timod modules were deeply flawed and the library itself was not thread-safe and did not support all functions and capabilities of XTI. Therefore, the OpenSS7 XTI/TLI Networking STREAMS modules and library were written from the start to be thread-safe and fully compliant with the XTI/TLI specifications in XNS 5.2.9 The result is a stable, production grade, 64-bit clean XTI/TLI library implementation for Linux Fast-STREAMS. 3 Reference3.1 FilesSTRXNET creates the following kernel modules files in the kernel modules directory, /lib/modules/2.4.20-28.7/:10
STRXNET installs the following kernel module files in the kernel modules directory, /lib/modules/2.4.20-28.7/strxnet/:11
STRXNET installs the following header files in the system include directory, /usr/include/strxnet/: STRXNET installs the following test programs in the system libexec directory, /usr/libexec/strxnet/:12
STRXNET installs the following utility programs in the system binary directory, /usr/sbin/:
STRXNET installs the following static and shared object libraries in the system library directory, /usr/lib/ (32-bit libraries) and /usr/lib64/ (64-bit libraries):
STRXNET installs the following internationalization catalogues in the internationalization directory, /usr/share/locale/:
STRXNET installs the following init scripts in the system init directory, /etc/rc.d/init.d/ (non-Debian) or /etc/init.d/ (Debian):
STRXNET installs the following system configuration files in the configuration directory, /etc/:
STRXNET installs the following system configuration file in the system configuration directory, /etc/sysconfig/ (non-Debian) or /etc/default/ (Debian):
STRXNET installs the following info files in the system info directory, /usr/share/info/:
STRXNET installs the following manual page macros and reference database files in the system man directory, /usr/share/man/:13
STRXNET installs the following manual pages in the system man directory, /usr/share/man/man3/:
STRXNET installs the following manual pages in the system man directory, /usr/share/man/man4/:
STRXNET installs the following manual pages in the system man directory, /usr/share/man/man5/:
STRXNET installs the following manual pages in the system man directory, /usr/share/man/man7/:
STRXNET installs the following manual pages in the system man directory, /usr/share/man/man8/:
3.2 DriversThe OpenSS7 XTI/TLI Networking package does not provide any STREAMS drivers: only STREAMS modules. 3.3 ModulesThe OpenSS7 XTI/TLI Networking package provides the following STREAMS modules: 3.3.1 Transport Interface ModuleLicensingThe 3.3.2 Transport Interface Read-Write ModuleLicensingThe 3.4 LibrariesDuring the installation process of OpenSS7 XTI/TLI Networking a subroutine library is build and installed. For 64-bit systems that support 32-bit compatibility, two version of each library are build and installed: one 64-bit native library and one 32-bit compatibility library. 64-bit native libraries are installed to the /usr/lib64 subdirectory. 32-bit native and 32-bit compatibility libraries are installed to the /usr/lib subdirectory.
3.4.1 libxnet Library RoutinesThe following routines are present in the libxnet libraries. The routines in these libraries are standard XTI/TLI interface library calls documented in XNS 5.2.14 Refer to the associated manual pages for detailed information on these routines.
3.4.2 Using the LibraryThe use the OpenSS7 XTI/TLI Networking libraries, include the file xti.h in the application program source code. On the compiler command line, add the option `-I/usr/include/strxnet' to include the version of xti.h that is distributed with OpenSS7 XTI/TLI Networking. When linking the application program, or performing final gcc to build an executable, include one of the following option on the gcc or ld command line:
Failure to link the executable runtime path for libxnet will result in linker-loader errors specifying undefined symbols. See Development, for more information. LicensingThe 3.5 Utilities3.5.1 Init ScriptsFollowing are System V Init Scripts that are installed by the package:
|