equal
deleted
inserted
replaced
625 } |
625 } |
626 |
626 |
627 void |
627 void |
628 LteEnbMac::DoReceiveRachPreamble (uint8_t rapId) |
628 LteEnbMac::DoReceiveRachPreamble (uint8_t rapId) |
629 { |
629 { |
630 NS_LOG_FUNCTION (this << rapId); |
630 NS_LOG_FUNCTION (this << (uint32_t) rapId); |
631 // just record that the preamble has been received; it will be processed later |
631 // just record that the preamble has been received; it will be processed later |
632 ++m_receivedRachPreambleCount[rapId]; // will create entry if not exists |
632 ++m_receivedRachPreambleCount[rapId]; // will create entry if not exists |
633 } |
633 } |
634 |
634 |
635 void |
635 void |