-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIP transaction is not able to forward to RING after PRACK #21
Comments
The call is not successful because there is no dedicated bearer created for VoLTE Audio for any of the UEs. I would suggest to take a trace on 'any' interface to debug this issue |
Thank you !! I did as follow.
Below is the script for IP Below is output for
enp0s8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 enp0s9: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 ogstun: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1400 ogstun2: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1400
|
Can you tell me why you are assigning 172.24.15.30 IP to ogstun2? I still see the same issue, there is no dedicated bearer for VoLTE call. Check SMF and MME logs |
172.24.15.30 is for P-cscf. in my understanding, apn name "ims" is used ogstun2. thus, I assign it. is it wrong ? Attached are mme and smf log for these period.
after rebooted, below below error was happen.
Also, UE A gets only IPv4 address. but UE B gets both IPv4 and IPv6. |
Hi @yasuhirom If you want to try VoLTE quickly, I recommend the following. https://github.com/herlesupreeth/docker_open5gs If you would like, please also refer to the following little note I wrote. https://github.com/s5uishida/docker_open5gs_volte_sms_config |
Hello @s5uishida Thank you for your advice. Thank you! |
Hi @yasuhirom I built an Ubuntu 20.04 VM(6 CPUs, 8 GB Mem) on VirtualBox using SSD for storage. For your reference. |
hello @s5uishida Thank you for your information! Thank you ! |
try to disable IPv6 for UE B was not help. situation is unchanged. I confirm SMF is rebooted when I make the call. and reboot is happen only 1st time. will check the reason SMF rebootting. |
found PCRF was crashed after error. then SMF going to reboot. I'm asking Open5GS people regarding PCRF issue. |
Hi @yasuhirom It also worked with the following resources: [Host PC]
[docker_open5gs VM]
FYI. |
Hi @s5uishida thank you fir your information. |
hi,
I'm trying to make 2 UEs(iPhone X/iOS 12 and iPhone 12 Pro/iOS 14) with VoLTE call. Open5GS w/ Kamailio.
I setted up followed https://open5gs.org/open5gs/docs/tutorial/02-VoLTE-setup/
now, The SIP REGISTER for both UEs are success. but when I make call, SIP INVITE and SIP PRACK is made. then nothing to next. (probably RING)
After some time, SIP CANCEL is issued by time out.
I read other thread and reduce MTU to 800. but not success.
Do you have any chance to check my configuraiton ?
attached are log, configfile for open5GS and p/s/i-cscf by kamailio and pcap between eNB and EPC.
because I run kamailio_pcscf,scscf,icscf as command line (follow the above instruction), the log is saved from screen for terminal application (I use ssh to login my virtual machine. ssh is runnign comamd prompt)
therfor, the log is only last part and limited.
hardware configuration is
logAndConfig.zip
20220307AM_log.zip
The text was updated successfully, but these errors were encountered: