X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fuser-guide.rst;fp=docs%2Fuser-guide.rst;h=620f39604c72c43b7f2aaf6872c72aec055bedb9;hb=90664a3ee86a61b71260de72c916f2bb85a3afc4;hp=e6971fd720c269c9ec46f0231a2235ba116bad0d;hpb=51bda2db4a40fa138861660403c8588160a08795;p=o-du%2Fl2.git diff --git a/docs/user-guide.rst b/docs/user-guide.rst index e6971fd72..620f39604 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.3 - - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:5.0.3 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:6.0.1 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:6.0.1 - 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.3 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:6.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:5.0.3 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:6.0.1 - ./odu