X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2FREADME;h=9eb9fe7b431be680af08cdc0f437559bc055ad6f;hb=8748e788a43465b180c15d31908c276504dad6d4;hp=5d864161dda320e11b72b74e4e2816c336ccefa6;hpb=093afd2e854d73d697233396fb9c74ed67bdd615;p=o-du%2Fl2.git diff --git a/docs/README b/docs/README index 5d864161d..9eb9fe7b4 100644 --- a/docs/README +++ b/docs/README @@ -47,8 +47,8 @@ C. Pre-requisite for O1 Interface (Required only if run with O1 interface enable cat /home/netconf/.ssh/id_dsa.pub > /home/netconf/.ssh/authorized_keys Install netconf packages. $cd l2/build/scripts - $chmod +x install_lib.sh - $ ./install_lib.sh -c + $chmod +x install_lib_O1.sh + $ ./install_lib_O1.sh -c 2. Start Netopeer2-server: $cd l2/build/scripts @@ -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: