X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FREADME;h=9201a8e06b74a817660f7a01a525c946c1137dc9;hb=b2b13f216cd5b36afde76a1712432218664d9ee6;hp=3a0bf8a2c0adacb8add08ff6da5e69610430ec07;hpb=088bb8763eaf91c139ede025faf2fac7e57d25ed;p=o-du%2Fl2.git diff --git a/docs/README b/docs/README index 3a0bf8a2c..9201a8e06 100644 --- a/docs/README +++ b/docs/README @@ -2,8 +2,8 @@ Directory Structure : --------------------- 1. l2/build/ : contains files required to compile the code a. common : contains individual module's makefile - b. config : contains SSI memory configuration - c. odu : contains main makefile to generate an executable binary + b. odu : contains main makefile to generate an executable binary + c. scripts: contains scripts for logging 2. l2/docs/ : contains README and other configuration files for building docs @@ -24,7 +24,10 @@ Pre-requisite for Compilation : 2. GCC version 4.6.3 and above 3. Install LKSCTP a. On Ubuntu : sudo apt-get install -y libsctp-dev - b. On CentOS : yum install lksctp-tools + b. On CentOS : yum install lksctp-tools-devel +4. Install PCAP: + a. On ubuntu : sudo apt-get install -y libpcap-dev + b. On CentOS : yum install libpcap-devel How to Clean and Build: @@ -53,8 +56,8 @@ How to Clean and Build: c. Cleaning RIC Stub binary make clean_ric NODE=TEST_STUB MACHINE=BIT64 MODE=FDD -4. Cleaning ODU and CU Stub - make clean_all MACHINE=BIT64 MODE=FDD +4. Cleaning ODU, CU Stub and RIC Stub: + make clean_all How to execute: ---------------