Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Set Base Station Coverage #261

Open
845756518 opened this issue May 15, 2023 · 2 comments
Open

How to Set Base Station Coverage #261

845756518 opened this issue May 15, 2023 · 2 comments
Labels

Comments

@845756518
Copy link

Hi, I'm using mmwave module to build a node movement model, the nodes move fast through the base station, there is an overlap range between different base stations, currently I can't predict the coverage of the base station, I use Config::SetDefault("ns3::MmWaveEnbPhy::TxPower", DoubleValue(1 )); to set the transmit power and found that the transmit power has no effect on the coverage of the base station, how do I set the coverage of the base station and how do I judge the switching of the nodes after setting

@pagmatt
Copy link
Contributor

pagmatt commented May 15, 2023

Hi,

The TX power has an impact on the signal strength, but by default the UE-gNB association is static and is not updated in case of drops in the signal quality.
However, one can use Dual Connectivity (DC) to simulate handovers in the mmwave module, as done for instance by the authors of the following paper.

@845756518
Copy link
Author

Hello, I'm sorry I don't understand what you mean, why the UE-GNB association is static and not updated in case of signal quality degradation. Does this mean that it is not possible to switch between the user mobile process and the base station via the mmwave module?
I also have the following questions for your help:
1, in mmwave module, is the coverage of LTE base station and mmwave base station can be adjusted.
2, mmwave module is used to simulate the mobile node in the base station between the occurrence of the switch is appropriate

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

No branches or pull requests

2 participants