X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Finstallation-guide.rst;h=0ac3714f4d62fdf8dca97321687df3063334e975;hb=ab13dee0decf8731b1d95f943d13a6e7a4a2ead5;hp=aced1ed4b865431e318fd7231eb2c20953347bf2;hpb=7a62df669e493c0d9bc6e83e57ae271607547bab;p=o-du%2Fl2.git diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index aced1ed4b..0ac3714f4 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -18,6 +18,13 @@ Version history | **Date** | **Ver.** | **Author** | **Comment** | | | | | | +--------------------+--------------------+--------------------+--------------------+ +| 2023-06-13 | 6.0.1 | Radisys | H release | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ +| 2022-12-15 | 5.0.1 | Radisys, | G release | +| | | HCL Technologies | | +| | | Ltd. | | ++--------------------+--------------------+--------------------+--------------------+ | 2022-06-16 | 4.0.0 | Radisys, | F release | | | | HCL Technologies | | | | | Ltd. | | @@ -150,26 +157,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 ===========