|
Bugzilla – Full Text Bug Listing |
| Summary: | Add MemberCschedSapProvider and MemberCschedSapProvider | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Alexander Krotov <krotov> |
| Component: | lte | Assignee: | Biljana Bojović <bbojovic> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | mmiozzo, ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Proposed patch | ||
Hi, I spoke with Marco few days ago about this patch and he is fine with it. I also reviewed the patch and tested it with the latest ns-3-dev and all works fine. I think is a great work. So I think you should go ahead and commit it. Thank you for contributing the code! Biljana Pushed in changeset bae1951064d2 |
Created attachment 2503 [details] Proposed patch LTE schedulers have lots of code duplication. To reduce code size a bit I added templates to ff-mac-csched-sap.h and ff-mac-sched-sap.h similar to already implemented in lte-rrc-sap.h, lte-ue-cphy-sap.h and others. Patch is attached.