On 3/9/21 4:32 PM, research dummy wrote:
> Hello,
>
> I am new to NS3 and had a few simulation questions.
>
> 1. Is it possible to define our own path loss model?
Yes, see the PropagationLossModel and its subclasses (many models in the
mainline code).
>
> 2. I have the number of UEs connected to base stations at certain time
> intervals. Not sure how I would have the number of UEs change after
> time intervals pass.
You can move UEs and have them associate with different eNBs (or not at
all).
>
> 3. Is it possible to simulate a large LTE network (700+ eNBs)?
Yes and no. Using the stock LTE models, I doubt you will be able to run
a typical (low abstraction) simulation with so many eNBs (and assuming
also lots of UEs).
However, if you introduce more abstraction, you would be able to create
scenarios of that size. It depends on your research objective and the
abstractions you are willing to make, and how long you are willing for
the simulation to run.
- Tom