Replies: 1 comment
-
The IMS deployed in this repo supports only one PLMN. In order to support multiple PLMN you need roaming support in Core Network + IMS (which is not there). You could achieve to a certain extent by deploying two instance of IMS one per PLMN |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to set up multiple PLMNs using the sa-vonr-deploy. My goal in doing this is to be eliminate the need for reprogramming the SIM in order to connect an iPhone to a test network (001 01). I'd like the IMSI to be 00101XXX... but have the EHPLMN include a private PLMN (999 XX). I added two new variables in the .env file:
then adjusted the amf and nrf yaml files:
I also adjusted the EF.EHPLMN to include both PLMN (999 XX and 001 01) values.
The above configuration changes work with Open5GS but I am having difficulties getting all the IMS variables correctly configured. I am curious if anyone else has tried using multiple PLMNs with IMS?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions