LtePdcpSpecificLteRlcSapUser class. More...
 Inheritance diagram for ns3::LtePdcpSpecificLteRlcSapUser:
 Inheritance diagram for ns3::LtePdcpSpecificLteRlcSapUser: Collaboration diagram for ns3::LtePdcpSpecificLteRlcSapUser:
 Collaboration diagram for ns3::LtePdcpSpecificLteRlcSapUser:| Public Member Functions | |
| LtePdcpSpecificLteRlcSapUser (LtePdcp *pdcp) | |
| Constructor.  More... | |
| 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 | |
| LtePdcpSpecificLteRlcSapUser () | |
| Private Attributes | |
| LtePdcp * | m_pdcp | 
| the PDCP  More... | |
LtePdcpSpecificLteRlcSapUser class.
Definition at line 34 of file lte-pdcp.cc.
| ns3::LtePdcpSpecificLteRlcSapUser::LtePdcpSpecificLteRlcSapUser | ( | LtePdcp * | pdcp | ) | 
| 
 | private | 
Definition at line 57 of file lte-pdcp.cc.
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 62 of file lte-pdcp.cc.
References ns3::LtePdcp::DoReceivePdu(), and m_pdcp.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private |