PDCP

PDCP is an abbreviation for Packet Data Convergence Protocol. It is one of the layers of the Radio Traffic Stack in LTE, 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 serving radio network subsystem (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 implementations, 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; otherwise it will compress the packets according to its configuration by upper layer and attach a PDCP header and send the packet. It uses the service provided by a lower layer called Radio Link Control (RLC) that uses the Radio Link Protocol.

PDCP header consists of two fields: PID and PDU TYPE.

References

This article is issued from Wikipedia - version of the Monday, June 29, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.