Links

GitHub

Open HUB

Quick Links

Download

STREAMS

SIGTRAN

SS7

Hardware

SCTP

Related

Package

Manual

FAQ

Library

SDLI Tech Spec

SDTI Tech Spec

SLI Tech Spec

MTPI Tech Spec

TRI Tech Spec

TCI Tech Spec

ISUPI Tech Spec

BICCI Tech Spec

MAPI Tech Spec

CDI Tech Spec

DLPI Tech Spec

NPI Tech Spec

TPI Tech Spec

WAN Tech Spec

LLI Tech Spec

NLI Tech Spec

CHI Tech Spec

MXI Tech Spec

MGI Tech Spec

XCC Tech Spec

XGCP Tech Spec

XMAP Tech Spec

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

CHI Technical Specification

Description: OpenSS7 Project Library CHI

A PDF version of this document is available here.

Channel Interface (CHI)

Channel Interface (CHI) Specification

About This Manual

This is Edition 7.20141001, last updated 2014-10-25, of The Channel Interface (CHI) Specification, for Version 1.1 release 7.20141001 of the OpenSS7 package.


Preface

Notice

Software in this document and related software is released under the AGPL (see GNU Affero General Public License). Please note, however, that there are different licensing terms for some of the manual package and some of the documentation. Consult permission notices contained in the documentation of those components for more information.

This document is released under the FDL (see GNU Free Documentation License) with no invariant sections, no front-cover texts and no back-cover texts.

Abstract

This document is a Specification containing technical details concerning the implementation of the Channel Interface (CHI) for OpenSS7. It contains recommendations on software architecture as well as platform and system applicability of the Channel Interface (CHI).

This document specifies a Channel Interface (CHI) Specification in support of the OpenSS7 Channel (CH) protocol stacks. It provides abstraction of the Channel interface to these components as well as providing a basis for Channel control for other Channel protocols.

Purpose

The purpose of this document is to provide technical documentation of the Channel Interface (CHI). This document is intended to be included with the OpenSS7 STREAMS software package released by OpenSS7 Corporation. It is intended to assist software developers, maintainers and users of the Channel Interface (CHI) with understanding the software architecture and technical interfaces that are made available in the software package.

Intent

It is the intent of this document that it act as the primary source of information concerning the Channel Interface (CHI). This document is intended to provide information for writers of OpenSS7 Channel Interface (CHI) applications as well as writers of OpenSS7 Channel Interface (CHI) Users.

Audience

The audience for this document is software developers, maintainers and users and integrators of the Channel Interface (CHI). The target audience is developers and users of the OpenSS7 SS7 stack.

Revision History

Take care that you are working with a current version of this documentation: you will not be notified of updates. To ensure that you are working with a current version, check the OpenSS7 Project website for a current version.

A current version of this specification is normally distributed with the OpenSS7 package, openss7-1.1.7.20141001.1

Version Control

Although the author has attempted to ensure that the information in this document is complete and correct, neither the Author nor OpenSS7 Corporation will take any responsibility in it. OpenSS7 Corporation is making this documentation available as a reference point for the industry. While OpenSS7 Corporation believes that these interfaces are well defined in this release of the document, minor changes may be made prior to products conforming to the interfaces being made available. 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.

$Log: chi.texi,v $
Revision 1.1.2.2  2011-02-07 02:21:38  brian
- updated manuals

Revision 1.1.2.1  2009-06-21 11:50:35  brian
- added files to new distro

ISO 9000 Compliance

Only the TeX, texinfo, or roff source for this maual is controlled. An opaque (printed, postscript or portable document format) version of this manual is a UNCONTROLLED VERSION.

Disclaimer

OpenSS7 Corporation disclaims all warranties with regard to this documentation including all implied warranties of merchantability, fitness for a particular purpose, non-infrincement, 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 or contract, negligence or other tortious action, arising out of or in connection with any use of this documentation or the performance or implementation of the contents thereof.

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 Aquisition Regulations ("DFARS") (or any successor regulations) and the Government is acquiring only the license rights granded 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 Supplerment to the FAR (or any successor regulations).

Acknowledgements

The OpenSS7 Project was funded in part by:

Thanks to the subscribers to and sponsors of The OpenSS7 Project. Without their support, open software like this would not be possible.

As with most open source projects, this project would not have been possible without the valiant efforts and productive software of the Free Software Foundation, the Linux Kernel Community, and the open source software movement at large.


1 Introduction

This document specifies a STREAMS-based kernel-level instantiation of the Channel Interface (CHI) definition. The Channel Interface (CHI) enables the user of a channel service to access and use any of a variety of conforming channel providers without specific knowledge of the provider’s protocol. The service interface is designed to support any network channel protocol. This interface only specifies access to channel service providers, and does not address issues concerning channel management, protocol performance, and performance analysis tools.

This specification assumes that the reader is familiar with ITU-T state machines and channel interface (e.g. G.703, G.704), and STREAMS.

1.1 Related Documentation

  • ITU-T Recommendation G.703 (White Book)
  • ITU-T Recommendation G.704 (White Book)
  • ANSI T1
  • System V Interface Definition, Issue 2 - Volume 3

1.1.1 Role

This document specifies an interface that supports the services provided by the Channel for ITU-T, ANSI and ETSI applications as described in ITU-T Recommendation G.703 and ITU-T Recommendation G.704. These specifications are targeted for use by developers and testers of protocol modules that require channel service.

1.2 Definitions, Acronyms, Abbreviations

LM

Local Management.

LMS

Local Management Service.

LMS User

A user of Local Management Services.

LMS Provider

A provider of Local Management Services.

ISO

International Organization for Standardization

OSI

Open Systems Interconnection

QOS

Quality of Service

STREAMS

A communication services development facility first available with UNIX System V Release 3.


2 The Channel Layer

The Channel Layer provides the means to manage the association of CH-Users info connections. It is responsible for the routing and management of data to and from channel connections between CH-user entities.


2.1 Model of the CHI

The CHI defines the services provided by the channel layer to the channel user at the boundary between the channel provider and the channel user entity. The interface consists of a set of primitives defined as STREAMS messages that provide access to the channel layer services, and are transferred between the CHS user entity and the CHS provider. These primitives are of two types; ones that originate from the CHS user, and others that originate from the CHS provider. The primitives that originate from the CHS user make requests to the CHS provider, or respond to an indication of an event of the CHS provider. The primitives that originate from the CHS provider are either confirmations of a request or are indications to the CHS user that an event has occurred. Figure 1 show the model of the CHI.

Model of the CHI

Figure 1. Model of the CHI

The CHI allows the CHS provider to be configured with any channel layer user (such as a signalling data terminal application) that also conforms to the CHI. A channel layer user can also be a user program that conforms to the CHI and accesses the CHS provider via putmsg(2s) and getmsg(2s) system calls. The typical configuration, however, is to place a signalling data terminal module above the channel layer.


2.2 CHI Services

The features of the CHI are defined in terms of the services provided by the CHS provider, and the individual primitives that may flow between the CHS user and the CHS provider.

The CHI Services are broken into two groups: local management services and protocol services. Local management services are responsible for the local management of Streams, assignment of Streams to physical points of attachment, enabling and disabling of Streams, management of options associated with a Stream, and general acknowledgement and event reporting for the Stream. Protocol services consist of connecting a Stream to a medium, exchanging bits with the medium, and disconnecting the Stream from the medium.

2.2.1 Local Management

Local management services are listed in Table 1.

chit01

Table 1. Local Management Services

The local management services interface is described in Local Management Services, and the primitives are detailed in Local Management Service Primitives. The local management services interface is defined by the sys/chi.h header file (see CHI Header Files).

2.2.2 Protocol

Protocol services are listed in Table 2.

chit02

Table 2. Protocol Services

The protocol services interface is described in Protocol Services, and the primitives are detailed in Protocol Service Primitives. The protocol services interface is defined by the sys/chi.h header file (see CHI Header Files).


2.3 Purpose of the CHI

The CHI is typically implemented as a device driver controlling a TDM (Time Division Mutliplexing) device that provides access to channels. The purpose behind exposing this low level interface is that almost all communications channel devices can be placed into a raw mode, where a bit stream can be exchanged between the driver and the medium. The CHI provides an interface that, once implemented as a driver for a new device, can provide complete and verified data link capabilities by pushing generic HDLC (High Level Data Link Control) and LAPB (Link Access Procedure Balanced) modules over an open device Stream.

This allows CDI and DLPI modules to be verified independently for correct operation and then simply used for all manner of new device drivers that can implement the CHI interface.


2.4 Channel Addressing

Each use of CHI must establish an identity to communicate with other channel users. The CHS user must identify the physical medium over which it wil communicate. This is particularly evident on system that are attached to multiple physical media. Figure 17 illustrates the identification approach, which is explained below.

Channel Addressing Components

Figure 17. Channel Addressing Components

2.4.1 Physical Attachment Identification

The physical point of attachment (PPA in Figure 17) is the point at which a system interface attaches itself to a physical communications medium (a channel, facility or network interface). All communication on that physical medium funnels through the PPA associated with that physical medium. On systems where a CHS provider supports more than on physical medium, the CHS user must identify the medium through which it will communicate. A PPA is identified by a unique PPA identifier.

For media that supports physical layer multiplexing of multiple channels over a single physical medium (such as the B and D channels of ISDN), the PPA identifier must identify the specific channel(s) over which communication will occur. See also Multiplex Media.

Unlike the Data Link Provider Interface (DLPI), which also uses the concept of a PPA, CHI does not define a SAP for a CHS user.

Once a Stream has been associated with a PPA, all messages received on that medium are delivered to the attached CHS user. Only one major/minor device number combination (Stream head) can be associated with a given PPA and active for a range of channels at any point in time.

2.4.2 CHS Provider Styles

Two styles of CHS provider are defined by CHI, distinguished by the way they enable a CHS user to choose a particular PPA.

2.4.2.1 Style 1 CHS Provider

The Style 1 provider assigns a PPA based on the major/minor device the CHS user opened. One possible implementation of a Style 1 driver would reserve a major device for each PPA the channel device driver would support. This would allos the STREAMS clone open feature to be used for each PPA configured. This style of provider is appropriate when few PPAs will be supported.

For example, a CPI card that supports two V.35 ports could assign a major device number to the card diver and a minor device number to each of the ports on each card in the system. To establish a Stream to a CHS provider for a given port, the minor device number ‘1’ or ‘2’ could be opened for port ‘1’ or ‘2’ on card ‘1’, minor device number ‘3’ or ‘4’ could be opened for port ‘1’ or ‘2’ on card ‘2’, and so on. One major device number for the driver could easily support 127 cards in a system, which is not possible for typical PCI systems and, therefore, is ample.

Style 1 providers do not user the CH_ATTACH_REQ and CH_DETACH_REQ primitives and when freshly opened are in the CHS_ATTACHED state. That is, as illustrated in Figure 17, the Style 1 CHS provider associates the Stream with the PPA during the open(2s) system call.

2.4.2.2 Style 2 CHS Provider

If the number of PPAs as CHS provider will support is large, a Style 2 provider implementation is more suitable. The Style 2 provider requires a CHS user to explicitly identify the desired PPA using a special attach service primitive. For a Style 2 driver, the open(2s) system call creates a Stream between the CHS user and CHS provider, and the attach primitive then associated a particular PPA with that Stream. The format of the PPA identifier is specific to the CHS provider, and should be described in the provider-specific addendum documentation.

The CHS user uses the support primitvies(CH_ATTACH_REQ, CH_ENABLE_REQ) to associate a Stream with a given Physical Point of Appearance. Style 2 CHS providers, when freshly opened, are in the CHS_DETACHED state. That is, the Style 2 CHS provider does not associate the Stream with the PPA during the open(2s) call, but only later when the CH_ATTACH_REQ primitive is issued by the CHS user.

2.4.3 Multiplex Media

To accommodate multiplexed media and multi-media channels, there are three kinds of PPA address:

  1. A discrete PPA that specifies a non-multiplexed medium.

    This is the normal case of a Style 1 or Style 2 CHS provider supporting access to a non-multiplexed medium. An example is a CHS provider supporting access to a V.35 interface.

  2. A specific PPA that specifies a single channel to a multiplexed medium.

    This is again the normal case of a Style 1 or Style 2 CHS provider supporting access to a specific channel in a multiplexed medium. An example is a CHS provider supporting access to channel 16 of a E1 interface.

  3. A general PPA that specifies a channel group for a multiplexed medium.

    This is th case of a Style 1 or Style 2 CHS provider supporting access to multiple channels in a multiplexed medium. An example is a CHS provider supporting statistically multiplexed channel access to a full or fractional T1 facilitiy. Another example is access to the left and right channels of a stereo program.

In the case of a general PPA, as enumerated in 3 above, some additional information is required to identify which slots in the group of channle forming the multiplex are associatedw the the CHS user Stream. This additional information is provided using the ch_slot parameter to the CH_CONNECT_REQ, CH_CONNECT_CON, CH_DATA_REQ, CH_DATA_IND, CH_EVENT_IND, CH_DISCONNECT_REQ, CH_DISCONNECT_CON and CH_DISCONNECT_IND primitives.2


2.5 Channel Parameters


3 CHI Services Definition


3.1 Local Management Services


3.1.1 Acknowledgement Service

The acknowledgement service provides the CHS user with the ability to receive positive and negative acknowledgements regarding the successful or unsuccessful completion of services.

  • CH_OK_ACK: The CH_OK_ACK message is used by the CHS provider to indicate successful receipt and completion of a service primitive request that requires positive acknowledgement.
  • CH_ERROR_ACK: The CH_ERROR_ACK message is used by the CHS provider to indicate successful receipt and failure to complete a service primitive request that requires negative acknowledgement.

A successful invocation of the acknowledgement service is illustrated in Figure 15.

Message Flow: Successful Acknowledgement Service

Figure 15. Message Flow: Successful Acknowledgement Service

As illustrated in Figure 15, the service primitives for which a positive acknowledgement may be returned are the CH_ATTACH_REQ and CH_DETACH_REQ.

An unsuccessful invocation of the acknowledgement service is illustrated in Figure 16.

Message Flow: Unsuccessful Acknowledgement Service

Figure 16. Message Flow: Unsuccessful Acknowledgement Service

As illustrated in Figure 16, the service primitives for which a negative acknowledgement may be returned are the CH_INFO_REQ, CH_ATTACH_REQ, CH_DETACH_REQ, CH_ENABLE_REQ, CH_DISABLE_REQ and CH_OPTMGMT_REQ messages.


3.1.2 Information Reporting Service

The information reporting service provides the CHS user with the ability to elicit information from the CHS provider.

  • CH_INFO_REQ: The CH_INFO_REQ message is used by the CHS user to request information about the CHS provider.
  • CH_INFO_ACK: The CH_INFO_ACK message is issued by the CHS provider to provide requested information about the CHS provider.

A successful invocation of the information reporting service is illustrated in Figure 2.

Message Flow: Successful Information Reporting Service

Figure 2. Message Flow: Successful Information Reporting Service


3.1.3 Physical Point of Attachment Service

The local management interface provides the CHS user with the ability to associate a Stream to a physical point of appearance (PPA) or to disassociate a Stream from a PPA. The local management interface provides for two styles of CHS provider:3

Style 1 CHS Provider

A Style 1 CHS provider is a provider that associates a Stream with a PPA at the time of the first open(2s) call for the device, and disassociates a Stream from a PPA at the time of the last close(2s) call for the device.

Physical points of attachment (PPA) are assigned to major and minor device number combinations. When the major and minor device number combination is opened, the opened Stream is automatically associated with the PPA for the major and minor device number combination. The last close of the device disassociates the PPA from the Stream.

Freshly opened Style 1 CHS provider Streams start life in the CH_DISABLED state.

This approach is suitable for CHS providers implemented as real or pseudo-device drivers and is applicable when the number of minor devices is small and static.

Style 2 CHS Provider

A Style 2 CHS provider is a provider that associates a Stream with a PPA at the time that the CHS user issues the CH_ATTACH_REQ message. Freshly opened Streams are not associated with any PPA. The Style 2 CHS provider Stream is disassociated from a PPA when the Stream is closed or when the CHS user issues the CH_DETACH_REQ message.

Freshly opened Style 2 CHS provider Streams start life in the CH_UNATTACHED state.

This approach is suitable for CHS providers implemented as clone real or pseudo-device drivers and is applicable when the number of minor devices is large or dynamic.


3.1.3.1 PPA Attachment Service

The PPA attachment service provides the CHS user with the ability to attach a Style 2 CHS provider Stream to a physical point of appearance (PPA).

  • CH_ATTACH_REQ: The CH_ATTACH_REQ message is issued by the CHS user to request that a Style 2 CHS provider Stream be attached to a specified physical point of appearance (PPA).
  • CH_OK_ACK: Upon successful receipt and processing of the CH_ATTACH_REQ message, the CHS provider acknowledges the success of the service completion with a CH_OK_ACK message.
  • CH_ERROR_ACK: Upon successful receipt but failure to process the CH_ATTACH_REQ message, the CHS provider acknowledges the failure of the service completion with a CH_ERROR_ACK message.

A successful invocation of the attachment service is illustrated in Figure 3.

Message Flow: Successful Attachment Service

Figure 3. Message Flow: Successful Attachment Service


3.1.3.2 PPA Detachment Service

