Abderaouf KHICHANE
Abderaouf KHICHANE
I'll let you know when the Dockerfiles are shared but in the meantime you can use the one from free5gc-compose project for example.
Hello! Can you provide your gNB, AMF, SMF and UPF logs please? It will be a good point to start debugging the issue
Hello It seems that the 5G core is not aware of the UE signaling messages. I don't know why the gNB is show `signal lost` before sending anything to the...
Hello Can you give more details on your architecture? The AMF SBI will be listening on the eth0 interface of AMF Pod but not the one of VM.
Hello @nitinrajput1997 Have you modified any values.yaml file? The default behavior should be: - AMF should has 2 interfaces (eth0 and n2) and NGAP server should bind to n2 interface...
AMF NGAP server cannot bind to the node IP (your server IP). It must bind to an interface which is present on the AMF Pod.
This may occur if the N6 network subnet IP doen't correspond to the subnet of the underyling network interface. In addition, you must provide a real gatewat IP¨ Raouf
Hello I've reproduced this scenario with the last version of helm charts and you're right! No internet connection for the UE. I'll work on the resolution. Regards, Abderaouf
Hello @prati08 I confirm that the branching mode does not work correctly with the latest version. I'll work on it. Regards, Abderaouf
It was working with the initial version of free5gc. You can get it by `helm repo add towards5gs 'https://raw.githubusercontent.com/Orange-OpenSource/towards5gs-helm/main/repo/'`, `helm repo update` and then `helm pull towards5gs/free5gc --version 0.1.1`