You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

o1-netconf.zip


Zip file contains SMO netconf support to O1 interface. This brings up two containers, SDNR and SDNR_DB which supports O1 interface. This acts as a netconf client to the RAN elements (RU/CU/DU). It has both GUI as well as Rest conf support for the configuration management of devices.

Prerequisites:

docker
docker-compose

Instructions

Below steps to bring up the required services
1. Download and unzip the file

unzip o1-netconf.zip


2. Bringup the services

cd client
docker-compose up -d

4. check status

docker-compose status

Access details

Access the GUI and RestConf interface with following URLs, credentials are common for both of them.

GUI: http://<host_ip>:8181/odlux/index.html
Restconf: http://<host_ip>:8181/apidoc/explorer/index.html
username/password: admin/ Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U


  • No labels