The PPA detachment service provides the CHS user with the ability to detach a Style 2 CHS provider Stream from a physical point of attachment (PPA).

  • CH_DETACH_REQ: The CH_DETACH_REQ message is issued by the CHS user to request that a Style 2 CHS provider Stream be detached from the attached physical point of appearance (PPA).
  • CH_OK_ACK: Upon successful receipt and processing of the CH_DETACH_REQ message, the CHS provider acknowledges the success of the service completion with a CH_OK_ACK message.
  • CH_ERROR_ACK: Upon successful receipt but failure to process the CH_DETACH_REQ message, the CHS provider acknowledges the failure of the service completion with a CH_ERROR_ACK message.

A successful invocation of the detachment service is illustrated in Figure 4.

Message Flow: Successful Detachment Service

Figure 4. Message Flow: Successful Detachment Service


3.1.4 Initialization Service

The initialization service provides the CHS user with the abilty to enable and disable the Stream for the associated PPA.


3.1.4.1 Interface Enable Service

The interface enable service provides the CHS user with the ability to enable an CHS provider Stream that is associated with a PPA. Enabling the interface permits the CHS user to exchange protocol service interface messages with the CHS provider.

  • CH_ENABLE_REQ: The CH_ENABLE_REQ message is issued by the CHS user to request that the protocol service interface be enabled.
  • CH_ENABLE_CON: Upon successful enabling of the protocol service interface, the CHS provider acknowledges successful completion of the service by issuing a CH_ENABLE_CON message to the CHS user.
  • CH_ERRORK_ACK: Upon unsuccessful enabling of the protocol service interface, the CHS provider acknowledges the failure to complete the service by issuing an CH_ERROR_ACK message to the CHS user.

A successful invocation of the enable service is illustrated in Figure 5.

Message Flow: Successful Enable Service

Figure 5. Message Flow: Successful Enable Service


3.1.4.2 Interface Disable Service

The interface disable service provides the CHS user with the ability to disable an CHS provider Stream that is associated with a PPA. Disabling the interface withdraws the CHS user’s ability to exchange protocol service interface messages with the CHS provider.

  • CH_DISABLE_REQ: The CH_DISABLE_REQ message is issued by the CHS user to request that the protocol service interface be disabled.
  • CH_DISABLE_CON: Upon successful disabling of the protocol service interface, the CHS provider acknowledges successful completion of the service by issuing a CH_DISABLE_CON message to the CHS user.
  • CH_ERRORK_ACK: Upon unsuccessful disabling of the protocol service interface, the CHS provider acknowledges the failure to complete the service by issuing an CH_ERROR_ACK message to the CHS user.
  • CH_DISABLE_IND: The CH_DISABLE_IND message is used by the CHS provider to indicate to the CHS user that the Stream has been autonomously disabled and the cause of the autonomous disabling.

A successful invocation of the disable service is illustrated in Figure 6.

Message Flow: Successful Disable Service

Figure 6. Message Flow: Successful Disable Service


3.1.5 Options Management Service

The options management service provides the CHS user with the ability to control and affect various generic and provider-specific options associated with the CHS provider.

  • CH_OPTMGMT_REQ: The CHS user issues a CH_OPTMGMT_REQ message when it wishes to interrogate or affect the setting of various generic or provider-specific options associated with the CHS provider for the Stream upon which the message is issued.
  • CH_OPTMGMT_ACK: Upon successful receipt of the CH_OPTMGMT_REQ message, and successful options processing, the CHS provider acknowledges the successful completion of the service with an CH_OPTMGMT_ACK message.
  • CH_ERROR_ACK: Upon successful receipt of the CH_OPTMGMT_REQ message, and unsuccessful options processing, the CHS provider acknowledges the failure to complete the service by issuing an CH_ERROR_ACK message to the CHS user.

A successful invocation of the options management service is illustrated in Figure 7.

Message Flow: Successful Options Management Service

Figure 7. Message Flow: Successful Options Management Service


3.1.6 Error Reporting Service

The error reporting service provides the CHS provider with the ability to indicate asynchronous errors to the CHS user.

  • CH_ERROR_IND: The CHS provider issues the CH_ERROR_IND message to the CHS user when it needs to indicate an asynchronous error (such as the unusability of the communications medium).

A successful invocation of the error reporting service is illustrated in Figure 8.

Message Flow: Successful Error Reporting Service

Figure 8. Message Flow: Successful Error Reporting Service


3.1.7 Statistics Reporting Service

  • CH_STATS_IND:

A successful invocation of the statistics reporting service is illustrated in Figure 9.

Message Flow: Successful Statistics Reporting Service

Figure 9. Message Flow: Successful Statistics Reporting Service


3.1.8 Event Reporting Service

The event reporting service provides the CHS provider with the ability to indicate specific asynchronous management events to the CHS user.

  • CH_EVENT_IND: The CHS provider issues the CH_EVENT_IND message to the CHS user when it wishes to indicate an asynchronous (management) event to the CHS user.

A successful invocation of the event reporting service is illustrated in Figure 10.

Message Flow: Successful Event Reporting Service

Figure 10. Message Flow: Successful Event Reporting Service


3.2 Protocol Services

Protocol services are specific to the Channel interface. These services consist of connection services that permit the transmit and receive directions to be connected to or disconnected from the medium, and data transfer services that permit the exchange of bits between CHS users.

The service primitives that implement the protocol services are described in detail in Protocol Service Primitives.


3.2.1 Connection Service

The connection service provides the ability for the CHS user to connect to the medium for the purpose of transmitting bits, receiving bits, or both. In the OSI model, this is a Layer 1 function, possibly the responsibility of multiplex or digital cross-connect switch.

  • CH_CONNECT_REQ: The CH_CONNECT_REQ message is used by the CHS user to request that the Stream be connected to the medium. Connection to the medium might require some switching or other mechanism to prepare the Stream for data transmission and reception. Connections can be formed for the receive direction or the transmit direction independently.
  • CH_CONNECT_CON: The CH_CONNECT_CON message is used by the CHS provider to confirm that the Stream has been connected to the medium. Connection to the medium may have required some switching or other mechanism to prepare the Stream for data transmission and receptoin. Connection can be confirmed for the receive or transmit directions independently.

A successful invocation of the connection service is illustrated in Figure 11.

Message Flow: Successful Connection Service

Figure 11. Message Flow: Successful Connection Service


3.2.2 Data Transfer Service

The data transfer service provides the CHS user with the ability to request that bits be transmitted on the medium, and the CHS provider with the ability to indicate bits that have been received from the medium.

  • CH_DATA_REQ: The CH_DATA_REQ message is used by the CHS user to place raw bits onto the medium. The Stream must have first been successfully activated in the transmit direction using the CH_CONNECT_REQ message.
  • CH_DATA_IND: The CH_DATA_IND message is issued by the CHS provider when activated for the receive direction with the CH_CONNECT_REQ message, to indicate bits received on the medium.

A successful invocation of the data transfer service is illustrated in Figure 12.

Message Flow: Successful Data Transfer Service

Figure 12. Message Flow: Successful Data Transfer Service


3.2.3 Disconnection Service

The disconnection service provides the ability for the CHS user to disconnect from the medium, withdrawing from the purpose of transmitting bits, receiving bits, or both. It allows the CHS provider to autonomously indicate that the medium has been disconnected from the Stream. In OSI, this is a Layer 1 function, possibly the responsibilyt of a multiplex or digital cross-connect switch.

  • CH_DISCONNECT_REQ: The CH_DISCONNECT_REQ message is used by the CHS user to request that the Stream be disconnected from the medium. Disconnection from the medium might require some switching or other mechanism. Disconnection can be performed for the receive direction or the transmit direction independently.
  • CH_DISCONNECT_CON: The CH_DISCONNECT_CON message is used by the CHS provider to confirm that the Stream has been disconnected from the medium. Disconnect from the medium might require some switching or other mechanism. Disconnection can be confirmed for the receive or transmit directions independently.
  • CH_DISCONNECT_IND: The CH_DISCONNECT_IND message is used by the CHS provider to indicate to the CHS user that the Stream has been disconnected from the medium. Disconnection is indicated for both the receive and transmit directions.

A successful invocation of the disconnection service by the CHS user is illustrated in Figure 13.

Message Flow: Successful Disconnection Service by SDLS User

Figure 13. Message Flow: Successful Disconnection Service by SDLS User

A successful invocation of the disconnection service by the CHS provider is illustrated in Figure 14.

Message Flow: Successful Disconnection Service by SDLS Provider

Figure 14. Message Flow: Successful Disconnection Service by SDLS Provider


4 CHI Service Primitives


4.1 Local Management Service Primitives

These service primitives implement the local management services (see Local Management Services).


4.1.1 Acknowledgement Service Primitives

These service primitives implement the acknowledgement service (see Acknowledgement Service).


4.1.1.1 CH_OK_ACK

Description

This primitive is used to acknowledge receipt and successful service completion for primitives requiring acknowledgement that have no confirmation primitive.

Format

This primitive consists of one M_PCPROTO message block, structured as follows:

typedef struct CH_ok_ack {
    ch_ulong ch_primitive;
    ch_ulong ch_correct_prim;
    ch_ulong ch_state;
} CH_ok_ack_t;

Parameters

The service primitive contains the following parameters:

ch_primitive

Indicates the service primitive type. Always CH_OK_ACK.

ch_correct_prim

Indicates the service primitive that was received and serviced correctly. This field can be one of the following values:

CH_ATTACH_REQAttach request.
CH_ENABLE_REQEnable request.
CH_CONNECT_REQConnect request.
CH_DISCONNECT_REQDisconnect request.
CH_DISABLE_REQDisable request.
CH_DETACH_REQDetach Request.
ch_state

Indicates the current state of the CHS provider at the time that the primitive was issued. This field can be one of the following values;

CHS_UNINITUnitialized.
CHS_UNUSABLEDevice cannot be used, Stream in hung state.
CHS_DETACHEDNo PPA attached, awaiting CH_ATTACH_REQ.
CHS_ATTACHEDPPA attached, awaiting CH_ENABLE_REQ.
CHS_WCON_EREQWaiting to send CH_ENABLE_CON.
CHS_WCON_RREQWaiting to send CH_DISABLE_CON.
CHS_ENABLEDReady for use, awaiting primitive exchange.
CHS_WCON_CREQWaiting to send CH_CONNECT_CON.
CHS_WCON_DREQWaiting to send CH_DISCONNECT_CON.
CHS_CONNECTEDConnected, active data transfer.

State

This primitive is issued by the CHS provider in the CHS_WACK_AREQ, CHS_WACK_UREQ, CHS_WACK_CREQ or CHS_WACK_DREQ state.

New State

The new state is CHS_DETACHED, CHS_ATTACHED, CHS_ENABLED or CHS_CONNECTED, depending on the primitive to which the message is responding.


4.1.1.2 CH_ERROR_ACK

Description

The error acknowledgement primitive is used to acknowledge receipt and unsuccessful service completion for primitives requiring acknowledgement.

Format

The error acknowledgement primitive consists of one M_PCPROTO message block, structured as follows:

typedef struct CH_error_ack {
    ch_ulong ch_primtive;
    ch_ulong ch_error_primitive;
    ch_ulong ch_error_type;
    ch_ulong ch_unix_error;
    ch_ulong ch_state;
} CH_error_ack_t;

Parameters

The error acknowledgement primitive contains the following parameters:

ch_primitive

Indicates the primitive type. Always CH_ERROR_ACK.

ch_error_type

Indicates the CH error number. This field can have one of the following values:

[CHSYSERR]UNIX system error.
[CHBADADDR]Bad address format or content.
[CHOUTSTATE]Interface out of state.
[CHBADOPT]Bad options format or content.
[CHBADPARM]Bad parameter format or content.
[CHBADPARMTYPE]Bad paramater structure type.
[CHBADFLAG]Bad flag.
[CHBADPRIM]Bad primitive.
[CHNOTSUPP]Primitive not supported.
[CHBADSLOT]Bad multplex slot.
ch_unix_error

Indicates the reason for failure. This field is protocol-specific. When the ch_error_type field is [CHSYSERR], the ch_unix_error field is the UNIX error number as described in errno(3).

ch_error_primitive

Indicates the primitive that was in error. This field can have one of the following values:

CH_INFO_REQInformation request.
CH_OPTMGMT_REQOptions management request.
CH_ATTACH_REQAttach request.
CH_ENABLE_REQEnable request.
CH_CONNECT_REQConnect request.
CH_DATA_REQData request.
CH_DISCONNECT_REQDisconnect request.
CH_DISABLE_REQDisable request.
CH_DETACH_REQDetach Request.
CH_INFO_ACKInformation acknowledgement.
CH_OPTMGMT_ACKOptions Management acknowledgement.
CH_OK_ACKSuccessful receipt acknolwedgement.
CH_ERROR_ACKError acknowledgement.
CH_ENABLE_CONEnable confirmation.
CH_CONNECT_CONConnect confirmation.
CH_DATA_INDData indication.
CH_DISCONNECT_INDDisconnect indication.
CH_DISCONNECT_CONDisconnect confirmation.
CH_DISABLE_INDDisable indication.
CH_DISABLE_CONDisable confirmation.
CH_EVENT_INDEvent indication.
ch_state

Indicates the state of the CHS provider at the time that the primitive was issued. This field can have one of the following values:

CHS_UNINITUnitialized.
CHS_UNUSABLEDevice cannot be used, Stream in hung state.
CHS_DETACHEDNo PPA attached, awaiting CH_ATTACH_REQ.
CHS_WACK_AREQWaiting for attach.
CHS_WACK_UREQWaiting for detach.
CHS_ATTACHEDPPA attached, awaiting CH_ENABLE_REQ.
CHS_WCON_EREQWaiting to send CH_ENABLE_CON.
CHS_WCON_RREQWaiting to send CH_DISABLE_CON.
CHS_ENABLEDReady for use, awaiting primitive exchange.
CHS_WACK_CREQWaiting acknolwedgement of CH_CONNECT_REQ.
CHS_WCON_CREQWaiting to send CH_CONNECT_CON.
CHS_WACK_DREQWaiting acknolwedgement of CH_DISCONNECT_REQ.
CHS_WCON_DREQWaiting to send CH_DISCONNECT_CON.
CHS_CONNECTEDConnected, active data transfer.

State

This primitive can be issued in any state for which a local acknowledgement is not pending. The CHS provider state at the time that the primitive was issued is indicated in the primitive.

New State

The new state remains unchanged.


4.1.2 Information Reporting Service Primitives

These service primitives implement the information reporting service (see Information Reporting Service).


4.1.2.1 CH_INFO_REQ

Description

This CHS user originated primitive is issued by the CHS user to request that the CHS provider return information concerning the capabilities and state of the CHS provider.

Format

The primitive consists of one M_PROTO or M_PCPROTO message block, structured as follows:

typedef struct CH_info_req {
    ch_ulong ch_primitive;
} CH_info_req_t;

Parameters

This primitive contains the following parameters:

ch_primitive

Specifies the primitive type. Always CH_INFO_REQ.

State

This primitive may be issued in any state but only when a local acknowledgement is not pending.

New State

The new state remains unchanged.

Response

This primitive requires the CHS provider to acknowledge receipt of the primitive as follows:

  • - Successful: The CHS provider is required to acknowledge receipt of the primitive and provide the requested information using the CH_INFO_ACK primitive.
  • - Unsuccessful (non-fatal errors): The CHS provider is required to negatively acknowledge the primtive using the CH_ERROR_ACK primitive, and include the reason for failure in the primitive.

Reasons for Failure

Non-Fatal Errors: applicable non-fatal errors are as follows:

[CHSYSERR]UNIX system error.
[CHBADADDR]Bad address format or content.
[CHOUTSTATE]Interface out of state.
[CHBADOPT]Bad options format or content.
[CHBADPARM]Bad parameter format or content.
[CHBADPARMTYPE]Bad paramater structure type.
[CHBADFLAG]Bad flag.
[CHBADPRIM]Bad primitive.
[CHNOTSUPP]Primitive not supported.
[CHBADSLOT]Bad multplex slot.

4.1.2.2 CH_INFO_ACK

Description

This CHS provider originated primitive acknowledges receipt and successful processing of the CH_INFO_REQ primitive and provides the requested information concerning the CHS provider.

Format

This message is formatted a one M_PROTO or M_PCPROTO message block, structured as follows:

typedef struct CH_info_ack {
    ch_ulong ch_primitive;    /* always CH_INFO_ACK */
    ch_ulong ch_addr_length;  /* channel address length */
    ch_ulong ch_addr_offset;  /* channel address offset */
    ch_ulong ch_parm_length;  /* channel paramters length */
    ch_ulong ch_parm_offset;  /* channel paramters offset */
    ch_ulong ch_prov_flags;   /* provider options flags */
    ch_ulong ch_prov_class;   /* provider class */
    ch_ulong ch_style;        /* provider style */
    ch_ulong ch_version;      /* channel interface version */
    ch_ulong ch_state;        /* channel state */
} CH_info_ack_t;

Parameters

The information acknowledgement service primitive has the following parameters:

ch_primitive

Indicates the service primitive type. Always CH_INFO_ACK.

ch_addr_length

Indicates the length of the PPA address to which the provider is attached. When in states CHS_DETACHED or CHS_WACK_AREQ, this value will be zero (‘0’).

ch_addr_offset

Indicates the offset, beginning from the start of the M_PCPROTO message block of the PPA address associated with the provider. When the ch_addr_length field is zero, this field is also zero (‘0’).

