OpenSS7 SS7 for the Common Man | © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. Last modified: Sun, 05 Mar 2006 08:34:12 GMT | |||||||||||||||||||
| ||||||||||||||||||||
| SS7 ISUP User Adaptation Layer (ISUA)Description: OpenSS7 Project Manual Pages SIGTRAN StackISUASection: The OpenSS7 Project Devices (4)Updated: Tue, 18 Nov 2008 21:27:24 GMT Index Return to Main Contents NAMEISUA - SS7 ISUP User Adaptation Layer (ISUA)SYNOPSIS#include <ss7/cci.h>
DESCRIPTIONISUA
ISUA is implemented as a STREAMS(4) multiplexing driver for LiS(9)[2]. isup(4), bicc(4) or sctp(4) streams are linked under the ISUA multiplexing driver using the I_LINK or I_PLINK commands of streamio(7), to provide transport or direct ISUP services to ISUA. Once linked, the streams must be configured using isua_ioctl(4). This procedure is normally performed by the SS7 Configuration Daemon, ss7confd(8). ISUA provides the following stream types that are directly compatible with the stream types provided by isup(4). To select one of these stream types, device can be selected from the following:
NOTICESUnlike other SS7 protocol modules and drivers providing transport services, ISUA does not provide a sockets(3) interface. This is because the special needs of call control are divorced from the sockets paradigm. ISUA can be configured on a system as a drop in transparent replacement for isup(4). In such a configuration, users opening streams or sockets as defined in isup(4) will be opening isua streams and sockets, but will be unaware of the difference. In OpenSS7, isua is used as the primary mechanism of redundancy and distribution at the ISUP level, and, when properly configured (see ss7confd(8)), isua functions transparently to the ISUP-User. Also, opening and binding a isua stream or socket may result in the opening and binding of an isup (4) stream on the local or remote host in direct support of the local ISUP-User. IOCTLSAll interfaces support a set of management IO controls using ioctl(2) system call on the isua_stream file descriptor or socket. These management controls are documented in isua_ioctl(4). In addition, isua supports isup(4) IO controls. See isup_ioctl(4). FILES<ss7/cci.h>, <ss7/isupi.h>, <ss7/isupi_ioctl.h>, <ss7/isua_ioctl.h>, <sys/tpi.h>, <sys/tpi_ss7.h>, <sys/tpi_mtp.h>, <sys/tpi_isup.h>, <xti.h>, <xti_isup.h>, <sys/socket.h>. DEVICESSEE ALSOSS7(4), ss7confd(8), cci(7), isupi(7), isup_tpi(7), isup_xti(7), isup_socket(7), sockets(3), xnet(3), isua_ioctl(4), isup_ioctl(4). VERSIONSThe ISUA driver is specific to the OpenSS7 stack. This is Version 2 of the interface. REFERENCES
TRADEMARKS
Other trademarks are the property of their respective owners. IDENTIFICATION
Copyright©1997-2008OpenSS7 Corp.
Index
This document was created by man2html, using the manual pages. Time: 21:27:24 GMT, November 18, 2008 | |||||||||||||||||||
OpenSS7 SS7 for the Common Man |
| |||||||||||||||||||
Last modified: Sun, 05 Mar 2006 08:34:12 GMT © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. |