equal
deleted
inserted
replaced
170 } |
170 } |
171 |
171 |
172 uint16_t |
172 uint16_t |
173 LteUeNetDevice::GetDlEarfcn () const |
173 LteUeNetDevice::GetDlEarfcn () const |
174 { |
174 { |
|
175 NS_LOG_FUNCTION (this); |
175 return m_dlEarfcn; |
176 return m_dlEarfcn; |
176 } |
177 } |
177 |
178 |
178 void |
179 void |
179 LteUeNetDevice::SetDlEarfcn (uint16_t earfcn) |
180 LteUeNetDevice::SetDlEarfcn (uint16_t earfcn) |
180 { |
181 { |
|
182 NS_LOG_FUNCTION (this << earfcn); |
181 m_dlEarfcn = earfcn; |
183 m_dlEarfcn = earfcn; |
182 } |
184 } |
183 |
185 |
184 void |
186 void |
185 LteUeNetDevice::SetTargetEnb (Ptr<LteEnbNetDevice> enb) |
187 LteUeNetDevice::SetTargetEnb (Ptr<LteEnbNetDevice> enb) |