[Epic-ID: ODUHIGH-462][Task-ID: ODUHIGH-482] G release documentation
[o-du/l2.git] / docs / installation-guide.rst
index aced1ed..43f8cc2 100644 (file)
@@ -18,6 +18,10 @@ Version history
 | **Date**           | **Ver.**           | **Author**         | **Comment**        |
 |                    |                    |                    |                    |
 +--------------------+--------------------+--------------------+--------------------+
+| 2022-12-15         |  5.0.0             |  Radisys,          |  G release         |
+|                    |                    |  HCL Technologies  |                    |
+|                    |                    |  Ltd.              |                    |
++--------------------+--------------------+--------------------+--------------------+
 | 2022-06-16         |  4.0.0             |  Radisys,          |  F release         |
 |                    |                    |  HCL Technologies  |                    |
 |                    |                    |  Ltd.              |                    |
@@ -150,26 +154,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 <O-DU High Directory>/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 <O-DU High Directory>/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
 ===========