Added test for reception of duplicated packets

This commit is contained in:
Pedro Alvarez 2019-10-15 13:55:50 +01:00 committed by Andre Puschmann
parent 347e10d967
commit 900d535baa
1 changed files with 22 additions and 22 deletions

View File

@ -467,8 +467,8 @@ int run_all_tests(srslte::byte_buffer_pool* pool)
// srslte::unique_byte_buffer_t sdu = srslte::allocate_unique_buffer(*pool);
// sdu->append_bytes(sdu2, sizeof(sdu2));
// uint32_t tx_next = 1;
//srslte::unique_byte_buffer_t pdu = gen_expected_pdu(std::move(sdu), tx_next, srslte::PDCP_SN_LEN_18, sec_cfg, pool, &log);
//print_packet_array(pdu);
// srslte::unique_byte_buffer_t pdu = gen_expected_pdu(std::move(sdu), tx_next, srslte::PDCP_SN_LEN_18, sec_cfg, pool,
// &log); print_packet_array(pdu);
return 0;
}