OpenSS7
SS7 for the
Common Man
© Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved.
Last modified: Sun, 05 Mar 2006 08:34:13 GMT
Home Top Index First Prev Next Last More Download Info FAQ Mail  Home -> Documentation -> Man Pages -> ISDN Stack -> ISO/OSI X.25 (LAPB)
Quick Links

Download

SCTP

SIGTRAN

SS7

Hardware

STREAMS

Asterisk

Related

Package

Manual

Manual Pages

References

Conformance

Performance

Documentation

Design

Status

FAQ

ISDN Stack

ISDN Q.931

ISDN Q.933

ISO/OSI X.213

IDLC

DPNSS/DASS L3

ISDN Q.921 (LAPD)

ISDN Q.922 (LAPB)

ISO/OSI X.25 (LAPB)

V5.2/GR-303 DL

V5.2/GR-303 DL

HDLC

ISDN Stack Manager

Man Pages

Applications

SS7 Stack

ISDN Stack

SIGTRAN Stack

VoIP Stack

MG Stack

SS7/ISDN Devices

IP Transport

Embedded Systems

OS

Documentation

FAQ

SIGTRAN

Design

Conformance

Performance

References

Man Pages

Manuals

Papers

Home

Overview

Status

Documentation

Resources

About

News

ISO/OSI X.25 Link Access Procedure - Balanced (LAPB)

Description: OpenSS7 Project Manual Pages ISDN Stack


DL

Section: The OpenSS7 Project Devices (4)
Updated: Mon, 24 Nov 2008 06:14:55 GMT
Index Return to Main Contents

NAME

dl, lapd, q921, lapf, q922, lapb, x25 - Link Access Procedure (D-Channel, Frame, Balanced) - ISDN Q.921/Q.922 Data Link, X.25

SYNOPSIS

#include <sys/dlpi.h>
#include <ss7/dl.h>
#include <ss7/dl_ioctl.h>
#include <sys/stropts.h>

int hdlc_stream = open(hdlc_device, flags);
int dl_stream = open(dl_device, flags);
int muxid = ioctl(dl_device, I_LINK, hdlc_device);

DESCRIPTION

DL
is an implementation of the Integrated Services Digital Network (ISDN) Data Link (LAPD/LAPF) as specified in ITU-T Recommendation Q.920/921[1, 2], and the Data Communications (LAPB) as specified in ITU-T Recommendation X.25[3].

DL streams can be linked under an isdn(4), iua(4), or other ISDN(4) multiplexing driver using the I_LINK or I_PLINK command of streamio(7), to provide data link services to the Layer 3 protocol. This is normally performed by the ISDN Configuration Daemon, isdnconfd(8).

DL is implemented as a STREAMS(4) multiplexing driver. hdlc(4) streams are linked under the DL multiplexing driver using the I_LINK or I_PLINK commands of streamio(7), to provide physical link services to DL. Once linked, the streams must be configured using dl_ioctl(4).

DL provides the following stream types. The dl_device argument to the open(2) call can be on of the following:

/dev/dl
This devices provides the DL protocol services interface using the DL-primitives of the Data Link Provider Interface (DLPI) described in dlpi(7).

IOCTLS

All interfaces support a set of management IO controls using ioctl(2) and streamio(7) I_STR system calls on the dl_stream. These management IO controls are documented in dl_ioctl(4).

FILES

<sys/dlpi.h>, <ss7/dl.h>, <ss7/dl_ioctl.h>.

MODULES

streams-dl.o.

SEE ALSO

chi(7), dlpi(7), isdn(4), iua(4), ISDN(4), dl_ioctl(4).

VERSIONS

The DL module conforms to the DLPI Specification, Revision 2.0.0.

The DL module will first appear in strss7 release 0.8.4.

REFERENCES

[1]
ITU-T Recommendation Q.920, Digital Subscriber Signalling System No. 1 (DSS1) --- ISDN User-Network Interface Data Link Layer --- General Aspects, March 1993, (Geneva), ITU, ITU-T Telecommunication Standardization Sector of ITU. (Previously "CCITT Recommendation") <http://www.itu.int/rec/T-REC-Q.920/>
[2]
ITU-T Recommendation Q.921, Digital Subscriber Signalling System No. 1 --- ISDN User-Network Interface --- Data Link Layer Specification, March 1993, (Geneva), ITU, ITU-T Telecommunication Standardization Sector of ITU. (Previously "CCITT Recommendation") <http://www.itu.int/rec/T-REC-Q.921/>
[3]
ITU-T Recommendation X.25, Interface between Data Terminal Equipment (DTE) and Data Circuit-terminating Equipment (DCE) for terminals operating in the packet mode and connected to the public data networks by dedicated circuit, October 1996, (Geneva), ITU, ITU-T Telecommunication Standardization Sector of ITU. (Previously "CCITT Recommendation") <http://www.itu.int/rec/T-REC-X.25/>
[4]
ITU-T Recommendation Q.921 bis, Digital Subscriber Signalling System No. 1 --- Abstract Test Suite for LAPD Conformance Testing, March 1993, (Geneva), ITU, ITU-T Telecommunication Standardization Sector of ITU. (Previously "CCITT Recommendation") <http://www.itu.int/rec/T-REC-Q.921/>
[5]
DLPI, Data Link Provider Interface (DLPI) Specification, Revision 2.0.0, Draft 2, August 20, 1991, (Parsippany, New Jersey), UNIX. International,Inc., UNIX International Press. <http://www.openss7.org/doc/dlpi.pdf>

TRADEMARKS

OpenSS7tm
is a trademark of OpenSS7 Corporation.
Linux®
is a registered trademark of Linus Torvalds.
UNIX®
is a registered trademark of The Open Group.
Solaris®
is a registered trademark of Sun Microsystems.

Other trademarks are the property of their respective owners.

IDENTIFICATION

The OpenSS7 Project: Package OpenSS7 version 0.9.2 released Mon, 24 Nov 2008 06:14:55 GMT.

Copyright©1997-2008OpenSS7 Corp.
All Rights Reserved.
(See roff source for permission notice.)



Index

NAME
SYNOPSIS
DESCRIPTION
IOCTLS
FILES
MODULES
SEE ALSO
VERSIONS
REFERENCES
TRADEMARKS
IDENTIFICATION

This document was created by man2html, using the manual pages.
Time: 06:14:55 GMT, November 24, 2008
OpenSS7
SS7 for the
Common Man
Home Top Index First Prev Next Last More Download Info FAQ Mail  Home -> Documentation -> Man Pages -> ISDN Stack -> ISO/OSI X.25 (LAPB)
Last modified: Sun, 05 Mar 2006 08:34:13 GMT
© Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved.