Revert "rlc_um_nr_test: disable test9 until low TCP UL rates are understood/fixed"

This reverts commit e491aef74e.
This commit is contained in:
Andre Puschmann 2021-11-08 14:55:24 +01:00
parent f99d6bc224
commit 7141fda69c
1 changed files with 0 additions and 3 deletions

View File

@ -667,13 +667,10 @@ int main(int argc, char** argv)
return SRSRAN_ERROR;
}
// temporarily disabling
#if 0
if (rlc_um_nr_test9()) {
fprintf(stderr, "rlc_um_nr_test9() failed.\n");
return SRSRAN_ERROR;
}
#endif
#if PCAP
pcap_handle->close();