|
Bugzilla – Full Text Bug Listing |
| Summary: | Uplink harqProcessId update | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | plyang123 |
| Component: | lte | Assignee: | Biljana Bojović <bbojovic> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, plyang123, tomh, zorazeali |
| Priority: | P5 | ||
| Version: | ns-3.26 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | proposed patch | ||
|
Description
plyang123
2016-11-21 21:48:08 UTC
Hi Yang, do you refer to ns-3-dev code or to ns-3-lbt code? Thanks, Biljana (In reply to Biljana Bojović from comment #1) > Hi Yang, > > do you refer to ns-3-dev code or to ns-3-lbt code? > > Thanks, > Biljana Oh, yes. I refer to ns-3-lbt. Should I choose version ns-3-dev? Hi Yang, thank you very much for pointing out the issue. I took a look but I am still not sure what exactly is the problem, and is it only detected in LBT code or also in ns-3-dev. Do you have maybe a patch for this? If you have any other information, example program, some traces, it would be useful. Thanks, Biljana Created attachment 2745 [details]
proposed patch
(In reply to Biljana Bojović from comment #3) > Hi Yang, > > thank you very much for pointing out the issue. I took a look but I am still > not sure what exactly is the problem, and is it only detected in LBT code or > also in ns-3-dev. Do you have maybe a patch for this? If you have any other > information, example program, some traces, it would be useful. > > Thanks, > Biljana Hi Biljana, I have uploaded a proposed patch. I run some uplink traffic, and the original version can not get all 354 packets received even though the few nacks are retransmitted successfully. Then I check the log and find that a successfully received pdu is retransmitted which is because the wrong pdu is taken out. After doing the above patch, the problem is solved. The bug is resolved in this bug report: https://www.nsnam.org/bugzilla/0. We can close this one as well. Kind regards, Zoraze |