wiki:Internal/WiMAX/WiMAXAPI/dSMDpAPI

Version 4 (modified by seskar, 14 years ago) ( diff )

SM – Datapath API (Internal)

These set of API are responsible for dealing with the datapath creation after slice initialization and client registration.

addClient(VLAN, MSID)

  • This function is invoked by the slice manager after the user requests it to add a client to the slice.
  • 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.
  • This API facilitates half of the datapath creation, which will be completed when the MSID associates with the system.

removeClient(VLAN, MSID)

  • Compliments the addClient() function.
  • On the execution of this call the datapath manager removes the mapping from the slice virtual machine to the wireless mobile client.
Note: See TracWiki for help on using the wiki.