aboutsummaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-user/pnfConfig.rst
diff options
context:
space:
mode:
authorAijana Schumann <aijana.schumann@highstreet-technologies.com>2020-02-11 15:44:17 +0100
committerAijana Schumann <aijana.schumann@highstreet-technologies.com>2020-02-11 15:47:12 +0100
commit06fb529a84d4e7d70b3aca68c33b2980049d5973 (patch)
tree843a61b2a980cfb486996c967b86da56863f27de /docs/guides/onap-user/pnfConfig.rst
parentf6f3b57be8e57ffc6790d139b0b7f168b8cc69e6 (diff)
Update documentation for odlux
Update help texts for all odlux apps to include new functionality Issue-ID: SDNC-1065 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I35b60a950b758f3bc3c182a01646d6d746ed2240 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
Diffstat (limited to 'docs/guides/onap-user/pnfConfig.rst')
-rw-r--r--docs/guides/onap-user/pnfConfig.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/guides/onap-user/pnfConfig.rst b/docs/guides/onap-user/pnfConfig.rst
index f751255d4..29e2296c7 100644
--- a/docs/guides/onap-user/pnfConfig.rst
+++ b/docs/guides/onap-user/pnfConfig.rst
@@ -7,9 +7,9 @@ Configuration
The application shows the actual values of all attributes of the
ONF-TR-532 for a selected physical network function (PNF). Each view of
-a functional element is divide into capabilities, configuration, status,
-current problem, current performance and history performance information
-according to TR-532.
+a functional element is divided into capabilities, configuration,
+status, current problem, current performance and history performance
+information according to TR-532.
A separate window is available for modifying the configuration. All
changes made are sent to the device in a single NetConf bulk request.
@@ -18,9 +18,9 @@ The operator is notified about successfully configuring the device.
Implementation
--------------
-The applications are implemented as OpenDaylight-DLUX web application
+The application is implemented as OpenDaylight-DLUX web application
using the RestConf northbound interface of the SDN controller. The key
-frameworks are: Maven, Angular.js, Bootstrap and UI-Grid.
+frameworks are: Typescript, React and material-ui.
-Connections status information are updated automatically due to a web
+Connection status information is updated automatically using a web
socket for notifications from OpenDaylight to the browser.