ch_parm_length

Indicates the length of the parameters associated with the provider.

ch_parm_offset

Indicates the offset, beginning from the start of the M_PCPROTO message block, of the parameters associated with the provider. When the ch_parm_length field is zero, this field is also zero (‘0’).

ch_prov_flags

Indicates the options flags associated with the provider. This is a bitwise OR of zero or more of the following flags:

ch_prov_class

Indicates the provider class. This can be one of the following values:

CH_CIRCUITCircuit provider class.
ch_addr_length

This is a variable length field. The length of the field is determined by the length attribute.

For a Style 2 driver, when ch_style is CH_STYLE2, and when in an attached state, this field provides the current PPA associated with the Stream; the length is typically 4 bytes.

For a Style 1 driver, when ch_ppa_stype is CH_STYLE1, the length is 0 bytes.

ch_style

Indicates the PPA style of the CHS provider. This value can be one of the following values;

CH_STYLE1PPA is implicitly attached by open(2s).
CH_STYLE2PPA must be explicitly attached using CH_ATTACH_REQ.
ch_version

The version of the interface. This version is CH_VERSION_1_1.

CH_VERSION_1_0Version 1.0 of interface.
CH_VERSION_1_1Version 1.1 of interface.
CH_VERSIONAlways the current version of the header file.
ch_state

Indicates the state of the CHS provider at the time that the information acknolwedgement service primitive wsa issued. This field can be one of the following values:

CHS_UNINITUnitialized.
CHS_UNUSABLEDevice cannot be used, Stream in hung state.
CHS_DETACHEDNo PPA attached, awaiting CH_ATTACH_REQ.
CHS_WACK_AREQWaiting for attach.
CHS_WACK_UREQWaiting for detach.
CHS_ATTACHEDPPA attached, awaiting CH_ENABLE_REQ.
CHS_WCON_EREQWaiting to send CH_ENABLE_CON.
CHS_WCON_RREQWaiting to send CH_DISABLE_CON.
CHS_ENABLEDReady for use, awaiting primitive exchange.
CHS_WACK_CREQWaiting acknolwedgement of CH_CONNECT_REQ.
CHS_WCON_CREQWaiting to send CH_CONNECT_CON.
CHS_WACK_DREQWaiting acknolwedgement of CH_DISCONNECT_REQ.
CHS_WCON_DREQWaiting to send CH_DISCONNECT_CON.
CHS_CONNECTEDConnected, active data transfer.

State

This primitive can be issued in any state where a local acknowledgement is not pending.

New State

The new state remains unchanged.


4.1.3 Physical Point of Attachment Service Primitives

These service primitives implement the physical point of attachment service (see Physical Point of Attachment Service).


4.1.3.1 CH_ATTACH_REQ

Description

This CHS user originated primitive requests that the Stream upon which the primitive is issued be associated with the specified Physical Point of Attachment (PPA). This primitive is only applicable to Style 2 CHS provider Streams, that is, Streams that return CH_STYLE2 in the ch_style field of the CH_INFO_ACK.

Format

This primitive consists of one M_PROTO message block, structured as follows:

typedef CH_attach_req {
    ch_ulong ch_primitive;
    ch_ulong ch_addr_length;
    ch_ulong ch_addr_offset;
    ch_ulong ch_flags;
} CH_attach_req_t;

Parameters

The attach request primitive contains the following parameters:

ch_primitive

Specifies the service primitive type. Always CH_ATTACH_REQ.

ch_addr_length

Specifies the Physical Point of Attachment (PPA) to which to associate the Style 2 Stream. This is a variable length identifier whose length is determined by the ch_addr_length value. Specifies the length of the Physical Point of Attachment (PPA) address. The form of the PPA address is provider-specific.

ch_addr_offset

Specifies the offset, from the beginning of the M_PROTO message block, of the start of the Physical Point of Attachment (PPA) address.

ch_flags

Specifies the options flags for attachment. Options flags are provider-specific.

State

This primitive is only valid in state CHS_DETACHED and when a local acknowledgement is not pending.

New State

Upon success, the new state is CHS_WACK_AREQ. Upon failure, the state remains unchanged.

Response

The attach request service primitive requires that the CHS provider respond as follows:

  • - Successful: The CHS provider acknowledges receipt of the primitive and successful outcome of the attach service with a CH_OK_ACK primitive. The new state is CHS_ATTACHED.
  • - Unsuccessful (non-fatal errors): The CHS provider acknowledges receipt of the primitive and failure of the attach service with a CH_ERROR_ACK primitive containing the reason for failure. The new state remains unchanged.

Reasons for Failure

Non-Fatal Errors: applicable non-fatal errors are as follows:

[CHSYSERR]UNIX system error.
[CHBADADDR]Bad address format or content.
[CHOUTSTATE]Interface out of state.
[CHBADOPT]Bad options format or content.
[CHBADPARM]Bad parameter format or content.
[CHBADPARMTYPE]Bad paramater structure type.
[CHBADFLAG]Bad flag.
[CHBADPRIM]Bad primitive.
[CHNOTSUPP]Primitive not supported.
[CHBADSLOT]Bad multplex slot.

4.1.3.2 CH_DETACH_REQ

Description

This CHS user originated primitive requests that the Stream upon which the primitive is issued be disassociated from the Physical Point of Appearance (PPA) to which it is currently attached. This primitive is only applicable to Style 2 CHS provider Streams, that is, Streams that return CH_STYLE2 in the ch_style field of the CH_INFO_ACK.

Format

The detach request service primitive consists of one M_PROTO message block, structured as follows:

typedef struct CH_detach_req {
    ch_ulong ch_primitive;
} CH_detach_req_t;

Parameters

The detach request service primitive contains the following parameters:

ch_primitive

Specifies the service primitive type. Always CH_DETACH_REQ.

State

This primitive is valid in the CHS_ATTACHED state and when no local acknowledgement is pending.

New State

Upon success, the new state is CHS_WACK_UREQ. Upon failure, the state remains unchanged.

Response

The detach request service primitive requires that the CHS provider respond as follows:

  • - Successful: The CHS provider acknowledges receipt of the primitive and successful outcome of the detach service with a CH_OK_ACK primitive. The new state is CHS_DETACHED.
  • - Unsuccessful (non-fatal errors): The CHS provider acknowledges receipt of the primitive and failure of the detach service with a CH_ERROR_ACK primitive containing the reason for failure. The new state remains unchanged.

Reasons for Failure

Non-Fatal Errors: applicable non-fatal errors are as follows:

[CHSYSERR]UNIX system error.
[CHBADADDR]Bad address format or content.
[CHOUTSTATE]Interface out of state.
[CHBADOPT]Bad options format or content.
[CHBADPARM]Bad parameter format or content.
[CHBADPARMTYPE]Bad paramater structure type.
[CHBADFLAG]Bad flag.
[CHBADPRIM]Bad primitive.
[CHNOTSUPP]Primitive not supported.
[CHBADSLOT]Bad multplex slot.

4.1.4 Initialization Service Primitives

Initialization service primitives allow the CHS user to enable or disable the protocol service interface. Enabling the protocol service interface may require that some action be taken to prepare the protocol service interface for use or to remove it from use. For example, where the PPA corresponds to a channel identifier as defined in G.703, it may be necessary to perform switching to connect or disconnect the circuit identification code associated with the channel identifier.

These service primitives implement the initialization service (see Initialization Service).


4.1.4.1 CH_ENABLE_REQ

Description

This CHS user originated primitive requests that the CHS provider perform the actions necessary to enable the protocol service interface and confirm that it is enabled. This primitive is applicable to both styles of PPA.

Format

The enable request service primitive consists of one M_PROTO message block, structured as follows:

typedef struct CH_enable_req {
    ch_ulong ch_primitive;
    ch_ulong ch_addr_length;
    ch_ulong ch_addr_offset;
    ch_ulong ch_flags;
} CH_enable_req_t;

Parameters

The enable request service primitive contains the following parameters:

ch_primitive

Specifies the service primitive type. Always CH_ENABLE_REQ.

ch_addr_length

Specifies a remote address to which to connect the PPA. The need for and form of this address is provider-specific. The length of the field is determined by the value of this field. This remote address could be a circuit identification code, an IP address, or some other form of circuit or channel identifier.

ch_addr_offset

Specifies the offset, from the beginning of the M_PROTO message block, of the start of the remote address.

ch_flags

Specifies the options flags associated with the enable request. Options flags are provider-specific.

State

This primitive is valid in the CHS_ATTACHED state and when no local acknowledgement is pending.

New State

Upon success the new state is CHS_WCON_EREQ. Upon failure, the state remains unchanged.

Response

The enable request service primitive requires that the CHS provider acknowledge receipt of the primitive as follows:

  • - Successful: When successful, the CHS provider acknowledges successful completion of the enable service with a CH_ENABLE_CON primitive. The new state is CHS_ENABLED.
  • - Unsuccessful (non-fatal errors): When unsuccessful, the CHS provider acknowledges the failure of the enable service with a CH_ERROR_ACK primitive containing the error. The new state remains unchanged.

Reasons for Failure

Non-Fatal Errors: applicable non-fatal errors are as follows:

[CHSYSERR]UNIX system error.
[CHBADADDR]Bad address format or content.
[CHOUTSTATE]Interface out of state.
[CHBADOPT]Bad options format or content.
[CHBADPARM]Bad parameter format or content.
[CHBADPARMTYPE]Bad paramater structure type.
[CHBADFLAG]Bad flag.
[CHBADPRIM]Bad primitive.
[CHNOTSUPP]Primitive not supported.
[CHBADSLOT]Bad multplex slot.

4.1.4.2 CH_ENABLE_CON

Description

This CHS provider originated primitive is issued by the CHS provider to confirm the successful completion of the enable service.

Format

The enable confirmation service primitive consists of one M_PROTO message block, structured as follows:

typedef struct CH_enable_con {
    ch_ulong ch_primitive;
    ch_ulong ch_addr_length;
    ch_ulong ch_addr_offset;
    ch_ulong ch_flags;
} CH_enable_con_t;

Parameters

The enable confirmation service primitive contains the following parameters:

ch_primitive

Indicates the service primitive type. Always CH_ENABLE_CON.

ch_addr_length

Confirms the length of the remote address to which the enable is confirmed.

ch_addr_offset

Confirms the offset, from the beginning of the M_PROTO message block, of the start of the remote address.

ch_flags

Confirms the options flags associated with the enable confirmation. Options flags are provider-specific.

State

This primitive is issued by the CHS provider in the CHS_WCON_EREQ state.

New State

The new state is CHS_ENABLED.


4.1.4.3 CH_DISABLE_REQ

Description

This CHS user originated primitive requests that the CHS provider perform the actions necessary to disable the protocol service interface and confirm that it is disabled. The primitive is applicable to both styles of PPA.

Format

The disable request service primitive consists of one M_PROTO message block, structured as follows:

typedef struct CH_disable_req {
    ch_ulong ch_primitive;
} CH_disable_req_t;

Parameters

The disable request service primitive contains the following parameters:

ch_primitive

Specifies the service primitive type. Always CH_DISABLE_REQ.

State

The disable request service primitive is valid in the CHS_ENABLED state and when no local acknowledgement is pending.

New State

Upon success, the new state is CHS_WCON_RREQ. Upon failure, the state remains unchanged.

Response

The disable request service primitive requires the CHS provider to acknowledge receipt of the primitive as follows:

  • - Successful: When successful, the CHS provider acknowledges successful completion of the disable service with an CH_DISABLE_CON primitive. The new state is CHS_ATTACHED.
  • - Unsuccessful (non-fatal errors): When unsuccessful, the CHS provider acknowledges the failure of the disable service with a CH_ERROR_ACK primitive containing the error. The new state remains unchanged.

Reasons for Failure

Non-Fatal Errors: applicable non-fatal errors are as follows:

[CHSYSERR]UNIX system error.
[CHBADADDR]Bad address format or content.
[CHOUTSTATE]Interface out of state.
[CHBADOPT]Bad options format or content.
[CHBADPARM]Bad parameter format or content.
[CHBADPARMTYPE]Bad paramater structure type.
[CHBADFLAG]Bad flag.
[CHBADPRIM]Bad primitive.
[CHNOTSUPP]Primitive not supported.
[CHBADSLOT]Bad multplex slot.

4.1.4.4 CH_DISABLE_CON

Description

This CHS provider originated primitive is issued by the CHS provider to confirm the successful completion of the disable service.

Format

The disable confirmation service primitive consists of one M_PROTO message block, structured as follows:

typedef struct CH_disable_con {
    ch_ulong ch_primitive;
} CH_disable_con_t;

Parameters

The disable confirmation service primitive contains the following parameters:

ch_primitive

Indicates the service primitive type. Always CH_DISABLE_CON.

State

This primitive is issued by the CHS provider in the CHS_WCON_RREQ state.

New State

The new state is CHS_ATTACHED.


4.1.4.5 CH_DISABLE_IND

Description

This CHS provider originated primitive is issued by the CHS provider, if an autonomous event results in the disabling of the CHS use Stream without an explicity CHS user request.

Format

The disable indication primitive consists of one M_PROTO message block, structured as follows:

typedef struct CH_disable_ind {
    ch_ulong ch_primitive;
    ch_ulong ch_cause;
} CH_disable_ind_t;

Parameters

ch_primitive

Indicates the service primitive type. Always CH_DISABLE_IND.

ch_cause

Indicates the cause of the autonomous disabling of the CHS user Stream.

State

This primitive will only be issued by the CHS provider in the CHS_ENABLED state.

New State

The new state is CHS_ATTACHED.


4.1.5 Options Management Service Primitives

The options management service primitives allow the CHS user to negotiate options with the CHS provider, retrieve the current and default values of options, and check that values specified for options are correct.

The options management service primitive implement the options management service (see Options Management Service).


4.1.5.1 CH_OPTMGMT_REQ

Description

This CHS user originated primitive requests that CHS provider options be managed.

Format

The option management request service primitive consists of one M_PROTO or M_PCPROTO message block, structured as follows:

typedef struct CH_optmgmt_req {
    ch_ulong ch_primitive;
    ch_ulong ch_opt_length;
    ch_ulong ch_opt_offset;
    ch_ulong ch_mgmt_flags;
} CH_optmgmt_req_t;

Parameters

The option management request service primitive contains the following parameters:

ch_primitive

Specifies the service primitive type. Always CH_OPTMGMT_REQ.

ch_opt_length

Specifies the length of the options.

ch_opt_offset

Specifies the offset, from the beginning of the M_PROTO message block, of the start of the options.

ch_mgmt_flags

Specifies the management flags that determine what operation the CHS provider is expected to perform on the specified options. This field can assume one of the following values:

CH_NEGOTIATE

Negotiate the specified value of each specified option and return the negotiated value.

CH_CHECK

Check the validity of the specified value of each specified option and return the result. Do not alter the current value assumed by the CHS provider.

CH_DEFAULT

Return the default value for the specified options (or all options). Do not alter the current value assumed by the CHS provider.

CH_CURRENT

Return the current value for the specified options (or all options). Do not alter the current value assumed by the CHS provider.

State

This primitive is valid in any state where a local acknowledgement is not pending.

New State

The new state remains unchanged.

Response

The option management request service primitive requires the CHS provider to acknowledge receipt of the primitive as follows:

  • - Successful: Upon success, the CHS provider acknolwedges receipt of the service primitive and successful completion of the options management service with an CH_OPTMGMT_ACK primitive containing the options management result. The state remains unchanged.
  • - Unsuccessful (non-fatal errors): Upon failure, the CHS provider acknowledges receipt of the service primitive and failure to complete the options management service with an CH_ERROR_ACK primitive containing the error. The state remains unchanged.

Reasons for Failure

Non-Fatal Errors: applicable non-fatal errors are as follows:

[CHSYSERR]UNIX system error.
[CHBADADDR]Bad address format or content.
[CHOUTSTATE]Interface out of state.
[CHBADOPT]Bad options format or content.
[CHBADPARM]Bad parameter format or content.
[CHBADPARMTYPE]Bad paramater structure type.
[CHBADFLAG]Bad flag.
[CHBADPRIM]Bad primitive.
[CHNOTSUPP]Primitive not supported.
[CHBADSLOT]Bad multplex slot.

4.1.5.2 CH_OPTMGMT_ACK

Description

This CHS provider originated primitive is issued by the CHS provider upon successful completion of the options management service. It indicates the outcome of the options management operation requested by the CHS user in a CH_OPTMGMT_REQ primitive.

Format

The option management acknowledgement service primitive consists of one M_PCPROTO message block, structured as follows:

typedef struct CH_optmgmt_ack {
    ch_ulong ch_primitive;
    ch_ulong ch_opt_length;
    ch_ulong ch_opt_offset;
    ch_ulong ch_mgmt_flags;
} CH_optmgmt_ack_t;

Parameters

The option management acknowledgement service primitive contains the following parameters:

ch_primitive

Indicates the service primitive type. Always CH_OPTMGMT_ACK.

ch_opt_length

Indicates the length of the returned options.

ch_opt_offset

Indicates the offset of the returned options from the start of the M_PCPROTO message block.

ch_mgmt_flags

Indicates the returned management flags. These flags indicate the overall success of the options management service. This field can assume one of the following values:

CH_SUCCESS

The CHS provider succeeded in negotiating or returning all of the options specified by the CHS user in the CH_OPTMGMT_REQ primitive.

CH_FAILURE

The CHS provider failed to negotiate one or more of the options specified by the CHS user.

CH_PARTSUCCESS

The CHS provider negotiated a value of lower quality for one or more of the options specified by the CHS user.

CH_READONLY

The CHS provider failed to negotiate one or more of the options specified by the CHS user because the option is treated as read-only by the CHS provider.

CH_NOTSUPPORT

The CHS provider failed to recognize one or more of the options specified by the CHS user.

State

This primitive is issued by the CHS provider in direct response to a CH_OPTMGMT_REQ primitive.

New State

The new state remains unchangted.

Rules

The CHS provider observes the following rules when processing option management service requests:

  • — When the ch_mgmt_flags field in the CH_OPTMGMT_REQ primitive is set to CH_NEGOTIATE, the CHS provider will attempt to negotiate a value for each of the options specified in the request.
  • — When the flags are CH_DEFAULT, the CHS provider will return the default values of the specified options, or the default values of all options known to the CHS provider if no options were specified.
  • — When the flags are CH_CURRENT, the CHS provider will return the current values of the specified options, or all options.
  • — When the flags are CH_CHECK, the CHS provider will attempt to negotiate a value for each of the options specified in the request and return the resulg of the negotiation, but will not affect the current value of the option.

4.1.6 Event Reporting Service Primitives

The event reporting service primitives allow the CHS provider to indicate asynchronous errors, events and statistics collection to the CHS user.

These service primitives implement the event reporting service (see Event Reporting Service).


4.1.6.1 CH_ERROR_IND

Description

This CHS provider originated service primitive is issued by the CHS provider when it detects and asynchronous error event. The service primitive is applicable to all styles of PPA.

Format

The error indication service primitive consists of one M_PROTO message block, structured as follows:

typedef struct CH_error_ind {
    ch_ulong ch_primitive;
    ch_ulong ch_error_type;
    ch_ulong ch_unix_error;
    ch_ulong ch_state;
} CH_error_ind_t;

Parameters

The error indication service primitive contains the following parameters:

ch_primitive

Indicates the service primitive type. Always CH_ERROR_IND.

CH_error_type

Indicates the CHI error number describing the error. This field can have one of the following values:

[CHSYSERR]UNIX system error.
[CHBADADDR]Bad address format or content.
[CHOUTSTATE]Interface out of state.
[CHBADOPT]Bad options format or content.
[CHBADPARM]Bad parameter format or content.
[CHBADPARMTYPE]Bad paramater structure type.
[CHBADFLAG]Bad flag.
[CHBADPRIM]Bad primitive.
[CHNOTSUPP]Primitive not supported.
[CHBADSLOT]Bad multplex slot.
ch_unix_error

Indicates the reason for failure. This field is protocol-specific. When the ch_error_type field is [CHSYSERR], the ch_unix_error field is the UNIX error number as described in errno(3).

ch_state

Indicates the state of the CHS provider at the time that the primitive was issued. This field can have one of the following values:

CHS_UNINITUnitialized.
CHS_UNUSABLEDevice cannot be used, Stream in hung state.
CHS_DETACHEDNo PPA attached, awaiting CH_ATTACH_REQ.
CHS_WACK_AREQWaiting for attach.
CHS_WACK_UREQWaiting for detach.
CHS_ATTACHEDPPA attached, awaiting CH_ENABLE_REQ.
CHS_WCON_EREQWaiting to send CH_ENABLE_CON.
CHS_WCON_RREQWaiting to send CH_DISABLE_CON.
CHS_ENABLEDReady for use, awaiting primitive exchange.
CHS_WACK_CREQWaiting acknolwedgement of CH_CONNECT_REQ.
CHS_WCON_CREQWaiting to send CH_CONNECT_CON.
CHS_WACK_DREQWaiting acknolwedgement of CH_DISCONNECT_REQ.
CHS_WCON_DREQWaiting to send CH_DISCONNECT_CON.
CHS_CONNECTEDConnected, active data transfer.

State

This primitive can be issued in any state for which a local acknowledgement is not pending. The CHS provider state at the time that the primitive was issued is indicated in the primitive.

New State

The new state remains unchanged.


4.1.6.2 CH_STATS_IND

Description

This CHS provider originated primitive is issued by the CHS provider to indicate a periodic statistics collection event. The service primitive is applicable to all styles of PPA.

Format

The statistics indication service primitive consists of one M_PROTO message block, structured as follows:

typedef struct CH_stats_ind {
    ch_ulong ch_primitive;
    ch_ulong ch_interval;
    ch_ulong ch_timestamp;
} CH_stats_ind_t;

Following this structure within the M_PROTO message block is the provider-specific statistics.

Parameters

The statistics indication service primitive contains the following parameters:

ch_primitive

Indicates the service primitive type. Always CH_STATS_IND.

ch_interval

Indicates the statistics collection interval to which the statistics apply. This interval is specified in milliseconds.

ch_timestamp

Indicates the UNIX time (from epoch) at which statistics were collected. The timestamp is given in milliseconds from epoch.

State

This service primitive may be issued by the CHS provider in any state in which a local acknowledgement is not pending.

New State

The new state remains unchanged.


4.1.6.3 CH_EVENT_IND

Description

This CHS provider originated primitive is issued by the CHS provider to indicate an asynchronous event. The service primitive is applicable to all styles of PPA.

Format

The event indication service primitive consists of one M_PROTO message block, structured as follows:

typedef struct CH_event_ind {
    ch_ulong ch_primitive;
    ch_ulong ch_event;
    ch_ulong ch_slot;
} CH_event_ind_t;

Following this structure within the M_PROTO message block is the provider-specific event information.

Parameters

THe event indication service primitive contains the following parameters:

ch_primitive

Indicates the service primitive type. Always CH_EVENT_IND.

ch_event

Indicates the provider-specific event that has occured.

CHF_EVT_DCD_ASSERTData carrier detect lead asserted.
CHF_EVT_DCD_DEASSERTData carrier detect lead deasserted.
CHF_EVT_DSR_ASSERTData set ready lead asserted.
CHF_EVT_DSR_DEASSERTData set ready lead deasserted.
CHF_EVT_DTR_ASSERTData terminal ready lead asserted.
CHF_EVT_DTR_DEASSERTData terminal ready lead deasserted.
CHF_EVT_RTS_ASSERTRequest to send lead asserted.
CHF_EVT_RTS_DEASSERTRequest to send lead deasserted.
CHF_EVT_CTS_ASSERTClear to send lead asserted.
CHF_EVT_CTS_DEASSERTClear to send lead deasserted.
CHF_EVT_RI_ASSERTRing indicator asserted.
CHF_EVT_RI_DEASSERTRing indicator deasserted.
CHF_EVT_YEL_ALARMYellow alarm condition.
CHF_EVT_BLU_ALARMBlue alarm condition.
CHF_EVT_RED_ALARMRed alarm condition.
CHF_EVT_NO_ALARMAlarm recovery condition.
ch_slot

Where the PPA is associated with a multiplexed medium, this parameter indicates the slots within the mutliplexed media to which the event corresponds. The form of the slot specification is provider- and media-specific. See also Multiplex Media.

Where the PPA specifies a single channel for a medium, this parameter is set to zero (‘0’) by the CHS provider on CHS provider originated primitives and is ignored by the CHS provider on CHS user originated primitives.

State

This service primitive can be issued by the CHS provider in any state where a local acknowledgement is not pending. Normally the CHS provider must be in the CHS_ENABLED state for event reporting to occur.

New State

The new state remains unchanged.


4.2 Protocol Service Primitives

Protocol service primitives implement the Channel Interface protocol. Protocol service primitives provide the CHS user with the ability to connect transmission or reception directions of the bit stream, pass bits for transmission and accept received bits.

These service primitives implement the protocol services (see Protocol Services).


4.2.1 Connection Service Primitives

The connection service primitives permit the CHS user to establish a connection between the line (circuit or channel) and the CHS user in the transmit, receive, or both, directions.

These service primitives implement the connection service (see Connection Service).


4.2.1.1 CH_CONNECT_REQ

Description

This CHS user originated service primitive allows the CHS user to connect the user Stream to the medium in the transmit, receive, or both, directions.

Format

The connect request primitive consists of one M_PROTO message block, structured as follows:

typedef struct CH_connect_req {
    ch_ulong ch_primitive;
    ch_ulong ch_conn_flags;
    ch_ulong ch_slot;
} CH_connect_req_t;

Parameters

The connect request service primitive contains the following parameters:

ch_primitive

Specifies the service primitive type. Always CH_CONNECT_REQ.

ch_conn_flags

Specifies the direction in which to connect. This field can contain a bitwise OR of one or more of the following flags:

CHF_RX_DIRSpecifies that the CHS user Stream is to be connected to the medium in the receive direction.
CHF_TX_DIRSpecifies that the CHS user Stream is to be connected to the medium in the transmit direction.
CHF_MONITORSpecifies that the CHS user Stream is to be connected to the medium in monitoring (tap) mode.
ch_slot

Where the PPA is associated with a multiplexed medium, this parameter specifies the slots within the mutliplexed media to be connected to the CHS User Stream. The form of the slot specification is provider- and media-specific. See also Multiplex Media.

Where the PPA specifies a single channel for a medium, this parameter is set to zero (‘0’) by the CHS provider on CHS provider originated primitives and is ignored by the CHS provider on CHS user originated primitives.

State

This service primitive is only valid in the CHS_ENABLED state.

New State

The new state is the CHS_WACK_CREQ state.

Response

The connect request service primitive requires that the CHS provider acknowledge receipt of the primitive as follows:

  • - Successful: When successful, the CHS provider acknolwedges successful completion of the connect service wtih a CH_OK_ACK primitive. The new state is CHS_WCON_CREQ. When the CHS provider eventually completes the connection, it confirms the connection with a CH_CONNECT_CON primitive and the new state is then CHS_CONNECTED.
  • - Unsuccessful (non-fatal errors): When unsuccessful, the CHS provider acknowledges the failure of the connect service with a CH_ERROR_ACK primitive containing the error. The new state remains unchanged.

Reasons for Failure

Non-Fatal Errors: applicable non-fatal errors are as follows:

[CHSYSERR]UNIX system error.
[CHBADADDR]Bad address format or content.
[CHOUTSTATE]Interface out of state.
[CHBADOPT]Bad options format or content.
[CHBADPARM]Bad parameter format or content.
[CHBADPARMTYPE]Bad paramater structure type.
[CHBADFLAG]Bad flag.
[CHBADPRIM]Bad primitive.
[CHNOTSUPP]Primitive not supported.
[CHBADSLOT]Bad multplex slot.

4.2.1.2 CH_CONNECT_CON

Description

This CHS provider originated service primitive allows the CHS provider to confirm the succesful completion of the connect servivce with the connection of the user Stream to the medium in the transmit, receive, or both, directions.

Format

The connect confirmation primitive consists of one M_PROTO message block, structured as follows:

typedef struct CH_connect_con {
    ch_ulong ch_primitive;
    ch_ulong ch_conn_flags;
    ch_ulong ch_slot;
} CH_connect_con_t;

Parameters

ch_primitive

Indicates the service primitive type. Always CH_CONNECT_CON.

ch_conn_flags

Indicates the connect flags. This field is a bitwise OR of zero or more of the following flags:

CHF_RX_DIRConfirms that the CHS user Stream was connected to the medium in the receive direction.
CHF_TX_DIRConfirms that the CHS user Stream was connected to the medium in the transmit direction.
CHF_MONITORConfirms that the CHS user Stream was connected to the medium in monitoring (tap) mode.
ch_slot

Where the PPA is associated with a multiplexed medium, this parameter specifies the slots within the mutliplexed media that are confirmed connected to the CHS user Stream. The form of the slot specification is provider- and media-specific. See also Multiplex Media.

Where the PPA specifies a single channel for a medium, this parameter is set to zero (‘0’) by the CHS provider on CHS provider originated primitives and is ignored by the CHS provider on CHS user originated primitives.

State

This primitive will only be issued by the CHS provider in the CHS_WCON_CREQ state.

New State

The new state of the interface is the CHS_CONNECTED state.


4.2.2 Data Transfer Service Primitives

The data transfer service primitives permit the CHS user to pass bits for transmission to the CHS provider and accept received bits from the CHS provider.

These service primitives implement the data transfer service (see Data Transfer Service).


4.2.2.1 CH_DATA_REQ

Description

This CHS user originated primitive allows the CHS user to specify bits for transmission on the medium.

Format

The transmission request service primitive consists of one optional M_PROTO message block followed by one or more M_DATA message blocks containing the bits for transmission. The M_PROTO message block is structured as follows:

typedef struct CH_data_req {
    ch_ulong ch_primitive;
    ch_ulong ch_slot;
} CH_data_req_t;

Parameters

The transmission request service primitive contains the following parameters:

ch_primitive

Specifies the service primitive type. Always CH_DATA_REQ.

ch_slot

Where the PPA is associated with a multiplexed medium, this parameter specifies the slots within the mutliplexed media upon which the user data is to be transmitted. The form of the slot specification is provider- and media-specific. See also Multiplex Media.

Where the PPA specifies a single channel for a medium, this parameter is set to zero (‘0’) by the CHS provider on CHS provider originated primitives and is ignored by the CHS provider on CHS user originated primitives.

State

This primitive is only valid in the CHS_CONNECTED state.

New State

The state remains unchanged.

Response

Reasons for Failure


4.2.2.2 CH_DATA_IND

Description

This CHS provider originated primitive is issued by the CHS provider to indicate bits that were received on the medium.

Format

The receive indication service primitive consists of one optional M_PROTO message block followed by one or more M_DATA message blocks containing the received bits. The M_PROTO message block is structured as follows:

typedef struct CH_data_ind {
    ch_ulong ch_primitive;
    ch_ulong ch_slot;
} CH_data_ind_t;

Parameters

The receive indication service primitive contains the following parameters:

ch_primitive

Indicates the service primitive type. Always CH_DATA_IND.

ch_slot

Where the PPA corresponds to a multiplexed media, this parameter specifies to which of the media streams the data indicated corresponds. The form of the slot specification is provider- and media-specific. See also Multiplex Media.

Where the PPA specifies a single channel for a medium, this parameter is set to zero (‘0’) by the CHS provider on CHS provider originated primitives and is ignored by the CHS provider on CHS user originated primitives.

State

This primitive is only issued by the CHS provider in the CHS_CONNECTED state.

New State

The state remains unchanged.

Response

Reasons for Failure


4.2.3 Disconnection Service Primitives

The disconnection service primitives permit the CHS user to disconnect the Stream from the line (circuit or channel) for the transmit, receive, or both, directions. They also allow the CHS provider to indicate that a disconnection has occured outside of CHS user control.

These service primitives implement the disconnection service (see Disconnection Service).


4.2.3.1 CH_DISCONNECT_REQ

Description

This CHS user originated service primitive allows the CHS user to disconnect the CHS user Stream from the bit-stream in the transmit, receive, or both, directions.

Format

The disconnect request primitive consists of one M_PROTO message block, structured as follows:

typedef struct CH_disconnect_req {
    ch_ulong ch_primitive;   /* always CH_DISCONNECT_REQ */
    ch_ulong ch_conn_flags;  /* direction to disconnect */
    ch_ulong ch_slot;        /* slot within channel */
} CH_disconnect_req_t;

Parameters

The disconnect request service primitive contains the following parameters:

ch_primitive

Specifies the service primitive type. Always CH_DISCONNECT_REQ.

ch_conn_flags

Specifies the direction from which to disconnect. This field can be a bitwise OR of one or more of the following flags:

CHF_RX_DIRSpecifies that the CHS user Stream is to be disconnected from the medium in the receive direction.
CHF_TX_DIRSpecifies that the CHS user Stream is to be disconnected from the medium in the transmit direction.
CHF_MONITORSpecifies that the CHS user Stream is to be discconnected from the medium in monitoring (tap) mode.
ch_slot

Where the PPA is associated with a multiplexed medium, this parameter specifies the slots within the mutliplexed media that have been autonomouosly disconnected. The form of the slot specification is provider- and media-specific. See also Multiplex Media.

Where the PPA specifies a single channel for a medium, this parameter is set to zero (‘0’) by the CHS provider on CHS provider originated primitives and is ignored by the CHS provider on CHS user originated primitives.

State

This service primitive is only valid in the CHS_CONNECTED state.

New State

The state remains unchanged.

Response

The disconnect request service primitive requires that the CHS provider acknowledge receipt of the primitive as follows:

  • - Successful: When successful, the CHS provider acknolwedges successful completion of the connect service wtih a CH_OK_ACK primitive. The new state is CHS_WCON_DREQ. When the CHS provider eventually completes the disconnection, it confirms the disconnect with a CH_DISCONNECT_CON primitive and the new state is then CHS_ENABLED.
  • - Unsuccessful (non-fatal errors): When unsuccessful, the CHS provider acknowledges the failure of the connect service with a CH_ERROR_ACK primitive containing the error. The new state remains unchanged.

Reasons for Failure

Non-Fatal Errors: applicable non-fatal errors are as follows:

[CHSYSERR]UNIX system error.
[CHBADADDR]Bad address format or content.
[CHOUTSTATE]Interface out of state.
[CHBADOPT]Bad options format or content.
[CHBADPARM]Bad parameter format or content.
[CHBADPARMTYPE]Bad paramater structure type.
[CHBADFLAG]Bad flag.
[CHBADPRIM]Bad primitive.
[CHNOTSUPP]Primitive not supported.
[CHBADSLOT]Bad multplex slot.

