Update test lte-epc-e2e-data for avoiding failing due to random PHY layer errors

This commit is contained in:
Marco Miozzo
2012-04-17 11:43:12 +02:00
parent f3355faafa
commit 2e0a25be66

View File

@@ -109,7 +109,7 @@ LteEpcE2eDataTestCase::~LteEpcE2eDataTestCase ()
void
LteEpcE2eDataTestCase::DoRun ()
{
Config::SetDefault ("ns3::LteSpectrumPhy::PemEnabled", BooleanValue (false));
Ptr<LteHelper> lteHelper = CreateObject<LteHelper> ();
Ptr<EpcHelper> epcHelper = CreateObject<EpcHelper> ();
lteHelper->SetEpcHelper (epcHelper);