src/lte/model/lte-enb-mac.cc
changeset 9609 13aed388469a
parent 9535 999521532532
child 9611 ec2368a02e3c
equal deleted inserted replaced
9608:f59af253fb21 9609:13aed388469a
   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