View file | ||||
---|---|---|---|---|
|
Zip The above zip file contains SMO netconf NETCONF client support to for O1 interface. This It brings up two containers, SDNR and SDNR_DB which supports support O1 interface. This The containers acts as a netconf NETCONF client to the O-RAN elements (O-RU/CU/DU, O-CU, O-DU and the Near RT-RIC). It has both a GUI as well as Rest conf RESTCONF support for the configuration management of devices.
Prerequisites:
- docker
- docker-compose
- Java, version 11 or newer
Instructions
Below are the steps to bring up the required services
1. Download and unzip the file
...
Code Block | ||
---|---|---|
| ||
cd client docker-compose up -d |
43. check status
Code Block | ||
---|---|---|
| ||
docker-compose ps |
Expect an output that looks something like this:
$ docker-compose
...
ps
Name Command State Ports
------------------------------------------------------------------------
sdnr /bin/sh -c /opt/onap/sdnc/ Up 0.0.0.0:8101->8101/tcp,:::
... 8101->8101/tcp, 0.0.0.0:81
81->8181/tcp,:::8181->8181
/tcp
sdnrdb /tini -- /usr/local/bin/do Up 9200/tcp, 9300/tcp
Access details
Access the GUI and RestConf RESTCONF interface with using the following URLs, credentials are common for both of them.
...