From 8bd856d0debe02bb5cc741a00c51cefcec982a15 Mon Sep 17 00:00:00 2001 From: sphoorthi Date: Fri, 27 Nov 2020 14:21:22 +0530 Subject: [PATCH] Installation guide Change-Id: Iad59d9d0381344d283b06fa03f6c664a6f636cba Signed-off-by: sphoorthi --- docs/index.rst | 5 ++- docs/installation-guide.rst | 91 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 2 deletions(-) create mode 100644 docs/installation-guide.rst diff --git a/docs/index.rst b/docs/index.rst index f81a70b7a..91a2db734 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 index 000000000..ce5c3d860 --- /dev/null +++ b/docs/installation-guide.rst @@ -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 + + -- 2.16.6