We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e370e commit 478119cCopy full SHA for 478119c
tests/unittests/phy/upper/channel_processors/pusch/pusch_processor_vectortest.cpp
@@ -313,7 +313,12 @@ class PuschProcessorFixture : public ::testing::TestWithParam<PuschProcessorPara
313
ASSERT_NE(pusch_proc_factory, nullptr) << "Invalid PUSCH processor factory.";
314
315
// Create actual PUSCH processor.
316
+#if 0
317
+ srslog::init();
318
+ pusch_proc = pusch_proc_factory->create(srslog::fetch_basic_logger("PUSCH"));
319
+#else
320
pusch_proc = pusch_proc_factory->create();
321
+#endif
322
ASSERT_NE(pusch_proc, nullptr);
323
324
// Create actual PUSCH processor validator.
0 commit comments