X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fdeveloper-guide.rst;h=f61a8671399da0a9493d43da07b8565aa1224ca1;hb=248487e4d6f6417da3d0f6784e20e81bcb4330d7;hp=a3c3422011fce926b1f6db104dc05cb46e9862e0;hpb=8170f78af913d337f874477ba5dd93411e9e69da;p=nonrtric.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index a3c34220..f61a8671 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -58,36 +58,11 @@ Then start the container by running the following command: | docker run nonrtric-information-coordinator-service | +--------------------------------------------------------------------+ -Initial Non-RT-RIC App Catalogue --------------------------------- - -See the README.md file in the *r-app-catalogue* directory in the Gerrit repo for more details how to run the component. - -DMaaP Adaptor Service ---------------------- - -This Java implementation is run in the same way as the Information Coordinator Service. - -The following properties in the application.yaml file have to be modified: -* server.ssl.key-store=./config/keystore.jks -* app.webclient.trust-store=./config/truststore.jks -* app.configuration-filepath=./src/test/resources/test_application_configuration.json - -DMaaP Mediator Producer ------------------------ - -To build and run this Go implementation, see the README.md file under the folder "dmaap-mediator-producer" in the "nonrtric" repo. - O-DU & O-RU fronthaul recovery ------------------------------ See the page in Wiki: `O-RU Fronthaul Recovery usecase `_. -O-DU Slicing use cases ----------------------- - -See the page in Wiki: `O-DU Slice Assurance usecase `_. - Helm Manager ------------