Go to primary content
Oracle® Communications EAGLE Database Administration - SS7 User's Guide
Release 46.6
E93318 Revision 1
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Introduction

ATM (Asynchronous Transfer Mode) is a transport mechanism that uses virtual connections for transporting information across the network. The ATM layer uses the VPI and VCI fields to define multiple Virtual Channel Connections (VCC). Within each VCC, the PTI field is used to distinguish one type of traffic from another. A true ATM switch can support multiple VPI/VCI combinations. The EAGLE supports only a single VPI/VCI combination.

ATM is a specific packet-oriented transfer mode that uses an asynchronous time division multiplexing technique to multiplex information flow in fixed blocks, called cells. ATM replaces MTP-1 (Signaling Data Link Functions) and MTP-2 (Signaling Link Functions) in the SS7 protocol stack.

Signaling data link functions (MTP-1) are provided by an appropriate physical layer in combination with the ATM layer, signaling link functions (MTP-2) are provided by the Signaling ATM Adaptation Layer (SAAL), and the signaling network functions are provided by MTP level 3. Figure C-1 illustrates the high-speed link protocol model for CCS NEs.

Figure C-1 High-Speed Link Protocol Model for CCS Network Elements

Figure C-2 illustrates some slight differences between the SAAL and ATM layers and the actual protocol stack used in the Oracle implementation. These differences are as a result of 3 reasons:

The EAGLE implements an ANSI ATM high-speed signaling link, transmitting at a rate of 1.544 Mbps, and an E1 ATM high-speed signaling link, transmitting at a rate of 2.048 Mbps. Most of the ANSI and E1 ATM implementations are the same, but there are a few differences. The descriptions in this appendix apply to both implementations. Any differences between ANSI and E1 ATM are noted.

Figure C-2 ATM High-Speed Signaling Link Protocol Stack vs. Oracle Implementation in the EAGLE

Another way of viewing the high-speed signaling link implementation is to consider the frame formats of the data that is relevant at the various protocol stack layers. Figure C-3 illustrates the differences between the frame formats for high-speed signaling link layers versus the frame formats for traditional (MTP-2 & MTP-1) low-speed signaling link layers.

Figure C-3 Frame Formats for High-Speed and Low-Speed Signaling Link Protocol Stacks

Based on Figure C-3, the following conclusions can be made regarding the ATM traffic and how ATM is used to carry MTP3 data:

ATM Protocol Encapsulation

Two main types of data are delivered using ATM: SDUs and OAM cells. SDUs provide peer-to-peer information and user data (MSUs). OAM cells are used for operations and maintenance of the ATM connection. Figure C-4 provides the data encapsulation through the ATM stack. MTP3 is a user of SSCF and passes all PDUs directly to it.

Figure C-4 ATM Protocol Encapsulation

Payload Scrambling

Payload scrambling uses the x43+1 scrambling function.

Idle Cells

Idle cells uses the following 5-byte header format:

0x00 0x00 0x00 0x01 0x52.

The content of the information field shall be 0x6A repeated 48 times.

Since idle cells are transmitted on VPI=0, VCI=0, they are immediately discarded by the receiving end.