diff --git a/srsenb/hdr/stack/rrc/rrc_paging.h b/srsenb/hdr/stack/rrc/rrc_paging.h index 09ffed37f..ce13a60c6 100644 --- a/srsenb/hdr/stack/rrc/rrc_paging.h +++ b/srsenb/hdr/stack/rrc/rrc_paging.h @@ -231,7 +231,7 @@ bool paging_manager::read_pdu_pcch(tti_point tti_tx_dl, const Callable& func) } // Call callable for existing PCCH pdu - if (func(*pending_pcch->pdu, pending_pcch->pcch_msg, pending_pcch->tti_tx_dl.is_valid())) { + if (func(*pending_pcch->pdu, pending_pcch->pcch_msg, not pending_pcch->is_tx())) { pending_pcch->tti_tx_dl = tti_tx_dl; return true; }