sctp socket bind error when running srsCU in a podman container #1420
Unanswered
rajesh-for-work
asked this question in
General Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i cloned and compiled the srsCU in a podman container having ubuntu 22 os. When i am trying to run srsCU inside the container, i am getting the below error.
"Failed to bind SCTP socket to 10.138.77.94:38472. Cause: Invalid argument
srsRAN ERROR: Failed to create SCTP server"
i am running the container with the cmd sudo podman run -it --name srsCU --net=host --privileged srs-cu:v1 /bin/bash where i am passing "--net=host and --privileged flags" and the container is having the same ip as the host machine and i updated the same in the CU yaml file under the multiple "bind_address" entries of amf, f1, etc but still i am getting the sctp error that i mentioned.
Any suggestion/solution/work around from the community members for this problem is much appreciated as i am completely blocked in bringing up the end to end srsRAN (CU+DU) and srsUE setup in the containerized environment in the initial stage only due to this error
Beta Was this translation helpful? Give feedback.
All reactions