Unipisa / Simu5G

Simu5G - 5G NR and LTE/LTE-A user-plane simulation model for OMNeT++ & INET
https://simu5g.org
Other
150 stars 87 forks source link

Minor fixes: cars scenarios, channelModel configuration in d2d/d2d_multihop #51

Closed wischhof closed 2 years ago

wischhof commented 2 years ago

This pull request includes two small fixes to the current master:

  1. within the cars scenarios (LTE and 5G) the CellularNetworkConfigurator was still used - not necessary anymore since in INET 4.4.0 the wireless interfaces are recognized by isWireless()
  2. in d2d and d2d_multihop, the channelModel configuration was not set correctly - since Simu5G it is an array of channelModel configurations
giovanninardini commented 2 years ago

Thanks! I merged your changes into the master branch!