Changes between Version 3 and Version 4 of 802.11/MAC/Upper/MACHighFramework/LTG


Ignore:
Timestamp:
Nov 25, 2013, 11:04:03 AM (10 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/MAC/Upper/MACHighFramework/LTG

    v3 v4  
    2525Parameters:
    2626
    27 1. {{{minimum interval}}}: the time the LTG scheduler waits before successive calls to the provided callback.
    28 1. {{{maximum interval}}}: the time the LTG scheduler waits before successive calls to the provided callback.
     271. {{{minimum interval}}}: the shortest amount of time the LTG scheduler will wait before the next call to the provided callback.
     281. {{{maximum interval}}}: the longest amount of time the LTG scheduler will wait before the next call to the provided callback.
    2929
    3030== LTG Payload ==
     31
     32Once the callback of the upper-level MAC is executed by the scheduler, it is the responsibility of the upper-level MAC to construct the locally-generated payload of the packet and enqueue it for transmission. Both the access point and station implementations of upper-level MACs contain examples of this process.