Package: inet.linklayer.ieee80211.mac.contract
IMsduAggregationPolicy
module interfaceInterface for MSDU aggregation policies.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
BasicMsduAggregationPolicy | simple module |
Implements a basic MSDU aggregation policy, controlled by parameters such as the minimum number of subframes needed to compose an A-MSDU, the minimum length for the aggregated payload, the maximum A-MSDU size, etc. |
Used in compound modules
Name | Type | Description |
---|---|---|
OriginatorQosMacDataService | compound module | (no description) |
Properties
Name | Value | Description |
---|---|---|
display | i=block/control |
Source code
// // Interface for MSDU aggregation policies. // moduleinterface IMsduAggregationPolicy { parameters: @display("i=block/control"); }File: src/inet/linklayer/ieee80211/mac/contract/IMsduAggregationPolicy.ned