Changes between Version 27 and Version 28 of WANMAC


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WANMAC

    v27 v28  
    216216Software Initialization and finally triggering off the State Machine.
    217217
     218
    218219[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 InitialiseBS]
    219220This is the main software Initialization funtion. It allocates memory for all the receive and transmit queues for the
    220221specified number of queues.
     222
    221223
    222224[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 CreateMaps]
     
    225227update map verion. It does that both for the uplink and the downlink.
    226228
     229
     230[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 InitialiseMAP]
     231This is a utility function for initialising the first uplink and downlink maps. It allocates memory to the
     232entries. For the time being we only had three entries, one for contention and one each for two subscribers.
     233Note by defaut: The zeroth entry of the Downlink Map specifies the Contention Period Timings.
     234
     235[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 TxMapsNewIds]
     236This function takes in the Uplink and the Downlink Map and puts them into a pdu packet. It first puts
     237in the Downlink Map followed by the Uplink Map. It allocates memory for the data part of the packet
     238thus created.
     239
     240
     241
     242
     243
    227244 
    228245
    229246
    230247
    231 [source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51
    232248
    233249
    234250 
    235251
    236 
    237 
    238 
    239 
    240  
    241