Replies: 3 comments 4 replies
-
That is right. Just ensure to match the IMSI. OP/OPc and Ki are same
no need to rebuild. Just re-deploy
No need to change since OPc is derived from Ki and OP |
Beta Was this translation helpful? Give feedback.
-
yes
You can choose any value for Ki and OP and use the algorithm to calculate OPc. As long as you keep Ki and OP same you get same OPc
If you are using ZMQ then its not possible to test VoLTE registration/call since there is no application that glues together the srsRAN UE stack to IMS stack to simulate ideal VoLTE scenarios. However, you can run IMS stack and srsRAN UE to simulate a VoIP registration/call.
yes, its a typo in the README. Will fix it |
Beta Was this translation helpful? Give feedback.
-
Its normal to keep the default route via eth0. If you remove that it could mess up the connectivity to container to docker network. If you want to force traffic to go through tun_srsue then the application you use should bind to that IP/interface. For example, iperf has -B option to bind to an IP and ping also has an -I option to bind to an interface
docker network iptables could be filtering those packet. I would avoid changing default route in the container.
I dont have experience here as I always used a COTS UE to test VoLTE. But I have seen other suggesting IMSDroid or sipp to simulate a IMS registration
This should be possible, just need to give a different IP and container name than the first UE.
I am not sure whether sipp support IMS AKA Digest based authentication. I think it supports Digest MD5. |
Beta Was this translation helpful? Give feedback.
-
Hello.. I have successfuly installed the docker_open5sg for 4G LTE network. I use srsenb and srsue with mqz RF simulation.
what I found that there are UE related settings (IMSI, OP/OPC, KI) are different in .env and README.md guidance for installation.
Am I right that I have to change these settings in .env and rebuild (or just recompose?) srsue_mqz. Also looks like I have to update the srsue_mqz.cfg file to use UE_OPC instead of UE_OP.
I suppose AuC settings for OP or OPc have to be concistent with UE SIM configuration and I found that pyHSS OAM API doesnt understand "op' parameter.. only "opc"
please advice what should/ shouldnt be changed ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions