You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I struggle with the following issue: I implement some advanced HO decision algorithm. I run two different configurations (using some 5G network) to show the difference to the default HO decision: The first runs the simulation with the default behaviour. The second configuration is basically the same, but enables the HO decision algorithm, which results in slightly different HO behaviour. Although this results in some differences in terms of the HO in both simulations, in most of the time, the UEs are attached to the same gNBs (just a few ping-pong effects are avoided). Before the first HO attempt, both simulations show the same RSSI value of the serving gNB for the UE. However, in case of the first different HO decision, the RSSI value becomes different, even in some later point in time when the UE is attached to the same gNB in both simulation runs. Thus, the RSSI becomes than quite different, although the UE is at the same position and attached to the same gNB.
I assume this has something to do with the rng configuration. I would like to achieve that the RSSI is the same when running both configurations - it should be only different for the point in time when the UE is attached to different gNBs. Is there any way to achieve this?
The text was updated successfully, but these errors were encountered:
ChristophPargfrieder
changed the title
Randomness in RSSI for different configurations
Randomness of RSSI value for different configurations
Dec 14, 2024
Hey,
I struggle with the following issue: I implement some advanced HO decision algorithm. I run two different configurations (using some 5G network) to show the difference to the default HO decision: The first runs the simulation with the default behaviour. The second configuration is basically the same, but enables the HO decision algorithm, which results in slightly different HO behaviour. Although this results in some differences in terms of the HO in both simulations, in most of the time, the UEs are attached to the same gNBs (just a few ping-pong effects are avoided). Before the first HO attempt, both simulations show the same RSSI value of the serving gNB for the UE. However, in case of the first different HO decision, the RSSI value becomes different, even in some later point in time when the UE is attached to the same gNB in both simulation runs. Thus, the RSSI becomes than quite different, although the UE is at the same position and attached to the same gNB.
I assume this has something to do with the rng configuration. I would like to achieve that the RSSI is the same when running both configurations - it should be only different for the point in time when the UE is attached to different gNBs. Is there any way to achieve this?
The text was updated successfully, but these errors were encountered: