fixing PDCP call in TTCN3 SS

this fixes an issue introduced in 6ec573987a
master
Andre Puschmann 5 years ago
parent 4d9a092bb4
commit bc6aa1a166

@ -747,7 +747,7 @@ public:
// push to PDCP and create DL grant for it // push to PDCP and create DL grant for it
log.info("Writing PDU (%d B) to LCID=%d\n", pdu->N_bytes, lcid); log.info("Writing PDU (%d B) to LCID=%d\n", pdu->N_bytes, lcid);
pdcp.write_sdu(lcid, std::move(pdu)); pdcp.write_sdu(lcid, std::move(pdu), true);
} }
void add_pch_pdu(unique_byte_buffer_t pdu) void add_pch_pdu(unique_byte_buffer_t pdu)

Loading…
Cancel
Save