Added test for reception of duplicated packets

master
Pedro Alvarez 5 years ago committed by Andre Puschmann
parent 347e10d967
commit 900d535baa

@ -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;
}

Loading…
Cancel
Save