riebl / artery

OMNeT++ V2X simulation framework for ETSI ITS-G5
GNU General Public License v2.0
203 stars 131 forks source link

New data arriving in busy HARQ process #185

Closed rtobi closed 1 year ago

rtobi commented 3 years ago

Hello, I started to receive the runtime error "New data arriving in busy HARQ process" in module LteMacEnbD2D once using D2D communication in simulte. Probably the error is not related to artery directly, but maybe someone has an idea how to solve this. Trying to hunt the error down, it seems that its origin is in function insertPdu of simulte/src/stack/mac/buffer/harq/LteHarqProcessRx.cc. However, I was not able to identify the actual trigger. Did someone observe the error? Can the error be avoided or is a workaround possible?

Many thanks and best regards!