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
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
The text was updated successfully, but these errors were encountered:
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.
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
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
The text was updated successfully, but these errors were encountered: