src/lte/model/lte-rlc-um.cc
changeset 9609 13aed388469a
parent 9470 2f0bc0c5c7fe
child 9771 ddea5860c58c
child 10064 e654db11b4ae
equal deleted inserted replaced
9608:f59af253fb21 9609:13aed388469a
    46   m_reassemblingState = WAITING_S0_FULL;
    46   m_reassemblingState = WAITING_S0_FULL;
    47 }
    47 }
    48 
    48 
    49 LteRlcUm::~LteRlcUm ()
    49 LteRlcUm::~LteRlcUm ()
    50 {
    50 {
       
    51   NS_LOG_FUNCTION (this);
    51 }
    52 }
    52 
    53 
    53 TypeId
    54 TypeId
    54 LteRlcUm::GetTypeId (void)
    55 LteRlcUm::GetTypeId (void)
    55 {
    56 {
    69 LteRlcUm::DoDispose ()
    70 LteRlcUm::DoDispose ()
    70 {
    71 {
    71   NS_LOG_FUNCTION (this);
    72   NS_LOG_FUNCTION (this);
    72   m_reorderingTimer.Cancel ();
    73   m_reorderingTimer.Cancel ();
    73   m_rbsTimer.Cancel ();
    74   m_rbsTimer.Cancel ();
       
    75 
       
    76   LteRlc::DoDispose ();
    74 }
    77 }
    75 
    78 
    76 /**
    79 /**
    77  * RLC SAP
    80  * RLC SAP
    78  */
    81  */