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 /a1-adapter | |
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 'a1-adapter')
-rw-r--r-- | a1-adapter/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/a1-adapter/README.md b/a1-adapter/README.md index 0bd0b8e5..a4c24137 100644 --- a/a1-adapter/README.md +++ b/a1-adapter/README.md @@ -7,6 +7,8 @@ This makes it very fast to start the controller and also puts less load on the C This adapter is designed to be added to ONAP CCSDK controllers (e.g. SDNC) thus providing support for mediating connections the A1 interface to/from RAN functions. +It is also possible to configure a HTTP Proxy for southbound connections. In order to configure the proxy, variable a1Mediator.proxy.url in file odlsli/src/main/properties/a1-adapter-api-dg.properties must contain the URL of the proxy. This file is part of the CCSDK/distribution repository. + ## License Copyright (C) 2020 Nordix Foundation. |