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

LtePhyBase: fall back to lteRadioIn gate #25

Closed riebl closed 4 years ago

riebl commented 6 years ago

If a network host fulfills INET's INetworkNode module interface this host cannot be equipped with a LTE NIC because of clashing gate names. INetworkNode has a gate vector 'radioIn' whereas SimuLTE requires a scalar gate of the same name. This workaround enables 'lteRadioIn' as fallback name, i.e. if no scalar 'radioIn' gate is found it tries 'lteRadioIn' next. Of course, this not a particularly nice solution...

riebl commented 4 years ago

Do you reject those changes in general or should I rebase them on current master branch?