count MCH traffic at MAC

This commit is contained in:
Andre Puschmann 2018-05-16 17:54:41 +02:00
parent f554308632
commit 472b65e4d0
1 changed files with 2 additions and 0 deletions

View File

@ -246,6 +246,8 @@ void mac::mch_decoded_ok(uint32_t len)
if (pcap) {
pcap->write_dl_mch(mch_payload_buffer, len, true, phy_h->get_current_tti());
}
metrics.rx_brate += len*8;
}
void mac::tb_decoded(bool ack, uint32_t tb_idx, srslte_rnti_type_t rnti_type, uint32_t harq_pid)