veins-lte
veins-lte copied to clipboard
OMNeT++ 5.0 compatibility
Hello, are you planning to make Veins-LTE compatible with OMNeT++ 5.0?
Regards
I am using omnet ++ 5.3 and SUMO 0.32.0.
When compiling the project, the following error is shown:
applications/common/ApplicationBase.h:21:10: fatal error: OperationalBase.h: No file or directory
Is it not compatible with the latest SUMO and OMNET ++ versions?
As a temporary workaround you can try building on the veins_hetvnet
project, available via https://github.com/veins/veins_hetvnet
At the time of writing, it supports
- Veins 5.0-alpha2 (see http://veins.car2x.org/)
- OMNeT++ 5.5.1 (see https://omnetpp.org/)
- INET 3.6.5 (see https://inet.omnetpp.org/)
- SimuLTE 1.0.1 with Veins integration (git commit fa994699) (see http://simulte.com/)
While it does not offer the same feature set as Veins LTE and follows a slightly different approach (building on top of INET), it also supports simulating vehicles using both WLAN and LTE in parallel.
Thank you again for your help.