equal
deleted
inserted
replaced
66 |
66 |
67 virtual ~LteUePhy (); |
67 virtual ~LteUePhy (); |
68 |
68 |
69 // inherited from Object |
69 // inherited from Object |
70 static TypeId GetTypeId (void); |
70 static TypeId GetTypeId (void); |
71 virtual void DoStart (void); |
71 virtual void DoInitialize (void); |
72 virtual void DoDispose (void); |
72 virtual void DoDispose (void); |
73 |
73 |
74 /** |
74 /** |
75 * \brief Get the PHY SAP provider |
75 * \brief Get the PHY SAP provider |
76 * \return a pointer to the SAP Provider |
76 * \return a pointer to the SAP Provider |