X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FREADME;h=708c2a6af5d0c4667b5562ec35e6b7998a666175;hb=3a52fbb41a099e37ef072276055cf765828db299;hp=91d4f148bf0f9da0756c3521f32253cd95da014f;hpb=1c3c58075627a7996bef7a0120b6e9e4ce2dba90;p=o-du%2Fl2.git diff --git a/docs/README b/docs/README index 91d4f148b..708c2a6af 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