blob: 2baa58f858d63dcaf162c0ae99bcb84d097013c1 [file] [log] [blame]
demx8as653c4f572020-06-14 10:22:57 +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 divided into capabilities, configuration,
11status, current problem, current performance and history performance
12information according 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 application is implemented as ODLUX web application using the
22RestConf northbound interface of the SDN controller. The key frameworks
23are: Typescript, React and material-ui.
24
25Connection status information is updated automatically using a web
26socket for notifications from OpenDaylight to the browser.