src/lte/model/lte-enb-net-device.h
changeset 7906 d58de34e41d3
parent 7897 313a02778014
child 7944 f7e5e0540487
--- 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);