4.2.3.2 CH_DISCONNECT_CON

Description

This CHS provider originated primitive is issued by the CHS provider to confirm the successful completion of the disconnect service with the disconnection of the user Stream from the medium in the transmit, receive, or both, directions.

Format

typedef struct CH_disconnect_con {
    ch_ulong ch_primitive;
    ch_ulong ch_conn_flags;
    ch_ulong ch_slot;
} CH_disconnect_con_t;

Parameters

ch_primitive

Indicates the service primitive type. Always CH_DISCONNECT_CON.

ch_conn_flags

Indicates the connect flags. This field is a bitwise OR of zero or more of the following flags:

CHF_RX_DIRConfirms that the CHS user Stream was disconnected from the medium in the receive direction.
CHF_TX_DIRConfirms that the CHS user Stream was disconnected from the medium in the transmit direction.
CHF_MONITORConfirms that the CHS user Stream was discconnected from the medium in monitoring (tap) mode.
ch_slot

Where the PPA is associated with a multiplexed medium, this parameter indicates the slots within the mutliplexed media that are confirmed as disconnected. The form of the slot specification is provider- and media-specific. See also Multiplex Media.

Where the PPA specifies a single channel for a medium, this parameter is set to zero (‘0’) by the CHS provider on CHS provider originated primitives and is ignored by the CHS provider on CHS user originated primitives.

State

This primitive will only be issued by the CHS provider in the CHS_WCON_DREQ state.

New State

The new state of the interface is the CHS_ENABLED state.


4.2.3.3 CH_DISCONNECT_IND

Description

This CHS provider originated primitive is issued by the CHS provider if an autonomous event results in the disconnection of the transmit and receive bit-streams from the CHS user without an explicit CHS user request.

Format

The disconnect indication primitive consists of one M_PROTO message block, structured as follows:

typedef struct CH_disconnect_ind {
    ch_ulong ch_primitive;   /* always CH_DISCONNECT_IND */
    ch_ulong ch_conn_flags;  /* direction disconnected */
    ch_ulong ch_cause;       /* cause for disconnection */
    ch_ulong ch_slot;        /* slot within channel */
} CH_disconnect_ind_t;

Parameters

ch_primitive

Indicates the service primitive type. Always CH_DISCONNECT_IND.

ch_conn_flags

Indicates the connect flags. This field is a bitwise OR of zero or more of the following flags:

CHF_RX_DIRIndicates that the CHS user Stream disconnected from the medium in the receive direction.
CHF_TX_DIRIndicates that the CHS user Stream disconnected from the medium in the transmit direction.
CHF_MONITORIndicates that the CHS user Stream discconnected from the medium in monitoring (tap) mode.
ch_cause

Indicates the cause of the autonomous disconnect.

ch_slot

Where the PPA is associated with a multiplexed medium, this parameter indicates the slots within the mutliplexed media that have autonomously disconnected. The form of the slot specification is provider- and media-specific. See also Multiplex Media.

Where the PPA specifies a single channel for a medium, this parameter is set to zero (‘0’) by the CHS provider on CHS provider originated primitives and is ignored by the CHS provider on CHS user originated primitives.

State

This primtiive will only be issued by the CHS provider in the CHS_CONNECTED state.

New State

The new state is CHS_ENABLED.


4.3 Diagnostics Requirements

Two error handling facilities should be provided to the CHS user: one to handle non-fatal errors, and the other to handle fatal errors.

4.3.1 Non-Fatal Error Handling Facility

These are errors that do not change the state of the CHS interface as seen by the CHS user and provide the user with the option of reissuing the CH primitive with the corrected options specification. The non-fatal error handling is provided only to those primitives that require acknowledgements, and uses the CH_ERROR_ACK to report these errors. These errors retain the state of the CHS interface the same as it was before the SDL provider received the primitive that was in error. Syntax errors and rule violations are reported via the non-fatal error handling facility.

4.3.2 Fatal Error Handling Facility

These errors are issued by the CH provider when it detects errors that are not correctable by the CH user, or if it is unable to report a correctible error to the CH user. Fatal errors are indicated via the STREAMS message type M_ERROR with the UNIX system error [EPROTO]. The M_ERROR STREAMS message type will result in the failure of all the UNIX system calls on the Stream. The CHS user can recover from a fatal error by having all the processes close the files associated with the Stream, and then reopening them for processing.


5 CHI Input-Output Controls

These input-output controls can be used to interrogate, negotiate, reset, collect and manage a given channel or group of channels. When issued on a CHS user Stream, they can only be used to affect the channel or channels associated with the CHS user Stream. Deattached Style 2 Streams have no associated channels. When issued on a management Stream, they can be used to affect the configuration of any channel or channels accessible to the management Stream (i.e. provided by the same driver, or temporarily linked from the control Stream).

Channels can have characteristics at the channel level, as well as characteristics at the channel group level. For example, the channel may not be looped back at the channel, but might be looped back at the channel group (span). Where the channel represents a channel within a multiplexed medium (such as a PCM TDM facility), the MXI input-output controls can be used to interrogate, negotiate and otherwise manage the channel group characteristics providing that the CHS user has sufficient privilege to do so.

Note that these input-output controls are not normally issued on the global management Stream by user processes. Rather the Management Agent (SNMP Agent) for the driver is normally responsible for managing channels within the driver using these input-output controls. Nomally these input-output controls would only be issued by user processes to affect the channel or channels associated with the attached CHS user Stream.


5.1 CHI Configuration

These input-output controls can be used to interrogate or negotiate the configuration of a given channel or group of channels.

typedef struct ch_config {
    ch_ulong type;         /* unused */
    ch_ulong encoding;     /* encoding */
    ch_ulong block_size;   /* data block size (bits) */
    ch_ulong samples;      /* samples per block */
    ch_ulong sample_size;  /* sample size (bits) */
    ch_ulong rate;         /* clock rate (samples/second) */
    ch_ulong tx_channels;  /* number of tx channels */
    ch_ulong rx_channels;  /* number of rx channels */
    ch_ulong opt_flags;    /* options flags */
} ch_config_t;

The channel configuration structure, ch_config_t, contains the following members:

type

This member is only to maintain alignment with the equivalient parameter structure as defined in the CHI and unused in the input-output control.

encoding

Indicates or specifies the encoding associated with the channel. When the channel is used for any form of data, CH_ENCODING_NONE will be indicated and should be specified. encoding can be one of the following values:

CH_ENCODING_NONENo encoding. Used for data or other clear channel information.
CH_ENCODING_CNCN.
CH_ENCODING_DVI4DVI4.
CH_ENCODING_FS1015FIPS FS 1015 LPC.
CH_ENCODING_FS1016FIPS FS 1016 LPC.
CH_ENCODING_G711_PCM_AG.711 PCM A-law.
CH_ENCODING_G711_PCM_LG.711 PCM Linear.
CH_ENCODING_G711_PCM_UG.711 PCM Mu-law.
CH_ENCODING_G721G.721.
CH_ENCODING_G722G.722.
CH_ENCODING_G723G.723.
CH_ENCODING_G726G.726.
CH_ENCODING_G728G.728.
CH_ENCODING_G729G.729.
CH_ENCODING_GSMGSM.
CH_ENCODING_GSM_EFRGSM Extended Full-Rate.
CH_ENCODING_GSM_HRGSM Half-Rate.
CH_ENCODING_LPCLPC.
CH_ENCODING_MPAMPA.
CH_ENCODING_QCELPQCELP.
CH_ENCODING_REDRED.
CH_ENCODING_S16_BESigned 16-bit Big-Endian.
CH_ENCODING_S16_LESigned 16-bit Little-Endian.
CH_ENCODING_S8Sign 8-bit.
CH_ENCODING_U16_BEUnsigned 16-bit Big-Endian.
CH_ENCODING_U16_LEUnsigned 16-bit Little-Endian.
CH_ENCODING_U8Unsigned 8-bit.
CH_ENCODING_VDVIDVI.
block_size

Specifies or indicates the block size associated with the channel. The block size is the number of samples that are written or read at one time. If this value is less than the size of a STREAMS fast buffer, FASTBUF, then a FASTBUF of samples will be read or written at once.

samples

Specifies or indicates the number of samples (from the same timeslot) in a block.

sample_size

Specifies or indicates the sample size in bits. This can normally be 3, 4, 5, 7, 8, 12, 14 or 16.

rate

Specifies or indicates the rate of the channel. This is the rate in samples per second. rate can be one of the following values:

CH_RATE_VARIABLEThe rate is variable.
CH_RATE_800056kbps or 64kbps.
CH_RATE_1102511kHz Audio.
CH_RATE_1600016kHz Audio.
CH_RATE_2205022kHz Audio.
CH_RATE_4410044kHz Audio.
CH_RATE_9000090kHz Audio.
CH_RATE_18400023B.
CH_RATE_192000T1 (24B).
CH_RATE_24000030B.
CH_RATE_248000E1 (31B).
tx_channels

Specifies or indicates the number of transmit channels available. For the CH interface, this value is either 0 or 1.

rx_channels

Specifies or indicates the number of receive channels available. For the CH interface, this value is either 0, 1, or 2. (The value of 2 is used for monitoring mode where two receive channels exists and zero transmit channels.)

opt_flags

Specifies or indicates the options associated with the CH provider. CH provider options are provider specific and no generic options have yet been defined.


5.1.1 CHI Get Configuration

CH_IOCGCONFIG

Gets the channel configuration. Upon success, the channel configuration is written to the memory extent indicated by the pointer argument to the ioctl(2s) call.


5.1.2 CHI Set Configuration

CH_IOCSCONFIG

Set the channel configuration. Upon success, the channel configuration is read from the memory extent specified by the pointer argument tot he ioctl(2s) call.


5.1.3 CHI Test Configuration

CH_IOCTCONFIG

Test the channel configuration. Upon success, the channel configuration is read from the memory extent specified by the pointer argument to the ioctl(2s) call, values adjusted according to the rules for configuration, and the resulting configuraiton written back to the memory extent specified by the pointer argumnet to the ioctl(2s) call. Actual configuration is not changed.


5.1.4 CHI Commit Configuration

CH_IOCCCONFIG

Confirms the channel configuration. Upon success, the channel configuration is read from the memory extent specified by the pointer argument to the ioctl(2s) call, values adjusted according to the rules for configuration, the configuration applied, and then the resulting configuration written back to the memory extent specified by the pointer argument to the ioctl(2s) call.

Normally, the argument to the CH_IOCCCONFIG call is the same as to an immediately preceding CH_IOCTCONFIG call.


5.2 CHI Options

These input-output controls can used to interrogate or negotiate the options associated with a given channel or group of channels.


5.3 CHI State

These input-output controls can be used to interrotate or reset the state associated with a channel or a group of channels.

State input-output controls all take an argument containing a poitner to a ch_statem_t structure, formatted as follows:

typedef struct ch_statem {
    ch_ulong index;
    ch_ulong type;
    ch_ulong rate;
    ch_ulong mode;
    ch_ulong admin_state;
    ch_ulong usage_state;
    ch_ulong avail_status;
    ch_ulong ctrl_status;
} ch_statem_t;

The channel state structure, ch_statem_t, contains the following members:

index

Provides time slot index for the channel. For T1 and J1 spans, the time slots ‘1’ through ‘24’ index the corresponding time slot in the span. For E1 spans, the time slot indices ‘1’ throught ‘31’ index the corresponding time slot in the span. For E1 operation, TS0 is unusable. For E1 CAS operation (where any channel in the span is configured for CAS), TS16 is not available to users for payload. For V.35 and other discrete synchronous channels, this index is ‘1’.

type

Specifies or indicates whether the channel (or channels) has channel associated signalling or common channel signalling. This field can have one of the following values:

CH_TYPE_NONE

For non-trunk channels, no type is necessary.

CH_TYPE_CAS

For T1 and J1 span, channel associated signalling implies 56kbps DS0A operation for data within the channel.

CH_TYPE_CCS

For E1, T1 or J1 spans, common channel signalling implies 64kbps DS0 oepration within the channel is indicated. For E1, CCS operation for the entire span implies that channel 17 (timeslot 16) is used for common channel signalling or is also available for payload. This is why it is typical on non-CAS E1 spans to place the signalling channel in timeslot 16 (e.g. the D-channel of a primary rate interface).

rate

Specifies or indicates the bit rate of the channel in a single-rate channel, or of each channel in a multi-rate channel, or of each channel in a full-rate channel. Channels ‘1’ through ‘24’ for T1 and J1 can be 56kbps or 64kbps. Channels ‘1’ through ‘31’ for E1 are 64kbps but can be forced into 56kbps mode. The default is 64kbps for E1 CCS and CAS channels and T1 CCS channels; 56kbps for T1 CAS channels.

mode

Specifies or indicates the channel mode. This is bitwise OR of zero or more of the following values:

CH_MODE_REMLOOP

The receive data in the channel is looped back to replace the transmit data for the channel. This may either be accomplished within the host or using the per-channel loopback capability of some chip sets.

CH_MODE_LOCLOOP

The transmit data for the channel is looped back to replace the receive data for the channel. This may be accomplished within the host.

CH_MODE_TEST

The channel is marked for BERT testing. When BERT testing for the span is enabled on a channel basis, this channel will be included in the channels upon which the BERT test pattern is transmitted.

Because tests are disruptive, no value can be added to this set unless the channel has a control status of “subject to test” or “reserved for test”.

admin_state

Specifies or indicates the administrative state of the channel. The administrative state can be one of the following values:

CH_ADMIN_LOCKED

The administrative state is “locked”. The channel is administratively prohibited from providing service to users.

CH_ADMIN_UNLOCKED

The administrative state is “unlocked”. The channel is administratively permitted to provide service to users.

CH_ADMIN_SHUTDOWN

The administrative state is “shutting down”. The channel will continue to provide service to existing users but will reject new users: once there are no more users of the channel, the channel will move to the “locked” state.

usage_state

Specifies or indicates the usage state of the channel. The usage state can be one of the following values:

CH_USAGE_IDLE

The channel is “idle”. The channel is not currently in use.

CH_USAGE_ACTIVE

The channel is “active”. The channel is in use and has sufficient operating capacity to provide for additional users simultaneously (e.g. a half-channel is used).

CH_USAGE_BUSY

The channel is “busy”. The channel is in use and has no spare capacity (i.e. the full channs is in use).

If partial channels are not supported, only the values “idle” and “busy” are allowed.

avail_status

Specifies or indicates the availabiltiy status of the channel. The availablity status is a bitwise OR of zero or more of the following values:

CH_AVAIL_INTEST

The channel is “in test”. The channel is undergoing a test procedure. The administrative state is “locked” and the operational state is “disabled”. This condition exists while the span is in test in a manner disruptive to the channel, or when the channel is in loopback or test modes.

CH_AVAIL_FAILED

The channel has “failed”. The channel has an internal fault that prevents it from operating. The operational state is “disabled”. This value is present when the same value is present in the span availability status.

CH_AVAIL_POWEROFF

The channel has “power off”. The channl requires power to be applied and is not powered on. For example, power management may have removed power from the device. This value is present when the same value is present in the span availablity status.

CH_AVAIL_OFFLINE

The channel is “off line”. The channel requires a outing operation to be performed to place it online and make it available for use. The operation may be manul or automatic, or both. The operational state is “disabled”. This value is present when the same value is present in the span availability status.

CH_AVAIL_OFFDUTY

The channel is “off duty”. The channel has been made inactive by an internal control process in accordance with a predetermined time schedule. Under normal conditions, the control process can be expected to reactivate the channel at some scheduled time.

CH_AVAIL_DEPEND

The channel has a “dependency”. The channel cannot operate because some other resource on which it depends is unavailable (e.g. the span).

CH_AVAIL_DEGRADED

The channel is “degraded”. The channel is operating with degraded peformance. This value is present when the same value is present in the span availability status.

CH_AVAIL_MISSING

The channel is “not installed”. The channel is not present in the system or is incomplete.

CH_AVAIL_LOGFULL

Not used.

ctrl_status

Specifies or indicates the control status of the channel. The control status is a bitwise OR of zero or more of the following values:

CH_CTRL_CANTEST

The channel is “subject to test”. The channel is available to normal users but tests may be conducted on it simultaneously at unpredicatable times, which may cause it to exhibit unusual characteristics to users.

CH_CTRL_PARTLOCK

The channel is “part of services locked”. A manager has adminstratively locked some part of the channel.

CH_CTRL_RESERVED

The channel is “reserved for test”. The channel is undergoing a test procedure and is unavailable to users.

CH_CTRL_SUSPENDED

The channel is “suspended”. The channel service has been administratively suspended to users.

5.3.1 CHI Get State

CH_IOCGSTATEM

Requests that the state information be obtained and written to the ch_statem_t structure pointed to by the argument to the input-output control.

5.3.2 CHI Reset State

CH_IOCCMRESET

Request that the state associated with the channel be reset. This input-output control takes no argument.


5.4 CHI Statistics

These input-output controls can be used to collect statistics or set staticstics collection intervals associated with a channel or group of channels.

Statistics input-output controls all take an argument containing a pointer to a ch_stats_t structure, formatted as follows:

