Changes between Version 6 and Version 7 of Internal/WiMAX/WiMAXAPI/fBSFBDpApi
- Timestamp:
- Apr 15, 2010, 6:12:02 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/WiMAX/WiMAXAPI/fBSFBDpApi
v6 v7 6 6 This API is called by the datapath manager after it receives appropriate notification from the RM-Datapath API 7 7 === appendMACAcl === 8 Add the given MAC address to the Access Control List (ACL) atthe Basestation Transceiver System (BTS)8 Add the given MAC address to the Access Control List (ACL) in the Basestation Transceiver System (BTS) 9 9 {{{ 10 10 appendMACAcl (MS_MAC_Addr, IPaddress/mask) … … 13 13 }}} 14 14 === removeMACAcl === 15 Remove the given MAC address from the ACL ofthe BTS15 Remove the given MAC address from the ACL in the BTS 16 16 {{{ 17 17 removeMACAcl( MS_MAC_Addr, IPaddress/mask)