1 transmitter overview, 1 aal5 transmitter overview, 2 aal1 transmitter overview – Motorola MPC8260 User Manual

Page 785: Transmitter overview -5, Aal5 transmitter overview -5, Aal1 transmitter overview -5

Advertising
background image

29-5

MPC8260 PowerQUICC II UserÕs Manual

MOTOROLA

Part IV. Communications Processor Module

29.2.1 Transmitter Overview

Before the transmitter is enabled, the host must initialize the MPC8260 and create the
transmit data structure, described in Section 29.10, ÒATM Memory Structure.Ó When data
is ready for transmission, the host arranges the BD table and writes the pointer of the Þrst
BD in the transmit connection table (TCT). The host issues an

ATM

TRANSMIT

command,

which inserts the current channel to the ATM pace control (APC) unit. The APC unit
controls the ATM trafÞc of the transmitter. It reads the trafÞc parameters of each channel
and divides the total bandwidth among them. The APC unit can pace the peak cell rate,
peak-and-sustain cell rate (GCRA trafÞc) or peak-and-minimum cell rate trafÞc. The APC
implements up to eight priority levels for servicing real-time channels before non-real-time
channels.

The transmitter ATM cell is 53Ð65 bytes and includes 4 bytes of ATM cell header, a 1-byte
HEC, and 48 bytes of payload. The HEC is a constant taken from FDSRx[0Ð15] when using
UTOPIA 16 and from FDSRx[8Ð15] when using UTOPIA 8; see Section 28.4, ÒFCC Data
Synchronization Registers (FDSRx).
Ó User-deÞned cells (UDC mode) include an extra
header of 1Ð12 bytes with an optional HEC octet. Cell transfers use the UTOPIA level II,
cell-level handshake.

Transmission starts when the APC schedules a channel. According to the channel code, the
ATM controller reads the channelÕs entry in the TCT and opens the Þrst BD for
transmission.

29.2.1.1 AAL5 Transmitter Overview

The transmitter reads 48 bytes from the external buffer, adds the cell header, and sends the
cell through the UTOPIA interface. The transmitter adds any padding needed and appends
the AAL5 trailer in the last cell of the AAL5 frame. The trailer consists of CPCS-UU+CPI,
data length, and CRC-32 as deÞned in ITU I.363. The CPCS-UU+CPI (2-byte entry) can
be speciÞed by the user or optionally cleared by the transmitter; see Section 29.10.2.3,
ÒTransmit Connection Table (TCT).
Ó The transmitter identiÞes the last cell of the AAL5
message by setting the last (L) indication bit in the PTI Þeld of the cell header. An interrupt
may be generated to indicate the end of the frame.

When the transmission of the current frame ends and no additional valid buffers are in the
BD table, the transmit process ends. The transmitter keeps polling the BD table every time
this channel is scheduled to transmit. In auto-VC-off mode, the APC automatically
deactivates the current channel when no buffer is ready to transmit. In this case, a new

ATM

TRANSMIT

command is needed for transmission of the VC to resume. Note that a buffer-not-

ready indication during frame transmission aborts the frame transfer.

29.2.1.2 AAL1 Transmitter Overview

The MPC8260 supports both structured and unstructured AAL1 formats. For the
unstructured format, the transmitter reads 47 bytes from the external buffer and inserts them
into the AAL1 user data Þeld. The AAL1 PDU header, which consists of the sequence
number (SN) and the sequence number protection (SNP) (CRC-3 and parity bit), is

Advertising