equal
deleted
inserted
replaced
100 * \return the noise figure in dB |
100 * \return the noise figure in dB |
101 */ |
101 */ |
102 double GetNoiseFigure () const; |
102 double GetNoiseFigure () const; |
103 |
103 |
104 /** |
104 /** |
|
105 * \param delay the TTI delay between MAC and channel |
|
106 */ |
|
107 void SetMacChDelay (uint8_t delay); |
|
108 |
|
109 /** |
|
110 * \returns the TTI delay between MAC and channel |
|
111 */ |
|
112 uint8_t GetMacChDelay (void) const; |
|
113 |
|
114 /** |
105 * \brief Queue the MAC PDU to be sent |
115 * \brief Queue the MAC PDU to be sent |
106 * \param p the MAC PDU to sent |
116 * \param p the MAC PDU to sent |
107 */ |
117 */ |
108 virtual void DoSendMacPdu (Ptr<Packet> p); |
118 virtual void DoSendMacPdu (Ptr<Packet> p); |
109 |
119 |