Replies: 1 comment
-
Hi @R0B1NNN1 , BS and UEs can only connect if they are in range and the connection is dropped when a UE moves out of range. Specifically, the SNR needs to be above a predefined SNR threshold to allow a connection: https://github.com/stefanbschneider/mobile-env/blob/main/mobile_env/core/base.py#L263 The SNR threshold can be defined per UE and is given as Does this answer your question? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@stefanbschneider :
Hi, I have a question about the
mobile-env
, is there any association between BS and UE? Like any BS can connect to the UE or they can only connect to the UE in its own range. After the UE are out of range, the BS will not serve it anymore?Beta Was this translation helpful? Give feedback.
All reactions