Changes between Version 2 and Version 3 of WANMAC


Ignore:
Timestamp:
Jul 11, 2006, 8:34:45 PM (18 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WANMAC

    v2 v3  
    55its turn to send and receive data, as is done in 802.16 or Wimax.  For the first implementation we have assumed the system to be in equilbrium
    66i.e. no new SS`s are added to the system. Their is no notion of an ACK here and no contention issues.
    7 
    8 [[Image(MACstates.jpg, align=right, 400)]]
    97
    108This behavioral description of both BS and SS can be transformed to state-machines, which in turn can be transformed to C-code. A few typical
     
    3634= Code =
    3735
    38 Latest Revision: [source:/ResearchApps/MAC/ACKMAC/src/ackmac.c@L ackmac.c]
     36Latest Revision: [source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c basestation.c] and [source:/ResearchApps/MAC/WANMAC/Subscriber/substation.c substation.c]
    3937
    4038Note: This code relies on many external dependencies and will not compile on traditional architectures.