aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf/TbfTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tbf/TbfTest.cpp')
-rw-r--r--tests/tbf/TbfTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tbf/TbfTest.cpp b/tests/tbf/TbfTest.cpp
index 5bc492ec..5dfd2b8e 100644
--- a/tests/tbf/TbfTest.cpp
+++ b/tests/tbf/TbfTest.cpp
@@ -486,10 +486,10 @@ static void test_tbf_dl_llc_loss()
msg = ms->dl_tbf()->create_dl_acked_block(fn += 4, 7);
fprintf(stderr, "MSG = %s\n", msgb_hexdump(msg));
OSMO_ASSERT(msgb_length(msg) == 23);
- /* OSMO_ASSERT(msgb_data(msg)[10] == expected_data); */
+ OSMO_ASSERT(msgb_data(msg)[10] == expected_data);
expected_data += 1;
}
- /* OSMO_ASSERT(expected_data-1 == 3); */
+ OSMO_ASSERT(expected_data-1 == 3);
printf("=== end %s ===\n", __func__);