lte: remove test artifacts from main directory

This commit is contained in:
Tommaso Pecorella
2024-06-10 10:39:52 +02:00
parent 0e48e6ce28
commit 2274255ae1

View File

@@ -167,6 +167,11 @@ LenaDataPhyErrorModelTestCase::DoRun()
Config::SetDefault("ns3::RrFfMacScheduler::HarqEnabled", BooleanValue(false));
Config::SetGlobal("RngRun", UintegerValue(m_rngRun));
Config::SetDefault("ns3::RadioBearerStatsCalculator::DlRlcOutputFilename",
StringValue(CreateTempDirFilename("DlRlcStats.txt")));
Config::SetDefault("ns3::RadioBearerStatsCalculator::UlRlcOutputFilename",
StringValue(CreateTempDirFilename("UlRlcStats.txt")));
// Disable Uplink Power Control
Config::SetDefault("ns3::LteUePhy::EnableUplinkPowerControl", BooleanValue(false));