deallocate sdu in rlc_am_test

This commit is contained in:
Andre Puschmann 2018-02-16 10:25:57 +01:00
parent a2129601df
commit 48278c4c06
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ public:
{
assert(lcid == 1);
sdus[n_sdus++] = sdu;
byte_buffer_pool::get_instance()->deallocate(sdu);
}
void write_pdu_bcch_bch(byte_buffer_t *sdu) {}
void write_pdu_bcch_dlsch(byte_buffer_t *sdu) {}