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 O1 interface. This The container 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 statusps |
Access details
Access the GUI and RestConf interface with following URLs, credentials are common for both of them.
...