Skip to content
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

Need information on up_resource_ip present in SMF ULCL configuration #13

Closed
sudhir-intc opened this issue Apr 16, 2020 · 2 comments
Closed
Labels
question Further information is requested

Comments

@sudhir-intc
Copy link

Hi,
I am trying to use ULCL functionality. While going the reference SMF ULCL configuration file, I found the entries related to up_resource_ip as below. I wanted to know what purpose these IP addresses are used, tried checking the code but I see these attributes are not being referred. The UPNode struct has no mappings for up_resource_ip.

userplane_information:
up_nodes:
gNB1:
type: AN
an_ip: 192.188.2.3
BranchingUPF:
type: UPF
node_id: 10.200.200.102
up_resource_ip: 192.188.2.2
AnchorUPF1:
type: UPF
node_id: 10.200.200.101
up_resource_ip: 192.188.2.23
AnchorUPF2:
type: UPF
node_id: 10.200.200.103
up_resource_ip: 192.188.2.24

@free5gc-org free5gc-org added the question Further information is requested label Apr 16, 2020
@free5gc-org
Copy link
Contributor

Hi,

This is a pre-configure resource for UP bind address (gtp server binding address). This was not use due to the UPF will reply an UP Function.

Accurately we should put it to the UP resource than replace UP resource by UP Function if UPF Association reply exist this IE. But we didn't do it yet. If you are interesting in it, it's welcome to contribute. 😄

So you can view it as no used feature.

@sudhir-intc
Copy link
Author

Thanks for this information

free5gc-org pushed a commit that referenced this issue Jan 18, 2021
Feature/FR5GC-651 amf status change notify

Approved-by: 胡瑋庭 <zxc6752.cs03@g2.nctu.edu.tw>
Approved-by: 德治邱 <dobiechiu@nctu.edu.tw>
eric5800602 pushed a commit to eric5800602/free5gc that referenced this issue Apr 24, 2022
…ype-ipv4ipv6

Add handling of nasMessage.PDUSessionTypeIPv4IPv6 for getting EndPoint address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants