Changes between Version 43 and Version 44 of WANMAC


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WANMAC

    v43 v44  
    169169[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 InitialiseBS]
    170170This is the main software Initialization funtion. It allocates memory for all the receive and transmit queues for the
    171 specified number of queues.
     171specified number of queues. Note the data in the queues is allocated as and when required. For the transmit queues it is done by the Dummy Application
     172i.e the dummy generator. Initially the length of the queue is set as MAXQUEUELEN and the queue ID is set as that of the subscriber ID. The
     173read and the write indexes are initialised to zero.
    172174
    173175[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 CreateMaps]
     
    213215== Subscriber Station Functions ==
    214216
     217[source:/ResearchApps/MAC/WANMAC/Subscriber/substation.c@301#L76 InitialiseSS]
     218This is the main software initialization funtion for the subscriber station. It allocates memory for all the receive and transmit queues for a
     219given subscriber. Note the data in the queues is allocated as and when required. For the transmit queues it is done by the Dummy Application
     220i.e the dummy generator. Initially the length of the queue is set as MAXQUEUELEN and the queue ID is set as that of the subscriber ID. The
     221read and the write indexes are initialised to zero.
     222
     223
     224
    215225== Common Functions ==
    216226