Changes between Version 6 and Version 7 of Internal/WiMAX/WiMAXAPI


Ignore:
Timestamp:
Feb 18, 2010, 2:29:35 AM (14 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/WiMAX/WiMAXAPI

    v6 v7  
    77  * User exposed
    88    * [wiki:Internal/WiMAX/WiMAXAPI/aSliceMgmt Slice management service]
    9     * [wiki:Internal/WiMAX/WiMAXAPI/RadioMgmt Radio management service]
     9    * [wiki:Internal/WiMAX/WiMAXAPI/bRadioMgmt Radio management service]
    1010
    1111  * Internal
    12    * [wiki:Internal/WiMAX/WiMAXAPI/SysAdmin System Administration API]
    13    * [wiki:Internal/WiMAX/WiMAXAPI/SMDpAPI SM-Datapath API]
    14    * [wiki:Internal/WiMAX/WiMAXAPI/RMDpApi RM-Datapath API]
    15    * [wiki:Internal/WiMAX/WiMAXAPI/BSFBDpApi BSFB-Datapath API]
     12   * [wiki:Internal/WiMAX/WiMAXAPI/cSysAdmin System Administration API]
     13   * [wiki:Internal/WiMAX/WiMAXAPI/dSMDpAPI SM-Datapath API]
     14   * [wiki:Internal/WiMAX/WiMAXAPI/eRMDpApi RM-Datapath API]
     15   * [wiki:Internal/WiMAX/WiMAXAPI/fBSFBDpApi BSFB-Datapath API]
    1616
    1717User exposed APIs are those that will be available to slice users for allowing experiment configuration and permitting smooth automated experimentation. This API will allow the users of a virtualized system to have a standard interface for common activities while being independent of the technology used underneath.  An example could be, that irrespective of the virtualization technology used to create virtual machines (KVM, OpenVZ or Xen), all standard API calls will allow the user to work oblivious to the underlying details. Slice management APIs allow the user to configure slice parameters such as settings of the VM. Radio resource management (RRM) parameters allow the user to monitor radio level information such as per client MCS. 
    1818
    1919The other set of APIs are classified as internal API. These API are useful for understanding the interaction between different components of the system and provide means for appending or changing functionality of the system.  The SM-Datapath API describes the API used for communication between the slice manager grid service and the datapath controller. The RM-Datapath controller describes the API used for interaction between Radio resource grid service and the datapath generator.  The BSFB-Datapath API is the API used for interaction between the BS Feedback mechanism, which is a part of the customized NEC R6 controller and the datapath manager.
     20
     21The API specification is classified based on functionality. Each category of APIs has both:
     22  * getters – responsible for reporting based on specified control information, and
     23  * setters – responsible for setting the specified control information.
    2024
    2125== Sample Experiment Setup Using API ==