diff --git a/srsue/src/stack/mac/demux.cc b/srsue/src/stack/mac/demux.cc index 3a2d74a65..77f666f78 100644 --- a/srsue/src/stack/mac/demux.cc +++ b/srsue/src/stack/mac/demux.cc @@ -105,7 +105,7 @@ void demux::push_pdu_temp_crnti(uint8_t* buff, uint32_t nof_bytes) pending_mac_msg.reset(); if (is_uecrid_successful) { Debug("Saved MAC PDU with Temporal C-RNTI in buffer"); - pdus.push(buff, nof_bytes, srsran::pdu_queue::DCH); + pdus.push(buff, nof_bytes, 0, srsran::pdu_queue::DCH); } else { pdus.deallocate(buff); }