-
-
Notifications
You must be signed in to change notification settings - Fork 762
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
How to support multiple "eNodeB and SGW-U" pairs with one MME #625
Comments
Hey. Short answer, yes. There are a couple of options setup for SGW-C (SGW-U) and SMF (UPF) selection, so you can ensure that each UE is assigned to the correct userplane server. open5gs/configs/open5gs/sgwc.yaml.in Lines 55 to 105 in 15e42bc
open5gs/configs/open5gs/smf.yaml.in Lines 236 to 275 in 15e42bc
|
Hi @kbarlee Thank you very much! Also, sorry for asking the question without checking |
No worries! |
Please let me ask for an additional question. Is it possible to combine two or more types of conditions with AND? For example: SGWU selection by
Thank you very much in advance. |
The related code is as follows.
So, only ORing is supported. Basically, we can consider three ways for this.
The third method requires a flag in the configuration file to distinguish AND and OR. Anyway, I have no experience in live environment, so I implemented only OR first. Is an AND condition necessary in a real? Or do I need to support both AND and OR? Do you know how to support in other commercial EPC or 5GC? If other settings are needed, I'll implement this part. Thanks you for raising this issue. |
I feel the current setup would be sufficient in all cases; as when an attach with Logic for the SMF(UPF) and SGWC(SGWU) selection is:
|
I may think too much about private LTE. So, I think the current logic is OK. Thanks! |
Please let me ask one question.
Is it possible to place one set of Open5GS EPC in DC or Cloud and manage multiple
eNodeB and SGW-U
pairs with one MME?Since the IP address and port number of SGW-U are passed to eNodeB via S1-AP, I would like to know if it is possible to control different
eNodeB and SGW-U
pair for each tenant.Thank you very much in advance.
The text was updated successfully, but these errors were encountered: