Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This page describes running O-DU High using test stubs, namely CU Stub and RIC Stub. O-DU High also uses Phy Stub in the absence of O-DU Low. However, Phy Stub is built as a part of the O-DU High image itself.

  1. Cloning code

    mkdir odu_high
    cd odu_high
    git clone "https://sphoorthi@gerrit.o-ran-sc.org/r/a/o-du/l2"
  2. Compilation of O-DU

    cd odu_high/l2/build/odu
    make clean_odu odu MACHINE=BIT64 MODE=FDD
  3. Compilation of CU Stub

    cd odu_high/l2/build/odu
    make clean_cu cu_stub NODE=TEST_STUB MACHINE=BIT64 MODE=FDD
  4. Compilation of RIC Stub






  • No labels