aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/vrt_test.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2013-09-23 13:52:21 -0700
committerJosh Blum <josh@joshknows.com>2013-09-23 13:52:21 -0700
commita0f001ebaedfc0352fb1da2bde7110709be269b8 (patch)
tree655f0f2d5a108be65a367d72a4be712d1fecbafd /host/tests/vrt_test.cpp
parent0c5099ab4d699a2297e2d1262d79b091aa99c09a (diff)
downloaduhd-a0f001ebaedfc0352fb1da2bde7110709be269b8.tar.gz
uhd-a0f001ebaedfc0352fb1da2bde7110709be269b8.tar.bz2
uhd-a0f001ebaedfc0352fb1da2bde7110709be269b8.zip
vrt: remote tlr from test (not supported)
Diffstat (limited to 'host/tests/vrt_test.cpp')
-rw-r--r--host/tests/vrt_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/tests/vrt_test.cpp b/host/tests/vrt_test.cpp
index 225fa4f2b..62284b239 100644
--- a/host/tests/vrt_test.cpp
+++ b/host/tests/vrt_test.cpp
@@ -176,7 +176,7 @@ BOOST_AUTO_TEST_CASE(test_with_chdr){
if_packet_info.has_cid = false;
if_packet_info.has_tsi = false;
if_packet_info.has_tsf = true;
- if_packet_info.has_tlr = true;
+ if_packet_info.has_tlr = false; //tlr not suported in CHDR
if_packet_info.tsi = std::rand();
if_packet_info.tsf = std::rand();
if_packet_info.num_payload_words32 = 24;