#include "lte-rlc-sap.h"
 Inheritance diagram for ns3::LteRlcSpecificLteRlcSapUser< C >:
 Collaboration diagram for ns3::LteRlcSpecificLteRlcSapUser< C >:Public Member Functions | |
| LteRlcSpecificLteRlcSapUser (C *pdcp) | |
| virtual void | ReceivePdcpPdu (Ptr< Packet > p) | 
| Called by the RLC entity to notify the PDCP entity of the reception of a new PDCP PDU.  More... | |
  Public Member Functions inherited from ns3::LteRlcSapUser | |
| virtual | ~LteRlcSapUser () | 
Private Member Functions | |
| LteRlcSpecificLteRlcSapUser () | |
Private Attributes | |
| C * | m_pdcp | 
Definition at line 115 of file lte-rlc-sap.h.
| ns3::LteRlcSpecificLteRlcSapUser< C >::LteRlcSpecificLteRlcSapUser | ( | C * | pdcp | ) | 
Definition at line 129 of file lte-rlc-sap.h.
      
  | 
  private | 
Definition at line 135 of file lte-rlc-sap.h.
      
  | 
  virtual | 
Called by the RLC entity to notify the PDCP entity of the reception of a new PDCP PDU.
| p | the PDCP PDU | 
Implements ns3::LteRlcSapUser.
Definition at line 140 of file lte-rlc-sap.h.
      
  | 
  private | 
Definition at line 125 of file lte-rlc-sap.h.