typedef struct ch_stats {
    ch_ulong header;
    ch_ulong rx_octets;
    ch_ulong tx_octets;
    ch_ulong rx_overruns;
    ch_ulong tx_underruns;
    ch_ulong rx_buffer_overflows;
    ch_ulong tx_buffer_overflows;
    ch_ulong lead_cts_lost;
    ch_ulong lead_dcd_lost;
    ch_ulong carrier_lost;
    ch_ulong errored_seconds;
    ch_ulong severely_errored_seconds;
    ch_ulong severely_errored_framing_seconds;
    ch_ulong unavailable_seconds;
    ch_ulong controlled_slip_seconds;
    ch_ulong path_coding_violations;
    ch_ulong line_errored_seconds;
    ch_ulong bursty_errored_seconds;
    ch_ulong degraded_minutes;
    ch_ulong line_coding_violations;
} ch_stats_t;

The channel statistics structure, ch_stats_t, contains the following members:

header

Specifies or indicates the statistics period header associated with the channel. This header is a statistics collection period in milliseconds.

rx_octets

Indicates the number of octets received during the collection interval. This does not include octets for which there was a receiver overrun condition.

tx_octets

Indicates the number of octets transmitted during the collection interval. This does not include octets for which there was a transmitter underrun condition.

rx_overruns

Indicates the number of receive overrun conditions that occurred during the collection interval. When the overrun condition spans interval boundaries, the condition is counted in the interval during which the overrun condition began.

tx_underruns

Indicates the number of transmitter underrun conditions that occurred during the collection interval. When the underrun condition spans interval boundaries, the condition is counted in the interval during which the underrun condition began.

rx_buffer_overflows

Indicates the number of receive buffer overflows that occured during the collection interval. Receive buffer overflow conditions occur when the driver is unable to allocate a message block or buffer for received bits, resulting in the discard of the received bits.

tx_buffer_overflows

Indicates the number of transmit buffer overflows that occured during the collection interval. Transmit buffer overflow conditions occur when the driver is unable to allocate a message block or buffer for transmit bits, resulting in the discard of the bits to be transmitted.

lead_cts_lost

Indicates the number of Clear To Send leads lost. That is, the number of times that the Clear To Send lead transitioned from asserted to deasserted.

lead_dcd_lost

Indicates the number of Data Carrier Detect leads lost. That is, the number of times that the Data Carrier Detect lead trasitioned from asserted to deasserted.

carrier_lost

Indicates the number of Carrier lost conditions. That is, the number of times that an alarm or lead indicated that the facility carrier was lost.

errored_seconds

The number of errored seconds (ESs) in the current interval. An errored second has one or more path code violations, one or more out of frame defects, one or more controlled slip events, or a detected alarm indication signal (AIS) defect.

severely_errored_seconds

The number of severely errored seconds (SESs) in the current interval.

severely_errored_framing_seconds

The number of severely errored framing seconds (SEFSs) in the current interval. A severely errored framing second has one or more out of frame defects or a detected AIS defect.

unavailable_seconds

The number of unavailable seconds in the current interval.

controlled_slip_seconds

The number of controlled slip seconds (CSSs) in the current interval. A controlled slip second has one or more controlled slip events.

path_coding_violations

The number of path coding violations (PCVs) in the current interval. A path coding violation is a fram synchronization bit error in the D4 and E1 no-CRC4 formats, or a CRC or frame synchronization bit error in the ESF and E1 CRC4 formats.

line_errored_seconds

The number of line errored seconds (LESs) in the current interval. A line errored second is a second in which one or more line code violation error events are detected.

bursty_errored_seconds

The number of bursty errroed seconds (BESs) in the current interval. A bursty errored second has 2 to 319 path coding violation error events, no severely errored frame defects, and no detected inocming AIS defects.

degraded_minutes

The number of degraded minutes (DMs) in the current interval.

line_coding_violations

The number of line coding violations (LCVs) in the current interval. An LCV is the occurence of a bipolar violation (BPV) or excessive zeroes (EXZ) error event.


5.5 CHI Events

These input-output controls can be used to specify the events that will be reported by a channel or channels.

Notification input-output controls all take an argument containing a pointer to a ch_notify_t structure, formatted as follows:

typedef struct ch_notify {
    ch_ulong events;
} ch_notify_t;

The channel events structure, ch_notify_t, contains the following members:

events

Specifies or indicates a bitwise OR of the events associated wtih the channel. When a bit is set, it specifies that event reporting for the specific event is enabled for the channel; when clear, that the event reporting is disabled.

5.5.1 CHI Get Notify

CH_IOCGNOTIFY

Requests that the events associated with the channel be obtained and written to the ch_notify_t structure pointed to by the argument to the input-output control.

5.5.2 CHI Set Notify

CH_IOCSNOTIFY

Requests that the events associated with the channel be read from the ch_notify_t structure pointed to by the argument to the input-output control and set for the channel. Each bit set in the events member specifies an event for which notification is to be set.

5.5.3 CHI Clear Notify

CH_IOCCNOTIFY

Reqeust that the events associated with the channel be read from the ch_notify_t structure pointed to by the argument to the input-output control and cleared for the channel. Each bit set in the events member specifies an event for which notification is to be cleared.


5.6 CHI Commands

These input-output controls can be used to manage a channel or channels.

Management input-output controls all take an argument containing a pointer to a ch_mgmt_t structure, formatted as follows:

typedef struct ch_mgmt {
    ch_ulong cmd;
} ch_mgmt_t;

The channel management structure, ch_mgmt_t, contains the following members:

cmd

Specifies the management command to be performed by the CHS provider. This member can have one of the following values:

CH_CMD_REMLOOP

Place the channel in remote loopback. The administrative state of the channel must be “locked” for this command to be successfull. Once complete, the control status of the channel will contain “reserved for test” and the availability status of the channel will contain “in test”.

CH_CMD_LOCLOOP

Place the channel in local loopback. The administrative state of the channel must be “locked” for this command to be successfull. Once complete, the control status of the channel will contain “reserved for test” and the availabiltiy status of the channel will contain “in test”.

CH_CMD_FORTEST

Reserve the channel for BERT testing. The administrative state of the channel must be “locked” for this command to be successful. Once complete, the control status of the channel will contain “reserved for test” and the availability status of the channel will contain “in test” while BERT testing is actively being performed.

CH_CMD_LOCK

Place the channel in the “locked” administrative state. If the channel is in the “unlocked” or “shutting down” states and the usage state is “busy”, this will result in the removal from service of the channel while it is in use.

CH_CMD_UNLOCK

Place the channel in the “unlocked” administrative state. This makes the channel adminstratively available for use.

CH_CMD_SHUTDOWN

Place the channel in the “shutting down” administrative state. If the channel has a usage state of “idle” the channel will be placed immediately into the “locked” administrative state. If the usage state is “busy”, then the administrative state will be set to “shutting down” and the driver will wait until the channel is released before it is placed in the “locked” administrative state.

5.6.1 CHI Command

CH_IOCCMGMT

Request that the management command be read from the ch_mgmt_t structure pointed to by the argument to the input-output control and acted upon for the channel.


6 CHI Management


Appendix A CHI Header Files


A.1 CHI Header File Listing

#ifndef __SS7_CHI_H__
#define __SS7_CHI_H__

typedef int32_t ch_long;
typedef uint32_t ch_ulong;
typedef uint16_t ch_ushort;
typedef uint8_t ch_uchar;

#define CH_INFO_REQ              1U
#define CH_OPTMGMT_REQ           2U
#define CH_ATTACH_REQ            3U
#define CH_ENABLE_REQ            4U
#define CH_CONNECT_REQ           5U
#define CH_DATA_REQ              6U
#define CH_DISCONNECT_REQ        7U
#define CH_DISABLE_REQ           8U
#define CH_DETACH_REQ            9U

#define CH_INFO_ACK             10U
#define CH_OPTMGMT_ACK          11U
#define CH_OK_ACK               12U
#define CH_ERROR_ACK            13U
#define CH_ENABLE_CON           14U
#define CH_CONNECT_CON          15U
#define CH_DATA_IND             16U
#define CH_DISCONNECT_IND       17U
#define CH_DISCONNECT_CON       18U
#define CH_DISABLE_IND          19U
#define CH_DISABLE_CON          20U
#define CH_EVENT_IND            21U

/*
 *  CH STATES
 */
#define CHS_UNINIT              -2U
#define CHS_UNUSABLE            -1U
#define CHS_DETACHED             0U
#define CHS_WACK_AREQ            1U
#define CHS_WACK_UREQ            2U
#define CHS_ATTACHED             3U
#define CHS_WACK_EREQ            4U
#define CHS_WCON_EREQ            5U
#define CHS_WACK_RREQ            6U
#define CHS_WCON_RREQ            7U
#define CHS_ENABLED              8U
#define CHS_WACK_CREQ            9U
#define CHS_WCON_CREQ           10U
#define CHS_WACK_DREQ           11U
#define CHS_WCON_DREQ           12U
#define CHS_CONNECTED           13U

/*
 *  CH STATE FLAGS
 */
#define CHSF_UNINIT             (1<<(2+CHS_UNINIT))
#define CHSF_UNUSABLE           (1<<(2+CHS_UNUSABLE))
#define CHSF_DETACHED           (1<<(2+CHS_DETACHED))
#define CHSF_WACK_AREQ          (1<<(2+CHS_WACK_AREQ))
#define CHSF_WACK_UREQ          (1<<(2+CHS_WACK_UREQ))
#define CHSF_ATTACHED           (1<<(2+CHS_ATTACHED))
#define CHSF_WACK_EREQ          (1<<(2+CHS_WACK_EREQ))
#define CHSF_WCON_EREQ          (1<<(2+CHS_WCON_EREQ))
#define CHSF_WACK_RREQ          (1<<(2+CHS_WACK_RREQ))
#define CHSF_WCON_RREQ          (1<<(2+CHS_WCON_RREQ))
#define CHSF_ENABLED            (1<<(2+CHS_ENABLED))
#define CHSF_WACK_CREQ          (1<<(2+CHS_WACK_CREQ))
#define CHSF_WCON_CREQ          (1<<(2+CHS_WCON_CREQ))
#define CHSF_WACK_DREQ          (1<<(2+CHS_WACK_DREQ))
#define CHSF_WCON_DREQ          (1<<(2+CHS_WCON_DREQ))
#define CHSF_CONNECTED          (1<<(2+CHS_CONNECTED))

/*
 *  CH PROTOCOL PRIMITIVES
 */

/*
 *  CH_INFO_REQ
 *  -------------------------------------------------------------------------
 */
typedef struct CH_info_req {
        ch_ulong ch_primitive;          /* always CH_INFO_REQ */
} CH_info_req_t;

/*
 *  CH_INFO_ACK
 *  -------------------------------------------------------------------------
 *  Indicates to the channel user requested information concerning the channel
 *  provider and the attached channel (if any).
 */
typedef struct CH_info_ack {
        ch_ulong ch_primitive;          /* always CH_INFO_ACK */
        ch_ulong ch_addr_length;        /* channel address length */
        ch_ulong ch_addr_offset;        /* channel address offset */
        ch_ulong ch_parm_length;        /* channel paramters length */
        ch_ulong ch_parm_offset;        /* channel paramters offset */
        ch_ulong ch_prov_flags;         /* provider options flags */
        ch_ulong ch_prov_class;         /* provider class */
        ch_ulong ch_style;              /* provider style */
        ch_ulong ch_version;            /* channel interface version */
        ch_ulong ch_state;              /* channel state */
} CH_info_ack_t;

#define CH_CIRCUIT      0x01    /* circuit provider class */

#define CH_STYLE1       0x0     /* does not perform attach */
#define CH_STYLE2       0x1     /* does perform attach */

#define CH_VERSION_1_0  0x10    /* version 1.0 of interface */
#define CH_VERSION_1_1  0x11    /* version 1.1 of interface */
#define CH_VERSION      CH_VERSION_1_1

#define CH_PARMS_CIRCUIT        0x01    /* parms structure type */
typedef struct CH_parms_circuit {
        ch_ulong cp_type;               /* always CH_PARMS_CIRCUIT */
        ch_ulong cp_encoding;           /* encoding */
        ch_ulong cp_block_size;         /* data block size (bits) */
        ch_ulong cp_samples;            /* samples per block */
        ch_ulong cp_sample_size;        /* sample size (bits) */
        ch_ulong cp_rate;               /* clock rate (samples/second) */
        ch_ulong cp_tx_channels;        /* number of tx channels */
        ch_ulong cp_rx_channels;        /* number of rx channels */
        ch_ulong cp_opt_flags;          /* options flags */
} CH_parms_circuit_t;

union CH_parms {
        ch_ulong cp_type;               /* structure type */
        CH_parms_circuit_t circuit;     /* circuit structure */
};

#define CH_PARM_OPT_CLRCH       0x01    /* supports clear channel */

#define CH_ENCODING_NONE         0
#define CH_ENCODING_CN           1
#define CH_ENCODING_DVI4         2
#define CH_ENCODING_FS1015       3
#define CH_ENCODING_FS1016       4
#define CH_ENCODING_G711_PCM_A   5
#define CH_ENCODING_G711_PCM_L   6
#define CH_ENCODING_G711_PCM_U   7
#define CH_ENCODING_G721         8
#define CH_ENCODING_G722         9
#define CH_ENCODING_G723        10
#define CH_ENCODING_G726        11
#define CH_ENCODING_G728        12
#define CH_ENCODING_G729        13
#define CH_ENCODING_GSM         14
#define CH_ENCODING_GSM_EFR     15
#define CH_ENCODING_GSM_HR      16
#define CH_ENCODING_LPC         17
#define CH_ENCODING_MPA         18
#define CH_ENCODING_QCELP       19
#define CH_ENCODING_RED         20
#define CH_ENCODING_S16_BE      21
#define CH_ENCODING_S16_LE      22
#define CH_ENCODING_S8          23
#define CH_ENCODING_U16_BE      24
#define CH_ENCODING_U16_LE      25
#define CH_ENCODING_U8          26
#define CH_ENCODING_VDVI        27

#define CH_RATE_VARIABLE        0
#define CH_RATE_8000            8000
#define CH_RATE_11025           11025
#define CH_RATE_16000           16000
#define CH_RATE_22050           22050
#define CH_RATE_44100           44100
#define CH_RATE_90000           90000
#define CH_RATE_184000          184000  /* 23B */
#define CH_RATE_192000          192000  /* T1 */
#define CH_RATE_240000          240000  /* 30B */
#define CH_RATE_248000          248000  /* E1 */
#define CH_RATE_768000          768000  /* T2 */
#define CH_RATE_992000          992000  /* E2 */
#define CH_RATE_3968000         3968000 /* E3 */
#define CH_RATE_5376000         5376000 /* T3 */

/*
 *  CH_OPTMGMT_REQ
 *  -------------------------------------------------------------------------
 */
typedef struct CH_optmgmt_req {
        ch_ulong ch_primitive;          /* always CH_OPTMGMT_REQ */
        ch_ulong ch_opt_length;         /* length of options */
        ch_ulong ch_opt_offset;         /* offset of options */
        ch_ulong ch_mgmt_flags;         /* option flags */
} CH_optmgmt_req_t;

/*
 *  CH_OPTMGMT_ACK
 *  -------------------------------------------------------------------------
 */
typedef struct CH_optmgmt_ack {
        ch_ulong ch_primitive;          /* always CH_OPTMGMT_REQ */
        ch_ulong ch_opt_length;         /* length of options */
        ch_ulong ch_opt_offset;         /* offset of options */
        ch_ulong ch_mgmt_flags;         /* option flags */
} CH_optmgmt_ack_t;

/*
   management flags for CH_OPTMGMT
 */
#define CH_SET_OPT      0x01
#define CH_GET_OPT      0x02
#define CH_NEGOTIATE    0x03
#define CH_DEFAULT      0x04

/*
 *  CH_ATTACH_REQ
 *  -------------------------------------------------------------------------
 */
typedef struct CH_attach_req {
        ch_ulong ch_primitive;          /* always CH_ATTACH_REQ */
        ch_ulong ch_addr_length;        /* length of channel address */
        ch_ulong ch_addr_offset;        /* offset of channel address */
        ch_ulong ch_flags;              /* options flags */
} CH_attach_req_t;

/*
 *  CH_DETACH_REQ
 *  -------------------------------------------------------------------------
 */
typedef struct CH_detach_req {
        ch_ulong ch_primitive;          /* always CH_DETACH_REQ */
} CH_detach_req_t;

/*
 *  CH_OK_ACK
 *  -------------------------------------------------------------------------
 */
typedef struct CH_ok_ack {
        ch_ulong ch_primitive;          /* always CH_OK_ACK */
        ch_ulong ch_correct_prim;       /* correct primitive */
        ch_ulong ch_state;              /* resulting state */
} CH_ok_ack_t;

/*
 *  CH_ERROR_ACK
 *  -------------------------------------------------------------------------
 */
typedef struct CH_error_ack {
        ch_ulong ch_primitive;          /* always CH_ERROR_ACK */
        ch_ulong ch_error_primitive;    /* primitive in error */
        ch_ulong ch_error_type;         /* CHI error */
        ch_ulong ch_unix_error;         /* UNIX error */
        ch_ulong ch_state;              /* resulting state */
} CH_error_ack_t;

/*
   error types
 */
