Versions Compared

Key

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

This page describes O-DU High/Low pairwise testing procedure in Timer mode.

  1. Cloning O-DU High code

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


  2. Cloning O-DU Low code

    Code Block
    mkdir odu_low
    cd odu_low
    git clone "https://gerrit.o-ran-sc.org/r/o-du/phy"


  3. Install O-DU High pre-requisite libraries by following https://docs.o-ran-sc.org/projects/o-ran-sc-o-du-l2/en/latest/installation-guide.html .
  4. Install O-DU Low by following https://docs.o-ran-sc.org/projects/o-ran-sc-o-du-phy/en/latest/index.html .
  5. Compilation Preparation

...