J-Release Documentation
[o-du/l2.git] / docs / installation-guide.rst
index aced1ed..1cbea4c 100644 (file)
@@ -18,6 +18,19 @@ Version history
 | **Date**           | **Ver.**           | **Author**         | **Comment**        |
 |                    |                    |                    |                    |
 +--------------------+--------------------+--------------------+--------------------+
+| 2023-06-10         |  8.0.1             |  Radisys           |  J release         |
+|                    |                    |                    |                    |
++--------------------+--------------------+--------------------+--------------------+
+| 2023-12-14         |  7.0.1             |  Radisys           |  I release         |
+|                    |                    |                    |                    |
++--------------------+--------------------+--------------------+--------------------+
+| 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.              |                    |
@@ -91,7 +104,7 @@ Following libraries are required to compile and execute O-DU High:
    - Ubuntu : sudo apt-get install -y build-essential
    - CentOS : sudo yum groups mark install -y “Development Tools”
 
-   Ensure the version is 4.6.3 and above using
+   Ensure the version is 11.4.0 and above using
 
    -   gcc --version
 
@@ -103,6 +116,9 @@ Following libraries are required to compile and execute O-DU High:
    - Ubuntu : sudo apt-get install -y libpcap-dev
    - CentOS : sudo yum install -y libpcap-devel
 
+- libxml2
+   - Ubuntu : sudo apt-get install -y libxml2-dev
+   - CentOS : sudo yum install -y libxml2
 
 
 Cloning code
@@ -150,26 +166,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
 ===========