Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Cloning code

    Code Block
    mkdir odu_high
    cd odu_high
    git clone "https://sphoorthi@gerrit.o-ran-sc.org/r/a/o-du/l2"

      2. Compilation

...


  1. Compilation of O-DU

    Code Block
    cd odu_high/l2/build/odu
    make clean_odu odu MACHINE=BIT64 MODE=FDD


  2. Compilation of CU Stub

    Code Block
    cd odu_high/l2/build/odu
    make clean_cu cu_stub NODE=TEST_STUB MACHINE=BIT64 MODE=FDD


  3. Compilation of RIC Stub