--- a/src/lte/model/lte-enb-net-device.h Mon Oct 24 18:08:24 2011 +0200
+++ b/src/lte/model/lte-enb-net-device.h Wed Oct 26 13:45:00 2011 +0200
@@ -22,13 +22,12 @@
#ifndef LTE_ENB_NET_DEVICE_H
#define LTE_ENB_NET_DEVICE_H
-#include "lte-net-device.h"
+#include "ns3/lte-net-device.h"
#include "ns3/event-id.h"
#include "ns3/mac48-address.h"
#include "ns3/traced-callback.h"
#include "ns3/nstime.h"
-#include "ns3/log.h"
-#include "lte-phy.h"
+#include "ns3/lte-phy.h"
#include <vector>
namespace ns3 {
@@ -53,16 +52,7 @@
public:
static TypeId GetTypeId (void);
- LteEnbNetDevice (void);
- /**
- * \brief Create eNB net device
- * \param node the network node
- * \param phy the physical object attached to it
- * \param mac the mac layer object attached to it
- * \param sched the scheduler object attached to it
- * \param rrc the rrc entity object attached to it
- */
- LteEnbNetDevice (Ptr<Node> node, Ptr<LteEnbPhy> phy, Ptr<LteEnbMac> mac, Ptr<FfMacScheduler> sched, Ptr<LteEnbRrc> rrc);
+ LteEnbNetDevice ();
virtual ~LteEnbNetDevice (void);
virtual void DoDispose (void);