In the trace ns3::LteUePhy::RsrpSinrTracedCallback, the sinr values can be obtained. In the function LteAmc::CreateCqiFeedbacks (const SpectrumValue& sinr, uint8_t rbgSize), the input must be the SpectrumValue. How can we get the CQI values using the sinr values?
Appreciate for any help!