aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt
diff options
context:
space:
mode:
authorsai-neetha <sai-neetha.phulmali@highstreet-technologies.com>2021-10-08 06:39:21 +0200
committerDan Timoney <dtimoney@att.com>2021-10-19 18:08:52 +0000
commit96ef24f64560b8191a50df90b5b96072b6997f42 (patch)
treea15f31e1c44b6742f9c226719b8009f224f6565b /sdnr/wt
parentc5c3bc7325116780b14357df5822cbfa2165c1de (diff)
Update Configuration app readTheDocs documentation
Update Configuration App readTheDocs documentation Issue-ID: CCSDK-3295 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: Id1022d983179cf10e5724309b50052de5e339b9b Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt')
-rw-r--r--sdnr/wt/helpserver/provider/src/main/resources/help/sdnr/pnfConfig/README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/sdnr/wt/helpserver/provider/src/main/resources/help/sdnr/pnfConfig/README.md b/sdnr/wt/helpserver/provider/src/main/resources/help/sdnr/pnfConfig/README.md
index 3cdab3b3d..62bf90736 100644
--- a/sdnr/wt/helpserver/provider/src/main/resources/help/sdnr/pnfConfig/README.md
+++ b/sdnr/wt/helpserver/provider/src/main/resources/help/sdnr/pnfConfig/README.md
@@ -1,9 +1,19 @@
# 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 divided into capabilities, configuration, status, current problem, current performance and history performance information according to TR-532.
+The application rely on yang-specifications provided by the device. It is Generic and generated user interface, generated by yang specs and capabilites of a device. Each view of 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. The operator is notified about successfully configuring the device.
+### Features
+
+Read yang specifications and generate related User interface out of it
+
+ - Provide yang description as tool tip for fields
+
+ - Consider specified type for input fields
+
+ - Provide read and write access
+
## Implementation
The application is implemented as ODLUX web application using the RestConf northbound interface of the SDN controller. The key frameworks are: Typescript, React and material-ui.