Unipisa / Simu5G

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

Bug: wrong carrierFreq selection in muli-carrier case #173

Closed stefanSchuhbaeck closed 10 months ago

stefanSchuhbaeck commented 11 months ago

If multi-carrier frequencies are configured calling phy_->getChannelModel() without a parameter, it will return the first channel model (ned-array index zero). This does not have to be the correct one. Use carrierFreq provided in the info pointer.

Fix see #172

giovanninardini commented 10 months ago

172 has been merged. Thanks.