Changes between Version 48 and Version 49 of WANMAC


Ignore:
Timestamp:
Jul 24, 2006, 12:24:32 AM (18 years ago)
Author:
varunnayyar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WANMAC

    v48 v49  
    261261The packet is copied into passed argument and memory is allocated for the data.
    262262
    263 
     263[source:/ResearchApps/MAC/WANMAC/Subscriber/substation.c@301#L76 SSRxInsertQueuebyMAC]
     264This function is responsible for inserting the pdu into one of the circular queue specified. This is responsible for updating the queue
     265data structure so that we dont over write on any queue location. This is done by incrementing the write index of the circular receive queue.
     266The packet is copied into passed argument and memory is allocated for the data. For simualting the behaviour of reception of packets,
     267we are not using this function right now.
    264268
    265269