Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

View file
nameo1-netconf.zip
height250


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
languagebash
cd client
docker-compose up -d

43. check status

Code Block
languagebash
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.

...