Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stefanSchuhbaeck
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant