fixed compilation error in lte-enb-phy.h

This commit is contained in:
Nicola Baldo
2011-04-01 10:53:10 +02:00
parent 667b4a0066
commit 6944883493

View File

@@ -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<IdealControlMessage> msg);