src/lte/model/lte-ue-net-device.cc
changeset 10372 c334a429efaa
parent 10312 d37b9d88c6f1
child 10382 0b19dd1e94f7
equal deleted inserted replaced
10371:c10151ad9240 10372:c334a429efaa
   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)