|
Bugzilla – Full Text Bug Listing |
| Summary: | Add structs for the parameters of TxOpportunity and ReceivePdu | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Zoraze Ali <zorazeali> |
| Component: | lte | Assignee: | Biljana Bojović <bbojovic> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | ns-bugs |
| Priority: | P3 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | enhancement patch | ||
I agree, this enhancement will facilitate future addition of the parameters to these two functions, and will also allow easier manipulation with existing parameters. Hi Biljana, Thanks for reviewing it. Pushed in changeset 13814:637cc8ebb9fa Kind regards, Zoraze |
Created attachment 3189 [details] enhancement patch Hi, This enhancement would introduce structs for the parameters of NotifyTxOpportunity and ReceivePdu methods in lte-mac-sap.h. This is the same logic as used for LteMacSapProvider::ReportBufferStatusParameters and LteMacSapProvider::TransmitPduParameters. It will make it possible to introduce more parameters easily without stuffing them individually into the NotifyTxOpportunity and ReceivePdu functions declarations. The patch is created on top of the changeset 13809:cb31a3f56a28 Kind regards, Zoraze