Changes between Version 2 and Version 3 of Internal/bscontrol


Ignore:
Timestamp:
Apr 10, 2017, 1:24:22 AM (7 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/bscontrol

    v2 v3  
    1515 * Hostapd
    1616
    17 Datapath features are currently managed by bscontrol, but will be migrated to a new service, dpcontrol, for additional flexibility, as the EPC/ ASNgw is often centrally managed for many eNBs.
     17*Features supported
     18 * Start
     19 * Stop
     20 * Reset
     21 * setFrequency
     22 * getFrequency
     23
     24Datapath features are currently managed by bscontrol, but will be migrated to a new service, dpcontrol, for additional flexibility, as the EPC/ ASNgw is often centrally managed for many eNBs. This will allow cross technology management of assigning users/device to specific networks/vlans/service classes.
    1825
    1926The main configuration file is in /etc/omf-aggmgr-5.4/enabled/bscontrol.yaml
    2027Command line options needed are specific to each basestation type.
    2128
    22 The types themselves are defined/listed in /usr/share/omf-aggmgr-5.4/omg-aggmgr/ogs_bscontrol/bs
     29The types themselves are defined/listed in {{{/usr/share/omf-aggmgr-5.4/omg-aggmgr/ogs_bscontrol/bs}}}
     30
     31Calls to bscontrol are simple REST calls, of the format {{{dns_name:5054/bscontrol/bs/1/stop}}}
     32For calls requiring an input value, they are specified as {{{dns_name:5054/bscontrol/bs/1/setFrequency?set=2412}}}