X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fuser-guide.rst;h=18dac0e539c51cc31ec862280b5114d711ef4c4b;hb=refs%2Fchanges%2F07%2F9007%2F5;hp=60bdf1cf6b09d2f81f0adde068d003e4444174cf;hpb=99cc1e7c080c94c4f977e19cce0a200d2b8e502d;p=o-du%2Fl2.git diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 60bdf1cf6..18dac0e53 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -4,7 +4,7 @@ User Guide *********** -This is the user guide for e-release of O-DU/l2. +This is the user guide for F release of O-DU/l2. Follow installation-guide to get all the dependencies ready. .. contents:: @@ -66,17 +66,17 @@ II. Execution - Using Docker Images The call flow between O-DU High and CU Stub can be achieved by executing docker containers. - Pull the last built docker images: - - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:5.0.2 - - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:5.0.2 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:6.0.4 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:6.0.4 - Run CU Stub docker: - docker run -it --privileged --net=host --entrypoint bash - nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:5.0.2 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:6.0.4 - ./cu_stub - Run ODU docker: - docker run -it --privileged --net=host --entrypoint bash - nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:5.0.2 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:6.0.4 - ./odu