herlesupreeth / docker_open5gs

Docker files to run open5gs + IMS + eNB + gNB + NR-UE in a docker
BSD 2-Clause "Simplified" License
311 stars 170 forks source link

Getting the issue of sgwc Exited. #280

Closed shanmukhapothana closed 8 months ago

shanmukhapothana commented 8 months ago

Hi Team, I am using docker_open5gs (open5gs_hss_cx branch) to testing the Volte.

while running the core network by using the following the command docker compose -f 4g-volte-deploy.yaml up

And by checking the status of the containers we are facing the sgwc exited and we disable the firewall also.

as we observed in the logs: FATAL: epoll_init: Assertion `context->epfd >= 0' failed. (../lib/core/ogs-epoll.c:77)

kindly find the attached log and please help me out of this issue.

sgwu.log sgwc.log image001

herlesupreeth commented 8 months ago

Thank you for spotting this issue. I have pushed the fix to that branch just now, please pull the latest commits and give it a try

Sivanesh1992 commented 8 months ago

Thanks @herlesupreeth now its up and running

shanmukhapothana commented 8 months ago

Its working fine now...Thank you.