Changes between Version 45 and Version 46 of WANMAC


Ignore:
Timestamp:
Jul 23, 2006, 11:47:52 PM (18 years ago)
Author:
varunnayyar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WANMAC

    v45 v46  
    227227
    228228
     229[source:/ResearchApps/MAC/WANMAC/Subscriber/substation.c@301#L76 StateMachineSS]
     230This is the state machine for the Subscriber Station. It begins with the dummy application generator filling up the transmit queue
     231for the subscriber station. Note that the interrupts for the good and the bad have been enabled here rather than in the hardware. This
     232is to ensure that no packet is received before this and thus preventing the machine from going into a bad state.
     233The machine basically goes in a loop waiting for a valid map and extracting out its receive and transmit time slots from them.
     234After each loop the de-allocation of the Map entries is done.
     235
     236
     237
    229238== Common Functions ==
    230239