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 |
Implements the MAC data service for the originator (sender) side in IEEE 802.11 QoS networks. Extends the basic MAC data service with QoS capabilities including MSDU aggregation (A-MSDU) and MPDU aggregation (A-MPDU). Processes outgoing frames by assigning sequence numbers, performing aggregation, and fragmentation based on configured policies. Follows the MAC data plane architecture described in IEEE 802.11 standard. |
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