Initial commit for Bronze release
[o-du/l2.git] / docs / README
index 91d4f14..708c2a6 100644 (file)
@@ -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