blob: 9b792e755a8903508278bf6a041c49511b7a2045 [file] [log] [blame]
demx8as6aca16f72021-05-08 15:58:54 +02001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. SPDX-License-Identifier: CC-BY-4.0
3.. Copyright (C) 2020 highstreet technologies and others
4
demx8as653c4f572020-06-14 10:22:57 +02005.. contents::
6 :depth: 3
7..
8
9Configuration
10=============
11
12The application shows the actual values of all attributes of the
13ONF-TR-532 for a selected physical network function (PNF). Each view of
14a functional element is divided into capabilities, configuration,
15status, current problem, current performance and history performance
16information according to TR-532.
17
18A separate window is available for modifying the configuration. All
19changes made are sent to the device in a single NetConf bulk request.
20The operator is notified about successfully configuring the device.
21
22Implementation
23--------------
24
25The application is implemented as ODLUX web application using the
26RestConf northbound interface of the SDN controller. The key frameworks
27are: Typescript, React and material-ui.
28
29Connection status information is updated automatically using a web
30socket for notifications from OpenDaylight to the browser.