Installation guide 78/5178/3
authorsphoorthi <sphoorthi.dayanand@radisys.com>
Fri, 27 Nov 2020 08:51:22 +0000 (14:21 +0530)
committersphoorthi <sphoorthi.dayanand@radisys.com>
Fri, 27 Nov 2020 09:15:58 +0000 (14:45 +0530)
Change-Id: Iad59d9d0381344d283b06fa03f6c664a6f636cba
Signed-off-by: sphoorthi <sphoorthi.dayanand@radisys.com>
docs/index.rst
docs/installation-guide.rst [new file with mode: 0644]

index f81a70b..91a2db7 100644 (file)
@@ -10,9 +10,10 @@ Welcome to O-RAN SC O-DU-L2 Documentation
    :caption: Contents:
 
    overview.rst
-   api-docs.rst
-   user-guide.rst
    release-notes.rst
+   installation-guide.rst
+   user-guide.rst
+   api-docs.rst
 
 
 
diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst
new file mode 100644 (file)
index 0000000..ce5c3d8
--- /dev/null
@@ -0,0 +1,91 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+.. contents::
+   :depth: 3
+   :local:
+
+========
+Abstract
+========
+
+This document describes how to install O-DU High, it's dependencies and required system resources.
+
+.. contents::
+   :depth: 3
+   :local:
+
+Version history
+---------------------
+
++--------------------+--------------------+--------------------+--------------------+
+| **Date**           | **Ver.**           | **Author**         | **Comment**        |
+|                    |                    |                    |                    |
++--------------------+--------------------+--------------------+--------------------+
+| 2020-12-04         |  1.0               |  Radisys           |  Cherry Release    |
+|                    |                    |                    |                    |
++--------------------+--------------------+--------------------+--------------------+
+
+
+Introduction
+============
+
+This document describes the hardware and software requirements along with guidelines on how to install and configure the
+O-DU High.
+
+The audience of this document is assumed to have good knowledge in RAN concepts and Linux system.
+
+
+Preface
+=======
+
+Before starting the installation of O-DU High, the source can be built or docker image can be downloaded.
+
+
+Hardware requirements
+=====================
+
+Following minimum hardware requirements must be met for installation of O-DU High
+
++--------------------+----------------------------------------------------+
+| **HW Aspect**      | **Requirement**                                    |
+|                    |                                                    |
++--------------------+----------------------------------------------------+
+| **# of servers**   |         1                                                 |
++--------------------+----------------------------------------------------+
+| **CPU**            |         5                                                 |
+|                    |                                                    |
++--------------------+----------------------------------------------------+
+| **RAM**            |  8G                                               |
+|                    |                                                    |
++--------------------+----------------------------------------------------+
+| **Disk**           |         500G                                              |
+|                    |                                                    |
++--------------------+----------------------------------------------------+
+| **NICs**           |         3                                                 |
+|                    |                                                    |
++--------------------+----------------------------------------------------+
+
+
+
+
+
+Software installation and deployment
+==========================================
+
+This section describes the installation of the O-DU High on the reference hardware.
+
+Libraries
+^^^^^^^^^^
+
+- GCC version 4.6.3 and above
+
+- LKSCTP
+   - Ubuntu : sudo apt-get install -y libsctp-dev
+   - CentOS : yum install lksctp-tools-devel
+
+- PCAP:
+   - Ubuntu : sudo apt-get install -y libpcap-dev
+   - CentOS : yum install libpcap-devel
+
+