blob: 29e2296c7ca5b2f278a8759917a97635d6a696fe [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
Aijana Schumann06fb5292020-02-11 15:44:17 +010010a functional element is divided into capabilities, configuration,
11status, current problem, current performance and history performance
12information according to TR-532.
Herbert Eiselt092189e2019-04-03 17:24:29 +020013
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
Aijana Schumann06fb5292020-02-11 15:44:17 +010021The application is implemented as OpenDaylight-DLUX web application
Herbert Eiselt092189e2019-04-03 17:24:29 +020022using the RestConf northbound interface of the SDN controller. The key
Aijana Schumann06fb5292020-02-11 15:44:17 +010023frameworks are: Typescript, React and material-ui.
Herbert Eiselt092189e2019-04-03 17:24:29 +020024
Aijana Schumann06fb5292020-02-11 15:44:17 +010025Connection status information is updated automatically using a web
Herbert Eiselt092189e2019-04-03 17:24:29 +020026socket for notifications from OpenDaylight to the browser.