X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide.rst;h=b37b2c4b6f3990daeddde29713625fbec2457cee;hb=78ba273b279a7e7af6dba811a29746b881a53a8e;hp=e3e47c5dab8b78f9302aab6920fe30002645bc6d;hpb=445221bb8e531d77aad987b936b30d385521134f;p=ric-plt%2Fa1.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index e3e47c5..b37b2c4 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -35,19 +35,13 @@ This project follows semver. When changes are made, the versions are in: Version bumping rmr --------------------- -rmr is a critical dependency of A1. Bumping the rmr version dependency requires changes in: - -1) ``Dockerfile`` - -2) ``Dockerfile-Unit-Test`` - -3) ``integration_tests/Dockerfile-test-delay-receiver`` - -4) ``integration_tests/Dockerfile-query-receiver`` - -5) ``rmr-version.yaml`` +------------------- +As of 2020/02/13, A1 and all three integration test receivers use a base image from o-ran-sc. +The rmr version is in that base image. +However, the one item in this repo that must be kept in sync is ``rmr-version.yaml``. This controls what rmr gets installed for unit testing. +Version bumping pyrmr +--------------------- rmr-python is the python binding to rmr . Installing rmr per the above does not install it. Bumping the rmr python version dependency requires changes in: