diff options
author | RehanRaza <muhammad.rehan.raza@est.tech> | 2021-03-10 17:09:49 +0100 |
---|---|---|
committer | RehanRaza <muhammad.rehan.raza@est.tech> | 2021-03-10 17:11:09 +0100 |
commit | d7efd35ed3623be21ba34c232447594763c44072 (patch) | |
tree | e6a67ffbeefee58aba32f900af91da29ef300b9e /docs | |
parent | de4ac0d74436887c13b07b8abf2dbbf3db6a4c8e (diff) |
Fix documentation for ccsdk/oran
Change-Id: Ib1a116fc4bd3fecebdd13849fd9797e411706adc
Issue-ID: CCSDK-3201
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guide/developer-guide.rst | 2 | ||||
-rw-r--r-- | docs/humaninterfaces/humaninterfaces.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/guide/developer-guide.rst b/docs/guide/developer-guide.rst index e3fb7647..3399e8b0 100644 --- a/docs/guide/developer-guide.rst +++ b/docs/guide/developer-guide.rst @@ -138,7 +138,7 @@ The target paths in the container should not be modified. Example docker run command for mounting new files (assuming they are located in the current directory): :: - docker run -p 8081:8081 -p 8433:8433 --name=policy-agent-container --network=nonrtric-docker-net --volume "$PWD/new_keystore.jks:/opt/app/policy-agent/etc/cert/keystore.jks" --volume "$PWD/new_truststore.jks:/opt/app/policy-agent/etc/cert/truststore.jks" --volume "$PWD/new_application.yaml:/opt/app/policy-agent/config/application.yaml" o-ran-sc/nonrtric-policy-agent:2.1.0-SNAPSHOT + docker run -p 8081:8081 -p 8433:8433 --name=policy-agent-container --network=nonrtric-docker-net --volume "$PWD/new_keystore.jks:/opt/app/policy-agent/etc/cert/keystore.jks" --volume "$PWD/new_truststore.jks:/opt/app/policy-agent/etc/cert/truststore.jks" --volume "$PWD/new_application.yaml:/opt/app/policy-agent/config/application.yaml" onap/ccsdk-oran-a1policymanagementservice:1.1.2-SNAPSHOT A1 Adapter (Internal) +++++++++++++++++++++ diff --git a/docs/humaninterfaces/humaninterfaces.rst b/docs/humaninterfaces/humaninterfaces.rst index c0ede9c5..9f1ea579 100644 --- a/docs/humaninterfaces/humaninterfaces.rst +++ b/docs/humaninterfaces/humaninterfaces.rst @@ -6,6 +6,6 @@ Human Interfaces ================ The NON-RT RIC Control Panel in O-RAN-SC can be used to interact with the Policy Management Service. -See `NON-RT RIC Control Panel repo <https://gerrit.o-ran-sc.org/r/admin/repos/portal/nonrtric-controlpanel>`_ from the `O-RAN-SC NONRTRIC Project <https://wiki.o-ran-sc.org/display/RICNR>`_. +See `NON-RT RIC Control Panel repo <https://gerrit.o-ran-sc.org/r/admin/repos/portal/nonrtric-controlpanel>`_ from the `O-RAN-SC NONRTRIC Project <https://wiki.o-ran-sc.org/display/RICNR>`_. -Any "Rest Client" application may be used (Postman, ...) to interact with the Policy Management Service application via the :ref:`A1 Policy Management Service API<offered_apis>`_ +Any "Rest Client" application may be used (Postman, ...) to interact with the Policy Management Service application via the :ref:`pms_api` |