close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 9 and Version 10 of Old/WiMAX/16


Ignore:
Timestamp:
Dec 9, 2010, 7:23:22 PM (13 years ago)
Author:
hmussman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/16

    v9 v10  
    219219-       Values returned may vary based on the virtualization technology used - (disk space, CPU).
    220220-       Returns XML with appropriate parameters on success, “nok” otherwise
     221
     222
     223= SM – Datapath API (Internal) =
     224
     225These set of API are responsible for dealing with the datapath creation after slice initialization and client registration.
     226=== addClient(VLAN, MSID) ===
     227-       This function is invoked by the slice manager after the user requests it to add a client to the slice.
     228-       The slice manager looks up the appropriate VLAN tag number and requests that the MAC MSID  of the mobile client be added to the VLAN.
     229-       This API facilitates half of the datapath creation, which will be completed when the MSID associates with the system.
     230
     231=== removeClient(VLAN, MSID) ===
     232-       Compliments  the addClient() function.
     233-       On the execution of this call the datapath manager removes the mapping from the slice virtual machine to the wireless mobile client.