Unipisa / Simu5G

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

SINR of band used by ue #96

Closed wggegshjg closed 1 year ago

wggegshjg commented 1 year ago

Dear author is there any way to get the SINR of the band used by the current ue instead of an average value.

simu5G-1.1.0

giovanninardini commented 1 year ago

Hello,

the getSinr() function returns a vector, which includes one SINR value for each band. You can use the return value of that function to observe the SINR for a given band.

Best regards. Giovanni