diff --git a/src/lte/model/lte-enb-phy.h b/src/lte/model/lte-enb-phy.h index 7c8e7dcb0..54c4b6875 100644 --- a/src/lte/model/lte-enb-phy.h +++ b/src/lte/model/lte-enb-phy.h @@ -105,7 +105,7 @@ public: * the physical layer with the signal received from eNB * \param sinr SINR values vector */ - UlCqi_s LteEnbPhy::CreateUlCqiReport (const SpectrumValue& sinr); + UlCqi_s CreateUlCqiReport (const SpectrumValue& sinr); void DoSendIdealControlMessage (Ptr msg);