09.07.2015 Views

Understanding LTE Model Internals and Interfaces

Understanding LTE Model Internals and Interfaces

Understanding LTE Model Internals and Interfaces

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

1581 <strong>Underst<strong>and</strong>ing</strong> <strong>LTE</strong> <strong>Model</strong> <strong>Internals</strong> <strong>and</strong> <strong>Interfaces</strong>PDCP Features <strong>and</strong> Related Code• PDCP overhead of 16 bits is added to all higher-layer packets.• PDCP header compression is performed for UDP/IP <strong>and</strong> TCP/IP headers forall higher-layer packets.• Encapsulation: All packets entering <strong>LTE</strong> go through PDCP encapsulation• lte_pdcp_pdu• Encapsulation occurs in lte_support_pdcp_higher_layer_to_pdcp_pdu_convert() inlte_support.ex.c• Compression supported conditionally for TCP/IP <strong>and</strong> UDP/IP• lte_support_pdcp_header_comp_size_compute() in lte_support.ex.c does thecompression job• Compression algorithm: A compression factor generated using aconfigured distribution• Compression reflected by setting the a negative bulk size for lte_pdcp_pdu• Decapsulation:• Simply recovers original packet – its size was never changed• lte_support_pdcp_pdu_to_higher_layer_convert() in lte_support.ex.cCONFIDENTIAL ─ RESTRICTED ACCESS: This information may not be disclosed, copied, or transmitted in any format without the prior written consent of OPNET Technologies, Inc. © 2010 OPNET Technologies, Inc.38

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!