|
Bugzilla – Full Text Bug Listing |
| Summary: | Incorrect limit for UL retransmissions in Round Robin Scheduler | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Zoraze Ali <zorazeali> |
| Component: | lte | Assignee: | Biljana Bojović <bbojovic> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P3 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
Uplink Rx stats
test script RrFfMacScheduler patch Uplink Rx stats correct |
||
|
Description
Zoraze Ali
2017-11-14 06:20:01 UTC
Created attachment 2956 [details]
test script
To run the test, it is also necessary to modify the lte-spectrum-phy.cc to force packet corruption by modifying the function EndRxData at line 972 to: (*itTb).second.corrupt = true; By calling the script as follows ./waf --run "harq-test --interPacketInterval=9 --maxPackets=2" Kindly disregard the last comment on running the test script. Following is the updated info. To run the test, it is also necessary to modify the lte-spectrum-phy.cc to force packet corruption by modifying the function EndRxData at line 995 to: (*itTb).second.corrupt = true; By calling the script as follows ./waf --run "rr-test --maxPackets=2" Created attachment 2957 [details]
RrFfMacScheduler patch
Created attachment 2958 [details]
Uplink Rx stats correct
The abnormal behaviour can be noticed at 140 msec.
Pushed to changeset 13178:68035954e07c. |