blob: f751255d444ed974ea93377a272355f77a6ad6ba [file] [log] [blame]
Herbert Eiselt092189e2019-04-03 17:24:29 +02001.. contents::
2 :depth: 3
3..
4
5Configuration
6=============
7
8The application shows the actual values of all attributes of the
9ONF-TR-532 for a selected physical network function (PNF). Each view of
10a functional element is divide into capabilities, configuration, status,
11current problem, current performance and history performance information
12according to TR-532.
13
14A separate window is available for modifying the configuration. All
15changes made are sent to the device in a single NetConf bulk request.
16The operator is notified about successfully configuring the device.
17
18Implementation
19--------------
20
21The applications are implemented as OpenDaylight-DLUX web application
22using the RestConf northbound interface of the SDN controller. The key
23frameworks are: Maven, Angular.js, Bootstrap and UI-Grid.
24
25Connections status information are updated automatically due to a web
26socket for notifications from OpenDaylight to the browser.