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

Error : H-ARQ TX: fb is not for the pdu in this unit, maybe the addressed one was dropped #182

Open
shashini-w opened this issue Aug 7, 2023 · 0 comments

Comments

@shashini-w
Copy link

I am trying to implement a 5g communication network with 38 base stations and a variable number of user equipment which are UAVs. I need to run the simulation for a duration of a day. The system works fine until around 20,000 seconds and then end up in the error below.

<!> H-ARQ TX: fb is not for the pdu in this unit, maybe the addressed one was dropped

This runtime error error is thrown by src/stack/mac/buffer/harq/LteHarqBufferTx.cc when the fbpduId is not equal to the unitpduId. In this case is it okay to ignore this packet and drop it from there without leading it to the runtime error resulting in the simulation crashing?

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