Unipisa / Simu5G

Simu5G - 5G NR and LTE/LTE-A user-plane simulation model for OMNeT++ & INET
https://simu5g.org
Other
147 stars 83 forks source link

CQI and SINR values in the "cars" scenario #190

Closed rimsayegh closed 7 months ago

rimsayegh commented 10 months ago

Hello everyone,

I am currently engaged in a project involving the car scenario within Simu5G. I observed that altering the CQI value, either by increasing or decreasing it, did not correspondingly affect the "measuredSinrDl:mean" and "measuredSinrUl:mean" values. Typically, one would expect the SINR value to increase in tandem with the CQI value.

My question is: How are "measuredSinrDl:mean" and "measuredSinrUl:mean" implemented in Simu5G? And What is the problem in my results?

Thank you