Edit-conf changes for CLA use case.
[o-du/l2.git] / docs / README
index d0671ac..31958a7 100644 (file)
@@ -58,6 +58,7 @@ C. Pre-requisite for O1 Interface (Required only if run with O1 interface enable
    $cd l2/build/yang
    $sysrepoctl -i o-ran-sc-odu-alarm-v1.yang
    $sysrepoctl -i o-ran-sc-odu-interface-v1.yang
+   $sysrepoctl -i o-ran-sc-du-hello-world.yang
 
 4. Configure the startup IP and Port configurations for DU, CU and RIC
 
@@ -72,13 +73,22 @@ C. Pre-requisite for O1 Interface (Required only if run with O1 interface enable
 
    $cd l2/build/config
 
-   Open the netconfConfig.xml and edit the desired MAC address, IP, Port, Username and Password for VES PNF Registration.
+   Open the netconfConfig.json and edit the desired MAC address, IP, Port, Username and Password for VES PNF Registration.
 
 6. Configure the VES server details to send VES Events
 
    $cd l2/build/config
 
-   Open the vesConfig.xml and edit the desired IP, Port, Username and Password to send VES Event.
+   Open the vesConfig.json and edit the desired IP, Port, Username and Password to send VES Event.
+
+7. Configure the nacm module to provide access to new user
+
+   $cd l2/build/config
+
+   Open the nacm_config.xml and edit the desired user-name to provide the access to that user.
+
+   $sysrepocfg --import=nacm_config.xml --datastore running --module  ietf-netconf-acm
+
 
 
 D. How to Clean and Build: