From 97935b15417697869b9633bc8fec552a57fb29ef Mon Sep 17 00:00:00 2001 From: Ciro Nishiguchi Date: Wed, 14 Nov 2018 10:28:23 -0600 Subject: tests: Retrofit sph test to use new mock transport --- host/tests/device3_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/tests/device3_test.cpp') diff --git a/host/tests/device3_test.cpp b/host/tests/device3_test.cpp index 658855f15..db613d06e 100644 --- a/host/tests/device3_test.cpp +++ b/host/tests/device3_test.cpp @@ -36,7 +36,7 @@ uhd::both_xports_t make_mock_transport(const uhd::sid_t& tx_sid) { xports.recv_sid = tx_sid.reversed(); xports.send_buff_size = SEND_BUFF_SIZE; xports.recv_buff_size = RECV_BUFF_SIZE; - xports.send = boost::make_shared(); + xports.send = boost::make_shared(if_packet_info_t::LINK_TYPE_CHDR); xports.recv = xports.send; return xports; } -- cgit v1.2.3