Changes between Version 2 and Version 3 of Internal/bscontrol
- Timestamp:
- Apr 10, 2017, 1:24:22 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/bscontrol
v2 v3 15 15 * Hostapd 16 16 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 24 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. This will allow cross technology management of assigning users/device to specific networks/vlans/service classes. 18 25 19 26 The main configuration file is in /etc/omf-aggmgr-5.4/enabled/bscontrol.yaml 20 27 Command line options needed are specific to each basestation type. 21 28 22 The types themselves are defined/listed in /usr/share/omf-aggmgr-5.4/omg-aggmgr/ogs_bscontrol/bs 29 The types themselves are defined/listed in {{{/usr/share/omf-aggmgr-5.4/omg-aggmgr/ogs_bscontrol/bs}}} 30 31 Calls to bscontrol are simple REST calls, of the format {{{dns_name:5054/bscontrol/bs/1/stop}}} 32 For calls requiring an input value, they are specified as {{{dns_name:5054/bscontrol/bs/1/setFrequency?set=2412}}}