herlesupreeth / docker_open5gs

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

ENB running outside docker machine and SIP REGISTER not initiated from UE #47

Closed rajkumarv-bcw closed 3 years ago

rajkumarv-bcw commented 3 years ago

VOLTE register and call was successfully established if I run the SRSENB and DOCKER in the same machine. SIP REGISTER message is not initiated if i run the SRSENB in another machine

SRSENB : 192.168.168.81 DOCKER MACHINE IP: 192.168.168.7

Attaching the PCAP. Kindly help of this docker_enb_NOSIP.zip

herlesupreeth commented 3 years ago

Paste here your .env contents

rajkumarv-bcw commented 3 years ago

Paste here your .env contents

env.zip

herlesupreeth commented 3 years ago
# UPF
UPF_IP=172.23.0.8
UPF_ADVERTISE_IP=192.168.168.7

This is wrong, since you are using only 4G/4G-5G Hybrid Core, UPF_ADVERTISE_IP should be same as UPF_IP i.e.

# UPF
UPF_IP=172.23.0.8
UPF_ADVERTISE_IP=172.23.0.8
rajkumarv-bcw commented 3 years ago

Thanks for the quick help. I'll change this configuration

rajkumarv-bcw commented 3 years ago

Steps followed: Changed the .env (UPF_ADVERTISE_IP=172.23.0.8) set -a source .env docker-compose -f nsa-deploy.yaml build --no-cache docker-compose build --no-cache dns mysql pcscf scscf icscf docker system prune -f docker-compose up

UE initiates REGISTER and failed to find scscf. Attaching the PCAP scscf_fwd_error.zip

scscf | 5(42) DEBUG: ims_auth [authorize.c:232]: reg_await_timer(): [DONE] Looking for expired/useless at 113147362 pcscf | 104(140) NOTICE: Githubissues.

  • Githubissues is a development platform for aggregating issues.