diff options
author | ychacon <yennifer.chacon@est.tech> | 2021-09-16 09:40:38 +0200 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-09-17 12:45:31 +0000 |
commit | 65cf80bbd2eba0ab60d174c04f981ff6cf929e36 (patch) | |
tree | 29d9f73a7aa5bf5845c37116762c22535dff13a0 /docs/guide/developer-guide.rst | |
parent | 9241d1d555884ba2d28eab9ed692f50a660ba2a5 (diff) |
Update documentation for proxy support in A1 adapter
Issue-ID: CCSDK-3458
Signed-off-by: ychacon <yennifer.chacon@est.tech>
Change-Id: I44a00efe92019c1db2205267e4faa0a6864bb0fc
Diffstat (limited to 'docs/guide/developer-guide.rst')
-rw-r--r-- | docs/guide/developer-guide.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/guide/developer-guide.rst b/docs/guide/developer-guide.rst index 7a298f5a..d0eb79c9 100644 --- a/docs/guide/developer-guide.rst +++ b/docs/guide/developer-guide.rst @@ -148,3 +148,13 @@ A1 Adapter (Internal) The O-RAN A1 Adapter provides an **internal** RESTCONF API that is used by the A1 Policy Management System when accessing the A1 Interface. This API is useful for test and verification but should not used otherwise. See :ref:`a1_adapter_api` for details of this internal API. + +Configuration of HTTP Proxy +--------------------------- + +In order to configure a HTTP Proxy for southbound connections: + * Modify file: odlsli/src/main/properties/a1-adapter-api-dg.properties in CCSDK/distribution + * Variable a1Mediator.proxy.url must contain Proxy URL + + + |