Jump to content

Packet Data Convergence Protocol

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by ChardingLLNL (talk | contribs) at 21:16, 31 May 2006 (loseless -> lossless and made it a wiki link to article Lossless data compression; cleanup English usage). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

PDCP is an abbreviation for Packet Data Convergence Protocol. It is one of the layers of the Radio Traffic Stack in UMTS and performs IP header compression and decompression, transfer of user data and maintenance of sequence numbers for Radio Bearers which are configured for lossless SRNS relocation.

The compression technique can be based on either RFC 2507 or RFC 3095. RFC 1144 can also be used for some background information, and although the techniques in the RFC are not used in modern TCP/IP implimentations, it still shows what the compression/decompression technique looks like.

If PDCP is configured for No Compression it will send the IP Packets without compression, else it will compress the packets according to it's configuration by upper layer and attach a PDCP header and send the packet. It uses the service provided by a lower layer called RLC.

PDCP header consists of two fields: PID and PDU TYPE. The PDU type field indicates whether the PDU is Data PDU or Sequence Number PDU. The PID field value indicates header compression protocol type used and packet type or CID.