Store an incoming (from layer above us) PDU, waiting to transmit it. More...
| Public Member Functions | |
| TxPdu ()=delete | |
| TxPdu (const Ptr< Packet > &pdu, const Time &time) | |
| TxPdu default constructor. | |
| Public Attributes | |
| Ptr< Packet > | m_pdu | 
| PDU. | |
| Time | m_waitingSince | 
| Layer arrival time. | |
Store an incoming (from layer above us) PDU, waiting to transmit it.
Definition at line 95 of file lte-rlc-um.h.
TxPdu default constructor.
| pdu | the PDU | 
| time | the arrival time | 
Definition at line 102 of file lte-rlc-um.h.
References m_pdu, and m_waitingSince.
| 
 | delete | 
| Time ns3::LteRlcUm::TxPdu::m_waitingSince |