#define CHSYSERR         0      /* UNIX system error */
#define CHBADADDR        1      /* Bad address format or content */
#define CHOUTSTATE       2      /* Interface out of state */
#define CHBADOPT         3      /* Bad options format or content */
#define CHBADPARM        4      /* Bad parameter format or content */
#define CHBADPARMTYPE    5      /* Bad paramater structure type */
#define CHBADFLAG        6      /* Bad flag */
#define CHBADPRIM        7      /* Bad primitive */
#define CHNOTSUPP        8      /* Primitive not supported */
#define CHBADSLOT        9      /* Bad multplex slot */

/*
 *  CH_ENABLE_REQ
 *  -------------------------------------------------------------------------
 */
typedef struct CH_enable_req {
        ch_ulong ch_primitive;          /* always CH_ENABLE_REQ */
} CH_enable_req_t;

/*
 *  CH_ENABLE_CON
 *  -------------------------------------------------------------------------
 */
typedef struct CH_enable_con {
        ch_ulong ch_primitive;          /* always CH_ENABLE_CON */
} CH_enable_con_t;

/*
 *  CH_DISABLE_REQ
 *  -------------------------------------------------------------------------
 */
typedef struct CH_disable_req {
        ch_ulong ch_primitive;          /* always CH_DISABLE_REQ */
} CH_disable_req_t;

/*
 *  CH_DISABLE_IND
 *  -------------------------------------------------------------------------
 */
typedef struct CH_disable_ind {
        ch_ulong ch_primitive;          /* always CH_DISABLE_IND */
        ch_ulong ch_cause;              /* cause for disable */
} CH_disable_ind_t;

/*
 *  CH_DISABLE_CON
 *  -------------------------------------------------------------------------
 */
typedef struct CH_disable_con {
        ch_ulong ch_primitive;          /* always CH_DISABLE_CON */
} CH_disable_con_t;

/*
 *  CH_DATA_REQ
 *  -------------------------------------------------------------------------
 */
typedef struct CH_data_req {
        ch_ulong ch_primitive;          /* always CH_DATA_REQ */
        ch_ulong ch_slot;               /* slot within channel */
} CH_data_req_t;

/*
 *  CH_DATA_IND
 *  -------------------------------------------------------------------------
 */
typedef struct CH_data_ind {
        ch_ulong ch_primitive;          /* always CH_DATA_IND */
        ch_ulong ch_slot;               /* slot within channel */
} CH_data_ind_t;

/*
 *  CH_CONNECT_REQ
 *  -------------------------------------------------------------------------
 */
typedef struct CH_connect_req {
        ch_ulong ch_primitive;          /* always CH_CONNECT_REQ */
        ch_ulong ch_conn_flags;         /* direction to connect */
        ch_ulong ch_slot;               /* slot within channel */
} CH_connect_req_t;

/*
   connect flags
 */
#define CHF_RX_DIR      0x01
#define CHF_TX_DIR      0x02
#define CHF_BOTH_DIR    (CHF_RX_DIR|CHF_TX_DIR)

/*
 *  CH_CONNECT_CON
 *  -------------------------------------------------------------------------
 */
typedef struct CH_connect_con {
        ch_ulong ch_primitive;          /* always CH_CONNECT_CON */
        ch_ulong ch_conn_flags;         /* direction connected */
        ch_ulong ch_slot;               /* slot within channel */
} CH_connect_con_t;

/*
 *  CH_DISCONNECT_REQ
 *  -------------------------------------------------------------------------
 */
typedef struct CH_disconnect_req {
        ch_ulong ch_primitive;          /* always CH_DISCONNECT_REQ */
        ch_ulong ch_conn_flags;         /* direction to disconnect */
        ch_ulong ch_slot;               /* slot within channel */
} CH_disconnect_req_t;

/*
 *  CH_DISCONNECT_IND
 *  -------------------------------------------------------------------------
 */
typedef struct CH_disconnect_ind {
        ch_ulong ch_primitive;          /* always CH_DISCONNECT_IND */
        ch_ulong ch_conn_flags;         /* direction disconnected */
        ch_ulong ch_cause;              /* cause for disconnection */
        ch_ulong ch_slot;               /* slot within channel */
} CH_disconnect_ind_t;

/*
 *  CH_DISCONNECT_CON
 *  -------------------------------------------------------------------------
 */
typedef struct CH_disconnect_con {
        ch_ulong ch_primitive;          /* always CH_DISCONNECT_CON */
        ch_ulong ch_conn_flags;         /* direction disconnected */
        ch_ulong ch_slot;               /* slot within channel */
} CH_disconnect_con_t;

/*
 *  CH_EVENT_IND
 *  -------------------------------------------------------------------------
 */
typedef struct CH_event_ind {
        ch_ulong ch_primitive;          /* always CH_EVENT_IND */
        ch_ulong ch_event;              /* event */
        ch_ulong ch_slot;               /* slot within channel for event */
} CH_event_ind_t;

#define CH_EVT_DCD_ASSERT        0
#define CH_EVT_DCD_DEASSERT      1
#define CH_EVT_DSR_ASSERT        2
#define CH_EVT_DSR_DEASSERT      3
#define CH_EVT_DTR_ASSERT        4
#define CH_EVT_DTR_DEASSERT      5
#define CH_EVT_RTS_ASSERT        6
#define CH_EVT_RTS_DEASSERT      7
#define CH_EVT_CTS_ASSERT        8
#define CH_EVT_CTS_DEASSERT      9
#define CH_EVT_RI_ASSERT        10
#define CH_EVT_RI_DEASSERT      11
#define CH_EVT_YEL_ALARM        12
#define CH_EVT_BLU_ALARM        13
#define CH_EVT_RED_ALARM        14
#define CH_EVT_NO_ALARM         15

#define CHF_EVT_DCD_ASSERT      (1 <<  0)
#define CHF_EVT_DCD_DEASSERT    (1 <<  1)
#define CHF_EVT_DSR_ASSERT      (1 <<  2)
#define CHF_EVT_DSR_DEASSERT    (1 <<  3)
#define CHF_EVT_DTR_ASSERT      (1 <<  4)
#define CHF_EVT_DTR_DEASSERT    (1 <<  5)
#define CHF_EVT_RTS_ASSERT      (1 <<  6)
#define CHF_EVT_RTS_DEASSERT    (1 <<  7)
#define CHF_EVT_CTS_ASSERT      (1 <<  8)
#define CHF_EVT_CTS_DEASSERT    (1 <<  9)
#define CHF_EVT_RI_ASSERT       (1 << 10)
#define CHF_EVT_RI_DEASSERT     (1 << 11)
#define CHF_EVT_YEL_ALARM       (1 << 12)
#define CHF_EVT_BLU_ALARM       (1 << 13)
#define CHF_EVT_RED_ALARM       (1 << 14)
#define CHF_EVT_NO_ALARM        (1 << 15)

#define CHF_EVT_DCD_CHANGE      (CHF_EVT_DCD_ASSERT|CHF_EVT_DCD_DEASSERT)
#define CHF_EVT_DSR_CHANGE      (CHF_EVT_DSR_ASSERT|CHF_EVT_DSR_DEASSERT)
#define CHF_EVT_DTR_CHANGE      (CHF_EVT_DTR_ASSERT|CHF_EVT_DTR_DEASSERT)
#define CHF_EVT_RTS_CHANGE      (CHF_EVT_RTS_ASSERT|CHF_EVT_RTS_DEASSERT)
#define CHF_EVT_CTS_CHANGE      (CHF_EVT_CTS_ASSERT|CHF_EVT_CTS_DEASSERT)
#define CHF_EVT_RI_CHANGE       (CHF_EVT_RI_ASSERT|CHF_EVT_RI_DEASSERT)

#endif                          /* __SS7_CHI_H__ */

A.2 CHI Input-Output Controls Header File Listing

#ifndef __SS7_CHI_IOCTL_H__
#define __SS7_CHI_IOCTL_H__

#include <linux/ioctl.h>

#define CH_IOC_MAGIC    'c'

#define CH_OBJ_TYPE_CH          1       /* channel */
#define CH_OBJ_TYPE_MX          2       /* multiplex */
#define CH_OBJ_TYPE_DF          3       /* default */

/*
 *  CONFIGURATION
 */
typedef struct ch_config {
        ch_ulong type;                  /* unused */
        ch_ulong encoding;              /* encoding */
        ch_ulong block_size;            /* data block size (bits) */
        ch_ulong samples;               /* samples per block */
        ch_ulong sample_size;           /* sample size (bits) */
        ch_ulong rate;                  /* clock rate (samples/second) */
        ch_ulong tx_channels;           /* number of tx channels */
        ch_ulong rx_channels;           /* number of rx channels */
        ch_ulong opt_flags;             /* options flags */
} ch_config_t;

#define CH_IOCGCONFIG   _IOR(   CH_IOC_MAGIC,   2,  ch_config_t     )
#define CH_IOCSCONFIG   _IOWR(  CH_IOC_MAGIC,   3,  ch_config_t     )
#define CH_IOCTCONFIG   _IOWR(  CH_IOC_MAGIC,   4,  ch_config_t     )
#define CH_IOCCCONFIG   _IOR(   CH_IOC_MAGIC,   5,  ch_config_t     )

/*
 *  STATE
 */
typedef struct ch_statem {
        ch_ulong state;
        ch_ulong flags;
} ch_statem_t;

#define CH_IOCGSTATEM   _IOR(   CH_IOC_MAGIC,   6,  ch_statem_t     )
#define CH_IOCCMRESET   _IOR(   CH_IOC_MAGIC,   7,  ch_statem_t     )

/*
 *  STATISTICS
 */
typedef struct ch_stats {
        ch_ulong header;
        ch_ulong rx_octets;
        ch_ulong tx_octets;
        ch_ulong rx_overruns;
        ch_ulong tx_underruns;
        ch_ulong rx_buffer_overflows;
        ch_ulong tx_buffer_overflows;
        ch_ulong lead_cts_lost;
        ch_ulong lead_dcd_lost;
        ch_ulong carrier_lost;
} ch_stats_t;

#define CH_IOCGSTATSP   _IOR(   CH_IOC_MAGIC,    8, ch_stats_t      )
#define CH_IOCSSTATSP   _IOWR(  CH_IOC_MAGIC,    9, ch_stats_t      )
#define CH_IOCGSTATS    _IOR(   CH_IOC_MAGIC,   10, ch_stats_t      )
#define CH_IOCCSTATS    _IOW(   CH_IOC_MAGIC,   11, ch_stats_t      )

/*
 *  EVENTS
 */
typedef struct ch_notify {
        ch_ulong events;
} ch_notify_t;

#define CH_IOCGNOTIFY   _IOR(   CH_IOC_MAGIC,   12, ch_notify_t     )
#define CH_IOCSNOTIFY   _IOW(   CH_IOC_MAGIC,   13, ch_notify_t     )
#define CH_IOCCNOTIFY   _IOW(   CH_IOC_MAGIC,   14, ch_notify_t     )

/*
 *  MANAGEMENT
 */
typedef struct ch_mgmt {
        ch_ulong cmd;
} ch_mgmt_t;

#define CH_MGMT_RESET           1

#define CH_IOCCMGMT     _IOW(   CH_IOC_MAGIC,   15, ch_mgmt_t       )

#define CH_IOC_FIRST     0
#define CH_IOC_LAST     15
#define CH_IOC_PRIVATE  32

#endif                          /* __SS7_CHI_IOCTL_H__ */

Appendix B CHI Drivers and Modules

There are a number of standard drivers and modules provided by the OpenSS7 Project the provide capabilities uilizing the Channel Interface.


B.1 CHI Drivers

Drivers that provide the CHI interace fall into two categories:

B.1.1 CHI Pseudo-device Drivers

Pseudo-device drivers that accept or provide the CHI interface for the purpose of providing or controlling access the the channels available on a system.

B.1.1.1 Multiplexing Driver—ch

The ch driver is a pseudo-device multiplexing driver that provides simple multiplexing services between CHI Streams at the lower service interface to CHI Streams at the upper service interface. This multiplexing driver is a simplified form of the matrix or chmux drivers.

B.1.1.2 Multiplexing Driver—chmux

The chmux driver is a pseudo-device multiplexing driver that provides simple multiplexing services between CHI Streams at the upper service interface and either CHI or MXI Streams at the lower service interface. It performs forward and inverse multiplexing of channels to spans, but does not perform switching between lower service interfaces. This multiplexing driver is a simplified form of the matrix driver and super-sets the functionality of the ch driver.

B.1.1.3 Switching Matrix Multiplexing Driver—matrix

The matrix driver is a pseudo-device multiplexing driver that provides complete switching matrix and multiplexing services between CHI or MXI Streams at the upper service interface and CHI or MXI Streams at the lower service interface. It performs forward and inverse multiplexing of channels to spans, and performs pseudo-digital cross-connect and dynamic switching of single-, multi- and full-rate channels within the switching matrix. This driver super-sets the functionality of the chmux and mxmux drivers.

B.1.2 CHI Device Drivers

Real device drivers that provide the CHI interface for the purpose of accessing discrete non-multiplexed channels available on a hardware device (e.g. a V.35 interface card driver).

B.1.2.1 Device Driver—acb56

The acb56(4) driver is a real device driver that provides access to a V.35 interface. It is used primarily by the OpenSS7 Project as a V.35 interface for SS7, BSC, SDLC, HDLC or X.21.


B.2 CHI Modules

STREAMS pushable modules are an excellent way of adapting a CHS user Stream that conforms to the general concept of a communications channel into a complex communications protocol. They are also excellent for providing media conversion. For example, it is possible to push the hdlc(4) module onto a CHS user Stream and result with a High-Level Data Link Control (HDLC) Stream that provides raw HDLC framing as specified in ISO/IEC 3309 described in reference ‘ISO3309’. As another example, it is possible to push a conversion module onto a CHS user Stream correspondin to a mu-law compressed voice channel and convert the media stream to an A-law compressed voice channel.

B.2.1 Modules that convert CHI

The modules (described in the subsections that follow) convert between a CHI interface at the lower service boundary and a CHI interface at the upper service boundary. Conversion is performed on the media stream rather than between service interfaces.

B.2.1.1 Compression Conversion—ch-conv

The ch-conv module converts one CHI interface to another CHI interface, performing conversion on the media stream in the process. The module is capable of converting between 14-bit signed or unsigned linear, G.711 A-law compressed PCM and G.711 mu-law compressed PCM.

B.2.2 Modules that convert from CHI

The modules (described in the subsections that follow) conver between a CHI interface at the lower service boundary and another interface at the upper service boundary. Conversion is performed between the service interfaces and might or might not include conversion of the bit stream.

B.2.2.1 High-Level Data Link Control Module—hdlc

The hdlc module converst from a CHI Stream to a Stream supporting the High-Level Data Link Control procedures and the Communications Device Interface (CDI) for use with SS7, ISDN, X.25, Frame Relay and ISO 3309.

B.2.2.2 Signalling Data Link Module—sdl

The sdl module converts from a CHI Stream to a Stream supporting the Signalling Data Link Interface (SDLI) for SS7.

B.2.3 Modules that convert to CHI

The modules (described in the subsections that follow) conver between another interface at the lower service boundary and the CHI interface at the upper service boundary. Conversion is performed between the service interfaces and might or might not include conversion of the bit stream.

B.2.3.1 Real-Time Protocol Module—rtp


Appendix C CHI Applications

The channel interface is a rather important lowest layer component of a number of OpenSS7 Project protocol stacks.


C.1 CHI in Switch Matrix

As illustrated in Figure B-5, the CHI interface provides support for access to the OpenSS7 soft switching matrix.4

Switch Matrix

Figure B-5. Switch Matrix

The CHI interface is responsible for providing access to communications channels (single-rate, multi-rate and full-rate) necessary for implementing the synchronous communications channels necessaary for implementing data communications links. Use of the OpenSS7 software switch matrix at the lowest level, as illustrated in Figure B-5, provides a mechanism whereby any synchronous communications channel available to the host can be used as a data communications link, or directly as a voice (or other media) channel.

The switching matrix supports syncrhonous channels using the CHI interface that are one of: single-rate channels, multi-rate channels (statistically multiplexed fractional spans), or full-rate channels (statistically multiplexed full spans). It provides a central point for management of facilities and switching within an OpenSS7 host and provides for SNMP configuration, monitoring, operational measurements, alarms, events, maintenance access, and other OAM&P functions.

Note also that the CHI interface has the capability of passing synchronous modem lead information to applications as well as Circuit Associated Signalling (A and B bit) and group carrier alarms (Blue, Yellow, Red) for those applications that require them.5


C.2 CHI in SS7 Stack

Figure B-1 illustrates the use of the CHI interface specification in the formation of the SS7 (Signalling System No. 7) protocol stack.

The CHI interface is responsible for providing access to communications channels necessary for implementing signalling data link, signalling terminals and signalling links in accordance with Q.702 and Q.703 as well as similar national standards.

Use of the OpenSS7 softswitch matrix at the lowest level, as illustrated in Figure B-1, provides a mechanism whereby any communications channel available to the host can be used as an SS7 link.

The major difficulties experienced with such an integrated driver were as follows:

  • - Because the driver is so closely integrated, it is difficult to use the driver for anything other than SS7 signalling.
  • - The driver becomes too specific to SS7.
  • - It becomes difficult to use the devices under this driver approach for voice and switching.
  • - It becomes difficult to share the device with other applications.
  • - The SDLI interface does not support fractional (E1/T1) spans.

