Changes between Version 5 and Version 6 of Internal/WiMAX/WiMAXAPI
- Timestamp:
- Feb 18, 2010, 2:14:03 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/WiMAX/WiMAXAPI
v5 v6 1 [[TOC(Internal/WiMAX/WiMAXAPI ,Internal/WiMAX/WiMAXAPI/SliceMgmt,Internal/WiMAX/WiMAXAPI/RadioMgmt,Internal/WiMAX/WiMAXAPI/SysAdmin,Internal/WiMAX/WiMAXAPI/SMDpAPI,Internal/WiMAX/WiMAXAPI/RMDpApi,Internal/WiMAX/WiMAXAPI/BSFBDpApi)]]1 [[TOC(Internal/WiMAX/WiMAXAPI*)]] 2 2 3 3 = API Classification and Usage = … … 6 6 The APIs dare primarily classified as: 7 7 * User exposed 8 * [wiki:Internal/WiMAX/WiMAXAPI/ SliceMgmt Slice management service]8 * [wiki:Internal/WiMAX/WiMAXAPI/aSliceMgmt Slice management service] 9 9 * [wiki:Internal/WiMAX/WiMAXAPI/RadioMgmt Radio management service] 10 10 … … 26 26 27 27 As shown in the figure, the most basic tasks involve two operations: 28 1. Requesting the slice manager to create and start the slice – [wiki:Internal/WiMAX/WiMAXAPI/ SliceMgmt#createSLICE createSlice()]29 2. Adding a mobile client to the slice through the [wiki:Internal/WiMAX/WiMAXAPI/ SliceMgmt#addClient() addClient() call].28 1. Requesting the slice manager to create and start the slice – [wiki:Internal/WiMAX/WiMAXAPI/aSliceMgmt#createSLICE createSlice()] 29 2. Adding a mobile client to the slice through the [wiki:Internal/WiMAX/WiMAXAPI/aSliceMgmt#addClient() addClient() call]. 30 30 31 31 On the completion of these two API and after the client registers with the system, the slice manager service should inform the Slice that the datapath setup is complete. Completion of the datapath setup indicates that there is a L2 link from the slice virtual machine to the mobile client.