--- a/src/lte/model/lte-enb-net-device.h Wed Mar 23 11:02:32 2011 +0100
+++ b/src/lte/model/lte-enb-net-device.h Thu Mar 24 10:20:18 2011 +0100
@@ -55,9 +55,12 @@
/**
* \brief Create eNB net device
* \param node the network node
- * \param phy the physical object attache dto it
+ * \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);
+ LteEnbNetDevice (Ptr<Node> node, Ptr<LteEnbPhy> phy, Ptr<LteEnbMac> mac, Ptr<FfMacScheduler> sched, Ptr<LteEnbRrc> rrc);
virtual ~LteEnbNetDevice (void);
virtual void DoDispose (void);