changeset 8664 | ab4c821fc251 |
parent 8256 | 629982ba48a8 |
child 8822 | 49d3a0979d43 |
child 9035 | e40974228d94 |
8663:5e7f07723483 | 8664:ab4c821fc251 |
---|---|
76 |
76 |
77 return psd; |
77 return psd; |
78 } |
78 } |
79 |
79 |
80 void |
80 void |
81 LteTestUePhy::GenerateCqiFeedback (const SpectrumValue& sinr) |
81 LteTestUePhy::GenerateCqiReport (const SpectrumValue& sinr) |
82 { |
82 { |
83 NS_LOG_FUNCTION (this); |
83 NS_LOG_FUNCTION (this); |
84 |
84 |
85 // Store calculated SINR, it will be retrieved at the end of the test |
85 // Store calculated SINR, it will be retrieved at the end of the test |
86 m_sinr = sinr; |
86 m_sinr = sinr; |