You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've managed to create a CentOS Docker image with all the dependencies, from which we launch a Docker container where we are able to build both mplane_server and mplane_client for the x86 platform. After the build, we've executed the following steps:
a) executed the mplane_server/scripts/o-ran-user-config.sh script
b) copied the mplane_server/yang-manager-server/yang-config/YangConfig.xml config file to another folder, and on this copy, we changed the leaf-enabled value to true inside <module-o-ran-usermgmt> / <container-users> / <list-user> / <listEntry>
c) manually copied all the YANG module files under the mplane_server/yang-models/O-RAN.WG4.MP-YANGs-v07.01 folder to /usr/share/mplane-server/modules
d) launched the mplane_server pointing the --cfg-data-path parameter to a folder where the modified YangConfig.xml is located, pointing the --netopeer-path parameter to /usr/local/bin and the --yang-mods-path to /usr/share/mplane-server/modules
After this, I can verify with netstat --all -n inside the Docker container that indeed we have a server socket on localhost at port 830. However, we tried following the steps described in mplane_client/README.md for testing but we couldn't get any connection at all. Is there something we're missing?
The text was updated successfully, but these errors were encountered:
We've managed to create a CentOS Docker image with all the dependencies, from which we launch a Docker container where we are able to build both
mplane_server
andmplane_client
for the x86 platform. After the build, we've executed the following steps:a) executed the
mplane_server/scripts/o-ran-user-config.sh
scriptb) copied the
mplane_server/yang-manager-server/yang-config/YangConfig.xml
config file to another folder, and on this copy, we changed theleaf-enabled
value to true inside<module-o-ran-usermgmt>
/<container-users>
/<list-user>
/<listEntry>
c) manually copied all the YANG module files under the
mplane_server/yang-models/O-RAN.WG4.MP-YANGs-v07.01
folder to/usr/share/mplane-server/modules
d) launched the
mplane_server
pointing the--cfg-data-path
parameter to a folder where the modifiedYangConfig.xml
is located, pointing the--netopeer-path
parameter to/usr/local/bin
and the--yang-mods-path
to/usr/share/mplane-server/modules
After this, I can verify with
netstat --all -n
inside the Docker container that indeed we have a server socket on localhost at port830
. However, we tried following the steps described inmplane_client/README.md
for testing but we couldn't get any connection at all. Is there something we're missing?The text was updated successfully, but these errors were encountered: