bug 1489 - Jakes Log component is missing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user