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

fix: delete UPF.UPIPInfo field #138

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yoursunny
Copy link

fixes #137

@yoursunny
Copy link
Author

I took the approach of deleting UPF.UPIPInfo field, rather than adding a nil-pointer check, because:

  • The UserPlaneIPResourceInformation field has been deleted since 3GPP R16.
  • The only place UPF.UPIPInfo is referenced in the code is in SelectUPFByDnn function.
  • SelectUPFByDnn function is not called anywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pfcp/handler.HandlePfcpAssociationSetupRequest: nil pointer dereference
1 participant