Changes between Version 3 and Version 4 of Internal/bscontrol


Ignore:
Timestamp:
Jun 1, 2017, 11:10:20 PM (7 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/bscontrol

    v3 v4  
    1111 * Airspan
    1212 * Amarisoft
    13  * OpenAirInterface
     13 * !OpenAirInterface
    1414* Wifi
    1515 * Hostapd
     
    3131Calls to bscontrol are simple REST calls, of the format {{{dns_name:5054/bscontrol/bs/1/stop}}}
    3232For calls requiring an input value, they are specified as {{{dns_name:5054/bscontrol/bs/1/setFrequency?set=2412}}}
     33
     34= dpcontrol aggregate manager =
     35dpcontrol 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
     37This 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.