s5uishida / open5gs_5gc_ueransim_sample_config

Open5GS 5GC & UERANSIM UE / RAN Sample Configuration
59 stars 16 forks source link

AMF separated #5

Open Evanlin1224 opened 3 years ago

Evanlin1224 commented 3 years ago

hello, @s5uishida I want to separate AMF from open5gs as VM1, and others NFs as VM2. My idea is modify install/etc/open5gs/amf.yaml , right?

s5uishida commented 3 years ago

Hi @Evanlin1224

Yes.

In addition, I think it is necessary to change the loopback addresses (127.0.0.x) of the SBI (Service Based Interface) of each NFs to make it a network that can communicate with the outer AMF.

Evanlin1224 commented 3 years ago

@s5uishida thanks I will try it!

sadrones commented 3 years ago

Hi,

In such a case on VM1, only AMF will be running and other components of Open5GS(SMF, UPF, BSF, etc.) should be manually stopped? And on VM2, all components except AMF should be running? Could you please confirm it. Thanks

Best regards, Sadrones

s5uishida commented 3 years ago

Hi @sadrones

In that case, I think that each NF should be run on each VM as follows.

In addition, I think that NRF should be run first.

sadrones commented 3 years ago

@s5uishida , Thank you so much for your prompt response. I need to get more clear on the topic. As you said VM1 - AMF, I got it. But, my question is when you install the Open5GS, it has all the components together and they run by default. In that case, on VM1 should I stop all other components except AMF or is there any other mechanism? Same question for VM2: should I stop AMF from VM2 while running other NFs?

Sorry to ask you again but I need the clarification.

Best regards, Sadrones

s5uishida commented 3 years ago

Hi @sadrones

My configuration is just an example.

For example, each Open5GS NF can run on a different VM. Basically, I think that each NF could be flexibly run with the following set.

There is no need to run all NFs on the same VM at all. I think Open5GS can be flexibly configured according to your environment.

sadrones commented 3 years ago

Hi @s5uishida ,

A lof of thanks for the answer.

Best regards, Sadrones

priyanshs commented 1 year ago

Hey @sadrones @Evanlin1224 @s5uishida. I'm trying to do the same thing. Can someone share the configuration files if you could figure it out? Thanks