X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2FREADME;h=0fb47e1c1816d810f552a94c46c0f35e625c4654;hb=2af23ef78e09b945e68188eefc0d9fa0bc14a4d4;hp=91d4f148bf0f9da0756c3521f32253cd95da014f;hpb=1c3c58075627a7996bef7a0120b6e9e4ce2dba90;p=o-du%2Fl2.git diff --git a/docs/README b/docs/README index 91d4f148b..0fb47e1c1 100644 --- a/docs/README +++ b/docs/README @@ -4,6 +4,8 @@ Directory Structure : a. common : contains individual module's makefile b. config : contains SSI memory configuration c. odu : contains main makefile to generate an executable binary + +2. l2/docs/ : contains README and other configuration files for building docs 2. l2/src/ : contains layer specific source code a. 5gnrmac : MAC source code @@ -36,9 +38,9 @@ How to Clean and Build: a. Build folder cd l2/build/odu b. Building CU Stub binary - make cu_stub MACHINE=BIT64 MODE=FDD + make cu_stub NODE=CU_STUB MACHINE=BIT64 MODE=FDD c. Cleaning CU Stub binary - make clean_cu MACHINE=BIT64 MODE=FDD + make clean_cu NODE=CU_STUB MACHINE=BIT64 MODE=FDD 3. Cleaning ODU and CU Stub make clean_all MACHINE=BIT64 MODE=FDD @@ -53,12 +55,12 @@ How to execute: cd l2/bin/cu_stub 3. Run CU Stub binary: - ./cu_stub -f ../config/ssi_mem + ./cu_stub 4. DU execution folder: cd l2/bin/odu 5. Run ODU binary: - ./odu -f ../config/ssi_mem + ./odu PS: CU stub must be run first