From 96ef24f64560b8191a50df90b5b96072b6997f42 Mon Sep 17 00:00:00 2001 From: sai-neetha Date: Fri, 8 Oct 2021 06:39:21 +0200 Subject: Update Configuration app readTheDocs documentation Update Configuration App readTheDocs documentation Issue-ID: CCSDK-3295 Signed-off-by: sai-neetha Change-Id: Id1022d983179cf10e5724309b50052de5e339b9b Signed-off-by: sai-neetha --- docs/guides/onap-user/pnfConfig.rst | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'docs/guides/onap-user') diff --git a/docs/guides/onap-user/pnfConfig.rst b/docs/guides/onap-user/pnfConfig.rst index 2baa58f85..b2637e56a 100644 --- a/docs/guides/onap-user/pnfConfig.rst +++ b/docs/guides/onap-user/pnfConfig.rst @@ -5,16 +5,27 @@ 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 -------------- -- cgit 1.2.3-korg