inet-framework / simulte

SimuLTE - LTE System Level Simulation Model and Simulator for INET & OMNeT++ - deprecated, use Simu5G instead
https://simulte.omnetpp.org
Other
137 stars 110 forks source link

How to assign IP addresses dynamically in a LTE network? #60

Open CarmineRom opened 3 years ago

CarmineRom commented 3 years ago

I have a LTE network and I need to assign IP addresses dynamically to my UEs. I used HostAutoConfigurator module with inet 3.6, but now it's deprecated in favour of Ipv4NetworkConfigurator module. Unfortunately this one can only assign IP addresses statically, but in my network the number of UEs and the time of insertion are both random (or at least configurable within the ini file). Is there someone who had the same problem?