View | Details | Raw Unified | Return to bug 2865
Collapse All | Expand All

(-)a/src/lte/helper/lte-helper.cc (-27 / +92 lines)
 Lines 1306-1343    Link Here 
1306
void
1306
void
1307
LteHelper::EnableLogComponents (void)
1307
LteHelper::EnableLogComponents (void)
1308
{
1308
{
1309
  LogComponentEnableAll (LOG_PREFIX_TIME);
1310
  LogComponentEnableAll (LOG_PREFIX_FUNC);
1311
  LogComponentEnableAll (LOG_PREFIX_NODE);
1312
  // Model directory
1313
  LogComponentEnable ("A2A4RsrqHandoverAlgorithm", LOG_LEVEL_ALL);
1314
  LogComponentEnable ("A3RsrpHandoverAlgorithm", LOG_LEVEL_ALL);
1315
  LogComponentEnable ("Asn1Header", LOG_LEVEL_ALL);
1316
  LogComponentEnable ("ComponentCarrier", LOG_LEVEL_ALL);
1317
  LogComponentEnable ("ComponentCarrierEnb", LOG_LEVEL_ALL);
1318
  LogComponentEnable ("ComponentCarrierUe", LOG_LEVEL_ALL);
1319
  LogComponentEnable ("CqaFfMacScheduler", LOG_LEVEL_ALL);
1320
  LogComponentEnable ("EpcEnbApplication", LOG_LEVEL_ALL);
1321
  LogComponentEnable ("EpcMme", LOG_LEVEL_ALL);
1322
  LogComponentEnable ("EpcSgwPgwApplication", LOG_LEVEL_ALL);
1323
  LogComponentEnable ("EpcTft", LOG_LEVEL_ALL);
1324
  LogComponentEnable ("EpcTftClassifier", LOG_LEVEL_ALL);
1325
  LogComponentEnable ("EpcUeNas", LOG_LEVEL_ALL);
1326
  LogComponentEnable ("EpcX2", LOG_LEVEL_ALL);
1327
  LogComponentEnable ("EpcX2Header", LOG_LEVEL_ALL);
1328
  LogComponentEnable ("FdBetFfMacScheduler", LOG_LEVEL_ALL);
1329
  LogComponentEnable ("FdMtFfMacScheduler", LOG_LEVEL_ALL);
1330
  LogComponentEnable ("FdTbfqFfMacScheduler", LOG_LEVEL_ALL);
1331
  LogComponentEnable ("FfMacScheduler", LOG_LEVEL_ALL);
1332
  LogComponentEnable ("GtpuHeader", LOG_LEVEL_ALL);
1333
  LogComponentEnable ("LteAmc", LOG_LEVEL_ALL);
1334
  LogComponentEnable ("LteAnr", LOG_LEVEL_ALL);
1335
  LogComponentEnable ("LteChunkProcessor", LOG_LEVEL_ALL);
1336
  LogComponentEnable ("LteCommon", LOG_LEVEL_ALL);
1337
  LogComponentEnable ("LteControlMessage", LOG_LEVEL_ALL);
1338
  LogComponentEnable ("LteEnbComponentCarrierManager", LOG_LEVEL_ALL);
1339
  LogComponentEnable ("LteEnbMac", LOG_LEVEL_ALL);
1340
  LogComponentEnable ("LteEnbNetDevice", LOG_LEVEL_ALL);
1341
  LogComponentEnable ("LteEnbPhy", LOG_LEVEL_ALL);
1342
  LogComponentEnable ("LteEnbRrc", LOG_LEVEL_ALL);
1343
  LogComponentEnable ("LteFfrAlgorithm", LOG_LEVEL_ALL);
1344
  LogComponentEnable ("LteFfrDistributedAlgorithm", LOG_LEVEL_ALL);
1345
  LogComponentEnable ("LteFfrEnhancedAlgorithm", LOG_LEVEL_ALL);
1346
  LogComponentEnable ("LteFfrSoftAlgorithm", LOG_LEVEL_ALL);
1347
  LogComponentEnable ("LteFrHardAlgorithm", LOG_LEVEL_ALL);
1348
  LogComponentEnable ("LteFrNoOpAlgorithm", LOG_LEVEL_ALL);
1349
  LogComponentEnable ("LteFrSoftAlgorithm", LOG_LEVEL_ALL);
1350
  LogComponentEnable ("LteFrStrictAlgorithm", LOG_LEVEL_ALL);
1351
  LogComponentEnable ("LteHandoverAlgorithm", LOG_LEVEL_ALL);
1352
  LogComponentEnable ("LteHarqPhy", LOG_LEVEL_ALL);
1353
  LogComponentEnable ("LteInterference", LOG_LEVEL_ALL);
1354
  LogComponentEnable ("LteMiErrorModel", LOG_LEVEL_ALL);
1355
  LogComponentEnable ("LteNetDevice", LOG_LEVEL_ALL);
1356
  LogComponentEnable ("LtePdcp", LOG_LEVEL_ALL);
1357
  LogComponentEnable ("LtePdcpHeader", LOG_LEVEL_ALL);
1358
  LogComponentEnable ("LtePhy", LOG_LEVEL_ALL);
1359
  LogComponentEnable ("LteRlc", LOG_LEVEL_ALL);
1360
  LogComponentEnable ("LteRlcAm", LOG_LEVEL_ALL);
1361
  LogComponentEnable ("LteRlcAmHeader", LOG_LEVEL_ALL);
1362
  LogComponentEnable ("LteRlcHeader", LOG_LEVEL_ALL);
1363
  LogComponentEnable ("LteRlcTm", LOG_LEVEL_ALL);
1364
  LogComponentEnable ("LteRlcUm", LOG_LEVEL_ALL);
1365
  LogComponentEnable ("LteRrcProtocolIdeal", LOG_LEVEL_ALL);
1366
  LogComponentEnable ("LteRrcProtocolReal", LOG_LEVEL_ALL);
1367
  LogComponentEnable ("LteSpectrumPhy", LOG_LEVEL_ALL);
1368
  LogComponentEnable ("LteSpectrumSignalParameters", LOG_LEVEL_ALL);
1369
  LogComponentEnable ("LteSpectrumValueHelper", LOG_LEVEL_ALL);
1370
  LogComponentEnable ("LteUeComponentCarrierManager", LOG_LEVEL_ALL);
1371
  LogComponentEnable ("LteUeMac", LOG_LEVEL_ALL);
1372
  LogComponentEnable ("LteUeNetDevice", LOG_LEVEL_ALL);
1373
  LogComponentEnable ("LteUePhy", LOG_LEVEL_ALL);
1374
  LogComponentEnable ("LteUePowerControl", LOG_LEVEL_ALL);
1375
  LogComponentEnable ("LteUeRrc", LOG_LEVEL_ALL);
1376
  LogComponentEnable ("LteVendorSpecificParameters", LOG_LEVEL_ALL);
1377
  LogComponentEnable ("NoOpComponentCarrierManager", LOG_LEVEL_ALL);
1378
  LogComponentEnable ("NoOpHandoverAlgorithm", LOG_LEVEL_ALL);
1379
  LogComponentEnable ("PfFfMacScheduler", LOG_LEVEL_ALL);
1380
  LogComponentEnable ("PssFfMacScheduler", LOG_LEVEL_ALL);
1381
  LogComponentEnable ("RemSpectrumPhy", LOG_LEVEL_ALL);
1382
  LogComponentEnable ("RrcHeader", LOG_LEVEL_ALL);
1383
  LogComponentEnable ("RrFfMacScheduler", LOG_LEVEL_ALL);
1384
  LogComponentEnable ("SimpleUeComponentCarrierManager", LOG_LEVEL_ALL);
1385
  LogComponentEnable ("TdBetFfMacScheduler", LOG_LEVEL_ALL);
1386
  LogComponentEnable ("TdMtFfMacScheduler", LOG_LEVEL_ALL);
1387
  LogComponentEnable ("TdTbfqFfMacScheduler", LOG_LEVEL_ALL);
1388
  LogComponentEnable ("TraceFadingLossModel", LOG_LEVEL_ALL);
1389
  LogComponentEnable ("TtaFfMacScheduler", LOG_LEVEL_ALL);
1390
  // Helper directory
1391
  LogComponentEnable ("CcHelper", LOG_LEVEL_ALL);
1392
  LogComponentEnable ("EmuEpcHelper", LOG_LEVEL_ALL);
1393
  LogComponentEnable ("EpcHelper", LOG_LEVEL_ALL);
1394
  LogComponentEnable ("LteGlobalPathlossDatabase", LOG_LEVEL_ALL);
1309
  LogComponentEnable ("LteHelper", LOG_LEVEL_ALL);
1395
  LogComponentEnable ("LteHelper", LOG_LEVEL_ALL);
1310
  LogComponentEnable ("LteEnbRrc", LOG_LEVEL_ALL);
1396
  LogComponentEnable ("LteHexGridEnbTopologyHelper", LOG_LEVEL_ALL);
1311
  LogComponentEnable ("LteUeRrc", LOG_LEVEL_ALL);
1312
  LogComponentEnable ("LteEnbMac", LOG_LEVEL_ALL);
1313
  LogComponentEnable ("LteUeMac", LOG_LEVEL_ALL);
1314
  LogComponentEnable ("LteRlc", LOG_LEVEL_ALL);
1315
  LogComponentEnable ("LteRlcUm", LOG_LEVEL_ALL);
1316
  LogComponentEnable ("LteRlcAm", LOG_LEVEL_ALL);
1317
  LogComponentEnable ("RrFfMacScheduler", LOG_LEVEL_ALL);
1318
  LogComponentEnable ("PfFfMacScheduler", LOG_LEVEL_ALL);
1319
1320
  LogComponentEnable ("LtePhy", LOG_LEVEL_ALL);
1321
  LogComponentEnable ("LteEnbPhy", LOG_LEVEL_ALL);
1322
  LogComponentEnable ("LteUePhy", LOG_LEVEL_ALL);
1323
  LogComponentEnable ("LteSpectrumValueHelper", LOG_LEVEL_ALL);
1324
  LogComponentEnable ("LteSpectrumPhy", LOG_LEVEL_ALL);
1325
  LogComponentEnable ("LteInterference", LOG_LEVEL_ALL);
1326
  LogComponentEnable ("LteChunkProcessor", LOG_LEVEL_ALL);
1327
1328
  std::string propModelStr = m_pathlossModelFactory.GetTypeId ().GetName ().erase (0,5).c_str ();
1329
  LogComponentEnable ("LteNetDevice", LOG_LEVEL_ALL);
1330
  LogComponentEnable ("LteUeNetDevice", LOG_LEVEL_ALL);
1331
  LogComponentEnable ("LteEnbNetDevice", LOG_LEVEL_ALL);
1332
1333
  LogComponentEnable ("RadioBearerStatsCalculator", LOG_LEVEL_ALL);
1334
  LogComponentEnable ("LteStatsCalculator", LOG_LEVEL_ALL);
1397
  LogComponentEnable ("LteStatsCalculator", LOG_LEVEL_ALL);
1335
  LogComponentEnable ("MacStatsCalculator", LOG_LEVEL_ALL);
1398
  LogComponentEnable ("MacStatsCalculator", LOG_LEVEL_ALL);
1336
  LogComponentEnable ("PhyTxStatsCalculator", LOG_LEVEL_ALL);
1337
  LogComponentEnable ("PhyRxStatsCalculator", LOG_LEVEL_ALL);
1399
  LogComponentEnable ("PhyRxStatsCalculator", LOG_LEVEL_ALL);
1338
  LogComponentEnable ("PhyStatsCalculator", LOG_LEVEL_ALL);
1400
  LogComponentEnable ("PhyStatsCalculator", LOG_LEVEL_ALL);
1339
1401
  LogComponentEnable ("PhyTxStatsCalculator", LOG_LEVEL_ALL);
1340
1402
  LogComponentEnable ("PointToPointEpcHelper", LOG_LEVEL_ALL);
1403
  LogComponentEnable ("RadioBearerStatsCalculator", LOG_LEVEL_ALL);
1404
  LogComponentEnable ("RadioBearerStatsConnector", LOG_LEVEL_ALL);
1405
  LogComponentEnable ("RadioEnvironmentMapHelper", LOG_LEVEL_ALL);
1341
}
1406
}
1342
1407
1343
void
1408
void

Return to bug 2865