Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use simu5g to obtain vehicle speed information, and there is a flash back phenomenon #97

Open
hezhongyi opened this issue Dec 4, 2022 · 2 comments

Comments

@hezhongyi
Copy link

When I use this function to obtain the vehicle location information, it can operate normally:
veins::VeinsInetMobility* vehiclemobility = dynamic_castveins::VeinsInetMobility*(getParentModule()->getSubmodule("mobility", 0));
When I add this function to obtain the vehicle speed information, the simulation flashback occurs:
veins::TraCICommandInterface::Vehicle* vehicleCommand = vehiclemobility->getVehicleCommandInterface();

@hezhongyi
Copy link
Author

simu5g1.2.1:This problem will occur When I use this function to obtain the vehicle location information, it can operate normally:
veins::VeinsInetMobility* vehiclemobility = dynamic_castveins::VeinsInetMobility*(getParentModule()->getSubmodule("mobility", 0));
When I add this function to obtain the vehicle speed information, the simulation flashback occurs:
veins::TraCICommandInterface::Vehicle* vehicleCommand = vehiclemobility->getVehicleCommandInterface();

@hezhongyi
Copy link
Author

Simu5g1.1.0 can obtain vehicle information, speed and location, but when there are many vehicles, such as more than 20, the following situations will occur:
New data arriving in busy harq process -- this should not happen -- in module (NRMacUe) Highway.car[0].cellularNic.nrMac (id=322), at t=24.133s, event #1674429

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant