X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2FREADME;h=3a0bf8a2c0adacb8add08ff6da5e69610430ec07;hb=088bb8763eaf91c139ede025faf2fac7e57d25ed;hp=61147fbbab483616345bbdf26cbb0ca84543652e;hpb=0a26c487f1b6bbb5217e47b15fa8273b2e749283;p=o-du%2Fl2.git diff --git a/docs/README b/docs/README index 61147fbba..3a0bf8a2c 100644 --- a/docs/README +++ b/docs/README @@ -9,7 +9,7 @@ Directory Structure : 2. l2/src/ : contains layer specific source code a. 5gnrmac : MAC source code - b. 5gnrrlc : RLC source code + b. 5gnrrlc : RLC source code c. cm : common, environment and interface files d. cu_stub : Stub code for CU e. du_app : DU application and F1 code @@ -22,6 +22,9 @@ Pre-requisite for Compilation : ------------------------------- 1. Linux 32-bit/64-bit machine 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 How to Clean and Build: