Changes between Version 56 and Version 57 of WANMAC


Ignore:
Timestamp:
Jul 24, 2006, 12:39:07 PM (18 years ago)
Author:
varunnayyar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WANMAC

    v56 v57  
    1 = Description =
     1= Descri
     2==  ==
     3p
     4==  ==
     5tion =
    26
    37The WANMAC is a TDM MAC that serves as a framework for all '''Scheduled Access''' MACs. In this scheme, their is one Base Station '''(BS)''' and
     
    124128which denote the number of bursts allocated in a given slot.
    125129
    126 [[Image(Maps.JPG, align=centre, 550)]]
     130[[Image(Maps.JPG, align=centre, 600)]]
    127131
    128132[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.h@91#L79 MAPStruct]
     
    145149[[Image(BSScheduler.JPG, align=left, 550)]]
    146150
     151
     152==  ==
     153
     154==  ==
     155
     156==  ==
     157
     158==  ==
     159
     160
    147161[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.h@91#L68 BSQueueStruct]
    148162This is the Base Station data structure, for keeping record of the number of subscribers and for their Receive and Transmit Queues.
    149163
     164==  ==
     165
     166==  ==
     167
     168==  ==
     169
     170==  ==
    150171
    151172
     
    153174
    154175[[Image(SSScheduler.JPG, align=centre, 550)]]
     176
     177==  ==
     178
     179==  ==
     180
     181==  ==
     182
     183==  ==
    155184
    156185[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.h@91#L68 SSQueueStruct]
    157186This is the Subscriber Station data structure, for keeping record of its Receive and Transmit Queues.
    158187
     188==  ==
     189
     190==  ==
     191
     192==  ==
     193
     194==  ==
    159195
    160196== Base Station Functions ==