nas_5g_msg_test: remove copy_msg_to_buffer() that is now in test_common.h

master
Andre Puschmann 3 years ago
parent 724af2b060
commit 654afac9c7

@ -47,13 +47,6 @@ inline void hex_dump(uint8_t* buf, uint32_t buf_length)
printf("\n"); printf("\n");
} }
void copy_msg_to_buffer(srsran::unique_byte_buffer_t& pdu, srsran::const_byte_span msg)
{
pdu = srsran::make_byte_buffer();
memcpy(pdu->msg, msg.data(), msg.size());
pdu->N_bytes = msg.size();
}
int registration_request_unpacking_packing_test(srsran::nas_pcap* pcap) int registration_request_unpacking_packing_test(srsran::nas_pcap* pcap)
{ {
uint8_t reg_request[] = {0x7e, 0x00, 0x41, 0x79, 0x00, 0x0b, 0xf2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, uint8_t reg_request[] = {0x7e, 0x00, 0x41, 0x79, 0x00, 0x0b, 0xf2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

Loading…
Cancel
Save