Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Mistake in code (since v0.9.1) #31

Open
Paszkal opened this issue Oct 21, 2018 · 0 comments
Open

Mistake in code (since v0.9.1) #31

Paszkal opened this issue Oct 21, 2018 · 0 comments

Comments

@Paszkal
Copy link

Paszkal commented Oct 21, 2018

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).

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

No branches or pull requests

1 participant