You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
There is a possible mistake that can lead to run-time errors and false information/outcomes in simulation.
Location:
\src\stack\rlc\am\buffer\AmRxQueue.cc line 227
Original code line: flowControlInfo_->setDstAddr(orig->getDstAddr());
What was meant to be (probably): flowControlInfo_->setDstAddr(orig->getSrcAddr());
The mistake is present in both the current version and the 0.9.1 (and probably every other version in between).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is a possible mistake that can lead to run-time errors and false information/outcomes in simulation.
Location:
\src\stack\rlc\am\buffer\AmRxQueue.cc line 227
Original code line:
flowControlInfo_->setDstAddr(orig->getDstAddr());
What was meant to be (probably):
flowControlInfo_->setDstAddr(orig->getSrcAddr());
The mistake is present in both the current version and the 0.9.1 (and probably every other version in between).
The text was updated successfully, but these errors were encountered: