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