bug 1489 - Jakes Log component is missing

This commit is contained in:
Tom Henderson
2012-08-26 23:28:25 -07:00
parent b4291203c5
commit 29d841425b
3 changed files with 8 additions and 1 deletions

View File

@@ -73,7 +73,8 @@ Bugs fixed
for ns3::UdpSocketImpl::IcmpCallback
- bug 1475 - "test.py --list" should sort the output
- bug 1476 - TestCase::GetName () should not be private
- Bug 1477 - Click doesn't work with raw sockets
- bug 1477 - Click doesn't work with raw sockets
- bug 1489 - Jakes Log component is missing
- fixed bug with multiple LCs in UL BSR
- fixed bug with lena-dual-stripe crashes with --homeUesHomeEnbRatio=2

View File

@@ -21,10 +21,13 @@
#include "jakes-process.h"
#include "ns3/simulator.h"
#include "ns3/double.h"
#include "ns3/log.h"
#include "ns3/uinteger.h"
#include "propagation-loss-model.h"
#include "jakes-propagation-loss-model.h"
NS_LOG_COMPONENT_DEFINE ("JakesProcess");
namespace ns3 {
/// Represents a single oscillator

View File

@@ -20,6 +20,9 @@
#include "jakes-propagation-loss-model.h"
#include "ns3/double.h"
#include "ns3/log.h"
NS_LOG_COMPONENT_DEFINE ("Jakes");
namespace ns3
{