With the advent of the high-performance Linux Fast-STREAMS as well as extremely powerful COTS processors, it is easily possible to separate the protocol levels.6 Thus, the drivers can provide the generic Multiplex Interface (MXI) that provides direct access to multiplexed spans, or the generic Channel Interface (CHI) to provide direct access to non-multiplexed discrete channel devices, and these generic driver interfaces can be linked under the switching matrix multiplexing driver so that a single upper CHI user Stream can provide access to any channel, span, or fractional span within the entire host.

SS7 Protocol Stack

Figure B-1. SS7 Protocol Stack

In previous arrangements, the MTP manager opened a Stream on the X400P-SL driver and attached it to a PPA corresponding to either a single-rate channel (Q.703) or a full-rate span (Q.703 Annex B) and linked it beneath the MTP multiplexing driver. This management is not disrupted by the shift to the Software Switching Matrix. A minor device number on the software switching matrix is defined with an autopush specification for the sdl, sdt and sl modules. Opening this minor device number, as before, results in an unattached SL Stream. The MTP manager attaches the Stream as before and links it under the MTP multiplexing driver. This is illustrated in Figure B-1.


C.3 CHI in ISDN Stack

ISDN Protocol Stack

Figure B-2. ISDN Protocol Stack

Figure B-2 illustrates the use of the CHI interface specification in the formation of the ISDN (Integrated Services Digital Network) protocol stack. The CHI interface provides two primary categories of access necessary for the ISDN protocol stack:

  • - Access to multiplexed D channels on the physical medium (either BRI or PRI) for use with HDLC and LAPB protocol modules to form the ISDN signalling link.
  • - Access to multiplexed B channels on the physical medium (either BPI or PRI) for use with the software switchin matrix matrix(4) of media gateway mg(4) components. The CHI is also able to provide access to the B-channel provided by CAPI devices.

The CHI interface is responsible for providing switched and permanent access to communications channels necessary for implementing D-channels (HDLC and LAPD) and B-channels (direct access).

Use of the OpenSS7 softswitch matrix at the lowest level, as illustrated in Figure B-2, provides a mechanism whereby any available communications channel available to the host can be used as a D-channel, and any communications channel available to the host can be used as a B-channel.


C.4 CHI in X.25 Stack

X.25 Protocol Stack

Figure B-3. X.25 Protocol Stack

Figure B-3 illustrates the use of the CHI interface specification in the ofrmation of the X.25 protocol stack. The CHI interface provides several primary categories of access necessary for the X.25 protocol stack:

  • - Access to asyncrhonous modems for dial access to X.25 public or private data networks.
  • - Access to syncrhonous modems for permanent connections to X.25 public or private data networks.
  • - Access to ISDN B-channels for switched connections to X.25 public or private data networks.
  • - Access to channelized, fractional and unchannelized carrier facilities.

The CHI interface is responsible for providing the full and fractional carrier access necessary to perform HDLC and LAPB protocol functions for X.25 and OSI.

Use of the OpenSS7 softswitch matrix at the lowest level, as illustrated in Figure B-3, provides a mechanism whereby any available communications channel available to the host (including ISDN B-channels) can be used as a LAPB or ISO data link.


C.5 CHI in Frame Relay Stack

As illustrated in Figure B-3, the CHI interface provides support for access to transmission facilities in support of the OpenSS7 Frame Relay Stack. The CHI interface is responsible for providing the full and fractional carrier access necessary to provide HDLC and LAPF protocol functions for Frame Relay.

Frame Relay Protocol Stack

Figure B-4. Frame Relay Protocol Stack

Use of the OpenSS7 softswitch matrix at the lowest level, as illustrated in Figure B-4, provides a mechanism whereby any available communications channel available to the host (including ISDN B-channels) can be used as a Frame Relay data link.


C.6 CHI in Media Gateway

Media Gateway

Figure B-6. Media Gateway


Appendix D CHI Utilities


Appendix E CHI File Formats


Appendix F CHI Compatibility and Porting


Glossary

Signalling Data Link Service Data Unit

A grouping of SDL user data whose boundaries are preserved from one end of the signalling data link connection to the other.

Data transfer

The phase in connection and connectionless modes that supports the transfer of data between to signalling data link users.

SDL provider

The signalling data link layer protocol that provides the services of the signalling data link interface.

SDL user

The user-level application or user-level or kernel-level protocol that accesses the services of the signalling data link layer.

Local management

The phase in connection and connectionless modes in which a SDL user initializes a Stream and attaches a PPA address to the Stream. Primitives in this phase generate local operations only.

PPA

The point at which a system attaches itself to a physical communications medium.

PPA identifier

An identifier of a particular physical medium over which communication transpires.


Acronyms

AERMAlignment Error Rate Monitor
CCCongestion Control
DAEDRDelimitation Alignment and Error Detection (Receive)
DAEDTDelimitation Alignment and Error Detection (Transmit)
EIMErrored Interval Monitor
IACInitial Alignment Control
ITU-TInternational Telecommunications Union - Telecom Sector
LMS ProviderA provider of Local Management Services
LMSLocal Management Service
LMS UserA user of Local Management Services
LMLocal Management
LSCLink State Control
PPAPhysical Point of Attachment
RCReception Control
SDLISignalling Data Link Interface
SDL SDUSignalling Data Link Service Data Unit
SDLSSignalling Data Link Service
SDLSignalling Data Link
SDTISignalling Data Terminal Interface
SDTSSignalling Data Terminal Service
SDTSignalling Data Terminal
SLISignalling Link Interface
SLSSignalling Link Service
SLSignalling Link
SLSignalling Link
SS7Signalling System No. 7
TXCTransmission Control

References

[1] ITU-T Recommendation Q.700, Introduction to CCITT Signalling System No. 7, March 1993, (Geneva), ITU, ITU-T Telecommunication Standardization Sector of ITU, (Previously “CCITT Recommendation”).
[2] ITU-T Recommendation Q.701, Functional Description of the Message Transfer Part (MTP) of Signalling System No. 7, March 1993, (Geneva), ITU, ITU-T Telecommunication Standardization Sector of ITU, (Previously “CCITT Recommendation”).
[3] ITU-T Recommendation Q.702, Signalling System No. 7—Signalling Data Link, March 1993, (Geneva), ITU, ITU-T Telecommunication Standardization Sector of ITU, (Previously “CCITT Recommendation”).
[4] ITU-T Recommendation Q.703, Signalling System No. 7—Signalling Link, March 1993, (Geneva), ITU, ITU-T Telecommunication Standardization Sector of ITU, (Previously “CCITT Recommendation”).
[5] ITU-T Recommendation Q.704, Message Transfer Part—Signalling Network Functions and Messages, March 1993, (Geneva), ITU, ITU-T Telecommunication Standardization Sector of ITU, (Previously “CCITT Recommendation”).
[6] Geoffrey Gerrietts; Dave Grothe, Mikel Matthews, Dave Healy, CDI—Application Program Interface Guide, March 1999, (Savoy, IL), GCOM, Inc.
[7] ITU-T Recommendation Q.771, Signalling System No. 7—Functional Description of Transaction Capabilities, March 1993, (Geneva), ITU, ITU-T Telecommunication Standardization Sector of ITU, (Previously “CCITT Recommendation”).

Licenses

All code presented in this manual is licensed under the GNU Affero General Public License. The text of this manual is licensed under the GNU Free Documentation License, with no invariant sections, no front-cover texts and no back-cover texts. Please note, however, that it is just plain wrong to modify statements of, or attribute statements to, the Author or OpenSS7 Corporation.


GNU Affero General Public License



The GNU Affero General Public License.
Version 3, 19 November 2007
Copyright © 2007 Free Software Foundation, Inc. http://fsf.org/

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.

Preamble

The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software.

The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program–to make sure it remains free software for all its users.

When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.

Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software.

A secondary benefit of defending all users’ freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public.

The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version.

An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license.

The precise terms and conditions for copying, distribution and modification follow.

TERMS AND CONDITIONS
  1. Definitions.

    “This License” refers to version 3 of the GNU Affero General Public License.

    “Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.

    “The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations.

    To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.

    A “covered work” means either the unmodified Program or a work based on the Program.

    To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.

    To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.

    An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.

  2. Source Code.

    The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.

    A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.

    The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.

    The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work’s System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.

    The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.

    The Corresponding Source for a work in source code form is that same work.

  3. Basic Permissions.

    All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.

    You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.

    Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.

  4. Protecting Users’ Legal Rights From Anti-Circumvention Law.

    No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.

    When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work’s users, your or third parties’ legal rights to forbid circumvention of technological measures.

  5. Conveying Verbatim Copies.

    You may convey verbatim copies of the Program’s source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.

    You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.

  6. Conveying Modified Source Versions.

    You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:

    1. The work must carry prominent notices stating that you modified it, and giving a relevant date.
    2. The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”.
    3. You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
    4. If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.

    A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation’s users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.

  7. Conveying Non-Source Forms.

    You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:

    1. Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
    2. Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
    3. Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
    4. Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
    5. Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.

    A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.

    A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.

    “Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.

    If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).

    The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.

    Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.

  8. Additional Terms.

    “Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.

    When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.

    Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:

    1. Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
    2. Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
    3. Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
    4. Limiting the use for publicity purposes of names of licensors or authors of the material; or
    5. Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
    6. Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.

    All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.

    If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.

    Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.

  9. Termination.

    You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).

    However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.

    Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.

    Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.

  10. Acceptance Not Required for Having Copies.

    You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.

  11. Automatic Licensing of Downstream Recipients.

    Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.

    An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party’s predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.

    You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.

  12. Patents.

    A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor’s “contributor version”.

    A contributor’s “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.

    Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor’s essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.

    In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.

    If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient’s use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.

    If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.

    A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.

    Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.

  13. No Surrender of Others’ Freedom.

    If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.

  14. Remote Network Interaction; Use with the GNU General Public License.

    Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph.

    Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License.

  15. Revised Versions of this License.

    The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.

    Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation.

    If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy’s public statement of acceptance of a version permanently authorizes you to choose that version for the Program.

    Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.

  16. Disclaimer of Warranty.

    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  17. Limitation of Liability.

    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

  18. Interpretation of Sections 15 and 16.

    If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.

END OF TERMS AND CONDITIONS

How to Apply These Terms to Your New Programs

If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.

To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.

one line to give the program's name and a brief idea of what it does.
Copyright (C) year name of author

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see http://www.gnu.org/licenses/.

Also add information on how to contact you by electronic and paper mail.

If your software can interact with users remotely through a network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a “Source” link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements.

You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see http://www.gnu.org/licenses/.


GNU Free Documentation License



GNU FREE DOCUMENTATION LICENSE
Version 1.3, 3 November 2008
Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
http://fsf.org/

Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
  1. PREAMBLE

    The purpose of this License is to make a manual, textbook, or other functional and useful document free in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others.

    This License is a kind of “copyleft”, which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software.

    We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference.

  2. APPLICABILITY AND DEFINITIONS

    This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The “Document”, below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as “you”. You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law.

    A “Modified Version” of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language.

    A “Secondary Section” is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document’s overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them.

    The “Invariant Sections” are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none.

    The “Cover Texts” are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words.

    A “Transparent” copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not “Transparent” is called “Opaque”.

    Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only.

    The “Title Page” means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, “Title Page” means the text near the most prominent appearance of the work’s title, preceding the beginning of the body of the text.

    The “publisher” means any person or entity that distributes copies of the Document to the public.

    A section “Entitled XYZ” means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as “Acknowledgements”, “Dedications”, “Endorsements”, or “History”.) To “Preserve the Title” of such a section when you modify the Document means that it remains a section “Entitled XYZ” according to this definition.

    The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License.

  3. VERBATIM COPYING

    You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3.

    You may also lend copies, under the same conditions stated above, and you may publicly display copies.

  4. COPYING IN QUANTITY

    If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document’s license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects.

    If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages.

    If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.

    It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document.

  5. MODIFICATIONS

    You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:

    1. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission.
    2. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement.
    3. State on the Title page the name of the publisher of the Modified Version, as the publisher.
    4. Preserve all the copyright notices of the Document.
    5. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices.
    6. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below.
    7. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document’s license notice.
    8. Include an unaltered copy of this License.
    9. Preserve the section Entitled “History”, Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled “History” in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence.
    10. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the “History” section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission.
    11. For any section Entitled “Acknowledgements” or “Dedications”, Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein.
    12. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles.
    13. Delete any section Entitled “Endorsements”. Such a section may not be included in the Modified Version.
    14. Do not retitle any existing section to be Entitled “Endorsements” or to conflict in title with any Invariant Section.
    15. Preserve any Warranty Disclaimers.

    If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version’s license notice. These titles must be distinct from any other section titles.

    You may add a section Entitled “Endorsements”, provided it contains nothing but endorsements of your Modified Version by various parties—for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard.

    You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.

    The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version.

  6. COMBINING DOCUMENTS

    You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers.

    The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work.

    In the combination, you must combine any sections Entitled “History” in the various original documents, forming one section Entitled “History”; likewise combine any sections Entitled “Acknowledgements”, and any sections Entitled “Dedications”. You must delete all sections Entitled “Endorsements.”

  7. COLLECTIONS OF DOCUMENTS

    You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.

    You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.

  8. AGGREGATION WITH INDEPENDENT WORKS

    A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an “aggregate” if the copyright resulting from the compilation is not used to limit the legal rights of the compilation’s users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document.

    If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document’s Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate.

  9. TRANSLATION

    Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail.

    If a section in the Document is Entitled “Acknowledgements”, “Dedications”, or “History”, the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title.

  10. TERMINATION

    You may not copy, modify, sublicense, or distribute the Document except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, or distribute it is void, and will automatically terminate your rights under this License.

    However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.

    Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.

    Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, receipt of a copy of some or all of the same material does not give you any rights to use it.

  11. FUTURE REVISIONS OF THIS LICENSE

    The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/.

    Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License “or any later version” applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxy’s public statement of acceptance of a version permanently authorizes you to choose that version for the Document.

  12. RELICENSING

    “Massive Multiauthor Collaboration Site” (or “MMC Site”) means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A “Massive Multiauthor Collaboration” (or “MMC”) contained in the site means any set of copyrightable works thus published on the MMC site.

    “CC-BY-SA” means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization.

    “Incorporate” means to publish or republish a Document, in whole or in part, as part of another Document.

    An MMC is “eligible for relicensing” if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008.

    The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing.

ADDENDUM: How to use this License for your documents

To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page:

  Copyright (C)  year  your name.
  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.3
  or any later version published by the Free Software Foundation;
  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
  Texts.  A copy of the license is included in the section entitled ``GNU
  Free Documentation License''.

If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the “with…Texts.” line with this:

    with the Invariant Sections being list their titles, with
    the Front-Cover Texts being list, and with the Back-Cover Texts
    being list.

If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation.

If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.


Index

Jump to:   C   L   S  
Index Entry  Section

C
CH_attach_req: CH_ATTACH_REQ
CH_connect_con: CH_CONNECT_CON
CH_connect_req: CH_CONNECT_REQ
CH_data_ind: CH_DATA_IND
CH_data_req: CH_DATA_REQ
CH_detach_req: CH_DETACH_REQ
CH_disable_con: CH_DISABLE_CON
CH_disable_ind: CH_DISABLE_IND
CH_disable_req: CH_DISABLE_REQ
CH_disconnect_con: CH_DISCONNECT_CON
CH_disconnect_ind: CH_DISCONNECT_IND
CH_disconnect_req: CH_DISCONNECT_REQ
CH_enable_con: CH_ENABLE_CON
CH_enable_req: CH_ENABLE_REQ
CH_error_ack: CH_ERROR_ACK
CH_error_ind: CH_ERROR_IND
CH_event_ind: CH_EVENT_IND
CH_info_ack: CH_INFO_ACK
CH_info_req: CH_INFO_REQ
CH_ok_ack: CH_OK_ACK
CH_optmgmt_ack: CH_OPTMGMT_ACK
CH_optmgmt_req: CH_OPTMGMT_REQ
CH_stats_ind: CH_STATS_IND

L
license, AGPL: GNU Affero General Public License
license, FDL: GNU Free Documentation License
license, GNU Affero General Public License: GNU Affero General Public License
license, GNU Free Documentation License: GNU Free Documentation License

S
STREAMS: Preface
STREAMS: Introduction

Jump to:   C   L   S  

Short Table of Contents

Table of Contents


Footnotes

(1)

http://www.openss7.org/repos/tarballs/openss7-1.1.7.20141001.tar.bz2

(2)

Note that it is the ability of the Channel Interface to support fractional E1/T1 that distinguishes it from similar interfaces such as the SDLI and CDI.

(3)

See also Channel Addressing.

(4)

A interesting observation is that in Figure B-5, any of the channels that are used for SS7 signalling links, X.25 or OSI links, Frame Relay links or ISDN D-Channel links, can themselves be ISDN B-Channels, E-Channels, H-Channels, or ISUP single-rate or multi-rate IMTs, or even Frame Relay PVCs.

(5)

Note that detection of local alarm conditions on carrier facilities is normally required for CAS, ISDN and SS7 ISUP applications where intermediate digital multiplex equipment (i.e. DCCS) can cause distrupt the transparent passing of carrier alarm information between endpoints.

(6)

As it turns out, Linux Fast-STREAMS has such high performance that higher levels of performance can be acheived by splitting functions into narrowly defined modules that can use STREAMS flow control to keep code path scortching hot.


Last modified: Tue, 28 Oct 2014 03:09:41 GMT  
Copyright © 2014 OpenSS7 Corporation All Rights Reserved.