1 .. 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
12 The application shows the actual values of all attributes of the
13 ONF-TR-532 for a selected physical network function (PNF). Each view of
14 a functional element is divided into capabilities, configuration,
15 status, current problem, current performance and history performance
16 information according to TR-532.
18 A separate window is available for modifying the configuration. All
19 changes made are sent to the device in a single NetConf bulk request.
20 The operator is notified about successfully configuring the device.
25 The application is implemented as ODLUX web application using the
26 RestConf northbound interface of the SDN controller. The key frameworks
27 are: Typescript, React and material-ui.
29 Connection status information is updated automatically using a web
30 socket for notifications from OpenDaylight to the browser.