Changes between Version 3 and Version 4 of Internal/bscontrol
- Timestamp:
- Jun 1, 2017, 11:10:20 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/bscontrol
v3 v4 11 11 * Airspan 12 12 * Amarisoft 13 * OpenAirInterface13 * !OpenAirInterface 14 14 * Wifi 15 15 * Hostapd … … 31 31 Calls to bscontrol are simple REST calls, of the format {{{dns_name:5054/bscontrol/bs/1/stop}}} 32 32 For calls requiring an input value, they are specified as {{{dns_name:5054/bscontrol/bs/1/setFrequency?set=2412}}} 33 34 = dpcontrol aggregate manager = 35 dpcontrol is used to control client datapaths, in asn-gws and EPCs. Control is done via a REST API, wrapping calls to underlying software. The underlying software, either asn-gw, or EPC, is configured by editing the relevant text files or database. 36 37 This is responsible for registering and authenticating clients, as well as associating them with a vlan or network. The network control is done via openvswitch or the click software router, as appropriate.