blob: 2baa58f858d63dcaf162c0ae99bcb84d097013c1 [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 Schumann2c28ede2020-02-28 16:59:53 +010021The 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.
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.