Changes between Version 18 and Version 19 of Internal/WiMAX


Ignore:
Timestamp:
May 18, 2010, 7:59:51 PM (14 years ago)
Author:
Gautam D. Bhanage
Comment:

Added a link to the APIExamples page.

Legend:

Unmodified
Added
Removed
Modified
  • Internal/WiMAX

    v18 v19  
    2424[[Image(SysArch.jpg, 500)]]
    2525
    26 The virtualized WiMAX Basestation Transceiver (BTS) system consists of different sets of APIs shared by components of the system. A brief overview of the interaction between different system components is as shown in the Figure 1. The [wiki:Internal/WiMAX/AggMgr/ogs_wimaxvm slice manager (SM)] service allows the user to perform basic setup functions such as slice creation, instantiation, and destruction. The Radio management (RM) grid service allows the user to invoke all the WiMAX radio functionalities when operating as part of a slice. The SM and RM services in turn talk to other system components such as the datapath controller and NEC BS controller to execute API invoked by the Slice owners.  The Datapath controller module is responsible for laying out the L2 datapath from the slice virtual machines to the physical WiMAX BTS. The [wiki:Internal/WiMAX/NecBSContr NEC BTS controller] allows for the getting and setting of various WiMAX radio features.
     26The virtualized WiMAX Basestation Transceiver (BTS) system consists of different sets of APIs shared by components of the system. A brief overview of the interaction between different system components is as shown in the Figure 1. The [wiki:Internal/WiMAX/AggMgr/ogs_wimaxvm slice manager (SM)] service allows the user to perform basic setup functions such as slice creation, instantiation, and destruction. The Radio management (RM) grid service allows the user to invoke all the WiMAX radio functionalities when operating as part of a slice. The SM and RM services in turn talk to other system components such as the datapath controller and NEC BS controller to execute API invoked by the Slice owners.  The Datapath controller module is responsible for laying out the L2 datapath from the slice virtual machines to the physical WiMAX BTS. The [wiki:Internal/WiMAX/NecBSContr NEC BTS controller] allows for the getting and setting of various WiMAX radio features. 
    2727
    2828== WiMAX API Documentation ==
    29 The Open WiMAX API is being developed to provide experimenters access to the WiMAX basestation The API is a work in progress available via this [wiki:Internal/WiMAX/WiMAXAPI  link]
     29The Open WiMAX API is being developed to provide experimenters access to the WiMAX basestation The API is a work in progress available via this [wiki:Internal/WiMAX/WiMAXAPI  link].  A sample set of calls for carrying out basic functions are described in this [wiki:Internal/WiMAX/APIExamples  page].