Changes between Version 31 and Version 32 of WANMAC


Ignore:
Timestamp:
Jul 21, 2006, 2:54:35 PM (18 years ago)
Author:
varunnayyar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WANMAC

    v31 v32  
    265265[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 ReceivefrmPhy]
    266266All this function does it to set a timer and wait for a packet to be received. It also changes the global variable queueidRx to the specified
    267 queueid, so that packets corresponding to the correct subscriber can be used
    268 
    269 
     267queueid, so that packets corresponding to the correct subscriber can be used.
     268
     269
     270[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 RxBSPDUs]
     271It receives the Uplink Map and processes it in order to receive from each one of the subscribers.
     272
     273[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 StateMachineBS]
     274This is the main State Machine for the Basetation. It coordinates the way the execution takes place. It runs the dummy application to fill
     275up the transmit queues. It then enters a never ending while loop, and starts to process Maps, transmit them, transmit and receive the payloads
     276to and from each of the subscribers. If it does not receive anything on the Uplink, like in the Inital Stage it enters a '''Map-Sending''' stage. In
     277that stage it simple transmits a Map after regular intervals, till it receives something from the Uplink.
    270278
    271279