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

(-)a/src/lte/helper/lte-helper.cc (+3 lines)
 Lines 1303-1308   LteHelper::ActivateDataRadioBearer (NetDeviceContainer ueDevices, EpsBearer bear Link Here 
1303
void
1303
void
1304
LteHelper::EnableLogComponents (void)
1304
LteHelper::EnableLogComponents (void)
1305
{
1305
{
1306
  LogComponentEnableAll (LOG_PREFIX_TIME);
1307
  LogComponentEnableAll (LOG_PREFIX_FUNC);
1308
  LogComponentEnableAll (LOG_PREFIX_NODE);
1306
  LogComponentEnable ("LteHelper", LOG_LEVEL_ALL);
1309
  LogComponentEnable ("LteHelper", LOG_LEVEL_ALL);
1307
  LogComponentEnable ("LteEnbRrc", LOG_LEVEL_ALL);
1310
  LogComponentEnable ("LteEnbRrc", LOG_LEVEL_ALL);
1308
  LogComponentEnable ("LteUeRrc", LOG_LEVEL_ALL);
1311
  LogComponentEnable ("LteUeRrc", LOG_LEVEL_ALL);

Return to bug 2865