Changes between Version 25 and Version 26 of WANMAC


Ignore:
Timestamp:
Jul 21, 2006, 1:06:40 PM (18 years ago)
Author:
varunnayyar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WANMAC

    v25 v26  
    206206
    207207
     208[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 txPhy]
     209This fuction hands over a PDU to the Phy layer, copies the header, payload into the memory and triggers the transmission. After
     210having transmitted the packet, it then frees the data of that packet.
     211
     212
     213[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 ackmac_main]
     214The first funtion to be called when the program begins the execution. It extracts the last byte of the MAC Address. This
     215allocates the Memmory Buffer for the program . It then calls the function for Hardware Initialisation, followed by the
     216Software Initialization and finally triggering off the State Machine.
     217
     218
     219
     220
     221
    208222
    209223[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51
    210224
    211225
    212 [source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51
    213 
    214 
    215 [source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51
    216 
    217 
    218226 
    219227