herlesupreeth / docker_open5gs

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

problem with osmomsc #380

Open thisisbaskara opened 2 days ago

thisisbaskara commented 2 days ago
osmomsc    | 20241014195956000 DLINP <0019> stream_cli.c:1044 CLICONN(asp-clnt-OsmoMSC-A-Iu,){WAIT_RECONNECT} reconnecting
osmomsc    | 20241014195956000 DLINP <0019> stream_cli.c:137 CLICONN(asp-clnt-OsmoMSC-A-Iu,){WAIT_RECONNECT} retrying reconnect in 5 seconds...

The UE can access the network and has Internet connections, except SMS and dial-up service even the UE identity like imsi etc have registered to osmohlr I think there is a problem with the osmomsc as seen in the logs above.

herlesupreeth commented 2 days ago

Hey @thisisbaskara Can you please ensure you are using the latest commits? Also, can you please do the following:

  1. Bring down all the containers
  2. Execute the following command

docker compose -f 4g-volte-deploy.yaml down

  1. Then, bring up all the containers
  2. Send me the entire log of mme, osmohlr and osmomsc
thisisbaskara commented 19 hours ago

mme.log osmomsc.log osmohlr.log I am using the master branch from the repository