inet-framework / simulte

SimuLTE - LTE System Level Simulation Model and Simulator for INET & OMNeT++ - deprecated, use Simu5G instead
https://simulte.omnetpp.org
Other
137 stars 110 forks source link

Dynamic association compared to RSSI 0dB (1mW) on init and will not select any eNB #64

Open stefanSchuhbaeck opened 3 years ago

stefanSchuhbaeck commented 3 years ago

The candidateMasterRssi_ is initialized to 0 during initialization line 44. If dynamicCellAssociation is true the calculated RSSI is compared here to the initial value of 0dBm which is never reached, thus no association takes place. Initializing candiatemasterRssi_ with e.g. -120dB will select the 'best' eNB during association, even if communication is not possible because of bad RSSI value.