ul_harq_nr,ue: fix format print

master
Andre Puschmann 3 years ago
parent 07cb60e3f9
commit 2313365a41

@ -206,7 +206,7 @@ void ul_harq_entity_nr::ul_harq_process_nr::new_grant_ul(const mac_interface_phy
// retransmission // retransmission
if (harq_buffer == nullptr) { if (harq_buffer == nullptr) {
// ignore the UL grant // ignore the UL grant
logger.info("UL %d: HARQ buffer empty. Ignoring grant."); logger.info("UL %d: HARQ buffer empty. Ignoring grant.", pid);
return; return;
} }

Loading…
Cancel
Save