Gradiant / 5g-charts

Helm charts for 5G Technologies
Apache License 2.0
110 stars 43 forks source link

Scalability in Open5Gs Chart #132

Closed DiogoCruz40 closed 1 year ago

DiogoCruz40 commented 1 year ago

Hello there,

Is there a method for me to scale my open5gs functions, specifically UPF and SMF, so that I can handle more user equipment traffic?

avrodriguezgrad commented 1 year ago

Hi Diogo,

We haven't worked in that feature yet, it's something we want to research but it's not our priority at the moment.

If you are going to research in this area and find something useful, feel free to make a PR.

BR, Álvaro

DiogoCruz40 commented 1 year ago

Hey @avrodriguezgrad, thank you for your answer!

Does the Open5GS official community already offer scalability? And what are the main functions that i need to be looking for in order to scale the core?

avrodriguezgrad commented 1 year ago

Hi @DiogoCruz40 !

I don't know if open5gs offers scalability as a default feature, but if I was you, I would ask in its repo. And about the main functions, I think the important ones are AMF, SMF and UPF because they are the functions that manage UEs access and sessions.

BR, Álvaro

DiogoCruz40 commented 1 year ago

Hello @avrodriguezgrad,

Thank you that's what i did!

One final question, is there a script to add UE subscribers to open5gs DB? Any sugestions?

avrodriguezgrad commented 1 year ago

Hi @DiogoCruz40

Yes. Open5GS has a script and we have our own image of that script.

There is an example of how it works here

BR, Álvaro