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 103 of file lte-rlc-am.h.
TxPdu default constructor.
| pdu | the PDU | 
| time | the arrival time | 
Definition at line 110 of file lte-rlc-am.h.
References m_pdu, and m_waitingSince.
      
  | 
  delete | 
| Time ns3::LteRlcAm::TxPdu::m_waitingSince |