Florian Hagenauer
Results
2
issues of
Florian Hagenauer
In the file src/stack/phy/feedback/LteFeedbackGenerator.cc the periodic sensing interval is started incorrectly: ``` if (usePeriodic_) { tPeriodicSensing_->start(NOW); } ``` Due to the nature of the start command this would start the...
Due to an inherited issue from SimuLTE, Veins LTE crashes when run using Tkenv. This issue is to track the progress on this problem. As a workaround, please run your...
bug