Changes between Version 26 and Version 27 of WANMAC


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WANMAC

    v26 v27  
    216216Software Initialization and finally triggering off the State Machine.
    217217
    218 
    219 
     218[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 InitialiseBS]
     219This is the main software Initialization funtion. It allocates memory for all the receive and transmit queues for the
     220specified number of queues.
     221
     222[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 CreateMaps]
     223This function takes in old maps and the number of new users added to the system along with their ids. It also inputs
     224the nos of users that would deleted from the system. It then process all the information to create the most
     225update map verion. It does that both for the uplink and the downlink.
     226
     227 
    220228
    221229