X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fuser-guide.rst;h=fa7cda8eff436f715e2593292f1a9c9cd34a9892;hb=d0b648ba4dd87e820eb1b474c573f51bb626fef5;hp=41b8d143c11c3a0e72772c984cffece926fd42d7;hpb=8ebb9ec5ac83b0e68545523d2b9e708adc3b5881;p=o-du%2Fl2.git diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 41b8d143c..fa7cda8ef 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -4,7 +4,7 @@ User Guide *********** -This is the user guide for I release of O-DU/l2. +This is the user guide for J 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:9.0.3 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:10.0.1 - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub: - 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:9.0.3 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:10.0.1 - ./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:9.0.3 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:10.0.1 - ./odu