X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Finstallation-guide.rst;h=3a748911725d4c961ea09ea716307eb8871c8503;hb=556a245161500882667a29ab42d61e741fc21318;hp=aced1ed4b865431e318fd7231eb2c20953347bf2;hpb=97a2285207414a7948f5e1dfcb5318fa9507c123;p=o-du%2Fl2.git diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index aced1ed4b..3a7489117 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -150,26 +150,26 @@ Setting up Netconf server (Only if O1 interface enabled) | Open the oamVesConfig.json and edit the details of OAM VES collector. | Open the smoVesConfig.json and edit the details of SMO VES collector. | Open the netconfConfig.json and edit the details of Netopeer server. - | Install the yang modules and load initial configuration. + +- Install the yang modules and load initial configuration. - Ubuntu : | $cd /l2/build/scripts | $sudo ./load_yang.sh - - To enable Standard Defined VES format: - - | cd l2/src/o1/ves - - | Enable the Macro "StdDef" in file VesUtils.h - | #define StdDef - - Start Netopeer2-server: - Ubuntu : | cd /l2/build/scripts | sudo ./netopeer-server.sh start +- In case standard defined VES format is to be enabled (this step is optional): + + | cd l2/src/o1/ves + + | Enable the Macro "StdDef" in file VesUtils.h + | #define StdDef Compilation ===========